diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index 69536ebe0..cd7871088 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -695,7 +695,10 @@ INSERT INTO `build_info` VALUES (47936,10,0,5,NULL,NULL,'833D30D8FBC43B3FAE99CD3898D70849',NULL,NULL,NULL), (47967,10,0,5,NULL,NULL,'CFE225D0089E224D9E7541D3B5C26478',NULL,NULL,NULL), (48001,10,0,5,NULL,NULL,'4B0260A37BD95B615E71048469E6D5BB',NULL,NULL,NULL), -(48069,10,0,5,NULL,NULL,'558CDF958FA082E95849779C7C6945E5',NULL,NULL,NULL); +(48069,10,0,5,NULL,NULL,'558CDF958FA082E95849779C7C6945E5',NULL,NULL,NULL), +(48317,10,0,5,NULL,NULL,'C096E37B45B43244E9C79916604DD4AF',NULL,NULL,NULL), +(48397,10,0,5,NULL,NULL,'64BA8779EAA97E6C57982B6B1A5B32E7',NULL,NULL,NULL), +(48526,10,0,5,NULL,NULL,'D5B7D3303A2A741E6913EE1AEB0BCB65',NULL,NULL,NULL); /*!40000 ALTER TABLE `build_info` ENABLE KEYS */; UNLOCK TABLES; @@ -2303,7 +2306,7 @@ CREATE TABLE `realmlist` ( `timezone` tinyint unsigned NOT NULL DEFAULT '0', `allowedSecurityLevel` tinyint unsigned NOT NULL DEFAULT '0', `population` float unsigned NOT NULL DEFAULT '0', - `gamebuild` int unsigned NOT NULL DEFAULT '48069', + `gamebuild` int unsigned NOT NULL DEFAULT '48526', `Region` tinyint unsigned NOT NULL DEFAULT '1', `Battlegroup` tinyint unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), @@ -2318,7 +2321,7 @@ CREATE TABLE `realmlist` ( LOCK TABLES `realmlist` WRITE; /*!40000 ALTER TABLE `realmlist` DISABLE KEYS */; INSERT INTO `realmlist` VALUES -(1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,48069,1,1); +(1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,48526,1,1); /*!40000 ALTER TABLE `realmlist` ENABLE KEYS */; UNLOCK TABLES; @@ -2661,7 +2664,10 @@ INSERT INTO `updates` VALUES ('2023_02_03_00_auth.sql','0309A99757DE1FAE595C6C32586B2B8F8CA4C134','ARCHIVED','2023-02-03 01:13:52',0), ('2023_02_07_00_auth.sql','92D6C7A47B2F98ED93D62F6B7293D604C8F6BE16','RELEASED','2023-02-07 10:39:13',0), ('2023_02_09_00_auth.sql','F4B797776CA62D9A048D231C8117D51AA312932C','RELEASED','2023-02-09 00:19:27',0), -('2023_02_14_00_auth.sql','033F4460715121A8B6E9DD0F7456AE930DD18A7A','RELEASED','2023-02-14 10:02:49',0); +('2023_02_14_00_auth.sql','033F4460715121A8B6E9DD0F7456AE930DD18A7A','RELEASED','2023-02-14 10:02:49',0), +('2023_02_28_00_auth.sql','F57F70D6E1BBB1CB799E338C3358C265FD7F8689','RELEASED','2023-02-28 21:32:14',0), +('2023_03_08_00_auth.sql','2490CEA2EBDB0ECD3590F1D9328DD88266E179F3','RELEASED','2023-03-08 21:58:27',0), +('2023_03_11_00_auth.sql','6532C5E043692E7361689090DA19E6350705B591','RELEASED','2023-03-11 00:10:17',0); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; diff --git a/sql/updates/auth/master/2023_02_28_00_auth.sql b/sql/updates/auth/master/2023_02_28_00_auth.sql new file mode 100644 index 000000000..953208940 --- /dev/null +++ b/sql/updates/auth/master/2023_02_28_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=48317; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(48317,10,0,5,NULL,NULL,'C096E37B45B43244E9C79916604DD4AF',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=48317 WHERE `gamebuild`=48069; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '48317'; diff --git a/sql/updates/auth/master/2023_03_08_00_auth.sql b/sql/updates/auth/master/2023_03_08_00_auth.sql new file mode 100644 index 000000000..ead0db461 --- /dev/null +++ b/sql/updates/auth/master/2023_03_08_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=48397; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(48397,10,0,5,NULL,NULL,'64BA8779EAA97E6C57982B6B1A5B32E7',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=48397 WHERE `gamebuild`=48317; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '48397'; diff --git a/sql/updates/auth/master/2023_03_11_00_auth.sql b/sql/updates/auth/master/2023_03_11_00_auth.sql new file mode 100644 index 000000000..7fcacc3a6 --- /dev/null +++ b/sql/updates/auth/master/2023_03_11_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=48526; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(48526,10,0,5,NULL,NULL,'D5B7D3303A2A741E6913EE1AEB0BCB65',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=48526 WHERE `gamebuild`=48397; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '48526'; diff --git a/sql/updates/world/master/2023_02_20_00_world.sql b/sql/updates/world/master/2023_02_20_00_world.sql new file mode 100644 index 000000000..0a9442503 --- /dev/null +++ b/sql/updates/world/master/2023_02_20_00_world.sql @@ -0,0 +1,290 @@ +SET @CGUID := 9003226; + +-- Creature +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+111; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4211.8505859375, 2702.470458984375, 165.643096923828125, 0.434289664030075073, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+1, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4235.79345703125, 2681.10986328125, 150.0263671875, 1.344360828399658203, 120, 4, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+2, 195157, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4166.58544921875, 2673.771240234375, 173.4408416748046875, 4.5475616455078125, 120, 4, 0, 50388, 0, 1, 0, 0, 0, 48069), -- Barbbed Crystalspine (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+3, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4307.57666015625, 2742.71533203125, 176.57257080078125, 5.046611785888671875, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+4, 192267, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4169.0126953125, 2726.482666015625, 165.1304473876953125, 2.81891632080078125, 120, 0, 0, 5, 0, 0, 0, 0, 0, 48069), -- Azure Crystalspine (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+5, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4213.6884765625, 2670.965087890625, 165.7321319580078125, 3.772629261016845703, 120, 4, 0, 41990, 0, 1, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+6, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4242.37646484375, 2711.66455078125, 151.8766632080078125, 1.661776900291442871, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+7, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4172.14697265625, 2740.5322265625, 165.5316009521484375, 5.903526782989501953, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+8, 195157, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4174.880859375, 2684.339599609375, 169.0303955078125, 0.213801190257072448, 120, 4, 0, 50388, 0, 1, 0, 0, 0, 48069), -- Barbbed Crystalspine (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+9, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4249.15087890625, 2717.45849609375, 153.030517578125, 3.262069463729858398, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+10, 187575, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4070.208251953125, 2818.279541015625, 190.5749053955078125, 2.176314830780029296, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Trapped Vorquin (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+11, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4256.04931640625, 2673.98046875, 148.9407958984375, 6.207997322082519531, 120, 4, 0, 41990, 0, 1, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+12, 195180, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4190.251953125, 2647.182373046875, 170.5604400634765625, 2.892724514007568359, 120, 0, 0, 41990, 2991, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (Auras: 159474 - Permanent Feign Death (NO Stun, Untrackable, Immune)) +(@CGUID+13, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4309.673828125, 2667.4462890625, 192.513397216796875, 0.64114534854888916, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+14, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4301.48779296875, 2716.634521484375, 156.0707550048828125, 2.16880345344543457, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+15, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4303.2216796875, 2721.427001953125, 155.8691253662109375, 0.172917351126670837, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+16, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4211.03125, 2646.432373046875, 178.35791015625, 6.083437442779541015, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+17, 195157, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4337.34130859375, 2735.5361328125, 157.242034912109375, 1.82335054874420166, 120, 4, 0, 50388, 0, 1, 0, 0, 0, 48069), -- Barbbed Crystalspine (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+18, 195157, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4316.47216796875, 2680.27099609375, 160.1566314697265625, 2.869260787963867187, 120, 4, 0, 50388, 0, 1, 0, 0, 0, 48069), -- Barbbed Crystalspine (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+19, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4316.978515625, 2665.441650390625, 161.7811431884765625, 0.320820510387420654, 120, 4, 0, 41990, 0, 1, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+20, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4291.48291015625, 2649.994140625, 162.2578582763671875, 0.86344003677368164, 120, 4, 0, 41990, 0, 1, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+21, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4313.234375, 2645.134521484375, 172.8873291015625, 4.268334865570068359, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+22, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4258.76025390625, 2631.3984375, 153.00360107421875, 0.113459542393684387, 120, 4, 0, 41990, 0, 1, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+23, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4363.884765625, 2703.764404296875, 156.3873443603515625, 2.593083858489990234, 120, 10, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+24, 61325, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4368.318359375, 2697.807861328125, 154.919342041015625, 0.385007679462432861, 120, 10, 0, 1, 0, 1, 0, 0, 0, 48069), -- Adder (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+25, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4384.00537109375, 2619.4150390625, 178.8418731689453125, 5.524446487426757812, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+26, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4399.078125, 2622.0126953125, 148.5913848876953125, 2.468378067016601562, 120, 10, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+27, 195157, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4397.69140625, 2604.25390625, 149.513519287109375, 4.142812728881835937, 120, 4, 0, 50388, 0, 1, 0, 0, 0, 48069), -- Barbbed Crystalspine (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+28, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4291.31884765625, 2608.11083984375, 165.436431884765625, 4.671559810638427734, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+29, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4379.92919921875, 2565.437255859375, 154.228759765625, 0.205634489655494689, 120, 10, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(@CGUID+30, 195157, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4321.55224609375, 2577.16650390625, 159.62298583984375, 2.118429183959960937, 120, 4, 0, 50388, 0, 1, 0, 0, 0, 48069), -- Barbbed Crystalspine (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+31, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4355.76123046875, 2572.8271484375, 158.0794219970703125, 0.367454171180725097, 120, 4, 0, 41990, 0, 1, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+32, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4358.333984375, 2566.146484375, 157.8403167724609375, 1.570796370506286621, 120, 4, 0, 41990, 0, 1, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+33, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4297.73095703125, 2536.7421875, 205.3217620849609375, 0.868324756622314453, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+34, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4269.9482421875, 2596.6708984375, 157.808563232421875, 0.388482987880706787, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+35, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4295.1943359375, 2536.6171875, 199.391632080078125, 4.506357669830322265, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+36, 3300, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4322.5078125, 2560.964111328125, 162.8597869873046875, 3.913179636001586914, 120, 10, 0, 1, 0, 1, 0, 0, 0, 48069), -- Adder (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+37, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4368.8369140625, 2508.3056640625, 181.1074981689453125, 5.279808998107910156, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+38, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4335.49609375, 2547.108154296875, 163.0054931640625, 1.60987710952758789, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+39, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4339.79443359375, 2542.3515625, 160.836151123046875, 1.584467291831970214, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+40, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4303.78564453125, 2563.5419921875, 167.3995513916015625, 1.667064309120178222, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+41, 195163, 2444, 13646, 0, '0', 0, 0, 0, 0, -4380.0771484375, 2516.5390625, 164.254608154296875, 3.033046722412109375, 120, 4, 0, 41990, 0, 1, 0, 0, 0, 48069), -- Azure Cryer (Area: 0 - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+42, 195157, 2444, 13646, 0, '0', 0, 0, 0, 0, -4366.88037109375, 2509.536376953125, 165.0111541748046875, 1.594266176223754882, 120, 4, 0, 50388, 0, 1, 0, 0, 0, 48069), -- Barbbed Crystalspine (Area: 0 - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+43, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4375.8740234375, 2496.13037109375, 167.4701385498046875, 1.462675809860229492, 120, 10, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+44, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4321.2666015625, 2436.314208984375, 198.9516143798828125, 4.168862342834472656, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) (Auras: 391254 - Hearty) (possible waypoints or random movement) +(@CGUID+45, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4295.45947265625, 2534.330322265625, 167.6557159423828125, 2.906887769699096679, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (Auras: 391254 - Hearty) (possible waypoints or random movement) +(@CGUID+46, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4303.126953125, 2504.209228515625, 168.7238311767578125, 5.060910224914550781, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+47, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4285.53271484375, 2521.015380859375, 183.1460723876953125, 4.99868011474609375, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+48, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4282.439453125, 2505.357666015625, 176.552398681640625, 3.720691680908203125, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (Auras: 391254 - Hearty) +(@CGUID+49, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4353.68310546875, 2448.59423828125, 173.608734130859375, 3.417345523834228515, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+50, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4280.53662109375, 2500.463134765625, 173.7683563232421875, 5.438046455383300781, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+51, 3300, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4339.802734375, 2451.3623046875, 171.8633270263671875, 0.567702174186706542, 120, 10, 0, 1, 0, 1, 0, 0, 0, 48069), -- Adder (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+52, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4263.47900390625, 2557.721435546875, 177.4149017333984375, 1.825109720230102539, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+53, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4333.33154296875, 2447.908203125, 172.1757659912109375, 1.873351931571960449, 120, 4, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+54, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4259.509765625, 2563.213623046875, 183.7916412353515625, 3.05177164077758789, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+55, 195157, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4252.466796875, 2535.496337890625, 173.1934814453125, 1.923738479614257812, 120, 4, 0, 50388, 0, 1, 0, 0, 0, 48069), -- Barbbed Crystalspine (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+56, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4258.640625, 2559.2978515625, 179.489166259765625, 3.471705198287963867, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+57, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4296.48681640625, 2454.722412109375, 171.1009063720703125, 1.34710848331451416, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+58, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4223.392578125, 2492.75, 200.547698974609375, 2.331579446792602539, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+59, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4252.44140625, 2491.3828125, 175.8339385986328125, 5.468079566955566406, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+60, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4212.64599609375, 2500.59033203125, 201.999114990234375, 1.999914169311523437, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+61, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4252.86279296875, 2562.522705078125, 180.0658416748046875, 6.083437442779541015, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+62, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4331.13916015625, 2427.24658203125, 178.380950927734375, 4.4434814453125, 120, 4, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+63, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4214.7099609375, 2570.194580078125, 185.2623443603515625, 1.741789579391479492, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+64, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4283.46875, 2437.314208984375, 175.6943206787109375, 0.044160537421703338, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+65, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4244.71337890625, 2544.608154296875, 175.949310302734375, 3.340090036392211914, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+66, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4278.189453125, 2436.663330078125, 173.560546875, 5.525745868682861328, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+67, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4307.26904296875, 2399.8125, 182.993377685546875, 0.977453589439392089, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+68, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4221.10205078125, 2431.79541015625, 185.4755401611328125, 1.498045682907104492, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+69, 195180, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4306.06591796875, 2401.986083984375, 182.5072021484375, 0, 120, 0, 0, 41990, 2991, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (Auras: 159474 - Permanent Feign Death (NO Stun, Untrackable, Immune)) +(@CGUID+70, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4281.3212890625, 2380.399658203125, 199.3084259033203125, 1.953945279121398925, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+71, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4260.35400390625, 2431.19384765625, 177.8799285888671875, 6.080814838409423828, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+72, 195157, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4286.7607421875, 2391.35205078125, 182.3059234619140625, 1.870300889015197753, 120, 4, 0, 50388, 0, 1, 0, 0, 0, 48069), -- Barbbed Crystalspine (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+73, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4280.2216796875, 2378.379150390625, 185.7504425048828125, 1.181444883346557617, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+74, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4293.9306640625, 2348.364501953125, 218.51068115234375, 0, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+75, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4267.4716796875, 2399.642822265625, 181.2533111572265625, 3.849583625793457031, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+76, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4245.98291015625, 2372.46533203125, 187.50140380859375, 5.926384925842285156, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+77, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4250.83349609375, 2383.2744140625, 186.650177001953125, 6.271991729736328125, 120, 4, 0, 41990, 0, 1, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+78, 3300, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4228.0791015625, 2419.608642578125, 184.3948516845703125, 0.768825113773345947, 120, 10, 0, 1, 0, 1, 0, 0, 0, 48069), -- Adder (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+79, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4228.384765625, 2388.98388671875, 188.0280914306640625, 0.334095597267150878, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+80, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4216.2373046875, 2429.021240234375, 184.074920654296875, 0.159848332405090332, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+81, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4207.98291015625, 2405.56591796875, 192.0597381591796875, 4.641986846923828125, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+82, 195163, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4226.513671875, 2476.286376953125, 183.302337646484375, 1.549315214157104492, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+83, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4211.47900390625, 2377.6025390625, 208.498321533203125, 3.592342138290405273, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+84, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4202.3427734375, 2530.530517578125, 186.057891845703125, 2.86835479736328125, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+85, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4196.34130859375, 2447.736572265625, 187.776123046875, 4.916008949279785156, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+86, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4232.439453125, 2508.779296875, 180.7894439697265625, 0.656774699687957763, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+87, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4180.7841796875, 2484.653564453125, 186.2248077392578125, 0.606128811836242675, 120, 10, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+88, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4172.15087890625, 2434.153076171875, 207.210693359375, 0.592333912849426269, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+89, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4175.697265625, 2478.1435546875, 188.974945068359375, 1.44741058349609375, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+90, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4162.08837890625, 2535.249267578125, 200.809326171875, 3.630257129669189453, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+91, 195157, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4175.17578125, 2503.08154296875, 186.0137481689453125, 3.387044906616210937, 120, 4, 0, 50388, 0, 1, 0, 0, 0, 48069), -- Barbbed Crystalspine (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+92, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4152.830078125, 2448.33154296875, 204.393585205078125, 6.236660957336425781, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+93, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4145.13525390625, 2464.290771484375, 200.3946685791015625, 5.099063873291015625, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) (Auras: 391254 - Hearty) +(@CGUID+94, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4168.86572265625, 2399.37353515625, 234.780731201171875, 2.23126983642578125, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+95, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4164.78662109375, 2525.41748046875, 190.4100341796875, 2.572016239166259765, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+96, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4138.429, 2594.932, 184.6999, 3.807716846466064453, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+97, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4138.429, 2594.932, 184.6999, 2.572016239166259765, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+98, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4118.5244140625, 2435.397705078125, 221.000274658203125, 4.575698375701904296, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+99, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4139.5068359375, 2404.7587890625, 244.6556243896484375, 3.592342376708984375, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+100, 193612, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4108.73388671875, 2460.528076171875, 216.0564117431640625, 1.660748958587646484, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Highpeaks Goat (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+101, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4234.0478515625, 2560.27197265625, 166.53216552734375, 4.602810382843017578, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(@CGUID+102, 192267, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4103.57958984375, 2520.07080078125, 203.7567596435546875, 1.059932112693786621, 120, 4, 0, 5, 0, 1, 0, 0, 0, 48069), -- Azure Crystalspine (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+103, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4219.353515625, 2569.263427734375, 165.32733154296875, 2.353432178497314453, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+104, 195151, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4133.19482421875, 2610.274169921875, 189.6019439697265625, 3.908645391464233398, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Perching Hunter (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+105, 195157, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4111.5458984375, 2633.2646484375, 184.2353363037109375, 5.224689483642578125, 120, 4, 0, 50388, 0, 1, 0, 0, 0, 48069), -- Barbbed Crystalspine (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+106, 195157, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4119.2666015625, 2670.69677734375, 180.861602783203125, 2.079192638397216796, 120, 4, 0, 50388, 0, 1, 0, 0, 0, 48069), -- Barbbed Crystalspine (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+107, 195150, 2444, 13646, 0, '0', 0, 0, 0, 0, -4190.619140625, 2645.2744140625, 170.910675048828125, 1.427232265472412109, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: 0 - Difficulty: 0) +(@CGUID+108, 195180, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4245.4755859375, 2578.338623046875, 162.1513519287109375, 2.892724514007568359, 120, 0, 0, 41990, 2991, 0, 0, 0, 0, 48069), -- Azure Cryer (Area: Traitor's Rest - Difficulty: 0) (Auras: 159474 - Permanent Feign Death (NO Stun, Untrackable, Immune)) +(@CGUID+109, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4249.20849609375, 2576.157958984375, 162.4102325439453125, 4.074855804443359375, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+110, 195150, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4245.75341796875, 2576.510498046875, 162.2897491455078125, 1.427232265472412109, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Grinning Cur (Area: Traitor's Rest - Difficulty: 0) +(@CGUID+111, 195373, 2444, 13646, 13844, '0', 0, 0, 0, 0, -4276.990234375, 2605.9794921875, 216.44659423828125, 4.703416824340820312, 120, 0, 0, 27, 0, 0, 0, 0, 0, 48069); -- Pepper Hammer (Area: Traitor's Rest - Difficulty: 0) (Auras: ) +DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+111; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+0, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+3, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+5, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+7, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+12, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, '159474'), -- Azure Cryer - 159474 - Permanent Feign Death (NO Stun, Untrackable, Immune) +(@CGUID+13, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+14, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Grinning Cur +(@CGUID+16, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+19, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+21, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+25, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+32, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+33, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+35, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+37, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+40, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+44, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, '391254'), -- Perching Hunter - 391254 - Hearty +(@CGUID+45, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '391254'), -- Grinning Cur - 391254 - Hearty +(@CGUID+48, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, '391254'), -- Grinning Cur - 391254 - Hearty +(@CGUID+49, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Grinning Cur +(@CGUID+52, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+54, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+56, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+58, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+60, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+61, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+63, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+64, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Grinning Cur +(@CGUID+66, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Grinning Cur +(@CGUID+68, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+69, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, '159474'), -- Azure Cryer - 159474 - Permanent Feign Death (NO Stun, Untrackable, Immune) +(@CGUID+70, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+76, 0, 0, 0, 0, 0, 1, 0, 418, 0, 0, 0, 0, ''), -- Highpeaks Goat +(@CGUID+77, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+82, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Azure Cryer +(@CGUID+84, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+90, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+92, 0, 0, 0, 0, 0, 1, 0, 418, 0, 0, 0, 0, ''), -- Highpeaks Goat +(@CGUID+93, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '391254'), -- Highpeaks Goat - 391254 - Hearty +(@CGUID+98, 0, 0, 0, 0, 0, 1, 0, 418, 0, 0, 0, 0, ''), -- Highpeaks Goat +(@CGUID+101, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Grinning Cur +(@CGUID+104, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Perching Hunter +(@CGUID+108, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, '159474'), -- Azure Cryer - 159474 - Permanent Feign Death (NO Stun, Untrackable, Immune) +(@CGUID+109, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Grinning Cur +(@CGUID+111, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- Pepper Hammer + +UPDATE `creature_template` SET `faction`=35, `npcflag`=16777216, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=195373; -- Pepper Hammer +UPDATE `creature_template` SET `minlevel`=68, `maxlevel`=68, `faction`=7, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=193612; -- Highpeaks Goat +UPDATE `creature_template` SET `minlevel`=68, `maxlevel`=68, `faction`=31, `BaseAttackTime`=2000, `unit_flags`=536904448, `unit_flags2`=67110913, `unit_flags3`=8192 WHERE `entry`=195180; -- Azure Cryer +UPDATE `creature_template` SET `minlevel`=68, `maxlevel`=68, `faction`=2576, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=195163; -- Azure Cryer +UPDATE `creature_template` SET `minlevel`=68, `maxlevel`=68, `faction`=190, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=195157; -- Barbbed Crystalspine +UPDATE `creature_template` SET `minlevel`=68, `maxlevel`=68, `faction`=2106, `speed_run`=1.285714268684387207, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=195150; -- Grinning Cur +UPDATE `creature_template` SET `minlevel`=68, `maxlevel`=68, `faction`=190, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=195151; -- Perching Hunter + +-- Creature Movement +DELETE FROM `creature_template_movement` WHERE `CreatureID` IN (195373, 195151); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES +(195373, 0, 0, 1, 0, 0, 0, NULL), +(195151, 0, 0, 1, 0, 0, 0, NULL); + +-- Waypoints for CGUID+15 +SET @PATH := (@CGUID+15) * 10; +DELETE FROM `waypoint_data` WHERE `id`= @PATH; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +(@PATH, 0, -4326.814, 2726.979, 157.8759, NULL, 0), +(@PATH, 1, -4317.268, 2721.312, 156.7052, NULL, 0), +(@PATH, 2, -4306.229, 2720.902, 155.9509, NULL, 0), +(@PATH, 3, -4291.806, 2723.423, 155.5153, NULL, 0), +(@PATH, 4, -4272.625, 2727.585, 155.0159, NULL, 0), +(@PATH, 5, -4265.141, 2734.292, 154.9411, NULL, 2434), +(@PATH, 6, -4282.583, 2754.837, 157.8437, NULL, 0), +(@PATH, 7, -4292.056, 2753.691, 157.6234, NULL, 0), +(@PATH, 8, -4309.537, 2749.512, 159.8941, NULL, 6964), +(@PATH, 9, -4314.063, 2741.667, 160.773, NULL, 0), +(@PATH, 10, -4325.554, 2738.984, 159.5191, NULL, 0); + +UPDATE `creature` SET `position_x`= -4326.814, `position_y`= 2726.979, `position_z`= 157.8759, `orientation`= 0, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+15; +DELETE FROM `creature_addon` WHERE `guid`= @CGUID+15; +INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`) VALUES +(@CGUID+15, @PATH, 1); + +-- Waypoints for CGUID+46 +SET @PATH := (@CGUID+46) * 10; +DELETE FROM `waypoint_data` WHERE `id`= @PATH; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +(@PATH, 0, -4303.127, 2504.209, 168.7238, NULL, 2117), +(@PATH, 1, -4288.893, 2499.451, 167.2502, NULL, 0), +(@PATH, 2, -4288.29, 2499.221, 167.2608, NULL, 183), +(@PATH, 3, -4296.62, 2485.848, 168.6971, NULL, 990), +(@PATH, 4, -4283.821, 2486.83, 169.1356, NULL, 0), +(@PATH, 5, -4281.408, 2490.125, 169.2276, NULL, 3666), +(@PATH, 6, -4303.573, 2489.387, 168.4029, NULL, 0), +(@PATH, 7, -4307.601, 2495.299, 168.6292, NULL, 0), +(@PATH, 8, -4311.222, 2506.273, 167.8769, NULL, 0), +(@PATH, 9, -4305.948, 2512.98, 166.5105, NULL, 0); + +UPDATE `creature` SET `position_x`= -4303.127, `position_y`= 2504.209, `position_z`= 168.7238, `orientation`= 0, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+46; +DELETE FROM `creature_addon` WHERE `guid`= @CGUID+46; +INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`) VALUES +(@CGUID+46, @PATH, 1); + +-- Waypoints for CGUID+9 +DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+9; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(@CGUID+9, @CGUID+9, 0, 0, 515, 0, 0), +(@CGUID+9, @CGUID+6, 4, 0, 515, 0, 0); + +SET @PATH := (@CGUID+9) * 10; +DELETE FROM `waypoint_data` WHERE `id`= @PATH; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +(@PATH, 0, -4282.912, 2694.457, 163.1742, NULL, 0), +(@PATH, 1, -4276.394, 2698.624, 162.2345, NULL, 0), +(@PATH, 2, -4270.281, 2714.786, 158.7636, NULL, 0), +(@PATH, 3, -4243.573, 2718.134, 152.2558, NULL, 0), +(@PATH, 4, -4241.568, 2694.206, 149.7404, NULL, 0), +(@PATH, 5, -4254.057, 2674.89, 148.924, NULL, 7833), +(@PATH, 6, -4241.568, 2694.206, 149.674, NULL, 0), +(@PATH, 7, -4243.573, 2718.134, 152.2558, NULL, 0), +(@PATH, 8, -4270.182, 2714.919, 158.7611, NULL, 0), +(@PATH, 9, -4276.394, 2698.624, 162.2345, NULL, 0), +(@PATH, 10, -4282.912, 2694.457, 163.1742, NULL, 0), +(@PATH, 11, -4298.075, 2700.285, 165.2602, NULL, 8047); + +UPDATE `creature` SET `position_x`= -4282.912, `position_y`= 2694.457, `position_z`= 163.1742, `orientation`= 0, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+9; +DELETE FROM `creature_addon` WHERE `guid`= @CGUID+9; +INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`) VALUES +(@CGUID+9, @PATH, 1); + +-- Waypoints for CGUID+95 +DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+95; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(@CGUID+95, @CGUID+95, 0, 0, 515, 0, 0), +(@CGUID+95, @CGUID+96, 6, 30, 515, 0, 0), +(@CGUID+95, @CGUID+97, 6, 330, 515, 0, 0); + +SET @PATH := (@CGUID+95) * 10; +DELETE FROM `waypoint_data` WHERE `id`= @PATH; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +(@PATH, 0, -4138.429, 2594.932, 184.6999, NULL, 0), +(@PATH, 1, -4126.434, 2573.929, 189.846, NULL, 0), +(@PATH, 2, -4123.031, 2545.889, 195.8732, NULL, 0), +(@PATH, 3, -4149.615, 2515.702, 194.008, NULL, 0), +(@PATH, 4, -4171.361, 2529.609, 186.8895, NULL, 0), +(@PATH, 5, -4196.949, 2550.491, 171.3997, NULL, 0), +(@PATH, 6, -4216.906, 2592.789, 160.7364, NULL, 0), +(@PATH, 7, -4228.698, 2632.544, 157.0086, NULL, 0), +(@PATH, 8, -4237.5, 2677.013, 149.3615, NULL, 0), +(@PATH, 9, -4223.226, 2718.688, 155.7813, NULL, 0), +(@PATH, 10, -4188.672, 2718.195, 159.5577, NULL, 0), +(@PATH, 11, -4160.441, 2709.962, 169.1994, NULL, 0), +(@PATH, 12, -4154.128, 2663.032, 176.9632, NULL, 0), +(@PATH, 13, -4152.415, 2618.303, 180.4322, NULL, 6522), +(@PATH, 14, -4154.128, 2663.032, 176.9632, NULL, 0), +(@PATH, 15, -4160.441, 2709.962, 169.1994, NULL, 0), +(@PATH, 16, -4188.672, 2718.195, 159.5577, NULL, 0), +(@PATH, 17, -4223.226, 2718.688, 155.7813, NULL, 0), +(@PATH, 18, -4237.5, 2677.013, 149.3615, NULL, 0), +(@PATH, 19, -4228.698, 2632.544, 157.0086, NULL, 0), +(@PATH, 20, -4216.906, 2592.789, 160.7364, NULL, 0), +(@PATH, 21, -4196.932, 2550.494, 171.5142, NULL, 0), +(@PATH, 22, -4171.344, 2529.611, 186.8734, NULL, 0), +(@PATH, 23, -4149.615, 2515.702, 194.008, NULL, 0), +(@PATH, 24, -4123.031, 2545.889, 195.8732, NULL, 0), +(@PATH, 25, -4126.434, 2573.929, 189.846, NULL, 0), +(@PATH, 26, -4138.429, 2594.932, 184.6999, NULL, 0), +(@PATH, 27, -4152.897, 2617.677, 180.4497, NULL, 0); + +UPDATE `creature` SET `position_x`= -4138.429, `position_y`= 2594.932, `position_z`= 184.6999, `orientation`= 0, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+95; +DELETE FROM `creature_addon` WHERE `guid`= @CGUID+95; +INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`) VALUES +(@CGUID+95, @PATH, 1); diff --git a/sql/updates/world/master/2023_02_20_01_world.sql b/sql/updates/world/master/2023_02_20_01_world.sql new file mode 100644 index 000000000..937fb771a --- /dev/null +++ b/sql/updates/world/master/2023_02_20_01_world.sql @@ -0,0 +1,7 @@ +-- Delete Onnessa & Worker +DELETE FROM `creature` WHERE `guid` IN (1051067, 1051066); +DELETE FROM `creature_addon` WHERE `guid` IN (1051067, 1051066); + +-- Delete Excavation Stake Gob +DELETE FROM `gameobject` WHERE `guid` IN (600226, 600227); +DELETE FROM `gameobject_addon` WHERE `guid` IN (600226, 600227); diff --git a/sql/updates/world/master/2023_02_20_02_world.sql b/sql/updates/world/master/2023_02_20_02_world.sql new file mode 100644 index 000000000..7897f3699 --- /dev/null +++ b/sql/updates/world/master/2023_02_20_02_world.sql @@ -0,0 +1,242 @@ +SET @CGUID := 9003338; +SET @OGUID := 9000321; + +SET @NPCTEXTID := 590036; + +-- Transporter +DELETE FROM `transports` WHERE `guid` = 33; +INSERT INTO `transports` (`guid`, `entry`, `name`, `phaseUseFlags`, `phaseid`, `phasegroup`, `ScriptName`) VALUES +(33, 375073, 'Stormwind and Waking Shores ("The Rugged Dragonscale")', 0, 0, 0, ''); + +DELETE FROM `gameobject_template_addon` WHERE `entry`= 375073; +INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `mingold`, `maxgold`, `WorldEffectID`, `AIAnimKitID`) VALUES +(375073, 0, 0x100028, 0, 0, 0, 0); + +-- Creature +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+97; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 180538, 2524, 1519, 4411, '0', 0, 0, 0, 0, 3.34904026985168457, -0.16133457422256469, 37.34839630126953125, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- (Bunny) Sessile + Large AOI (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+1, 197503, 2524, 1519, 4411, '0', 0, 0, 0, 0, 1.879366517066955566, 1.662567138671875, 8.805849075317382812, 0, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- The Rugged Dragonscale (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+2, 197611, 2524, 1519, 4411, '0', 0, 0, 0, 0, -0.2512407898902893, 4.58125162124633789, 6.183543205261230468, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- (Bunny) Sessile + Gigantic AOI (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+3, 197503, 2524, 1519, 4411, '0', 0, 0, 0, 0, 1.879366517066955566, 1.662567138671875, 8.805849075317382812, 0, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- The Rugged Dragonscale (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+4, 197611, 2524, 1519, 4411, '0', 0, 0, 0, 0, 3.40557098388671875, 0.131810501217842102, 8.272027015686035156, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- (Bunny) Sessile + Gigantic AOI (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+5, 198748, 2524, 1519, 4411, '0', 0, 0, 0, 1, -27.8148231506347656, -6.25153589248657226, 11.3517303466796875, 1.230925202369689941, 120, 0, 0, 2258380, 3155, 0, 0, 0, 0, 48069), -- Expedition Escort (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+6, 194378, 2524, 1519, 4411, '0', 0, 0, 0, 1, -15.3168163299560546, 10.05295372009277343, 9.785700798034667968, 1.648361682891845703, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Hired Tidesage (Area: Stormwind Harbor - Difficulty: 0) (Auras: 237594 - Cosmetic - Water Channel) +(@CGUID+7, 194378, 2524, 1519, 4411, '0', 0, 0, 0, 1, -15.0272369384765625, -10.0071115493774414, 9.756842613220214843, 4.664150238037109375, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Hired Tidesage (Area: Stormwind Harbor - Difficulty: 0) (Auras: 237594 - Cosmetic - Water Channel) +(@CGUID+8, 196091, 2524, 1519, 4411, '0', 0, 0, 0, 1, -8.82646465301513671, 11.2667694091796875, 6.16873788833618164, 1.595898866653442382, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Korston Willard (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+9, 194437, 2524, 1519, 4411, '0', 0, 0, 0, 0, -21.232269287109375, -3.72122526168823242, 10.56009864807128906, 1.623983263969421386, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Salty Deckhand (Area: Stormwind Harbor - Difficulty: 0) (Auras: 374148 - Channel: Hold Compass + TalkQuestion (Explorer) [DNT]) +(@CGUID+10, 194437, 2524, 1519, 4411, '0', 0, 0, 0, 0, -22.5547218322753906, -2.65338778495788574, 10.77260494232177734, 3.925586938858032226, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Salty Deckhand (Area: Stormwind Harbor - Difficulty: 0) (Auras: 372498 - Channel: Look Through Spyglass (Nightborne Male) [DNT]) +(@CGUID+11, 198748, 2524, 1519, 4411, '0', 0, 0, 0, 1, -18.640054702758789, -0.2143300324678421, 31.55849266052246093, 0.040592536330223083, 120, 0, 0, 2258380, 3155, 0, 0, 0, 0, 48069), -- Expedition Escort (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+12, 194490, 2524, 1519, 4411, '0', 0, 0, 0, 1, -10.0628557205200195, -10.8293657302856445, 6.169805049896240234, 1.418756961822509765, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Zuraan (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+13, 198362, 2524, 1519, 4411, '0', 0, 0, 0, 0, -1.98059511184692382, 8.003537178039550781, 6.182118415832519531, 1.581378340721130371, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- (Bunny) Crow's Nest (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+14, 194437, 2524, 1519, 4411, '0', 0, 0, 0, 0, 3.263731718063354492, -0.05001322552561759, 37.34839630126953125, 0.176693260669708251, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Salty Deckhand (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+15, 198748, 2524, 1519, 4411, '0', 0, 0, 0, 1, -0.78258007764816284, 3.573533058166503906, 37.3484039306640625, 1.224529147148132324, 120, 0, 0, 2258380, 3155, 0, 0, 0, 0, 48069), -- Expedition Escort (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+16, 198748, 2524, 1519, 4411, '0', 0, 0, 0, 1, -1.65199911594390869, -1.48895585536956787, 6.180759429931640625, 3.491937637329101562, 120, 0, 0, 2258380, 3155, 0, 0, 0, 0, 48069), -- Expedition Escort (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+17, 198363, 2524, 1519, 4411, '0', 0, 0, 0, 0, 1.114111781120300292, -1.10485804080963134, 62.03670883178710937, 3.210008859634399414, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- (Bunny) Crow's Nest [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+18, 194437, 2524, 1519, 4411, '0', 0, 0, 0, 0, 2.03907179832458496, 1.223812460899353027, 62.03670883178710937, 0.959222733974456787, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Salty Deckhand (Area: Stormwind Harbor - Difficulty: 0) (Auras: 372498 - Channel: Look Through Spyglass (Nightborne Male) [DNT]) +(@CGUID+19, 198748, 2524, 1519, 4411, '0', 0, 0, 0, 1, 5.028229713439941406, -1.47142815589904785, 6.182877540588378906, 5.751345634460449218, 120, 0, 0, 2258380, 3155, 0, 0, 0, 0, 48069), -- Expedition Escort (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+20, 194437, 2524, 1519, 4411, '0', 0, 0, 0, 0, 23.47769355773925781, 11.19172477722167968, 6.362297534942626953, 4.947275161743164062, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Salty Deckhand (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+21, 194537, 2524, 1519, 4411, '0', 0, 0, 0, 0, 17.83073043823242187, -7.42013740539550781, 6.184665203094482421, 0.663221180438995361, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Tishad (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+22, 198748, 2524, 1519, 4411, '0', 0, 0, 0, 1, 13.11567878723144531, -5.18981790542602539, 11.95417594909667968, 3.783195734024047851, 120, 0, 0, 2258380, 3155, 0, 0, 0, 0, 48069), -- Expedition Escort (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+23, 194470, 2524, 1519, 4411, '0', 0, 0, 0, 0, 14.16449260711669921, 1.634089827537536621, 6.205789089202880859, 0, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Victor Bradwell (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+24, 194437, 2524, 1519, 4411, '0', 0, 0, 0, 0, 7.988283634185791015, 11.25578880310058593, 6.20257425308227539, 1.917884349822998046, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Salty Deckhand (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+25, 194536, 2524, 1519, 4411, '0', 0, 0, 0, 0, 19.69184303283691406, -7.2256927490234375, 6.224917888641357421, 2.434734821319580078, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Reluun (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+26, 194539, 2524, 1519, 4411, '0', 0, 0, 0, 1, 13.65427112579345703, 9.365904808044433593, 13.507904052734375, 5.490558147430419921, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Tizzi Twistcog (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+27, 194437, 2524, 1519, 4411, '0', 0, 0, 0, 0, 14.97393321990966796, -4.38739204406738281, 6.231508731842041015, 4.058600425720214843, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Salty Deckhand (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+28, 198748, 2524, 1519, 4411, '0', 0, 0, 0, 1, 36.44826507568359375, 3.880536317825317382, 19.4808197021484375, 3.719045639038085937, 120, 0, 0, 2258380, 3155, 0, 0, 0, 0, 48069), -- Expedition Escort (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+29, 194493, 2524, 1519, 4411, '0', 0, 0, 0, 0, 31.76350593566894531, 9.949885368347167968, 19.83477210998535156, 6.258297920227050781, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Ogdan Stoneforge (Area: Stormwind Harbor - Difficulty: 0) (Auras: 389730 - Cosmetic - SitHigh and Drink Breakable (10.0 Explorers Tankard)) +(@CGUID+30, 194488, 2524, 1519, 4411, '0', 0, 0, 0, 0, 32.71043014526367187, -8.49995136260986328, 6.505216598510742187, 1.925407171249389648, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Guldros Onyxbrand (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+31, 194397, 2524, 1519, 4411, '0', 0, 0, 0, 0, 37.15568161010742187, 8.7976226806640625, 6.573340892791748046, 1.058295726776123046, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Nethandril Duskthorn (Area: Stormwind Harbor - Difficulty: 0) (Auras: 275283 - Cosmetic - Void Hands + UseStanding) +(@CGUID+32, 194437, 2524, 1519, 4411, '0', 0, 0, 0, 0, 36.18121719360351562, -6.68012666702270507, 14.38788509368896484, 0, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Salty Deckhand (Area: Stormwind Harbor - Difficulty: 0) (Auras: 371465 - Cosmetic - Sleep Zzz Breakable) +(@CGUID+33, 194378, 2524, 1519, 4411, '0', 0, 0, 0, 1, 41.50246047973632812, 11.21326065063476562, 20.04051971435546875, 1.656445622444152832, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Hired Tidesage (Area: Stormwind Harbor - Difficulty: 0) (Auras: 237594 - Cosmetic - Water Channel) +(@CGUID+34, 194437, 2524, 1519, 4411, '0', 0, 0, 0, 0, 38.61156082153320312, 2.702339410781860351, 7.2091827392578125, 3.403037548065185546, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Salty Deckhand (Area: Stormwind Harbor - Difficulty: 0) (Auras: 371465 - Cosmetic - Sleep Zzz Breakable) +(@CGUID+35, 194659, 2524, 1519, 4411, '0', 0, 0, 0, 0, 25.97134017944335937, 6.95246744155883789, 7.254109859466552734, 0, 120, 0, 0, 27, 0, 0, 0, 0, 0, 48069), -- Dumpling (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+36, 194531, 2524, 1519, 4411, '0', 0, 0, 0, 0, 39.54948043823242187, -0.97569453716278076, 13.0307769775390625, 0.506144583225250244, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Selindra Nightdancer (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+37, 194538, 2524, 1519, 4411, '0', 0, 0, 0, 0, 26.81163787841796875, 6.826388835906982421, 6.332414627075195312, 2.286378860473632812, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Ji-Min Quickpaw (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+38, 194484, 2524, 1519, 4411, '0', 0, 0, 0, 0, 32.02232742309570312, -8.06710624694824218, 6.494704723358154296, 0.768538355827331542, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Clinkora Rustfuse (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+39, 194437, 2524, 1519, 4411, '0', 0, 0, 0, 0, 30.08919906616210937, -5.42627620697021484, 13.04108619689941406, 2.390864372253417968, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Salty Deckhand (Area: Stormwind Harbor - Difficulty: 0) (Auras: 374210 - Channel: Hold Duck Plushie + TalkQuestion [DNT] (Large Races not WAI)) +(@CGUID+40, 194369, 2524, 1519, 4411, '0', 0, 0, 0, 0, 36.71170806884765625, -4.34244012832641601, 19.50551033020019531, 1.993219375610351562, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Alanatheth (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+41, 194534, 2524, 1519, 4411, '0', 0, 0, 0, 0, 42.76128387451171875, -0.07638958096504211, 13.03080463409423828, 3.159062385559082031, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Dauvin Thornworth (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+42, 194393, 2524, 1519, 4411, '0', 0, 0, 0, 0, 40.64383697509765625, 1.96880340576171875, 20.56963348388671875, 3.745630741119384765, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Clovis (Area: Stormwind Harbor - Difficulty: 0) (Auras: 383667 - Holding Bottles [DNT]) +(@CGUID+43, 194378, 2524, 1519, 4411, '0', 0, 0, 0, 1, 41.42766189575195312, -11.2781867980957031, 20.02971839904785156, 4.693413734436035156, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069), -- Hired Tidesage (Area: Stormwind Harbor - Difficulty: 0) (Auras: 237594 - Cosmetic - Water Channel) +(@CGUID+44, 184288, 2524, 1519, 4411, '0', 0, 0, 0, 1, 39.03123092651367187, -0.00138939754106104, 20.56952667236328125, 3.346041679382324218, 120, 0, 0, 35235, 0, 0, 0, 0, 0, 48069); -- Captain Ironbridge (Area: Stormwind Harbor - Difficulty: 0) +DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+97; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 3, ''), -- (Bunny) Sessile + Large AOI +(@CGUID+1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- The Rugged Dragonscale +(@CGUID+2, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- (Bunny) Sessile + Gigantic AOI +(@CGUID+3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- The Rugged Dragonscale +(@CGUID+4, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- (Bunny) Sessile + Gigantic AOI +(@CGUID+5, 0, 0, 0, 0, 0, 1, 1, 718, 0, 0, 0, 0, ''), -- Expedition Escort +(@CGUID+6, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- Hired Tidesage - 237594 - Cosmetic - Water Channel +(@CGUID+7, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- Hired Tidesage - 237594 - Cosmetic - Water Channel +(@CGUID+8, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- Korston Willard +(@CGUID+9, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- Salty Deckhand - 374148 - Channel: Hold Compass + TalkQuestion (Explorer) [DNT] +(@CGUID+10, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- Salty Deckhand - 372498 - Channel: Look Through Spyglass (Nightborne Male) [DNT] +(@CGUID+11, 0, 0, 0, 0, 0, 1, 1, 718, 0, 0, 0, 0, ''), -- Expedition Escort +(@CGUID+12, 0, 0, 0, 0, 0, 1, 1, 64, 0, 0, 0, 0, ''), -- Zuraan +(@CGUID+14, 0, 0, 0, 0, 0, 1, 1, 720, 0, 0, 0, 0, ''), -- Salty Deckhand +(@CGUID+15, 0, 0, 0, 0, 0, 1, 1, 718, 0, 0, 0, 0, ''), -- Expedition Escort +(@CGUID+16, 0, 0, 0, 0, 0, 1, 1, 718, 0, 0, 0, 0, ''), -- Expedition Escort +(@CGUID+18, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- Salty Deckhand - 372498 - Channel: Look Through Spyglass (Nightborne Male) [DNT] +(@CGUID+19, 0, 0, 0, 0, 0, 1, 1, 718, 0, 0, 0, 0, ''), -- Expedition Escort +(@CGUID+20, 0, 0, 0, 0, 0, 1, 1, 720, 0, 0, 0, 0, ''), -- Salty Deckhand +(@CGUID+21, 0, 0, 5, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- Tishad +(@CGUID+22, 0, 0, 0, 0, 0, 1, 1, 718, 0, 0, 0, 0, ''), -- Expedition Escort +(@CGUID+23, 0, 0, 0, 0, 0, 1, 1, 0, 16425, 0, 0, 0, ''), -- Victor Bradwell +(@CGUID+24, 0, 0, 0, 0, 0, 1, 1, 569, 0, 0, 0, 0, ''), -- Salty Deckhand +(@CGUID+25, 0, 0, 5, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- Reluun +(@CGUID+26, 0, 0, 0, 3, 0, 1, 1, 876, 0, 0, 0, 0, ''), -- Tizzi Twistcog +(@CGUID+27, 0, 0, 0, 0, 0, 1, 1, 569, 0, 0, 0, 0, ''), -- Salty Deckhand +(@CGUID+28, 0, 0, 0, 0, 0, 1, 1, 718, 0, 0, 0, 0, ''), -- Expedition Escort +(@CGUID+29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '389730'), -- Ogdan Stoneforge - 389730 - Cosmetic - SitHigh and Drink Breakable (10.0 Explorers Tankard) +(@CGUID+30, 0, 0, 0, 0, 0, 1, 1, 431, 0, 0, 0, 0, ''), -- Guldros Onyxbrand +(@CGUID+31, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, '275283'), -- Nethandril Duskthorn - 275283 - Cosmetic - Void Hands + UseStanding +(@CGUID+32, 0, 0, 3, 0, 0, 1, 1, 0, 0, 0, 0, 0, '371465'), -- Salty Deckhand - 371465 - Cosmetic - Sleep Zzz Breakable +(@CGUID+33, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- Hired Tidesage - 237594 - Cosmetic - Water Channel +(@CGUID+34, 0, 0, 3, 0, 0, 1, 1, 0, 0, 0, 0, 0, '371465'), -- Salty Deckhand - 371465 - Cosmetic - Sleep Zzz Breakable +(@CGUID+35, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Dumpling +(@CGUID+36, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- Selindra Nightdancer +(@CGUID+37, 0, 0, 5, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- Ji-Min Quickpaw +(@CGUID+38, 0, 0, 0, 0, 0, 1, 1, 431, 0, 0, 0, 0, ''), -- Clinkora Rustfuse +(@CGUID+39, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- Salty Deckhand - 374210 - Channel: Hold Duck Plushie + TalkQuestion [DNT] (Large Races not WAI) +(@CGUID+40, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- Alanatheth +(@CGUID+41, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- Dauvin Thornworth +(@CGUID+42, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '383667'), -- Clovis - 383667 - Holding Bottles [DNT] +(@CGUID+43, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- Hired Tidesage - 237594 - Cosmetic - Water Channel +(@CGUID+44, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''); -- Captain Ironbridge + +-- GameObjects +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+1, 378009, 2524, 1519, 4411, '0', 0, 0, -23.9469242095947265, 1.575587630271911621, 10.89620780944824218, 1.038039922714233398, 0.016160964965820312, 0.077109336853027343, 0.491801261901855468, 0.867135822772979736, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2, 378009, 2524, 1519, 4411, '0', 0, 0, -22.8581371307373046, 2.029956817626953125, 10.74582386016845703, 0.310177356004714965, 0.021648406982421875, 0.050992012023925781, 0.152868270874023437, 0.986692726612091064, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+3, 378009, 2524, 1519, 4411, '0', 0, 0, -20.4031486511230468, 1.148966908454895019, 10.41737079620361328, 5.406891345977783203, -0.02964448928833007, 0.0589752197265625, -0.42141437530517578, 0.904462873935699462, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+4, 378009, 2524, 1519, 4411, '0', 0, 0, -20.3772144317626953, 1.124375462532043457, 11.19835186004638671, 0.039012476801872253, 0.006883144378662109, 0.046392440795898437, 0.019123077392578125, 0.998716533184051513, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+5, 378009, 2524, 1519, 4411, '0', 0, 0, -0.49330022931098937, 2.621035337448120117, 6.88206338882446289, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+6, 378009, 2524, 1519, 4411, '0', 0, 0, -0.86096554994583129, 2.148575782775878906, 6.098372459411621093, 1.186188340187072753, 0, 0, 0.558929443359375, 0.829215228557586669, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+7, 378009, 2524, 1519, 4411, '0', 0, 0, 0.090626820921897888, 3.139798402786254882, 6.10000467300415039, 0.636739850044250488, 0, 0, 0.313018798828125, 0.949746966361999511, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+8, 297565, 2524, 1519, 4411, '0', 0, 0, 24.80295753479003906, 8.652777671813964843, 6.296417236328125, 5.925393581390380859, 0, 0, -0.17794322967529296, 0.984040737152099609, 120, 255, 1, 48069), -- Chair (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+9, 297567, 2524, 1519, 4411, '0', 0, 0, 24.91233253479003906, 6.583333969116210937, 6.301306724548339843, 0.811578273773193359, 0, 0, 0.394743919372558593, 0.918791174888610839, 120, 255, 1, 48069), -- Chair (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+10, 378009, 2524, 1519, 4411, '0', 0, 0, 13.45494365692138671, 9.741224288940429687, 11.90144824981689453, 5.304310321807861328, 0.004258632659912109, -0.01103782653808593, -0.47003555297851562, 0.882568180561065673, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+11, 297570, 2524, 1519, 4411, '0', 0, 0, 17.65191268920898437, -5.5069427490234375, 6.182915687561035156, 6.047565937042236328, 0, 0, -0.11753749847412109, 0.993068456649780273, 120, 255, 1, 48069), -- Chair (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+12, 297571, 2524, 1519, 4411, '0', 0, 0, 17.83073043823242187, -7.42013740539550781, 6.184665203094482421, 0.663221180438995361, 0, 0, 0.325566291809082031, 0.945519208908081054, 120, 255, 1, 48069), -- Chair (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+13, 297572, 2524, 1519, 4411, '0', 0, 0, 19.69184303283691406, -7.2256927490234375, 6.224917888641357421, 2.434734821319580078, 0, 0, 0.938191413879394531, 0.346116840839385986, 120, 255, 1, 48069), -- Chair (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+14, 378009, 2524, 1519, 4411, '0', 0, 0, 13.37487030029296875, 9.668082237243652343, 12.69262409210205078, 0.965165257453918457, 0, 0, 0.464068412780761718, 0.885799348354339599, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+15, 378009, 2524, 1519, 4411, '0', 0, 0, 12.41112041473388671, 10.53279590606689453, 11.79609394073486328, 6.009530067443847656, 0, 0, -0.13640117645263671, 0.990653693675994873, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+16, 378009, 2524, 1519, 4411, '0', 0, 0, 12.52218246459960937, 9.257086753845214843, 11.80961513519287109, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+17, 378009, 2524, 1519, 4411, '0', 0, 0, 27.76638221740722656, -6.67591476440429687, 12.84737491607666015, 0.927953243255615234, 0, 0, 0.447507858276367187, 0.894280016422271728, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+18, 297566, 2524, 1519, 4411, '0', 0, 0, 26.81163787841796875, 6.826388835906982421, 6.332414627075195312, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 48069), -- Chair (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+19, 297568, 2524, 1519, 4411, '0', 0, 0, 24.44184303283691406, -7.41666650772094726, 6.293860435485839843, 1.239181041717529296, 0, 0, 0.580701828002929687, 0.814116358757019042, 120, 255, 1, 48069), -- Chair (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+20, 297569, 2524, 1519, 4411, '0', 0, 0, 26.290802001953125, -4.99999952316284179, 6.324167728424072265, 4.057891845703125, 0, 0, -0.89687252044677734, 0.442289173603057861, 120, 255, 1, 48069), -- Chair (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+21, 378009, 2524, 1519, 4411, '0', 0, 0, 28.03834152221679687, -6.65667676925659179, 13.63187885284423828, 0.210185497999191284, 0, 0, 0.104899406433105468, 0.994482815265655517, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+22, 378009, 2524, 1519, 4411, '0', 0, 0, 28.47947502136230468, -7.81330442428588867, 12.88535785675048828, 6.031972408294677734, 0, 0, -0.12527656555175781, 0.992121875286102294, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+23, 378009, 2524, 1519, 4411, '0', 0, 0, 28.93377685546875, -6.3671736717224121, 12.90066337585449218, 0.121744938194751739, 0, 0, 0.060834884643554687, 0.998147845268249511, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+24, 297573, 2524, 1519, 4411, '0', 0, 0, 26.42448043823242187, -6.89236164093017578, 6.325334548950195312, 2.434734821319580078, 0, 0, 0.938191413879394531, 0.346116840839385986, 120, 255, 1, 48069), -- Chair (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+25, 297574, 2524, 1519, 4411, '0', 0, 0, 26.90191459655761718, 8.975694656372070312, 6.335384845733642578, 4.127703666687011718, 0, 0, -0.8808908462524414, 0.473319470882415771, 120, 255, 1, 48069), -- Chair (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+26, 378009, 2524, 1519, 4411, '0', 0, 0, 29.17286872863769531, -7.17419672012329101, 13.72285175323486328, 6.020996570587158203, 0, 0, -0.13071918487548828, 0.991419434547424316, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+27, 297562, 2524, 1519, 4411, '0', 0, 0, 39.26128387451171875, 1.47569429874420166, 13.0307769775390625, 5.785771369934082031, 0, 0, -0.24615097045898437, 0.969231486320495605, 120, 255, 1, 48069), -- Chair (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+28, 378009, 2524, 1519, 4411, '0', 0, 0, 29.78159523010253906, -7.46976232528686523, 12.94453620910644531, 0.350457847118377685, 0, 0, 0.174333572387695312, 0.984686672687530517, 120, 255, 1, 48069), -- Crate [DNT] (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+29, 297563, 2524, 1519, 4411, '0', 0, 0, 39.54948043823242187, -0.97569453716278076, 13.0307769775390625, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 48069), -- Chair (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+30, 297564, 2524, 1519, 4411, '0', 0, 0, 42.76128387451171875, -0.07638958096504211, 13.03080463409423828, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 48069); -- Chair (Area: Stormwind Harbor - Difficulty: 0) + +-- Creature Template +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33536, `unit_flags2`=2048 WHERE `entry`=184639; -- Eager Acquisitionist +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=3270, `BaseAttackTime`=2000, `unit_flags`=33536, `unit_flags2`=2048 WHERE `entry`=187194; -- Restless Explorer +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194531; -- Selindra Nightdancer +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=3270, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=184288; -- Captain Ironbridge +UPDATE `creature_template` SET `gossip_menu_id`=28989, `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194393; -- Clovis +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194534; -- Dauvin Thornworth +UPDATE `creature_template` SET `gossip_menu_id`=29004, `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194488; -- Guldros Onyxbrand +UPDATE `creature_template` SET `gossip_menu_id`=29003, `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194484; -- Clinkora Rustfuse +UPDATE `creature_template` SET `gossip_menu_id`=29008, `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194538; -- Ji-Min Quickpaw +UPDATE `creature_template` SET `gossip_menu_id`=29015, `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194397; -- Nethandril Duskthorn +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=3270, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194369; -- Alanatheth +UPDATE `creature_template` SET `gossip_menu_id`=28991, `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=33536, `unit_flags2`=2048 WHERE `entry`=194493; -- Ogdan Stoneforge +UPDATE `creature_template` SET `faction`=35, `npcflag`=16777216, `BaseAttackTime`=2000, `unit_flags`=33536, `unit_flags2`=2048 WHERE `entry`=194659; -- Dumpling +UPDATE `creature_template` SET `gossip_menu_id`=29021, `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194539; -- Tizzi Twistcog +UPDATE `creature_template` SET `gossip_menu_id`=28994, `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194537; -- Tishad +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=34816 WHERE `entry`=194470; -- Victor Bradwell +UPDATE `creature_template` SET `gossip_menu_id`=29002, `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194536; -- Reluun +UPDATE `creature_template` SET `gossip_menu_id`=28990, `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194490; -- Zuraan +UPDATE `creature_template` SET `gossip_menu_id`=29374, `minlevel`=62, `maxlevel`=62, `faction`=3270, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=196091; -- Korston Willard +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33554432, `unit_flags2`=100665344, `unit_flags3`=1 WHERE `entry`=198362; -- (Bunny) Crow's Nest +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=34816, `VehicleId`=8013 WHERE `entry`=198363; -- (Bunny) Crow's Nest [DNT] +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=3270, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194378; -- Hired Tidesage +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=3270, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194437; -- Salty Deckhand +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=3272, `BaseAttackTime`=2000, `unit_flags`=33280, `unit_flags2`=2048, `unit_flags3`=8388608 WHERE `entry`=198748; -- Expedition Escort +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33554432, `unit_flags2`=104859648, `unit_flags3`=1 WHERE `entry`=197503; -- The Rugged Dragonscale +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=43103; -- Bluetip Thresher +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33554432, `unit_flags2`=104859648, `unit_flags3`=1 WHERE `entry`=197611; -- (Bunny) Sessile + Gigantic AOI +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=3270, `BaseAttackTime`=2000, `unit_flags`=33536, `unit_flags2`=2048 WHERE `entry`=187196; -- Rugged Artisan +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=100665344, `unit_flags3`=1 WHERE `entry`=180701; -- (Bunny) Sessile +UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62, `faction`=3270, `BaseAttackTime`=2000, `unit_flags`=33536, `unit_flags2`=2048 WHERE `entry`=187193; -- Brave Researcher +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33554432, `unit_flags2`=102762496, `unit_flags3`=1 WHERE `entry`=180538; -- (Bunny) Sessile + Large AOI + +-- Equip Template +DELETE FROM `creature_equip_template` WHERE (`ID`=1 AND `CreatureID` IN (194531,184288,194397,194539,194490,196091,194378,198748)); +INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `AppearanceModID1`, `ItemVisual1`, `ItemID2`, `AppearanceModID2`, `ItemVisual2`, `ItemID3`, `AppearanceModID3`, `ItemVisual3`, `VerifiedBuild`) VALUES +(194531, 1, 165624, 0, 0, 0, 0, 0, 0, 0, 0, 48069), -- Selindra Nightdancer +(184288, 1, 159584, 0, 0, 0, 0, 0, 0, 0, 0, 48069), -- Captain Ironbridge +(194397, 1, 27905, 0, 0, 0, 0, 0, 0, 0, 0, 48069), -- Nethandril Duskthorn +(194539, 1, 1911, 0, 0, 0, 0, 0, 0, 0, 0, 48069), -- Tizzi Twistcog +(194490, 1, 116488, 0, 0, 0, 0, 0, 0, 0, 0, 48069), -- Zuraan +(196091, 1, 158073, 0, 0, 0, 0, 0, 0, 0, 0, 48069), -- Korston Willard +(194378, 1, 159568, 0, 0, 0, 0, 0, 0, 0, 0, 48069), -- Hired Tidesage +(198748, 1, 158912, 0, 0, 0, 0, 0, 0, 0, 0, 48069); -- Expedition Escort + +-- Vendor Data +DELETE FROM `npc_vendor` WHERE (`entry`=194470 AND `item`=160484 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=194470 AND `item`=159850 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=194470 AND `item`=159845 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=194470 AND `item`=159849 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=194470 AND `item`=159847 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=194470 AND `item`=159846 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=194470 AND `item`=159848 AND `ExtendedCost`=0 AND `type`=1); +INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES +(194470, 7, 160484, 0, 0, 1, 0, 0, 48069), -- "Aurora Borealis" +(194470, 6, 159850, 0, 0, 1, 0, 0, 48069), -- Bitter Darkroot Vodka +(194470, 5, 159845, 0, 0, 1, 0, 0, 48069), -- Brennadam Apple Brandy +(194470, 4, 159849, 0, 0, 1, 0, 0, 48069), -- Hook Point Schnapps +(194470, 3, 159847, 0, 0, 1, 0, 0, 48069), -- Mildenhall Mead +(194470, 2, 159846, 0, 0, 1, 0, 0, 48069), -- Whitegrove Pale Ale +(194470, 1, 159848, 0, 0, 1, 0, 0, 48069); -- Blacktooth Bloodwine + +-- Gossip +DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+10; +INSERT INTO `npc_text` (`ID`, `Probability0`, `Probability1`, `Probability2`, `Probability3`, `Probability4`, `Probability5`, `Probability6`, `Probability7`, `BroadcastTextId0`, `BroadcastTextId1`, `BroadcastTextId2`, `BroadcastTextId3`, `BroadcastTextId4`, `BroadcastTextId5`, `BroadcastTextId6`, `BroadcastTextId7`, `VerifiedBuild`) VALUES +(@NPCTEXTID+0, 1, 0, 0, 0, 0, 0, 0, 0, 226899, 0, 0, 0, 0, 0, 0, 0, 48069), -- 194393 (Clovis) +(@NPCTEXTID+1, 1, 0, 0, 0, 0, 0, 0, 0, 227024, 0, 0, 0, 0, 0, 0, 0, 48069), -- 194539 (Tizzi Twistcog) +(@NPCTEXTID+2, 1, 0, 0, 0, 0, 0, 0, 0, 226900, 0, 0, 0, 0, 0, 0, 0, 48069), -- 194490 (Zuraan) +(@NPCTEXTID+3, 1, 0, 0, 0, 0, 0, 0, 0, 226915, 0, 0, 0, 0, 0, 0, 0, 48069), -- 194537 (Tishad) +(@NPCTEXTID+4, 1, 0, 0, 0, 0, 0, 0, 0, 226974, 0, 0, 0, 0, 0, 0, 0, 48069), -- 194536 (Reluun) +(@NPCTEXTID+5, 1, 0, 0, 0, 0, 0, 0, 0, 229172, 0, 0, 0, 0, 0, 0, 0, 48069), -- 196091 (Korston Willard) +(@NPCTEXTID+6, 1, 0, 0, 0, 0, 0, 0, 0, 226977, 0, 0, 0, 0, 0, 0, 0, 48069), -- 194484 (Clinkora Rustfuse) +(@NPCTEXTID+7, 1, 0, 0, 0, 0, 0, 0, 0, 226986, 0, 0, 0, 0, 0, 0, 0, 48069), -- 194488 (Guldros Onyxbrand) +(@NPCTEXTID+8, 1, 0, 0, 0, 0, 0, 0, 0, 226999, 0, 0, 0, 0, 0, 0, 0, 48069), -- 194538 (Ji-Min Quickpaw) +(@NPCTEXTID+9, 1, 0, 0, 0, 0, 0, 0, 0, 227016, 0, 0, 0, 0, 0, 0, 0, 48069), -- 194397 (Nethandril Duskthorn) +(@NPCTEXTID+10, 1, 0, 0, 0, 0, 0, 0, 0, 226902, 0, 0, 0, 0, 0, 0, 0, 48069); -- 194493 (Ogdan Stoneforge) + +DELETE FROM `gossip_menu` WHERE (`MenuID`=28989 AND `TextID`=@NPCTEXTID+0) OR (`MenuID`=29021 AND `TextID`=@NPCTEXTID+1) OR (`MenuID`=28990 AND `TextID`=@NPCTEXTID+2) OR (`MenuID`=28994 AND `TextID`=@NPCTEXTID+3) OR (`MenuID`=29002 AND `TextID`=@NPCTEXTID+4) OR (`MenuID`=29374 AND `TextID`=@NPCTEXTID+5) OR (`MenuID`=29003 AND `TextID`=@NPCTEXTID+6) OR (`MenuID`=29004 AND `TextID`=@NPCTEXTID+7) OR (`MenuID`=29008 AND `TextID`=@NPCTEXTID+8) OR (`MenuID`=29015 AND `TextID`=@NPCTEXTID+9) OR (`MenuID`=28991 AND `TextID`=@NPCTEXTID+10); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(28989, @NPCTEXTID+0, 48069), -- 194393 (Clovis) +(29021, @NPCTEXTID+1, 48069), -- 194539 (Tizzi Twistcog) +(28990, @NPCTEXTID+2, 48069), -- 194490 (Zuraan) +(28994, @NPCTEXTID+3, 48069), -- 194537 (Tishad) +(29002, @NPCTEXTID+4, 48069), -- 194536 (Reluun) +(29374, @NPCTEXTID+5, 48069), -- 196091 (Korston Willard) +(29003, @NPCTEXTID+6, 48069), -- 194484 (Clinkora Rustfuse) +(29004, @NPCTEXTID+7, 48069), -- 194488 (Guldros Onyxbrand) +(29008, @NPCTEXTID+8, 48069), -- 194538 (Ji-Min Quickpaw) +(29015, @NPCTEXTID+9, 48069), -- 194397 (Nethandril Duskthorn) +(28991, @NPCTEXTID+10, 48069); -- 194493 (Ogdan Stoneforge) + + -- Hired Tidesage smart ai +SET @ENTRY := 194378; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 11, 237594, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On respawn - Self: Cast spell 237594 on Self'); + +-- Salty Deckhand smart ai +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = 194437; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` IN (-(@CGUID+9), -(@CGUID+10), -(@CGUID+18), -(@CGUID+39)); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(-(@CGUID+9), 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 11, 374148, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On respawn - Self: Cast spell 374148 on Self'), +(-(@CGUID+10), 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 11, 372498, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On respawn - Self: Cast spell 372498 on Self'), +(-(@CGUID+18), 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 11, 372498, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On respawn - Self: Cast spell 372498 on Self'), +(-(@CGUID+39), 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 11, 374210, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On respawn - Self: Cast spell 374210 on Self'); diff --git a/sql/updates/world/master/2023_02_20_03_world.sql b/sql/updates/world/master/2023_02_20_03_world.sql new file mode 100644 index 000000000..90ca7629d --- /dev/null +++ b/sql/updates/world/master/2023_02_20_03_world.sql @@ -0,0 +1,1513 @@ +SET @CGUID := 3000000; +SET @OGUID := 3000000; +SET @EVENT := 8; + +-- Creature templates +UPDATE `creature_template` SET `minlevel`=50, `maxlevel`=50, `unit_flags`=512 WHERE `entry` IN (38336, 38335, 38334); -- Snivel Rustrocket +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=38325; -- Marion Sutton +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=38066; -- Inspector Snip Snagglebolt +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `unit_flags`=32768 WHERE `entry`=38065; -- Crown Supply Sentry +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=37887; -- Kwee Q. Peddlefeet +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `speed_run`=1.142857193946838378, `flags_extra`=`flags_extra`|128 WHERE `entry`=36817; -- [DND] Love Boat Summoner +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `speed_run`=1, `unit_flags`=33536, `unit_flags2`=67127296, `unit_flags3`=17301504 WHERE `entry`=36812; -- Stormwind Love Boat + +DELETE FROM `creature_template_addon` WHERE `entry` IN (38336, 38335, 38334, 38065, 36817, 36812); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(38336, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38336 (Snivel Rustrocket) +(38335, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38335 (Snivel Rustrocket) +(38334, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38334 (Snivel Rustrocket) +(38065, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38065 (Crown Supply Sentry) +(36817, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 36817 ([DND] Love Boat Summoner) +(36812, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 36812 (Stormwind Love Boat) + +UPDATE `creature_template_addon` SET `StandState`=0 WHERE `entry`=38325; + +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (36812, 36817); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES +(36812, 0, 1, 1, 0, 0, 0, NULL), +(36817, 0, 0, 1, 0, 0, 0, NULL); + +-- Equipments +DELETE FROM `creature_equip_template` WHERE `CreatureID`=38334 AND `ID`=1; +INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `AppearanceModID1`, `ItemVisual1`, `ItemID2`, `AppearanceModID2`, `ItemVisual2`, `ItemID3`, `AppearanceModID3`, `ItemVisual3`, `VerifiedBuild`) VALUES +(38334, 1, 12850, 0, 0, 12851, 0, 0, 0, 0, 0, 48069); -- Snivel Rustrocket + +UPDATE `creature_equip_template` SET `VerifiedBuild`=48069 WHERE (`ID`=1 AND `CreatureID` IN (186180,176241,176220,176192,175435,175138,174146,173819,173706,173220,171789,164962,164961,164960,164957,164956,164955,164953,164952,164950,164949,164948,164947,164946,164945,164943,164942,164941,164940,164939,163007,162935,155011,150122,149626,149616,149131,148233,148124,147785,147741,147714,146633,141508,141079,141030,133675,133441,133433,133369,125210,113211,112958,112912,107574,88067,87501,73190,69975,69974,69334,68980,65153,61841,61840,61839,61838,61837,61836,61834,58167,57800,55684,54660,54443,54442,54218,54217,54216,53352,52654,52031,51998,51348,50307,49877,49748,49701,47688,47325,47324,47320,46180,45306,45226,44583,44395,44243,44241,44239,44238,44236,43840,43694,43034,42421,42288,38065,36674,35477,35365,34998,34997,31793,31792,31791,31789,31788,30713,30217,29725,29712,29300,29299,29298,29297,29296,29295,29294,29293,29292,29291,29289,29288,29287,29152,29088,29016,28355,28347,26548,20407,19848,14497,14439,14438,14423,13283,12787,12786,12785,12784,12783,12781,12780,12779,12481,12480,11096,11068,11026,10782,8665,8383,7798,7295,7232,6946,6579,6171,6090,6089,5694,5566,5520,5519,5518,5517,5516,5514,5513,5512,5511,5510,5509,5506,5505,5504,5503,5502,5500,5499,5498,5496,5495,5494,5493,5492,5491,5489,5484,5483,5482,5413,5386,5384,4984,4981,4974,4960,4959,4078,3518,2708,2504,2485,1756,1752,1751,1750,1478,1477,1472,1444,1439,1435,1432,1431,1416,1415,1371,1370,1368,1367,1366,1351,1348,1339,1328,1327,1326,1325,1323,1321,1319,1316,1313,1312,1311,1308,1305,1303,1302,1301,1298,1297,1292,1289,1287,1285,1275,1257,1141,957,928,918,656,483,482,461,376,340,338,331,68)) OR (`ID`=3 AND `CreatureID` IN (176203,169177,29016)) OR (`ID`=4 AND `CreatureID` IN (133675,1976)) OR (`ID`=2 AND `CreatureID` IN (133675,114246,29016,5515,332)); + +-- Models +DELETE FROM `creature_model_info` WHERE `DisplayID` IN (110937, 110548, 110546, 110242, 110234, 110231, 107560, 105546, 106965, 106966); +INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES +(110937, 0.305999994277954101, 1.5, 0, 48069), +(110548, 1, 1.5, 0, 48069), +(110546, 1, 1.5, 0, 48069), +(110242, 1, 1.5, 0, 48069), +(110234, 0.305999994277954101, 1.5, 0, 48069), +(110231, 0.388999998569488525, 1.5, 0, 48069), +(107560, 0.305999994277954101, 1.5, 0, 48069), +(105546, 0.208000004291534423, 1.5, 0, 48069), +(106965, 0.347000002861022949, 1.5, 0, 48069), +(106966, 0.347000002861022949, 1.5, 0, 48069); + +UPDATE `creature_model_info` SET `VerifiedBuild`=48069 WHERE `DisplayID` IN (60700, 76222, 86636, 110189, 110178, 110176, 110175, 110174, 110173, 110172, 110164, 110154, 110153, 110111, 109896, 109889, 109706, 109621, 109614, 109492, 74513, 109485, 109484, 110339, 94032, 94031, 108812, 108810, 106637, 106634, 108855, 108856, 108842, 108857, 110238, 108866, 110237, 105247, 100186, 100185, 100184, 100180, 100179, 100178, 100177, 100176, 100175, 100174, 100173, 100172, 100171, 100170, 100169, 100168, 100167, 100166, 100165, 100164, 100163, 100162, 100161, 100160, 100003, 100004, 100159, 99666, 99615, 78345, 99375, 87530, 98599, 98571, 25777, 25375, 10569, 3304, 3300, 33471, 1488, 98008, 71257, 96331, 96325, 96330, 96326, 89870, 95808, 95595, 95596, 95599, 95600, 95602, 95603, 95605, 95606, 95608, 95609, 95610, 95611, 95616, 95617, 95619, 95621, 95626, 95627, 95628, 95629, 95041, 93617, 76043, 93533, 93532, 87578, 54859, 93520, 93516, 83229, 93417, 93415, 93412, 93411, 81532, 85210, 88674, 92198, 2270, 17188, 91081, 91080, 87011, 91079, 89885, 56857, 99420, 90359, 90355, 90343, 90344, 90331, 90329, 90201, 90207, 90206, 90209, 90208, 67053, 18930, 46209, 90104, 26067, 26069, 89933, 89932, 89930, 89931, 89785, 89786, 89777, 90197, 89771, 89772, 89374, 87714, 5369, 85246, 44820, 87694, 87508, 29642, 66363, 66362, 66361, 86655, 37122, 37117, 86657, 86654, 37119, 87182, 14613, 14614, 2306, 84989, 84992, 3534, 87023, 17200, 69890, 69891, 69893, 69892, 1460, 32775, 32776, 37112, 37116, 37114, 37109, 37121, 37124, 37111, 37115, 2459, 2208, 28498, 28416, 86665, 2257, 2263, 7997, 11680, 4409, 86663, 5441, 86660, 2272, 2221, 2256, 1717, 86656, 2247, 20873, 2244, 86664, 2220, 2267, 15959, 2211, 28415, 4181, 22612, 2248, 88615, 88605, 18890, 18889, 83233, 83232, 46929, 82897, 5131, 81436, 41667, 78428, 73697, 73152, 72724, 57211, 72447, 72180, 72186, 28067, 68729, 68845, 82047, 69254, 68632, 66220, 63521, 63522, 61764, 17241, 60713, 60711, 60207, 60316, 99416, 19619, 59145, 58785, 58478, 99415, 5448, 58003, 57081, 46544, 51453, 51166, 49021, 47980, 12917, 31953, 47711, 47710, 47467, 46026, 43723, 38459, 41281, 39641, 45874, 45872, 45870, 45871, 36620, 4558, 42782, 42352, 42279, 42278, 42277, 42276, 42275, 42274, 42273, 42250, 42906, 40027, 40013, 39532, 39501, 39184, 39100, 39095, 39096, 21512, 38684, 38688, 99399, 38685, 38686, 38683, 19091, 38626, 38596, 38422, 38421, 70765, 31840, 31839, 37874, 37850, 99381, 37720, 37719, 37706, 37310, 37311, 36839, 36816, 36815, 36814, 37087, 36792, 36791, 36790, 36786, 37015, 37014, 31174, 257, 36656, 36758, 36597, 99379, 36213, 99500, 35540, 35539, 35537, 37372, 99187, 34396, 34336, 34160, 34117, 34070, 34115, 99497, 99498, 29961, 33839, 33838, 719, 99667, 33751, 33750, 33748, 33747, 33746, 33745, 33743, 33740, 99393, 33529, 33528, 33527, 33523, 99396, 99395, 33520, 33519, 33518, 33507, 33506, 33496, 33495, 33494, 33470, 33469, 33468, 99397, 19335, 33220, 32939, 33497, 1659, 99401, 18054, 18055, 28507, 45881, 19670, 15921, 32928, 31040, 30912, 30846, 30320, 30284, 29796, 29755, 29515, 29514, 28282, 28111, 27717, 27716, 27715, 27714, 27713, 27712, 99383, 27261, 26853, 26450, 26119, 26118, 26117, 26116, 26115, 26114, 26113, 26112, 26111, 26110, 26109, 26108, 26107, 26106, 25943, 5008, 99501, 5003, 25341, 33948, 25901, 25899, 88847, 88841, 25848, 25847, 99503, 99504, 99505, 25336, 25319, 24135, 344, 19732, 19598, 19216, 81304, 17759, 17718, 17703, 17717, 17697, 17696, 17694, 17250, 16854, 81303, 15594, 15321, 12923, 14632, 14375, 14583, 14338, 14582, 14331, 14332, 8632, 14500, 14493, 14492, 14472, 14431, 13171, 12919, 12920, 12925, 12921, 12922, 12669, 12924, 12910, 5567, 6448, 6444, 6080, 13049, 11746, 11747, 11044, 10625, 10477, 10591, 99394, 10131, 9249, 8809, 7992, 7991, 7934, 7673, 7008, 6844, 6299, 4615, 6061, 6007, 6446, 7613, 5444, 5378, 4888, 4887, 4885, 5000, 4996, 5076, 3444, 3445, 3448, 3449, 3316, 3315, 3314, 3310, 3309, 99390, 3313, 3308, 3311, 3307, 3306, 99398, 3302, 3301, 99506, 99425, 3296, 3298, 3295, 19803, 3292, 3286, 3291, 99496, 3285, 3289, 3284, 3283, 3282, 3288, 3281, 4997, 5081, 99164, 3133, 3010, 5078, 5547, 2974, 3238, 2961, 4469, 5070, 2788, 2451, 2405, 2181, 10045, 1696, 99421, 1694, 1697, 1544, 1541, 1461, 5043, 1505, 2968, 80, 1573, 99430, 1437, 1436, 1450, 1060, 99197, 99196, 5075, 1525, 2429, 99947, 99951, 99950, 34004, 99949, 18931, 5077, 1815, 48989, 1357, 1519, 1509, 5570, 5549, 5553, 1758, 1765, 5074, 5545, 5552, 5551, 4998, 99418, 1473, 1472, 1524, 1438, 1508, 262, 221, 338, 1501, 1498, 1500, 1503, 99422, 1502, 1518, 1522, 1511, 1521, 1516, 1523, 1513, 1512, 1515, 1520, 1517, 1510, 99186, 99185, 99193, 1486, 99423, 99424, 1477, 1491, 1489, 99417, 1494, 1480, 99198, 99194, 1441, 99499, 1443, 1432, 1447, 1427, 1446, 1445, 1423, 1449, 1439, 1429, 1448, 1440, 1434, 1444, 1431, 5548, 5073, 99392, 1499, 1507, 347, 2363, 5546, 3246, 1469, 1495, 5128, 5728, 5080, 72253, 1484, 2402, 1756, 2404, 5082, 1433, 5446, 3167, 99391, 99389); +UPDATE `creature_model_info` SET `BoundingRadius`=0.216235101222991943, `CombatReach`=0.779591858386993408, `VerifiedBuild`=48069 WHERE `DisplayID`=5585; +UPDATE `creature_model_info` SET `BoundingRadius`=0.235764175653457641, `CombatReach`=0.85000002384185791, `VerifiedBuild`=48069 WHERE `DisplayID`=72178; +UPDATE `creature_model_info` SET `BoundingRadius`=0.208000004291534423, `CombatReach`=1.5, `VerifiedBuild`=48069 WHERE `DisplayID`=5565; + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE (`DifficultyID`=0 AND `Entry` IN (201312,200261,200009,199149,199145,198918,198629,198611,198589,198581,198579,185672,185606,185468,185467,147884,106181,72464,47944,38336,38335,38334,36812,30217)); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(201312, 0, 0, 0, 864, 48069), +(200261, 0, 0, 0, 328, 48069), +(200009, 0, 0, 0, 378, 48069), +(199149, 0, 0, 0, 864, 48069), +(199145, 0, 0, 0, 864, 48069), +(198918, 0, 0, 0, 864, 48069), +(198629, 0, 0, 0, 864, 48069), +(198611, 0, 0, 0, 864, 48069), +(198589, 0, 0, 0, 864, 48069), +(198581, 0, 0, 0, 864, 48069), +(198579, 0, 0, 0, 864, 48069), +(185672, 0, 0, 0, 181, 48069), +(185606, 0, 0, 0, 371, 48069), +(185468, 0, 0, 0, 864, 48069), +(185467, 0, 0, 0, 864, 48069), +(147884, 0, 0, 0, 371, 48069), +(106181, 0, 0, 0, 371, 48069), +(72464, 0, 0, 0, 371, 48069), +(47944, 0, 0, 0, 371, 48069), +(38336, 0, 0, 0, 378, 48069), +(38335, 0, 0, 0, 378, 48069), +(38334, 0, 0, 0, 378, 48069), +(36812, 0, 0, 0, 378, 48069), +(30217, 0, 0, 0, 864, 48069); + +UPDATE `creature_template_scaling` SET `VerifiedBuild`=48069 WHERE (`DifficultyID`=0 AND `Entry` IN (198551,198533,198532,198531,198530,198529,198526,198515,198509,198506,198505,198482,198079,198071,197762,197611,197610,197609,197503,197287,197269,197267,197253,195830,193812,193786,189138,189131,187196,187193,186180,180701,180538,179896,176246,176245,176244,176243,176242,176241,176240,176239,176238,176237,176236,176235,176234,176233,176231,176230,176229,176227,176226,176225,176224,176223,176222,176221,176220,176203,176192,175435,175420,175416,175138,175051,174146,173819,173706,173545,173220,173219,172572,171789,167429,165505,164962,164961,164960,164957,164956,164955,164954,164953,164952,164950,164949,164948,164947,164946,164945,164943,164942,164941,164940,164939,163007,162935,158755,158753,158589,158512,158488,158463,158456,158440,158436,158125,158123,158120,158119,157498,157496,155011,153292,151287,151256,151255,151251,151249,151247,151187,150122,149467,149458,149445,149433,149374,149131,149124,149121,149099,148796,148233,148124,147785,147741,147714,146633,143208,142816,142789,142788,142787,142786,142641,141902,141554,141508,141504,141270,141079,141054,141036,141030,141020,140407,140403,140253,139088,133675,133441,133433,133409,133408,133369,130828,126332,125210,121541,115146,114832,114246,113211,112958,112912,112698,112694,112686,111190,107574,104549,103033,99541,93307,93296,89715,89174,88081,88080,88070,88067,87503,87501,85819,85818,85817,85816,85307,84751,84749,84745,83890,83883,83882,83878,82564,80069,73637,73636,73190,71526,70296,69975,69974,69823,69822,69334,68980,68868,66876,65153,65072,65069,65068,65066,65051,65048,63607,63596,62954,62913,62106,61896,61895,61841,61840,61839,61838,61837,61836,61834,61809,61081,60931,60649,58167,58154,57800,56925,56796,55684,55285,55273,55272,54660,54443,54442,54219,54218,54217,54216,54215,54214,54117,54026,53991,53641,53352,52806,52654,52408,52361,52359,52358,52031,52030,52029,51998,51440,51348,50669,50525,50524,50523,50480,50435,50434,50432,50424,50307,50305,49908,49907,49893,49877,49748,49701,49540,48632,47688,47325,47324,47320,46602,46180,45306,45226,44880,44807,44774,44773,44749,44583,44582,44395,44394,44393,44392,44252,44246,44245,44243,44241,44239,44238,44237,44236,44235,43842,43841,43840,43825,43824,43823,43822,43820,43819,43769,43768,43725,43724,43723,43694,43693,43692,43690,43451,43103,43102,43034,42782,42421,42339,42288,38325,38066,38065,37887,36817,36799,36674,35477,35365,35168,34998,34997,32639,32638,31793,31792,31791,31790,31789,31788,30730,30713,29725,29712,29300,29299,29298,29297,29296,29295,29294,29293,29292,29291,29290,29289,29288,29287,29154,29152,29144,29142,29093,29088,29019,29016,28355,28347,26548,24729,23837,23050,20716,20407,19848,19269,18406,18376,18375,18362,18360,18359,18357,17804,17103,16908,15659,15214,15187,14721,14602,14563,14561,14560,14559,14556,14555,14497,14450,14439,14438,14423,14394,13283,12787,12786,12785,12784,12783,12781,12780,12779,12481,12480,12360,12359,12358,12336,11828,11827,11397,11096,11069,11068,11026,10782,9977,9584,8719,8670,8665,8383,7917,7798,7560,7555,7553,7295,7232,7208,7207,6946,6740,6579,6174,6173,6171,6090,6089,5694,5567,5566,5565,5564,5520,5519,5518,5517,5516,5515,5514,5513,5512,5511,5510,5509,5506,5505,5504,5503,5502,5500,5499,5498,5497,5496,5495,5494,5493,5492,5491,5489,5484,5483,5482,5413,5386,5384,5193,5081,4984,4982,4981,4974,4961,4960,4959,4753,4730,4423,4269,4078,3681,3629,3628,3627,3626,3520,3518,3504,3469,2879,2795,2708,2533,2532,2504,2485,2457,2456,2455,2442,2331,2330,2285,2198,2041,1976,1756,1752,1751,1750,1733,1721,1649,1646,1478,1477,1472,1444,1440,1439,1435,1432,1431,1429,1428,1427,1419,1416,1415,1414,1413,1405,1402,1395,1371,1370,1368,1367,1366,1351,1350,1349,1348,1347,1346,1341,1339,1333,1328,1327,1326,1325,1324,1323,1321,1320,1319,1318,1317,1316,1315,1314,1313,1312,1311,1310,1309,1308,1307,1305,1304,1303,1302,1301,1300,1299,1298,1297,1295,1294,1292,1291,1289,1287,1286,1285,1275,1257,1212,1141,957,928,918,883,656,483,482,461,376,352,340,338,332,331,308,297,284,279,277,68)); +UPDATE `creature_template_scaling` SET `LevelScalingDeltaMin`=-4, `LevelScalingDeltaMax`=-2, `VerifiedBuild`=48069 WHERE (`DifficultyID`=0 AND `Entry` IN (108180,51081)); + +-- Quests +UPDATE `quest_template` SET `Expansion`=9, `VerifiedBuild`=48069 WHERE `ID`=24609; -- A Gift for a Lord of Ironforge +UPDATE `quest_template` SET `Expansion`=9, `VerifiedBuild`=48069 WHERE `ID`=24804; -- Uncommon Scents + +UPDATE `quest_template_addon` SET `SpecialFlags`=1 WHERE `ID`=44558; +UPDATE `quest_template_addon` SET `PrevQuestID`=24657 WHERE `ID` IN (28934, 44558); + +DELETE FROM `quest_poi` WHERE (`QuestID`=24848 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24848 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24804 AND `BlobIndex`=2 AND `Idx1`=3) OR (`QuestID`=24804 AND `BlobIndex`=1 AND `Idx1`=2) OR (`QuestID`=24804 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24804 AND `BlobIndex`=0 AND `Idx1`=0); +INSERT INTO `quest_poi` (`QuestID`, `BlobIndex`, `Idx1`, `ObjectiveIndex`, `QuestObjectiveID`, `QuestObjectID`, `MapID`, `UiMapID`, `Priority`, `Flags`, `WorldEffectID`, `PlayerConditionID`, `NavigationPlayerConditionID`, `SpawnTrackingID`, `AlwaysAllowMergingBlobs`, `VerifiedBuild`) VALUES +(24848, 0, 1, 32, 0, 0, 0, 84, 0, 0, 0, 0, 0, 345674, 0, 48069), -- Fireworks At The Gilded Rose +(24848, 0, 0, -1, 0, 0, 0, 84, 0, 3, 0, 0, 0, 0, 0, 48069), -- Fireworks At The Gilded Rose +(24804, 2, 3, 32, 0, 0, 530, 103, 0, 0, 0, 0, 0, 345739, 0, 48069), -- Uncommon Scents +(24804, 1, 2, 32, 0, 0, 1, 89, 0, 0, 0, 0, 0, 345735, 0, 48069), -- Uncommon Scents +(24804, 0, 1, 32, 0, 0, 0, 87, 0, 0, 0, 0, 0, 345737, 0, 48069), -- Uncommon Scents +(24804, 0, 0, -1, 0, 0, 0, 37, 0, 1, 0, 0, 0, 0, 0, 48069); -- Uncommon Scents + +UPDATE `quest_poi` SET `VerifiedBuild`=48069 WHERE (`QuestID`=44558 AND `BlobIndex`=0 AND `Idx1`=5) OR (`QuestID`=44558 AND `BlobIndex`=0 AND `Idx1`=4) OR (`QuestID`=44558 AND `BlobIndex`=2 AND `Idx1`=3) OR (`QuestID`=44558 AND `BlobIndex`=1 AND `Idx1`=2) OR (`QuestID`=44558 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=44558 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24657 AND `BlobIndex`=0 AND `Idx1`=2) OR (`QuestID`=24657 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24657 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24849 AND `BlobIndex`=0 AND `Idx1`=7) OR (`QuestID`=24849 AND `BlobIndex`=1 AND `Idx1`=6) OR (`QuestID`=24849 AND `BlobIndex`=0 AND `Idx1`=5) OR (`QuestID`=24849 AND `BlobIndex`=1 AND `Idx1`=4) OR (`QuestID`=24849 AND `BlobIndex`=0 AND `Idx1`=3) OR (`QuestID`=24849 AND `BlobIndex`=1 AND `Idx1`=2) OR (`QuestID`=24849 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24849 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24656 AND `BlobIndex`=0 AND `Idx1`=3) OR (`QuestID`=24656 AND `BlobIndex`=1 AND `Idx1`=2) OR (`QuestID`=24656 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24656 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24655 AND `BlobIndex`=0 AND `Idx1`=2) OR (`QuestID`=24655 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24655 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24597 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24597 AND `BlobIndex`=0 AND `Idx1`=0); + +DELETE FROM `quest_poi_points` WHERE (`QuestID`=24848 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24848 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24804 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=24804 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24804 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24804 AND `Idx1`=0 AND `Idx2`=0); +INSERT INTO `quest_poi_points` (`QuestID`, `Idx1`, `Idx2`, `X`, `Y`, `Z`, `VerifiedBuild`) VALUES +(24848, 1, 0, -8868, 654, 96, 48069), -- Fireworks At The Gilded Rose +(24848, 0, 0, -8880, 670, 106, 48069), -- Fireworks At The Gilded Rose +(24804, 3, 0, -4015, -11870, 0, 48069), -- Uncommon Scents +(24804, 2, 0, 9885, 2494, 1316, 48069), -- Uncommon Scents +(24804, 1, 0, -4933, -993, 501, 48069), -- Uncommon Scents +(24804, 0, 0, -8868, 653, 0, 48069); -- Uncommon Scents + +UPDATE `quest_poi_points` SET `VerifiedBuild`=48069 WHERE (`QuestID`=44558 AND `Idx1`=5 AND `Idx2`=0) OR (`QuestID`=44558 AND `Idx1`=4 AND `Idx2`=11) OR (`QuestID`=44558 AND `Idx1`=4 AND `Idx2`=10) OR (`QuestID`=44558 AND `Idx1`=4 AND `Idx2`=9) OR (`QuestID`=44558 AND `Idx1`=4 AND `Idx2`=8) OR (`QuestID`=44558 AND `Idx1`=4 AND `Idx2`=7) OR (`QuestID`=44558 AND `Idx1`=4 AND `Idx2`=6) OR (`QuestID`=44558 AND `Idx1`=4 AND `Idx2`=5) OR (`QuestID`=44558 AND `Idx1`=4 AND `Idx2`=4) OR (`QuestID`=44558 AND `Idx1`=4 AND `Idx2`=3) OR (`QuestID`=44558 AND `Idx1`=4 AND `Idx2`=2) OR (`QuestID`=44558 AND `Idx1`=4 AND `Idx2`=1) OR (`QuestID`=44558 AND `Idx1`=4 AND `Idx2`=0) OR (`QuestID`=44558 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=44558 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=44558 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=44558 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24657 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24657 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24657 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24849 AND `Idx1`=7 AND `Idx2`=0) OR (`QuestID`=24849 AND `Idx1`=6 AND `Idx2`=0) OR (`QuestID`=24849 AND `Idx1`=5 AND `Idx2`=0) OR (`QuestID`=24849 AND `Idx1`=4 AND `Idx2`=0) OR (`QuestID`=24849 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=24849 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24849 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24849 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24656 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=24656 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24656 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24656 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24655 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24655 AND `Idx1`=1 AND `Idx2`=11) OR (`QuestID`=24655 AND `Idx1`=1 AND `Idx2`=10) OR (`QuestID`=24655 AND `Idx1`=1 AND `Idx2`=9) OR (`QuestID`=24655 AND `Idx1`=1 AND `Idx2`=8) OR (`QuestID`=24655 AND `Idx1`=1 AND `Idx2`=7) OR (`QuestID`=24655 AND `Idx1`=1 AND `Idx2`=6) OR (`QuestID`=24655 AND `Idx1`=1 AND `Idx2`=5) OR (`QuestID`=24655 AND `Idx1`=1 AND `Idx2`=4) OR (`QuestID`=24655 AND `Idx1`=1 AND `Idx2`=3) OR (`QuestID`=24655 AND `Idx1`=1 AND `Idx2`=2) OR (`QuestID`=24655 AND `Idx1`=1 AND `Idx2`=1) OR (`QuestID`=24655 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24655 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24597 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24597 AND `Idx1`=0 AND `Idx2`=0); + +DELETE FROM `quest_details` WHERE `ID` IN (24597 /*A Gift for the Emissary of Stormwind*/, 44558 /*Crushing the Crown*/, 24849 /*Hot On The Trail*/, 24657 /*A Friendly Chat...*/, 24848 /*Fireworks At The Gilded Rose*/, 24656 /*Pilfering Perfume*/); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(44558, 1, 5, 0, 0, 0, 0, 0, 0, 48069), -- Crushing the Crown +(24849, 1, 1, 0, 0, 0, 0, 0, 0, 48069), -- Hot On The Trail +(24657, 1, 1, 0, 0, 0, 0, 0, 0, 48069), -- A Friendly Chat... +(24848, 1, 1, 0, 0, 0, 0, 0, 0, 48069), -- Fireworks At The Gilded Rose +(24656, 5, 1, 0, 0, 0, 0, 0, 0, 48069), -- Pilfering Perfume +(24597, 0, 0, 0, 0, 0, 0, 0, 0, 48069); -- A Gift for the Emissary of Stormwind + +UPDATE `quest_details` SET `VerifiedBuild`=48069 WHERE `ID`=24655; + +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `CompletionText`='Did you find him?', `VerifiedBuild`=48069 WHERE `ID`=24849; -- Hot On The Trail +UPDATE `quest_request_items` SET `VerifiedBuild`=48069 WHERE `ID` IN (24655, 24657, 24656, 44558); + +UPDATE `quest_offer_reward` SET `VerifiedBuild`=48069 WHERE `ID` IN (24804, 24849, 24848, 24656, 24657, 24655); + +DELETE FROM `creature_queststarter` WHERE (`id`=38066 AND `quest` IN (44558,24848,24656,24655)) OR (`id`=38325 AND `quest` IN (24849,24657)) OR (`id`=37887 AND `quest`=24597); +INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(38066, 44558, 48069), -- Crushing the Crown offered Inspector Snip Snagglebolt +(38325, 24849, 48069), -- Hot On The Trail offered Marion Sutton +(38325, 24657, 48069), -- A Friendly Chat... offered Marion Sutton +(38066, 24848, 48069), -- Fireworks At The Gilded Rose offered Inspector Snip Snagglebolt +(38066, 24656, 48069), -- Pilfering Perfume offered Inspector Snip Snagglebolt +(38066, 24655, 48069), -- Something Stinks offered Inspector Snip Snagglebolt +(37887, 24597, 48069); -- A Gift for the Emissary of Stormwind offered Kwee Q. Peddlefeet + +DELETE FROM `game_event_creature_quest` WHERE `id`=38066 OR (`id`=38325 AND `quest` IN (24849,24657)) OR (`id`=37887 AND `quest`=24597); + +DELETE FROM `creature_questender` WHERE (`id`=38066 AND `quest`=44558); +INSERT INTO `creature_questender` (`id`, `quest`, `VerifiedBuild`) VALUES +(38066, 44558, 48069); -- Crushing the Crown ended by Inspector Snip Snagglebolt + +UPDATE `creature_questender` SET `VerifiedBuild`=48069 WHERE (`id`=38066 AND `quest` IN (24655,24804,24657,24656)) OR (`id`=38325 AND `quest` IN (24849,24848));; + +DELETE FROM `disables` WHERE `sourceType`=1 AND `entry` IN (24658, 24659, 24660, 24662, 24663, 24664, 24665, 24666, 28934); +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES +(1, 24658, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24659, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24660, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24662, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24663, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24664, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24665, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24666, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 28934, 0, '', '', 'Deprecated quest: Crushing the Crown'); + +-- Misc +DELETE FROM `spell_area` WHERE `spell`=71777 AND `area`=4411; +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES +(71777, 4411, 24657, 0, 0, 0, 2, 3, 10, 0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=71520; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 71520, 0, 0, 31, 0, 3, 68, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Stormwind City Guard'), +(13, 1, 71520, 0, 1, 31, 0, 3, 1976, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Stormwind City Patroller'), +(13, 1, 71520, 0, 2, 31, 0, 3, 51348, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Stormwind Gryphon Rider'), +(13, 1, 71520, 0, 3, 31, 0, 3, 162935, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Stormwind City Guard'), +(13, 1, 71520, 0, 4, 31, 0, 3, 3296, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Orgrimmar Grunt'), +(13, 1, 71520, 0, 5, 31, 0, 3, 14304, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Kor''kron Elite'), +(13, 1, 71520, 0, 6, 31, 0, 3, 44871, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Grunt Grimful'), +(13, 1, 71520, 0, 7, 31, 0, 3, 44872, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Grunt Wabang'), +(13, 1, 71520, 0, 8, 31, 0, 3, 44876, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Grunt Koma'), +(13, 1, 71520, 0, 9, 31, 0, 3, 44877, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Grunt Soran'), +(13, 1, 71520, 0, 10, 31, 0, 3, 44878, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Grunt Karus'), +(13, 1, 71520, 0, 11, 31, 0, 3, 51346, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Orgrimmar Wind Rider'), +(13, 1, 71520, 0, 12, 31, 0, 3, 74228, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Darkspear Headhunter'), +(13, 1, 71520, 0, 13, 31, 0, 3, 88703, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Grunt Arhung'), +(13, 1, 71520, 0, 14, 31, 0, 3, 168459, 0, 0, 0, 0, '', 'Spell Heavily Perfumed Pulse targets Orgrimmar Grunt'); + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid`=52032; +DELETE FROM `game_event_creature` WHERE `guid`=52032; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+20; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +-- Stormwind City +(@CGUID+0, 36817, 0, 1519, 5390, '0', 0, 0, 0, 0, -8794.4658203125, 778.61981201171875, 95.1397552490234375, 0.01745329238474369, 120, 0, 0, 1693785, 63100, 0, 0, 0, 0, 48069), -- [DND] Love Boat Summoner (Area: The Canals - Difficulty: 0) +(@CGUID+1, 37674, 0, 1519, 1617, '0', 0, 0, 0, 0, -8867.419921875, 637.0469970703125, 97.035736083984375, 0.820304751396179199, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Lovely Merchant (Area: Valley of Heroes - Difficulty: 0) (Auras: ) +(@CGUID+2, 37675, 0, 1519, 1617, '0', 0, 0, 0, 0, -8868.953125, 638.5086669921875, 97.0391082763671875, 1.466076612472534179, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Public Relations Agent (Area: Valley of Heroes - Difficulty: 0) (Auras: ) +(@CGUID+3, 37715, 0, 1519, 4411, '0', 0, 0, 0, 1, -8399.2255859375, 1246.326416015625, 5.313568592071533203, 0, 120, 0, 0, 118565, 0, 0, 0, 0, 0, 48069), -- Snivel Rustrocket (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+4, 37887, 0, 1519, 1617, '0', 0, 0, 0, 0, -8864.0693359375, 636.39239501953125, 96.21539306640625, 1.902408838272094726, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Kwee Q. Peddlefeet (Area: Valley of Heroes - Difficulty: 0) (Auras: ) +(@CGUID+5, 38066, 0, 1519, 1617, '0', 0, 0, 0, 0, -8867.740234375, 654.2550048828125, 96.31903839111328125, 5.567600250244140625, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Inspector Snip Snagglebolt (Area: Valley of Heroes - Difficulty: 0) (Auras: ) +(@CGUID+6, 38288, 0, 1519, 1617, '0', 0, 0, 0, 0, -8825.6044921875, 629.310791015625, 94.11373138427734375, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Love Guard Perfume Bunny (Area: Valley of Heroes - Difficulty: 0) +(@CGUID+7, 38288, 0, 1519, 5154, '0', 0, 0, 0, 0, -8988.888671875, 849.4149169921875, 105.9424591064453125, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Love Guard Perfume Bunny (Area: Mage Quarter - Difficulty: 0) +(@CGUID+8, 38288, 0, 1519, 5154, '0', 0, 0, 0, 0, -8735.5, 895.6024169921875, 84.92487335205078125, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Love Guard Perfume Bunny (Area: Mage Quarter - Difficulty: 0) +(@CGUID+9, 38288, 0, 1519, 5390, '0', 0, 0, 0, 0, -8676.7236328125, 444.505218505859375, 99.73087310791015625, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Love Guard Perfume Bunny (Area: The Canals - Difficulty: 0) +(@CGUID+10, 38288, 0, 1519, 5390, '0', 0, 0, 0, 0, -8486.150390625, 389.936004638671875, 115.9263381958007812, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Love Guard Perfume Bunny (Area: The Canals - Difficulty: 0) +(@CGUID+11, 38288, 0, 1519, 5150, '0', 0, 0, 0, 0, -8433.189453125, 607.22052001953125, 95.1302490234375, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Love Guard Perfume Bunny (Area: Dwarven District - Difficulty: 0) +(@CGUID+12, 38288, 0, 1519, 5390, '0', 0, 0, 0, 0, -8625.0380859375, 780.07989501953125, 96.7339935302734375, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Love Guard Perfume Bunny (Area: The Canals - Difficulty: 0) +(@CGUID+13, 38325, 0, 1519, 1617, '0', 0, 0, 0, 0, -8880.4375, 669.795166015625, 105.85748291015625, 0.558505356311798095, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Marion Sutton (Area: Valley of Heroes - Difficulty: 0) +(@CGUID+14, 38340, 0, 1519, 1617, '0', 0, 0, 0, 0, -8914.375, 624.51910400390625, 99.6060028076171875, 0.52736663818359375, 120, 0, 0, 112919, 3155, 0, 0, 0, 0, 48069), -- [DND] Holiday - Love - Bank Bunny (Area: Valley of Heroes - Difficulty: 0) +(@CGUID+15, 38341, 0, 1519, 5148, '0', 0, 0, 0, 0, -8818.2900390625, 659.802001953125, 98.12093353271484375, 0, 120, 0, 0, 112919, 3155, 0, 0, 0, 0, 48069), -- [DND] Holiday - Love - AH Bunny (Area: Trade District - Difficulty: 0) +(@CGUID+16, 38342, 0, 1519, 5148, '0', 0, 0, 0, 0, -8750.2158203125, 657.05035400390625, 105.1745986938476562, 3.001966238021850585, 120, 0, 0, 112919, 3155, 0, 0, 0, 0, 48069), -- [DND] Holiday - Love - Barber Bunny (Area: Trade District - Difficulty: 0) +(@CGUID+17, 40438, 0, 1519, 1617, '0', 0, 0, 0, 0, -8835.66015625, 639.55206298828125, 96.187744140625, 4.066617012023925781, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Steamwheedle Shyster (Area: Valley of Heroes - Difficulty: 0) (Auras: ) +-- Stormwind Gate +(@CGUID+18, 38065, 0, 12, 7486, '0', 0, 0, 0, 1, -9033.7431640625, 358.078125, 93.45611572265625, 3.124139308929443359, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Crown Supply Sentry (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+19, 38065, 0, 12, 7486, '0', 0, 0, 0, 1, -9028.748046875, 351.111114501953125, 93.00396728515625, 4.991641521453857421, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Crown Supply Sentry (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+20, 38065, 0, 12, 7486, '0', 0, 0, 0, 1, -9033.66015625, 352.77777099609375, 93.0810546875, 4.031710624694824218, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069); -- Crown Supply Sentry (Area: Stormwind Gate - Difficulty: 0) + +UPDATE `creature` SET `phaseUseFlags`=1 WHERE `guid` BETWEEN @CGUID+18 AND @CGUID+20; + +DELETE FROM `creature_addon` WHERE `guid`=@CGUID+13; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+13, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 38325 (Marion Sutton) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 83454 AND 83480; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 83498 AND 83506; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 84691 AND 84717; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 84745 AND 84751; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 84951 AND 84962; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 84966 AND 84979; +DELETE FROM `gameobject` WHERE `guid`=83300; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 83454 AND 83480; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 83498 AND 83506; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 84691 AND 84717; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 84745 AND 84751; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 84951 AND 84962; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 84966 AND 84979; +DELETE FROM `game_event_gameobject` WHERE `guid`=83300; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+606; +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 City +(@OGUID+0, 181014, 0, 12, 7486, '0', 0, 0, -9065.8798828125, 414.82598876953125, 98.7891998291015625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+1, 181014, 0, 12, 7486, '0', 0, 0, -9083.6298828125, 437.9429931640625, 98.2519989013671875, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+2, 181014, 0, 1519, 1617, '0', 0, 0, -8936.01953125, 519.77606201171875, 97.50989532470703125, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+3, 181014, 0, 1519, 1617, '0', 0, 0, -8951.5673828125, 538.97918701171875, 97.63472747802734375, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+4, 181014, 0, 1519, 1617, '0', 0, 0, -8852.5283203125, 539.68133544921875, 117.809112548828125, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+5, 181014, 0, 1519, 0, '0', 0, 0, -8465.6396484375, 324.45001220703125, 177.1450042724609375, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+6, 181014, 0, 1519, 0, '0', 0, 0, -8428.66015625, 352.906005859375, 177.80499267578125, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+7, 181014, 0, 1519, 4411, '0', 0, 0, -8532.0751953125, 1059.33544921875, 28.86179542541503906, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+8, 181014, 0, 1519, 4411, '0', 0, 0, -8475.3037109375, 1051.581298828125, 29.42984390258789062, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+9, 181014, 0, 1519, 4411, '0', 0, 0, -8098.27197265625, 1644.759521484375, 54.70997238159179687, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+10, 181014, 0, 1519, 4411, '0', 0, 0, -8083.8603515625, 1651.0186767578125, 54.50894546508789062, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+11, 181014, 0, 1519, 4411, '0', 0, 0, -8078.40478515625, 1636.4937744140625, 54.33069992065429687, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+12, 181014, 0, 1519, 4411, '0', 0, 0, -8093.10498046875, 1630.17626953125, 54.13048934936523437, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+13, 181015, 0, 1519, 1617, '0', 0, 0, -9033.2099609375, 355.092010498046875, 93.0784149169921875, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+14, 181015, 0, 1519, 1617, '0', 0, 0, -9072.8095703125, 411.154998779296875, 92.744903564453125, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+15, 181015, 0, 1519, 1617, '0', 0, 0, -9050.5703125, 424.714996337890625, 93.285003662109375, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+16, 181015, 0, 1519, 1617, '0', 0, 0, -9030.169921875, 356.265625, 95.48467254638671875, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+17, 181015, 0, 1519, 1617, '0', 0, 0, -9030.169921875, 356.265625, 95.48467254638671875, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+18, 181015, 0, 1519, 1617, '0', 0, 0, -9029.84765625, 354.8350830078125, 92.946319580078125, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+19, 181015, 0, 1519, 1617, '0', 0, 0, -9029.0869140625, 353.302093505859375, 92.91977691650390625, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+20, 181015, 0, 1519, 1617, '0', 0, 0, -9043.3203125, 430.9110107421875, 93.28790283203125, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+21, 181015, 0, 1519, 1617, '0', 0, 0, -9089.3798828125, 431.970001220703125, 92.8513031005859375, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+22, 181015, 0, 1519, 1617, '0', 0, 0, -9071.2099609375, 449.920013427734375, 93.285797119140625, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+23, 181015, 0, 1519, 1617, '0', 0, 0, -9063.1396484375, 456.014007568359375, 93.27629852294921875, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+24, 181015, 0, 1519, 1617, '0', 0, 0, -9003.5498046875, 467.0360107421875, 97.11280059814453125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+25, 181015, 0, 1519, 1617, '0', 0, 0, -9018.01953125, 485.072998046875, 97.101898193359375, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+26, 181015, 0, 1519, 1617, '0', 0, 0, -8973.23046875, 491.10400390625, 97.04229736328125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+27, 181015, 0, 1519, 1617, '0', 0, 0, -8987.8095703125, 509.178985595703125, 97.07109832763671875, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+28, 181015, 0, 1519, 1617, '0', 0, 0, -8894.5595703125, 579.27398681640625, 92.986602783203125, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+29, 181015, 0, 1519, 1617, '0', 0, 0, -8884.16015625, 565.98101806640625, 93.18990325927734375, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+30, 181015, 0, 1519, 1617, '0', 0, 0, -8869.873046875, 636.4617919921875, 97.00977325439453125, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+31, 181015, 0, 1519, 1617, '0', 0, 0, -8867.4287109375, 637.0867919921875, 95.787139892578125, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+32, 181015, 0, 1519, 1617, '0', 0, 0, -8868.9443359375, 638.576416015625, 95.787139892578125, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+33, 181015, 0, 1519, 1617, '0', 0, 0, -8870.5908203125, 636.8524169921875, 95.787139892578125, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+34, 181015, 0, 1519, 1617, '0', 0, 0, -8869.328125, 635.8524169921875, 95.787139892578125, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+35, 181016, 0, 1519, 1617, '0', 0, 0, -8839.07421875, 545.26629638671875, 96.83765411376953125, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+36, 181016, 0, 1519, 1617, '0', 0, 0, -8833.5234375, 541.75274658203125, 96.9852752685546875, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+37, 181016, 0, 1519, 1617, '0', 0, 0, -8874.091796875, 640.25860595703125, 96.08939361572265625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+38, 181016, 0, 1519, 1617, '0', 0, 0, -8879.1787109375, 649.49188232421875, 96.0198211669921875, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+39, 181016, 0, 1519, 1617, '0', 0, 0, -8861.0263671875, 658.58453369140625, 96.71869659423828125, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+40, 181016, 0, 1519, 1617, '0', 0, 0, -8856.8525390625, 661.655517578125, 97.12856292724609375, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+41, 181016, 0, 1519, 5390, '0', 0, 0, -8827.09765625, 843.10589599609375, 99.4570159912109375, 0.17284347116947174, 0, 0, 0.086314201354980468, 0.996267974376678466, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+42, 181016, 0, 1519, 5154, '0', 0, 0, -9010.4404296875, 847.08502197265625, 105.8639984130859375, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+43, 181016, 0, 1519, 5154, '0', 0, 0, -9004.7998046875, 854.13897705078125, 105.5940017700195312, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+44, 181016, 0, 1519, 5154, '0', 0, 0, -9011.3037109375, 871.66143798828125, 64.86025238037109375, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+45, 181016, 0, 1519, 5154, '0', 0, 0, -9002.96875, 877.66839599609375, 64.86025238037109375, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+46, 181016, 0, 1519, 5154, '0', 0, 0, -9029.875, 895.02777099609375, 64.86025238037109375, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+47, 181016, 0, 1519, 5154, '0', 0, 0, -9021.5380859375, 901.03472900390625, 64.86025238037109375, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+48, 181016, 0, 1519, 5154, '0', 0, 0, -9071.94140625, 887.44268798828125, 67.48587799072265625, 1.096506595611572265, 0, 0, 0.521197319030761718, 0.853436231613159179, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+49, 181016, 0, 1519, 5154, '0', 0, 0, -9079.9755859375, 898.69097900390625, 67.47487640380859375, 0.137406647205352783, 0, 0, 0.0686492919921875, 0.997640848159790039, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+50, 181016, 0, 1519, 5154, '0', 0, 0, -9055.580078125, 921.295166015625, 66.15769195556640625, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+51, 181016, 0, 1519, 5154, '0', 0, 0, -9041.0380859375, 932.81597900390625, 66.15769195556640625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+52, 181016, 0, 1519, 5154, '0', 0, 0, -8986.0263671875, 954.234375, 67.51596832275390625, 3.490974664688110351, 0, 0, -0.98478031158447265, 0.173803776502609252, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+53, 181016, 0, 1519, 5154, '0', 0, 0, -8993.67578125, 964.9757080078125, 67.5161590576171875, 4.15491485595703125, 0, 0, -0.87436962127685546, 0.485260486602783203, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+54, 181016, 0, 1519, 8411, '0', 0, 0, -8605.8203125, 983.83074951171875, 98.5787200927734375, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Lion's Rest - Difficulty: 0) +(@OGUID+55, 181016, 0, 1519, 5390, '0', 0, 0, -8657.150390625, 500.305999755859375, 101.6050033569335937, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+56, 181016, 0, 1519, 5390, '0', 0, 0, -8711.8798828125, 463.470001220703125, 97.4506988525390625, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+57, 181016, 0, 1519, 5390, '0', 0, 0, -8746.150390625, 410.779998779296875, 98.2071990966796875, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+58, 181016, 0, 1519, 5390, '0', 0, 0, -8673.009765625, 442.39599609375, 100.0309982299804687, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+59, 181016, 0, 1519, 5390, '0', 0, 0, -8626.26953125, 441.27398681640625, 103.2350006103515625, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+60, 181016, 0, 1519, 0, '0', 0, 0, -8331.6796875, 643.7030029296875, 96.67340087890625, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+61, 181016, 0, 1519, 0, '0', 0, 0, -8337.48046875, 650.6939697265625, 96.9944000244140625, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+62, 181016, 0, 1519, 4411, '0', 0, 0, -8586.7041015625, 962.4266357421875, 98.4514617919921875, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+63, 181016, 0, 1519, 4411, '0', 0, 0, -8562.5625, 1016.0850830078125, 89.73064422607421875, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+64, 181016, 0, 1519, 4411, '0', 0, 0, -8548.0380859375, 997.265625, 89.73064422607421875, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+65, 181016, 0, 1519, 5151, '0', 0, 0, -8479.509765625, 902.29302978515625, 98.6230010986328125, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+66, 181016, 0, 1519, 5151, '0', 0, 0, -8469.4404296875, 899.364990234375, 98.834197998046875, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+67, 181016, 0, 1519, 5151, '0', 0, 0, -8621.1865234375, 786.200439453125, 97.1391143798828125, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+68, 181016, 0, 1519, 5151, '0', 0, 0, -8611.9580078125, 774.59185791015625, 97.13689422607421875, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+69, 181016, 0, 1519, 5151, '0', 0, 0, -8460.76953125, 842.625, 105.7860031127929687, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+70, 181016, 0, 1519, 5151, '0', 0, 0, -8461.5, 847.9639892578125, 105.7860031127929687, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+71, 181016, 0, 1519, 5346, '0', 0, 0, -8412.6845703125, 1042.2760009765625, 68.3837890625, 2.347463846206665039, 0, 0, 0.922200202941894531, 0.386712819337844848, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+72, 181016, 0, 1519, 4411, '0', 0, 0, -8350.607421875, 1093.4930419921875, 57.26216506958007812, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+73, 181016, 0, 1519, 4411, '0', 0, 0, -8336.73828125, 1109.57470703125, 57.26215362548828125, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+74, 181016, 0, 1519, 4411, '0', 0, 0, -8328.4267578125, 1192.4251708984375, 5.81889200210571289, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+75, 181016, 0, 1519, 4411, '0', 0, 0, -8451.66015625, 1220.8668212890625, 5.64672708511352539, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+76, 181016, 0, 1519, 4411, '0', 0, 0, -8439.421875, 1221.0718994140625, 5.66116189956665039, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+77, 181016, 0, 1519, 4411, '0', 0, 0, -8459.2861328125, 1323.4476318359375, 5.861742973327636718, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+78, 181016, 0, 1519, 4411, '0', 0, 0, -8489.1279296875, 1323.8216552734375, 5.894642829895019531, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+79, 181016, 0, 1519, 4411, '0', 0, 0, -8396.861328125, 1314.03125, 5.981066226959228515, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+80, 181016, 0, 1519, 4411, '0', 0, 0, -8367.7626953125, 1314.9942626953125, 6.094531059265136718, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+81, 181016, 0, 1519, 4411, '0', 0, 0, -8232.3681640625, 1236.46484375, 5.230234146118164062, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+82, 181016, 0, 1519, 4411, '0', 0, 0, -8048.81982421875, 1406.9000244140625, 1.113070011138916015, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+83, 181016, 0, 1519, 4411, '0', 0, 0, -8058.7900390625, 1407.3900146484375, 1.10141003131866455, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+84, 181016, 0, 1519, 4411, '0', 0, 0, -8061.05712890625, 1591.5364990234375, 1.019675016403198242, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+85, 181016, 0, 1519, 4411, '0', 0, 0, -8069.64013671875, 1596.5, 0.995334029197692871, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+86, 181017, 0, 1519, 1617, '0', 0, 0, -8904.8701171875, 629.76898193359375, 108.4390029907226562, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+87, 181017, 0, 1519, 1617, '0', 0, 0, -8860.6826171875, 662.83843994140625, 101.1599884033203125, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+88, 181017, 0, 1519, 1617, '0', 0, 0, -8841.759765625, 648.843994140625, 102.805999755859375, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+89, 181017, 0, 1519, 1617, '0', 0, 0, -8841.759765625, 648.843994140625, 102.805999755859375, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+90, 181017, 0, 1519, 5148, '0', 0, 0, -8871.8974609375, 682.27740478515625, 102.2920913696289062, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Trade District - Difficulty: 0) +(@OGUID+91, 181017, 0, 1519, 5390, '0', 0, 0, -8829.0224609375, 834.7274169921875, 103.9091262817382812, 5.173383235931396484, 0, 0, -0.52685928344726562, 0.849952518939971923, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Canals - Difficulty: 0) +(@OGUID+92, 181017, 0, 1519, 8411, '0', 0, 0, -8641.03125, 953.5711669921875, 122.9622268676757812, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Lion's Rest - Difficulty: 0) +(@OGUID+93, 181017, 0, 1519, 8411, '0', 0, 0, -8624.951171875, 933.5069580078125, 125.2897720336914062, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Lion's Rest - Difficulty: 0) +(@OGUID+94, 181017, 0, 1519, 0, '0', 0, 0, -8317.8603515625, 598.41302490234375, 104.2300033569335937, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+95, 181017, 0, 1519, 0, '0', 0, 0, -8321.6201171875, 603.00201416015625, 104.1529998779296875, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+96, 181017, 0, 1519, 0, '0', 0, 0, -8329.48046875, 589.61798095703125, 104.134002685546875, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+97, 181017, 0, 1519, 0, '0', 0, 0, -8333.1201171875, 594.05401611328125, 104.214996337890625, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+98, 181017, 0, 1519, 0, '0', 0, 0, -8361.8798828125, 588.97698974609375, 107.9459991455078125, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+99, 181017, 0, 1519, 0, '0', 0, 0, -8368.1103515625, 596.7760009765625, 107.9199981689453125, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+100, 181017, 0, 1519, 0, '0', 0, 0, -8372.83984375, 608.9010009765625, 104.3860015869140625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+101, 181017, 0, 1519, 0, '0', 0, 0, -8379.23046875, 603.39801025390625, 104.4680023193359375, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+102, 181017, 0, 1519, 0, '0', 0, 0, -8370.5400390625, 582.072998046875, 107.9589996337890625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+103, 181017, 0, 1519, 0, '0', 0, 0, -8376.7802734375, 589.87298583984375, 107.9199981689453125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+104, 181017, 0, 1519, 5150, '0', 0, 0, -8385.4599609375, 598, 104.569000244140625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+105, 181017, 0, 1519, 4411, '0', 0, 0, -8568.1474609375, 978.654541015625, 122.7586517333984375, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+106, 181017, 0, 1519, 4411, '0', 0, 0, -8584.1669921875, 998.5625, 122.819091796875, 0.689404308795928955, 0, 0, 0.337916374206542968, 0.941176116466522216, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+107, 181017, 0, 1519, 5151, '0', 0, 0, -8459.919921875, 845.43902587890625, 111.3799972534179687, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+108, 181017, 0, 1519, 5151, '0', 0, 0, -8457.4599609375, 842.4739990234375, 111.3909988403320312, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+109, 181017, 0, 1519, 5151, '0', 0, 0, -8458.5302734375, 848.92498779296875, 111.384002685546875, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+110, 181017, 0, 1519, 4411, '0', 0, 0, -8276.1064453125, 1193.0032958984375, 16.38175582885742187, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+111, 181017, 0, 1519, 4411, '0', 0, 0, -8520.5244140625, 1204.2047119140625, 16.42971992492675781, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+112, 181017, 0, 1519, 4411, '0', 0, 0, -8534.486328125, 1204.2041015625, 16.40989112854003906, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+113, 181017, 0, 1519, 4411, '0', 0, 0, -8512.31640625, 1200.337890625, 16.39689445495605468, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+114, 181017, 0, 1519, 4411, '0', 0, 0, -8504.935546875, 1192.6331787109375, 16.33524894714355468, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+115, 181017, 0, 1519, 4411, '0', 0, 0, -8542.3212890625, 1200.5806884765625, 16.43208122253417968, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+116, 181017, 0, 1519, 4411, '0', 0, 0, -8268.5498046875, 1200.7298583984375, 16.45653724670410156, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+117, 181017, 0, 1519, 4411, '0', 0, 0, -8238.3828125, 1200.4781494140625, 16.38265228271484375, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+118, 181017, 0, 1519, 4411, '0', 0, 0, -8260.66796875, 1204.397705078125, 16.41504287719726562, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+119, 181017, 0, 1519, 4411, '0', 0, 0, -8246.6689453125, 1204.4066162109375, 16.3173370361328125, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+120, 181018, 0, 1519, 5148, '0', 0, 0, -8821.4501953125, 670.08001708984375, 101.305999755859375, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+121, 181018, 0, 1519, 5148, '0', 0, 0, -8812.5302734375, 649.03497314453125, 101.2009963989257812, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+122, 181018, 0, 1519, 0, '0', 0, 0, -8353.580078125, 664.33502197265625, 100.5579986572265625, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+123, 181018, 0, 1519, 0, '0', 0, 0, -8361.349609375, 647.88201904296875, 100.78900146484375, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+124, 181018, 0, 1519, 0, '0', 0, 0, -8356.7197265625, 677.468994140625, 100.5189971923828125, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+125, 181018, 0, 1519, 0, '0', 0, 0, -8375.5498046875, 658.73101806640625, 100.4929962158203125, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+126, 181018, 0, 1519, 0, '0', 0, 0, -8378.9404296875, 672.36297607421875, 100.5120010375976562, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+127, 181018, 0, 1519, 4411, '0', 0, 0, -8310.26171875, 1181.2342529296875, 19.20934295654296875, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+128, 181018, 0, 1519, 4411, '0', 0, 0, -8310.4189453125, 1178.3892822265625, 19.21945762634277343, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+129, 181018, 0, 1519, 4411, '0', 0, 0, -8291.900390625, 1181.2344970703125, 19.26672172546386718, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+130, 181018, 0, 1519, 4411, '0', 0, 0, -8291.951171875, 1178.3892822265625, 19.18671607971191406, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+131, 181018, 0, 1519, 4411, '0', 0, 0, -8489.2880859375, 1178.189697265625, 19.15488624572753906, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+132, 181018, 0, 1519, 4411, '0', 0, 0, -8470.8974609375, 1178.189208984375, 19.26302337646484375, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+133, 181018, 0, 1519, 4411, '0', 0, 0, -8470.8994140625, 1181.034912109375, 19.37266159057617187, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+134, 181018, 0, 1519, 4411, '0', 0, 0, -8565.794921875, 1178.1890869140625, 19.314239501953125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+135, 181018, 0, 1519, 4411, '0', 0, 0, -8584.2392578125, 1178.189208984375, 19.26141548156738281, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+136, 181018, 0, 1519, 4411, '0', 0, 0, -8584.185546875, 1181.032958984375, 18.81927490234375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+137, 181018, 0, 1519, 4411, '0', 0, 0, -8565.8369140625, 1181.0335693359375, 18.98039054870605468, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+138, 181018, 0, 1519, 4411, '0', 0, 0, -8489.095703125, 1181.034912109375, 19.36829757690429687, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+139, 181018, 0, 1519, 4411, '0', 0, 0, -8600.1708984375, 1298.5792236328125, 8.680917739868164062, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+140, 181018, 0, 1519, 4411, '0', 0, 0, -8604.505859375, 1295.4071044921875, 8.346570968627929687, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+141, 181018, 0, 1519, 4411, '0', 0, 0, -8621.3720703125, 1329.6346435546875, 8.122531890869140625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+142, 181018, 0, 1519, 4411, '0', 0, 0, -8660.154296875, 1311.9586181640625, 8.162707328796386718, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+143, 181018, 0, 1519, 4411, '0', 0, 0, -8489.3603515625, 1251.8638916015625, 9.806099891662597656, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+144, 181018, 0, 1519, 4411, '0', 0, 0, -8458.8095703125, 1252.0125732421875, 9.891839981079101562, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+145, 181018, 0, 1519, 4411, '0', 0, 0, -8397.2392578125, 1251.8677978515625, 9.888047218322753906, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+146, 181018, 0, 1519, 4411, '0', 0, 0, -8366.8388671875, 1252.010009765625, 9.964110374450683593, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+147, 181018, 0, 1519, 4411, '0', 0, 0, -8305.875, 1251.857177734375, 9.635152816772460937, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+148, 181018, 0, 1519, 4411, '0', 0, 0, -8305.8681640625, 1254.0186767578125, 9.708476066589355468, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+149, 181018, 0, 1519, 4411, '0', 0, 0, -8305.9013671875, 1396.6033935546875, 9.7128753662109375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+150, 181018, 0, 1519, 4411, '0', 0, 0, -8305.8291015625, 1394.443359375, 9.677066802978515625, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+151, 181018, 0, 1519, 4411, '0', 0, 0, -8275.3076171875, 1254.1783447265625, 9.69086456298828125, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+152, 181018, 0, 1519, 4411, '0', 0, 0, -8275.341796875, 1252.017578125, 9.699513435363769531, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+153, 181018, 0, 1519, 4411, '0', 0, 0, -8215.396484375, 1178.389404296875, 19.15112113952636718, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+154, 181018, 0, 1519, 4411, '0', 0, 0, -8215.24609375, 1181.2340087890625, 19.1291961669921875, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+155, 181018, 0, 1519, 4411, '0', 0, 0, -8275.2861328125, 1396.76318359375, 9.693218231201171875, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+156, 181018, 0, 1519, 4411, '0', 0, 0, -8275.30859375, 1394.6011962890625, 9.658045768737792968, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+157, 181018, 0, 1519, 4411, '0', 0, 0, -8196.923828125, 1181.233642578125, 19.02257156372070312, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+158, 181018, 0, 1519, 4411, '0', 0, 0, -8196.830078125, 1178.3896484375, 19.10471534729003906, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+159, 181019, 0, 1519, 1617, '0', 0, 0, -8895.2900390625, 618.68597412109375, 101.2580032348632812, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+160, 181019, 0, 1519, 1617, '0', 0, 0, -8908.6103515625, 643.5560302734375, 101.2699966430664062, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+161, 181019, 0, 1519, 5148, '0', 0, 0, -8856.1484375, 671.78057861328125, 98.84055328369140625, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+162, 181019, 0, 1519, 5390, '0', 0, 0, -8813.857421875, 846.748291015625, 101.4215774536132812, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+163, 181020, 0, 1519, 1617, '0', 0, 0, -8840.8203125, 660.00201416015625, 99.18509674072265625, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+164, 181020, 0, 1519, 1617, '0', 0, 0, -8832.990234375, 641.9110107421875, 99.12180328369140625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+165, 181020, 0, 1519, 1617, '0', 0, 0, -8819.5205078125, 643.828125, 97.83412933349609375, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+166, 181020, 0, 1519, 5148, '0', 0, 0, -8740.796875, 579.02410888671875, 109.8196792602539062, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+167, 181020, 0, 1519, 5148, '0', 0, 0, -8842.4296875, 716.519287109375, 109.501068115234375, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+168, 181020, 0, 1519, 5148, '0', 0, 0, -8743.3583984375, 695.37646484375, 110.7000732421875, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+169, 181020, 0, 1519, 5148, '0', 0, 0, -8883.6806640625, 758.49298095703125, 105.1223526000976562, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+170, 181020, 0, 1519, 5390, '0', 0, 0, -8811.73046875, 809.0419921875, 109.8079986572265625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+171, 181020, 0, 1519, 5390, '0', 0, 0, -8752.1298828125, 799.635009765625, 109.9039993286132812, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+172, 181020, 0, 1519, 5390, '0', 0, 0, -8805.12109375, 868.18316650390625, 109.9552078247070312, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+173, 181020, 0, 1519, 5390, '0', 0, 0, -8745.3095703125, 860.75177001953125, 110.069366455078125, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+174, 181020, 0, 1519, 5390, '0', 0, 0, -8857.830078125, 931.6610107421875, 113.0839996337890625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+175, 181020, 0, 1519, 5154, '0', 0, 0, -9003.76953125, 862.552001953125, 129.85699462890625, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+176, 181020, 0, 1519, 5154, '0', 0, 0, -9013.9599609375, 872.1409912109375, 113.3000030517578125, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+177, 181020, 0, 1519, 5154, '0', 0, 0, -9006.259765625, 877.905029296875, 116.46600341796875, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+178, 181020, 0, 1519, 5154, '0', 0, 0, -8999.5, 865.91497802734375, 129.675994873046875, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+179, 181020, 0, 1519, 8411, '0', 0, 0, -8656.2236328125, 844.97674560546875, 108.9539794921875, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Lion's Rest - Difficulty: 0) +(@OGUID+180, 181020, 0, 1519, 5148, '0', 0, 0, -8665.8203125, 741.17498779296875, 108.7089996337890625, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+181, 181020, 0, 1519, 5390, '0', 0, 0, -8719.5673828125, 507.91253662109375, 107.537322998046875, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+182, 181020, 0, 1519, 5390, '0', 0, 0, -8612.7119140625, 504.63714599609375, 115.3036270141601562, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+183, 181020, 0, 1519, 5390, '0', 0, 0, -8588.4072265625, 706.8125, 108.9886932373046875, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+184, 181020, 0, 1519, 5390, '0', 0, 0, -8680.7998046875, 461.0889892578125, 105.227996826171875, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+185, 181020, 0, 1519, 5390, '0', 0, 0, -8633.3203125, 421.480987548828125, 104.7610015869140625, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+186, 181020, 0, 1519, 5390, '0', 0, 0, -8511.3798828125, 527.78997802734375, 109.8679962158203125, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+187, 181020, 0, 1519, 5390, '0', 0, 0, -8640.8896484375, 415.50299072265625, 104.7910003662109375, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+188, 181020, 0, 1519, 5149, '0', 0, 0, -8738.650390625, 379.631988525390625, 103.7239990234375, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Old Town - Difficulty: 0) +(@OGUID+189, 181020, 0, 1519, 5149, '0', 0, 0, -8747.7099609375, 372.355987548828125, 103.7529983520507812, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Old Town - Difficulty: 0) +(@OGUID+190, 181020, 0, 1519, 5149, '0', 0, 0, -8755.009765625, 373.194000244140625, 103.8420028686523437, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Old Town - Difficulty: 0) +(@OGUID+191, 181020, 0, 1519, 5149, '0', 0, 0, -8762.2900390625, 382.514007568359375, 103.6529998779296875, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Old Town - Difficulty: 0) +(@OGUID+192, 181020, 0, 1519, 0, '0', 0, 0, -8329.7998046875, 637.0050048828125, 100.5110015869140625, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+193, 181020, 0, 1519, 0, '0', 0, 0, -8343.8896484375, 654.08197021484375, 100.3600006103515625, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+194, 181020, 0, 1519, 0, '0', 0, 0, -8378.3896484375, 659.16302490234375, 98.5727996826171875, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+195, 181020, 0, 1519, 5150, '0', 0, 0, -8408.650390625, 635.03302001953125, 101.40899658203125, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+196, 181020, 0, 1519, 5150, '0', 0, 0, -8468.7421875, 686.888916015625, 110.7254867553710937, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+197, 181020, 0, 1519, 5151, '0', 0, 0, -8558.7998046875, 770.135009765625, 101.7600021362304687, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+198, 181020, 0, 1519, 5151, '0', 0, 0, -8551.73046875, 761.64801025390625, 101.7779998779296875, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+199, 181020, 0, 1519, 4411, '0', 0, 0, -8535.490234375, 903.0689697265625, 103.569000244140625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+200, 181020, 0, 1519, 4411, '0', 0, 0, -8539.650390625, 892.7030029296875, 103.6699981689453125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 48069), -- Hanging, Square; Medium - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+201, 181022, 0, 1519, 5390, '0', 0, 0, -8554.1103515625, 459.614990234375, 104.6930007934570312, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: The Canals - Difficulty: 0) +(@OGUID+202, 181022, 0, 1519, 5390, '0', 0, 0, -8538.669921875, 470.20001220703125, 104.5210037231445312, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: The Canals - Difficulty: 0) +(@OGUID+203, 181022, 0, 1519, 5149, '0', 0, 0, -8732.0595703125, 393.212005615234375, 98.2071990966796875, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Old Town - Difficulty: 0) +(@OGUID+204, 181022, 0, 1519, 5390, '0', 0, 0, -8413.7900390625, 397.641998291015625, 135.7100067138671875, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: The Canals - Difficulty: 0) +(@OGUID+205, 181022, 0, 1519, 5390, '0', 0, 0, -8430.9853515625, 596.3505859375, 94.6203155517578125, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: The Canals - Difficulty: 0) +(@OGUID+206, 181022, 0, 1519, 0, '0', 0, 0, -8428.75, 351.0159912109375, 135.9669952392578125, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+207, 181022, 0, 1519, 0, '0', 0, 0, -8465.08984375, 322.696014404296875, 135.90899658203125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+208, 181022, 0, 1519, 0, '0', 0, 0, -8511.080078125, 320.92401123046875, 135.7100067138671875, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+209, 181022, 0, 1519, 4411, '0', 0, 0, -8616.6689453125, 1038.5972900390625, 97.02484130859375, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+210, 181022, 0, 1519, 0, '0', 0, 0, -8434.75, 987.13116455078125, 96.96602630615234375, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+211, 181022, 0, 1519, 5346, '0', 0, 0, -8307.935546875, 1071.65283203125, 57.26216506958007812, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+212, 181022, 0, 1519, 5346, '0', 0, 0, -8402.517578125, 1059.080078125, 31.63022232055664062, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+213, 181022, 0, 1519, 4411, '0', 0, 0, -8509.75390625, 1041.87158203125, 59.36488723754882812, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+214, 181022, 0, 1519, 4411, '0', 0, 0, -8533.76953125, 1066.152099609375, 18.98668098449707031, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+215, 181022, 0, 1519, 4411, '0', 0, 0, -8519.52734375, 1122.330078125, 18.91462135314941406, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+216, 181022, 0, 1519, 4411, '0', 0, 0, -8424.703125, 1075.7447509765625, 19.67526435852050781, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+217, 181022, 0, 1519, 4411, '0', 0, 0, -8281.283203125, 1156.49658203125, 18.09047317504882812, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+218, 181022, 0, 1519, 4411, '0', 0, 0, -8373.6298828125, 1192.7996826171875, 5.89131784439086914, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+219, 181022, 0, 1519, 4411, '0', 0, 0, -8408.1845703125, 1193.768798828125, 5.698709011077880859, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+220, 181022, 0, 1519, 4411, '0', 0, 0, -8466.5087890625, 1156.2742919921875, 18.64429664611816406, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+221, 181022, 0, 1519, 4411, '0', 0, 0, -8550.5380859375, 1159.076416015625, 18.65300941467285156, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+222, 181022, 0, 1519, 4411, '0', 0, 0, -8562.9287109375, 1194.91552734375, 5.592020988464355468, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+223, 181022, 0, 1519, 4411, '0', 0, 0, -8518.73046875, 1207.8499755859375, 5.429019927978515625, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+224, 181022, 0, 1519, 4411, '0', 0, 0, -8605.7900390625, 1213.77001953125, 5.111010074615478515, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+225, 181022, 0, 1519, 4411, '0', 0, 0, -8535.98046875, 1207.9100341796875, 5.463860034942626953, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+226, 181022, 0, 1519, 4411, '0', 0, 0, -8614.1103515625, 1303.03955078125, 5.750292778015136718, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+227, 181022, 0, 1519, 4411, '0', 0, 0, -8641.7744140625, 1288.2313232421875, 5.232253074645996093, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+228, 181022, 0, 1519, 4411, '0', 0, 0, -8468.2392578125, 1192.765625, 6.125230789184570312, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+229, 181022, 0, 1519, 4411, '0', 0, 0, -8306.66015625, 1301.6800537109375, 8.513369560241699218, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+230, 181022, 0, 1519, 4411, '0', 0, 0, -8219.5732421875, 1191.0892333984375, 5.68454599380493164, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+231, 181022, 0, 1519, 4411, '0', 0, 0, -8274.7001953125, 1300.6500244140625, 8.5144500732421875, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+232, 181025, 0, 12, 7486, '0', 0, 0, -9062.1103515625, 436.52301025390625, 111.1930007934570312, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+233, 181025, 0, 1519, 5148, '0', 0, 0, -8680.7099609375, 609.13201904296875, 103.9000015258789062, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Trade District - Difficulty: 0) +(@OGUID+234, 181025, 0, 1519, 8411, '0', 0, 0, -8630.6298828125, 945.80035400390625, 112.9881973266601562, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Lion's Rest - Difficulty: 0) +(@OGUID+235, 181025, 0, 1519, 5390, '0', 0, 0, -8647.150390625, 636.46002197265625, 103.86199951171875, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: The Canals - Difficulty: 0) +(@OGUID+236, 181025, 0, 1519, 5390, '0', 0, 0, -8619.6298828125, 600.8800048828125, 103.897003173828125, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: The Canals - Difficulty: 0) +(@OGUID+237, 181025, 0, 1519, 5390, '0', 0, 0, -8653.9697265625, 574.87701416015625, 103.9059982299804687, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: The Canals - Difficulty: 0) +(@OGUID+238, 181025, 0, 1519, 5390, '0', 0, 0, -8546.8095703125, 354.77301025390625, 133.5149993896484375, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: The Canals - Difficulty: 0) +(@OGUID+239, 181025, 0, 1519, 5390, '0', 0, 0, -8433.8798828125, 435.0159912109375, 133.477996826171875, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: The Canals - Difficulty: 0) +(@OGUID+240, 181025, 0, 1519, 5390, '0', 0, 0, -8416.1201171875, 410.0679931640625, 141.3849945068359375, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: The Canals - Difficulty: 0) +(@OGUID+241, 181025, 0, 1519, 5390, '0', 0, 0, -8459.259765625, 377.5419921875, 118.4810028076171875, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: The Canals - Difficulty: 0) +(@OGUID+242, 181025, 0, 1519, 5150, '0', 0, 0, -8482, 359.67498779296875, 119.134002685546875, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+243, 181025, 0, 1519, 0, '0', 0, 0, -8530.2099609375, 333.0050048828125, 140.720001220703125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+244, 181025, 0, 1519, 4411, '0', 0, 0, -8578.53125, 986.12677001953125, 111.2677688598632812, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+245, 181025, 0, 1519, 4411, '0', 0, 0, -8224.44921875, 1094.302978515625, 26.46458053588867187, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+246, 181025, 0, 1519, 4411, '0', 0, 0, -8181.67626953125, 1120.0240478515625, 26.8634033203125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+247, 181027, 0, 1519, 1617, '0', 0, 0, -8857.7001953125, 650.4739990234375, 96.95050048828125, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+248, 181027, 0, 1519, 1617, '0', 0, 0, -8860.8603515625, 647.09197998046875, 96.91570281982421875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+249, 181027, 0, 1519, 5148, '0', 0, 0, -8861.6396484375, 730.46002197265625, 95.46305084228515625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+250, 181027, 0, 1519, 5148, '0', 0, 0, -8865.830078125, 737.3489990234375, 95.46305084228515625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+251, 181027, 0, 1519, 5148, '0', 0, 0, -8845.16015625, 741.13201904296875, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+252, 181027, 0, 1519, 5148, '0', 0, 0, -8870.23046875, 744.280029296875, 95.46305084228515625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+253, 181027, 0, 1519, 5148, '0', 0, 0, -8849.349609375, 748.02099609375, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+254, 181027, 0, 1519, 5148, '0', 0, 0, -8853.759765625, 754.95098876953125, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+255, 181027, 0, 1519, 5148, '0', 0, 0, -8740.240234375, 727.739990234375, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+256, 181027, 0, 1519, 5148, '0', 0, 0, -8731.8203125, 734.49298095703125, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+257, 181027, 0, 1519, 5148, '0', 0, 0, -8721.83984375, 720.16802978515625, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+258, 181027, 0, 1519, 5148, '0', 0, 0, -8728.23828125, 711.47918701171875, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+259, 181027, 0, 1519, 5148, '0', 0, 0, -8722.9130859375, 715.435791015625, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+260, 181027, 0, 1519, 5148, '0', 0, 0, -8736.0400390625, 731.02398681640625, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+261, 181027, 0, 1519, 5148, '0', 0, 0, -8726.330078125, 550.00299072265625, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+262, 181027, 0, 1519, 5148, '0', 0, 0, -8738.9501953125, 537.6199951171875, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+263, 181027, 0, 1519, 5148, '0', 0, 0, -8734.080078125, 531.93798828125, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+264, 181027, 0, 1519, 5148, '0', 0, 0, -8744.2099609375, 543.239990234375, 95.46305084228515625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+265, 181027, 0, 1519, 5148, '0', 0, 0, -8731.580078125, 556.135009765625, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+266, 181027, 0, 1519, 5148, '0', 0, 0, -8720.9404296875, 543.93902587890625, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+267, 181027, 0, 1519, 5148, '0', 0, 0, -8715.4404296875, 536.60601806640625, 95.463043212890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+268, 181027, 0, 1519, 5148, '0', 0, 0, -8730.3603515625, 526.6719970703125, 95.46305084228515625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Trade District - Difficulty: 0) +(@OGUID+269, 181027, 0, 1519, 5390, '0', 0, 0, -8769.92578125, 877.52081298828125, 90.3343963623046875, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+270, 181027, 0, 1519, 5390, '0', 0, 0, -8771.8818359375, 910.3211669921875, 84.92441558837890625, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+271, 181027, 0, 1519, 5390, '0', 0, 0, -8755.26953125, 898.404541015625, 84.83762359619140625, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+272, 181027, 0, 1519, 5390, '0', 0, 0, -8796.267578125, 909.89239501953125, 90.3336639404296875, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+273, 181027, 0, 1519, 5390, '0', 0, 0, -8783.388671875, 924.592041015625, 84.6733245849609375, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+274, 181027, 0, 1519, 5390, '0', 0, 0, -8736.763671875, 874.14581298828125, 90.3343963623046875, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+275, 181027, 0, 1519, 5390, '0', 0, 0, -8721.1806640625, 887.94268798828125, 86.8731842041015625, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+276, 181027, 0, 1519, 8411, '0', 0, 0, -8707.39453125, 883.46527099609375, 90.3343963623046875, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Lion's Rest - Difficulty: 0) +(@OGUID+277, 181027, 0, 1519, 8411, '0', 0, 0, -8676.9306640625, 908.8211669921875, 90.32846832275390625, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Lion's Rest - Difficulty: 0) +(@OGUID+278, 181027, 0, 1519, 8411, '0', 0, 0, -8718.044921875, 899.06768798828125, 85.25785064697265625, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Lion's Rest - Difficulty: 0) +(@OGUID+279, 181027, 0, 1519, 8411, '0', 0, 0, -8702.5595703125, 907.982666015625, 84.6733245849609375, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Lion's Rest - Difficulty: 0) +(@OGUID+280, 181027, 0, 1519, 8411, '0', 0, 0, -8690.4892578125, 923.9617919921875, 84.67333221435546875, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Lion's Rest - Difficulty: 0) +(@OGUID+281, 181027, 0, 1519, 5390, '0', 0, 0, -8603.1298828125, 534.93597412109375, 95.46298980712890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+282, 181027, 0, 1519, 5390, '0', 0, 0, -8610.26953125, 528.51202392578125, 95.46298980712890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+283, 181027, 0, 1519, 5390, '0', 0, 0, -8597.9697265625, 515.3699951171875, 95.46298980712890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+284, 181027, 0, 1519, 5390, '0', 0, 0, -8592.91015625, 541.70697021484375, 95.46298980712890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+285, 181027, 0, 1519, 5390, '0', 0, 0, -8590.83984375, 521.79302978515625, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+286, 181027, 0, 1519, 5390, '0', 0, 0, -8584.400390625, 527.3699951171875, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+287, 181027, 0, 1519, 5390, '0', 0, 0, -8531.4404296875, 664.36602783203125, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+288, 181027, 0, 1519, 5390, '0', 0, 0, -8535.23046875, 669.50201416015625, 95.4629974365234375, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+289, 181027, 0, 1519, 5390, '0', 0, 0, -8527.9697265625, 659.39202880859375, 95.4629974365234375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+290, 181027, 0, 1519, 5390, '0', 0, 0, -8590.580078125, 444.5419921875, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+291, 181027, 0, 1519, 5390, '0', 0, 0, -8602.009765625, 440.260009765625, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+292, 181027, 0, 1519, 5390, '0', 0, 0, -8568.76953125, 425.980987548828125, 95.46298980712890625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+293, 181027, 0, 1519, 5390, '0', 0, 0, -8584.919921875, 428.37701416015625, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+294, 181027, 0, 1519, 5390, '0', 0, 0, -8598.0498046875, 431.4320068359375, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+295, 181027, 0, 1519, 5390, '0', 0, 0, -8543.3896484375, 444.35101318359375, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+296, 181027, 0, 1519, 5390, '0', 0, 0, -8538.3896484375, 437.864990234375, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+297, 181027, 0, 1519, 5390, '0', 0, 0, -8569.7900390625, 422.009002685546875, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+298, 181027, 0, 1519, 5390, '0', 0, 0, -8496.2998046875, 491.162994384765625, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+299, 181027, 0, 1519, 5390, '0', 0, 0, -8554.330078125, 427.454986572265625, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+300, 181027, 0, 1519, 5390, '0', 0, 0, -8540.8603515625, 441.156005859375, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+301, 181027, 0, 1519, 5390, '0', 0, 0, -8524.169921875, 455.24798583984375, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+302, 181027, 0, 1519, 5390, '0', 0, 0, -8581.7802734375, 413.0570068359375, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+303, 181027, 0, 1519, 5390, '0', 0, 0, -8492.7197265625, 499.384002685546875, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+304, 181027, 0, 1519, 5390, '0', 0, 0, -8497.4501953125, 472.582000732421875, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+305, 181027, 0, 1519, 5390, '0', 0, 0, -8521.7900390625, 452.0780029296875, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+306, 181027, 0, 1519, 5390, '0', 0, 0, -8526.3095703125, 458.0419921875, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+307, 181027, 0, 1519, 5390, '0', 0, 0, -8466.5302734375, 473.553985595703125, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+308, 181027, 0, 1519, 5390, '0', 0, 0, -8478.400390625, 520.63397216796875, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+309, 181027, 0, 1519, 5390, '0', 0, 0, -8460.330078125, 481.819000244140625, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+310, 181027, 0, 1519, 5390, '0', 0, 0, -8474.4296875, 489.0050048828125, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+311, 181027, 0, 1519, 5390, '0', 0, 0, -8477.9296875, 518.5159912109375, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+312, 181027, 0, 1519, 5390, '0', 0, 0, -8484.3896484375, 476.316009521484375, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+313, 181027, 0, 1519, 5390, '0', 0, 0, -8481.3701171875, 521.030029296875, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+314, 181027, 0, 1519, 5390, '0', 0, 0, -8456.0498046875, 491.860992431640625, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+315, 181027, 0, 1519, 5390, '0', 0, 0, -8473.4697265625, 378.177001953125, 115.957000732421875, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+316, 181027, 0, 1519, 5390, '0', 0, 0, -8479.48046875, 374.2340087890625, 115.957000732421875, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+317, 181027, 0, 1519, 5390, '0', 0, 0, -8479.83984375, 367.8389892578125, 115.957000732421875, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+318, 181027, 0, 1519, 5390, '0', 0, 0, -8449.4697265625, 471.5570068359375, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+319, 181027, 0, 1519, 5390, '0', 0, 0, -8434.75, 477.2030029296875, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+320, 181027, 0, 1519, 5390, '0', 0, 0, -8434.76953125, 469.97900390625, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+321, 181027, 0, 1519, 5390, '0', 0, 0, -8446.48046875, 505.037994384765625, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+322, 181027, 0, 1519, 5390, '0', 0, 0, -8433.0498046875, 474.438995361328125, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+323, 181027, 0, 1519, 5390, '0', 0, 0, -8441.1796875, 493.239990234375, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+324, 181027, 0, 1519, 5390, '0', 0, 0, -8435.9296875, 513.93902587890625, 95.4629974365234375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+325, 181027, 0, 1519, 5390, '0', 0, 0, -8466.919921875, 375.915008544921875, 115.957000732421875, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+326, 181027, 0, 1519, 6292, '0', 0, 0, -8223.8603515625, 325.363006591796875, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+327, 181027, 0, 1519, 6292, '0', 0, 0, -8253.6396484375, 364.660003662109375, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+328, 181027, 0, 1519, 6292, '0', 0, 0, -8274.48046875, 372.906005859375, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+329, 181027, 0, 1519, 6292, '0', 0, 0, -8269.1904296875, 359.9010009765625, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+330, 181027, 0, 1519, 6292, '0', 0, 0, -8246.919921875, 314.37799072265625, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+331, 181027, 0, 1519, 6292, '0', 0, 0, -8283.2099609375, 360.6610107421875, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+332, 181027, 0, 1519, 6292, '0', 0, 0, -8274.7099609375, 354.139007568359375, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+333, 181027, 0, 1519, 6292, '0', 0, 0, -8232.4404296875, 320.00201416015625, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+334, 181027, 0, 1519, 6292, '0', 0, 0, -8263.0302734375, 347.27099609375, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+335, 181027, 0, 1519, 6292, '0', 0, 0, -8256.580078125, 346.537994384765625, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+336, 181027, 0, 1519, 6292, '0', 0, 0, -8245.900390625, 327.54901123046875, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+337, 181027, 0, 1519, 6292, '0', 0, 0, -8265.3603515625, 376.82501220703125, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+338, 181027, 0, 1519, 6292, '0', 0, 0, -8258.6103515625, 374.970001220703125, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+339, 181027, 0, 1519, 6292, '0', 0, 0, -8242.6201171875, 338.25201416015625, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+340, 181027, 0, 1519, 6292, '0', 0, 0, -8277.1396484375, 369.545013427734375, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+341, 181027, 0, 1519, 6292, '0', 0, 0, -8261.7099609375, 329.97900390625, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+342, 181027, 0, 1519, 6292, '0', 0, 0, -8230.5595703125, 332.441009521484375, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+343, 181027, 0, 1519, 6292, '0', 0, 0, -8244.759765625, 358.2030029296875, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+344, 181027, 0, 1519, 6292, '0', 0, 0, -8254.0595703125, 335.441009521484375, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+345, 181027, 0, 1519, 6292, '0', 0, 0, -8238.740234375, 310.49700927734375, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+346, 181027, 0, 1519, 6292, '0', 0, 0, -8235.7197265625, 354.156005859375, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+347, 181027, 0, 1519, 6292, '0', 0, 0, -8246.73046875, 369.2760009765625, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+348, 181027, 0, 1519, 6292, '0', 0, 0, -8244.900390625, 367.837005615234375, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Keep - Difficulty: 0) +(@OGUID+349, 181027, 0, 1519, 5150, '0', 0, 0, -8511.4296875, 670.7659912109375, 95.4629974365234375, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+350, 181027, 0, 1519, 5150, '0', 0, 0, -8514.599609375, 675.24798583984375, 95.4629974365234375, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+351, 181027, 0, 1519, 5150, '0', 0, 0, -8518.6201171875, 681.20697021484375, 95.4629974365234375, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+352, 181027, 0, 1519, 5150, '0', 0, 0, -8506.9296875, 688.74798583984375, 95.4629974365234375, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+353, 181027, 0, 1519, 5390, '0', 0, 0, -8472.150390625, 714.9429931640625, 95.4629974365234375, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+354, 181027, 0, 1519, 5390, '0', 0, 0, -8489.759765625, 701.655029296875, 95.4629974365234375, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+355, 181027, 0, 1519, 5390, '0', 0, 0, -8456.5, 733.0689697265625, 95.46300506591796875, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+356, 181027, 0, 1519, 5390, '0', 0, 0, -8435.7197265625, 748.09197998046875, 95.46300506591796875, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Canals - Difficulty: 0) +(@OGUID+357, 181027, 0, 1519, 5314, '0', 0, 0, -8425.2099609375, 772.67498779296875, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+358, 181027, 0, 1519, 5314, '0', 0, 0, -8423.6201171875, 793.86798095703125, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+359, 181027, 0, 1519, 5314, '0', 0, 0, -8404.23046875, 794.60198974609375, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+360, 181027, 0, 1519, 5150, '0', 0, 0, -8426.2900390625, 806.82098388671875, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+361, 181027, 0, 1519, 5150, '0', 0, 0, -8405.75, 806.25897216796875, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+362, 181027, 0, 1519, 5150, '0', 0, 0, -8414.58984375, 803.40997314453125, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+363, 181027, 0, 1519, 5151, '0', 0, 0, -8428.8701171875, 878.96197509765625, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+364, 181027, 0, 1519, 5151, '0', 0, 0, -8427.4697265625, 865.34698486328125, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+365, 181027, 0, 1519, 5151, '0', 0, 0, -8421.990234375, 822.85101318359375, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+366, 181027, 0, 1519, 0, '0', 0, 0, -8409.4697265625, 854.63897705078125, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+367, 181027, 0, 1519, 0, '0', 0, 0, -8387.2197265625, 821.00897216796875, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+368, 181027, 0, 1519, 0, '0', 0, 0, -8410.099609375, 857.14599609375, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+369, 181027, 0, 1519, 0, '0', 0, 0, -8412.23046875, 814.89898681640625, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+370, 181027, 0, 1519, 0, '0', 0, 0, -8401.23046875, 822.08502197265625, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+371, 181027, 0, 1519, 0, '0', 0, 0, -8416.669921875, 826.2659912109375, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+372, 181027, 0, 1519, 0, '0', 0, 0, -8386.8798828125, 819.11602783203125, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+373, 181027, 0, 1519, 0, '0', 0, 0, -8416.6396484375, 834.99298095703125, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+374, 181027, 0, 1519, 0, '0', 0, 0, -8389.5703125, 821.0989990234375, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+375, 181027, 0, 1519, 0, '0', 0, 0, -8400.9501953125, 814.66302490234375, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+376, 181027, 0, 1519, 0, '0', 0, 0, -8419.7099609375, 874, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+377, 181027, 0, 1519, 0, '0', 0, 0, -8421.3896484375, 850.91302490234375, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+378, 181027, 0, 1519, 0, '0', 0, 0, -8399.83984375, 845.9320068359375, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+379, 181027, 0, 1519, 0, '0', 0, 0, -8400.3701171875, 856.88397216796875, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+380, 181027, 0, 1519, 0, '0', 0, 0, -8390.150390625, 813.33697509765625, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+381, 181027, 0, 1519, 0, '0', 0, 0, -8404.8603515625, 837.09698486328125, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+382, 181027, 0, 1519, 0, '0', 0, 0, -8411.580078125, 873.14801025390625, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+383, 181027, 0, 1519, 0, '0', 0, 0, -8407.7001953125, 874.02398681640625, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+384, 181027, 0, 1519, 5314, '0', 0, 0, -8391.419921875, 883.84002685546875, 95.46294403076171875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+385, 181027, 0, 1519, 5314, '0', 0, 0, -8380.1103515625, 834.9010009765625, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+386, 181027, 0, 1519, 5314, '0', 0, 0, -8398.009765625, 864.39801025390625, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+387, 181027, 0, 1519, 5314, '0', 0, 0, -8388.080078125, 883.2239990234375, 95.4629364013671875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+388, 181027, 0, 1519, 5314, '0', 0, 0, -8387.490234375, 888.1199951171875, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+389, 181027, 0, 1519, 5314, '0', 0, 0, -8393.66015625, 852.95697021484375, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+390, 181027, 0, 1519, 5314, '0', 0, 0, -8382.669921875, 833.2550048828125, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+391, 181027, 0, 1519, 5314, '0', 0, 0, -8406.2802734375, 883.78497314453125, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+392, 181027, 0, 1519, 5314, '0', 0, 0, -8389.599609375, 874.75, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+393, 181027, 0, 1519, 5398, '0', 0, 0, -8220.98046875, 347.87298583984375, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind City Outskirts - Difficulty: 0) +(@OGUID+394, 181027, 0, 1519, 5398, '0', 0, 0, -8231.259765625, 360.355987548828125, 115.5478363037109375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind City Outskirts - Difficulty: 0) +(@OGUID+395, 181027, 0, 1519, 5314, '0', 0, 0, -8375.169921875, 810.11798095703125, 95.4629974365234375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+396, 181027, 0, 1519, 5314, '0', 0, 0, -8365.6298828125, 819.093994140625, 95.46300506591796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+397, 181055, 0, 1519, 1617, '0', 0, 0, -8862.3466796875, 489.577789306640625, 122.2630386352539062, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+398, 181055, 0, 1519, 1617, '0', 0, 0, -8845.916015625, 468.921875, 122.3519134521484375, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+399, 181055, 0, 1519, 5390, '0', 0, 0, -8827.05078125, 876.13543701171875, 106.7237091064453125, 6.214841365814208984, 0, 0, -0.0341653823852539, 0.999416172504425048, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: The Canals - Difficulty: 0) +(@OGUID+400, 181055, 0, 1519, 5390, '0', 0, 0, -8892.51953125, 867.23602294921875, 109.0019989013671875, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: The Canals - Difficulty: 0) +(@OGUID+401, 181055, 0, 1519, 5390, '0', 0, 0, -8948.169921875, 861.864990234375, 119.2649993896484375, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: The Canals - Difficulty: 0) +(@OGUID+402, 181055, 0, 1519, 5390, '0', 0, 0, -8937.3095703125, 861.2340087890625, 119.3000030517578125, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: The Canals - Difficulty: 0) +(@OGUID+403, 181055, 0, 1519, 5154, '0', 0, 0, -8914.2099609375, 995.18798828125, 129.576995849609375, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+404, 181055, 0, 1519, 5154, '0', 0, 0, -8904.2197265625, 1010.32000732421875, 130.6670074462890625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Mage Quarter - Difficulty: 0) +(@OGUID+405, 181055, 0, 1519, 8411, '0', 0, 0, -8630.92578125, 945.2586669921875, 135.815643310546875, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Lion's Rest - Difficulty: 0) +(@OGUID+406, 181055, 0, 1519, 5390, '0', 0, 0, -8623, 413.57501220703125, 114.802001953125, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: The Canals - Difficulty: 0) +(@OGUID+407, 181055, 0, 1519, 5390, '0', 0, 0, -8610.8603515625, 398.37799072265625, 114.7939987182617187, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: The Canals - Difficulty: 0) +(@OGUID+408, 181055, 0, 1519, 5390, '0', 0, 0, -8616.7900390625, 405.72198486328125, 114.6839981079101562, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: The Canals - Difficulty: 0) +(@OGUID+409, 181055, 0, 1519, 5390, '0', 0, 0, -8605.400390625, 391.31298828125, 114.6859970092773437, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: The Canals - Difficulty: 0) +(@OGUID+410, 181055, 0, 1519, 0, '0', 0, 0, -8341.169921875, 615.3489990234375, 104.2730026245117187, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: 0 - Difficulty: 0) +(@OGUID+411, 181055, 0, 1519, 0, '0', 0, 0, -8355.1201171875, 571.25, 108.8700027465820312, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: 0 - Difficulty: 0) +(@OGUID+412, 181055, 0, 1519, 0, '0', 0, 0, -8360.6396484375, 578.25897216796875, 108.80999755859375, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: 0 - Difficulty: 0) +(@OGUID+413, 181055, 0, 1519, 4411, '0', 0, 0, -8578.4169921875, 986.80035400390625, 133.9478302001953125, 0.689404308795928955, 0, 0, 0.337916374206542968, 0.941176116466522216, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+414, 181055, 0, 1519, 4411, '0', 0, 0, -8523.935546875, 930.32086181640625, 108.9770278930664062, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+415, 181060, 0, 1519, 1617, '0', 0, 0, -8898.76953125, 624.61602783203125, 100.7139968872070312, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+416, 181060, 0, 1519, 1617, '0', 0, 0, -8901.25, 623.21697998046875, 100.7139968872070312, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+417, 181060, 0, 1519, 1617, '0', 0, 0, -8908.2802734375, 636.25, 100.7139968872070312, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+418, 181060, 0, 1519, 1617, '0', 0, 0, -8905.759765625, 637.5780029296875, 100.7139968872070312, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+419, 181060, 0, 1519, 1617, '0', 0, 0, -8855.4697265625, 647.093994140625, 97.2158966064453125, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+420, 181060, 0, 1519, 1617, '0', 0, 0, -8857.8701171875, 649.3189697265625, 100.7580032348632812, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+421, 181060, 0, 1519, 1617, '0', 0, 0, -8860.98046875, 649.3389892578125, 100.707000732421875, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+422, 181060, 0, 1519, 1617, '0', 0, 0, -8860.98046875, 648.09197998046875, 100.71600341796875, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+423, 181060, 0, 1519, 1617, '0', 0, 0, -8858.5, 646.4840087890625, 99.142303466796875, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+424, 181060, 0, 1519, 1617, '0', 0, 0, -8860.3203125, 650.947998046875, 99.0919036865234375, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+425, 181060, 0, 1519, 1617, '0', 0, 0, -8860.2900390625, 646.5050048828125, 99.125396728515625, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+426, 181060, 0, 1519, 1617, '0', 0, 0, -8858.76953125, 647.10198974609375, 100.7610015869140625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+427, 181060, 0, 1519, 1617, '0', 0, 0, -8863.2197265625, 647.09002685546875, 97.08480072021484375, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+428, 181060, 0, 1519, 1617, '0', 0, 0, -8855.509765625, 650.281005859375, 97.19789886474609375, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+429, 181060, 0, 1519, 1617, '0', 0, 0, -8858.7900390625, 650.28997802734375, 100.7350006103515625, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+430, 181060, 0, 1519, 1617, '0', 0, 0, -8860.0703125, 647.14898681640625, 100.7379989624023437, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+431, 181060, 0, 1519, 1617, '0', 0, 0, -8858.4697265625, 650.91302490234375, 99.12270355224609375, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+432, 181060, 0, 1519, 1617, '0', 0, 0, -8857.1396484375, 649.64202880859375, 99.15450286865234375, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+433, 181060, 0, 1519, 1617, '0', 0, 0, -8857.830078125, 644.77398681640625, 97.18630218505859375, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+434, 181060, 0, 1519, 1617, '0', 0, 0, -8863.2099609375, 650.3389892578125, 97.074798583984375, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+435, 181060, 0, 1519, 1617, '0', 0, 0, -8857.8603515625, 648.05902099609375, 100.7679977416992187, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+436, 181060, 0, 1519, 1617, '0', 0, 0, -8861.6396484375, 649.60198974609375, 99.079803466796875, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+437, 181060, 0, 1519, 1617, '0', 0, 0, -8860.0595703125, 650.2760009765625, 100.714996337890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+438, 181060, 0, 1519, 1617, '0', 0, 0, -8860.8896484375, 644.79302978515625, 97.1533966064453125, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+439, 181060, 0, 1519, 1617, '0', 0, 0, -8857.2001953125, 647.72198486328125, 99.1681976318359375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+440, 181060, 0, 1519, 1617, '0', 0, 0, -8861.66015625, 647.77801513671875, 99.0941009521484375, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+441, 181060, 0, 1519, 1617, '0', 0, 0, -8857.759765625, 652.56402587890625, 97.1490020751953125, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+442, 181060, 0, 1519, 1617, '0', 0, 0, -8860.9599609375, 652.5469970703125, 97.09059906005859375, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+443, 181060, 0, 1519, 5390, '0', 0, 0, -8833.9326171875, 834.013916015625, 101.5472183227539062, 4.923097610473632812, 0, 0, -0.62882709503173828, 0.777545154094696044, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+444, 181060, 0, 1519, 5390, '0', 0, 0, -8836.7294921875, 831.373291015625, 101.2114334106445312, 5.904542922973632812, 0, 0, -0.18819236755371093, 0.982132196426391601, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+445, 181060, 0, 1519, 5390, '0', 0, 0, -8835.4150390625, 843.41143798828125, 100.7170486450195312, 5.904541015625, 0, 0, -0.18819332122802734, 0.982132017612457275, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+446, 181060, 0, 1519, 5390, '0', 0, 0, -8641.830078125, 761.8590087890625, 98.36710357666015625, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+447, 181060, 0, 1519, 5390, '0', 0, 0, -8635.2998046875, 758.21502685546875, 98.369903564453125, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+448, 181060, 0, 1519, 5390, '0', 0, 0, -8641.33984375, 765.8590087890625, 98.36750030517578125, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+449, 181060, 0, 1519, 5390, '0', 0, 0, -8639.330078125, 758.64801025390625, 98.365997314453125, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+450, 181060, 0, 1519, 5390, '0', 0, 0, -8722.080078125, 415.22900390625, 98.84459686279296875, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+451, 181060, 0, 1519, 5390, '0', 0, 0, -8716.919921875, 419.4010009765625, 99.12889862060546875, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+452, 181060, 0, 1519, 5390, '0', 0, 0, -8721.8701171875, 417.154998779296875, 98.902496337890625, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+453, 181060, 0, 1519, 5390, '0', 0, 0, -8720.33984375, 418.412994384765625, 98.98349761962890625, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+454, 181060, 0, 1519, 5390, '0', 0, 0, -8718.8203125, 419.563995361328125, 99.07160186767578125, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 48069), -- Standing, Interior; Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+455, 181060, 0, 1519, 5390, '0', 0, 0, -8715.91015625, 409.740997314453125, 98.85630035400390625, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+456, 181060, 0, 1519, 5390, '0', 0, 0, -8713.76953125, 417.77801513671875, 99.17099761962890625, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+457, 181060, 0, 1519, 5390, '0', 0, 0, -8714.7802734375, 413.238006591796875, 101.4250030517578125, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+458, 181060, 0, 1519, 5390, '0', 0, 0, -8717.23046875, 416.49700927734375, 103.4260025024414062, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+459, 181060, 0, 1519, 5390, '0', 0, 0, -8717.8701171875, 409.938995361328125, 98.809600830078125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+460, 181060, 0, 1519, 5390, '0', 0, 0, -8720.0595703125, 416.072998046875, 101.3519973754882812, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+461, 181060, 0, 1519, 5390, '0', 0, 0, -8715.5400390625, 414.343994140625, 103.4069976806640625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+462, 181060, 0, 1519, 5390, '0', 0, 0, -8721.08984375, 411.803985595703125, 98.7816009521484375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+463, 181060, 0, 1519, 5390, '0', 0, 0, -8719.4296875, 414.77801513671875, 103.305999755859375, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+464, 181060, 0, 1519, 5390, '0', 0, 0, -8720.2998046875, 413.782989501953125, 101.279998779296875, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+465, 181060, 0, 1519, 5390, '0', 0, 0, -8719.759765625, 410.18798828125, 98.7864990234375, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+466, 181060, 0, 1519, 5390, '0', 0, 0, -8722.259765625, 413.342010498046875, 98.79450225830078125, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+467, 181060, 0, 1519, 5390, '0', 0, 0, -8712.83984375, 412.220001220703125, 99.03929901123046875, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+468, 181060, 0, 1519, 5390, '0', 0, 0, -8718.8603515625, 412.00201416015625, 101.2710037231445312, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+469, 181060, 0, 1519, 5390, '0', 0, 0, -8712.6201171875, 414.12200927734375, 99.08950042724609375, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+470, 181060, 0, 1519, 5390, '0', 0, 0, -8714.8203125, 419.131988525390625, 99.176300048828125, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+471, 181060, 0, 1519, 5390, '0', 0, 0, -8717.599609375, 412.6090087890625, 103.2979965209960937, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+472, 181060, 0, 1519, 5390, '0', 0, 0, -8712.419921875, 416.092010498046875, 99.15689849853515625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+473, 181060, 0, 1519, 5390, '0', 0, 0, -8716.599609375, 411.819000244140625, 101.3160018920898437, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+474, 181060, 0, 1519, 5390, '0', 0, 0, -8714.5400390625, 415.49700927734375, 101.496002197265625, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+475, 181060, 0, 1519, 5390, '0', 0, 0, -8714.349609375, 410.970001220703125, 98.94390106201171875, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+476, 181060, 0, 1519, 5390, '0', 0, 0, -8718.259765625, 417.555999755859375, 101.4459991455078125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+477, 181060, 0, 1519, 5390, '0', 0, 0, -8716, 417.287994384765625, 101.503997802734375, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+478, 181060, 0, 1519, 5390, '0', 0, 0, -8620.0595703125, 419.2659912109375, 104.8639984130859375, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+479, 181060, 0, 1519, 5390, '0', 0, 0, -8618.26953125, 420.782989501953125, 104.8440017700195312, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+480, 181060, 0, 1519, 5390, '0', 0, 0, -8622.080078125, 417.625, 104.84100341796875, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+481, 181060, 0, 1519, 5390, '0', 0, 0, -8611.33984375, 397.406005859375, 111.2949981689453125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+482, 181060, 0, 1519, 5390, '0', 0, 0, -8605.7001953125, 401.894012451171875, 111.3389968872070312, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+483, 181060, 0, 1519, 5390, '0', 0, 0, -8607.6298828125, 400.3330078125, 111.3130035400390625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+484, 181060, 0, 1519, 5390, '0', 0, 0, -8629.3603515625, 412.2550048828125, 104.8639984130859375, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+485, 181060, 0, 1519, 5390, '0', 0, 0, -8627.669921875, 413.610992431640625, 104.8389968872070312, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+486, 181060, 0, 1519, 5390, '0', 0, 0, -8631.2998046875, 410.615997314453125, 104.8430023193359375, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+487, 181060, 0, 1519, 5390, '0', 0, 0, -8609.5595703125, 398.915008544921875, 111.3219985961914062, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+488, 181060, 0, 1519, 5390, '0', 0, 0, -8615.400390625, 394.3699951171875, 111.2259979248046875, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+489, 181060, 0, 1519, 5390, '0', 0, 0, -8613.33984375, 395.938995361328125, 111.2829971313476562, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+490, 181060, 0, 1519, 0, '0', 0, 0, -8355.4296875, 581.78497314453125, 105.41400146484375, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+491, 181060, 0, 1519, 0, '0', 0, 0, -8357.3896484375, 580.20697021484375, 105.3870010375976562, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+492, 181060, 0, 1519, 0, '0', 0, 0, -8359.3095703125, 578.79901123046875, 105.3980026245117187, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+493, 181060, 0, 1519, 0, '0', 0, 0, -8365.16015625, 574.33502197265625, 105.302001953125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+494, 181060, 0, 1519, 0, '0', 0, 0, -8361.16015625, 577.29302978515625, 105.365997314453125, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+495, 181060, 0, 1519, 0, '0', 0, 0, -8363.0595703125, 575.92498779296875, 105.3600006103515625, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+496, 181060, 0, 1519, 0, '0', 0, 0, -8366.25, 602.09698486328125, 98.90540313720703125, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+497, 181060, 0, 1519, 0, '0', 0, 0, -8368.099609375, 600.5989990234375, 98.92060089111328125, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+498, 181060, 0, 1519, 0, '0', 0, 0, -8379.669921875, 626.72900390625, 96.09929656982421875, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+499, 181060, 0, 1519, 0, '0', 0, 0, -8371.8701171875, 597.489990234375, 98.9149017333984375, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+500, 181060, 0, 1519, 0, '0', 0, 0, -8379.6298828125, 630.61798095703125, 95.96309661865234375, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+501, 181060, 0, 1519, 0, '0', 0, 0, -8379.6396484375, 628.64202880859375, 96.03600311279296875, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+502, 181060, 0, 1519, 0, '0', 0, 0, -8369.990234375, 599.0780029296875, 98.946197509765625, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+503, 181060, 0, 1519, 0, '0', 0, 0, -8387.73046875, 632.10101318359375, 96.0623016357421875, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+504, 181060, 0, 1519, 0, '0', 0, 0, -8380.9501953125, 631.93902587890625, 95.94789886474609375, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+505, 181060, 0, 1519, 0, '0', 0, 0, -8386.3798828125, 633.322998046875, 95.99030303955078125, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+506, 181060, 0, 1519, 0, '0', 0, 0, -8382.3896484375, 628.8179931640625, 100.464996337890625, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+507, 181060, 0, 1519, 0, '0', 0, 0, -8386.2900390625, 629.08697509765625, 100.5250015258789062, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+508, 181060, 0, 1519, 0, '0', 0, 0, -8385.5400390625, 631.54498291015625, 98.4506988525390625, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+509, 181060, 0, 1519, 0, '0', 0, 0, -8383.25, 626.010009765625, 98.580596923828125, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+510, 181060, 0, 1519, 0, '0', 0, 0, -8387.150390625, 627.6300048828125, 98.62200164794921875, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+511, 181060, 0, 1519, 0, '0', 0, 0, -8384.4501953125, 633.45098876953125, 95.9521026611328125, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+512, 181060, 0, 1519, 0, '0', 0, 0, -8381.150390625, 625.22198486328125, 96.16049957275390625, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+513, 181060, 0, 1519, 0, '0', 0, 0, -8386.349609375, 623.93902587890625, 96.31549835205078125, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+514, 181060, 0, 1519, 0, '0', 0, 0, -8387.1201171875, 629.906005859375, 98.54340362548828125, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+515, 181060, 0, 1519, 0, '0', 0, 0, -8383.23046875, 631.56402587890625, 98.41120147705078125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+516, 181060, 0, 1519, 0, '0', 0, 0, -8377.3896484375, 593.47900390625, 98.91660308837890625, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+517, 181060, 0, 1519, 0, '0', 0, 0, -8382.4404296875, 623.92498779296875, 96.22039794921875, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+518, 181060, 0, 1519, 0, '0', 0, 0, -8384.3896484375, 630.76702880859375, 100.4369964599609375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+519, 181060, 0, 1519, 0, '0', 0, 0, -8385.5595703125, 625.97198486328125, 98.6584014892578125, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+520, 181060, 0, 1519, 0, '0', 0, 0, -8382.4599609375, 633.3389892578125, 95.92220306396484375, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+521, 181060, 0, 1519, 0, '0', 0, 0, -8381.6201171875, 629.9169921875, 98.4380035400390625, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+522, 181060, 0, 1519, 0, '0', 0, 0, -8381.580078125, 627.6090087890625, 98.5211029052734375, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+523, 181060, 0, 1519, 0, '0', 0, 0, -8384.3701171875, 623.92498779296875, 96.26580047607421875, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+524, 181060, 0, 1519, 0, '0', 0, 0, -8384.3798828125, 626.86297607421875, 100.5749969482421875, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+525, 181060, 0, 1519, 0, '0', 0, 0, -8387.7099609375, 625.27801513671875, 96.30049896240234375, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+526, 181060, 0, 1519, 5150, '0', 0, 0, -8379.3203125, 591.947998046875, 98.94409942626953125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+527, 181060, 0, 1519, 5150, '0', 0, 0, -8389.1201171875, 626.697998046875, 96.2743988037109375, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+528, 181060, 0, 1519, 5150, '0', 0, 0, -8389.16015625, 630.61102294921875, 96.137298583984375, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+529, 181060, 0, 1519, 5150, '0', 0, 0, -8389.169921875, 628.47100830078125, 96.2133026123046875, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+530, 181060, 0, 1519, 5150, '0', 0, 0, -8381.16015625, 590.3909912109375, 98.918701171875, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+531, 181060, 0, 1519, 5150, '0', 0, 0, -8383.0595703125, 588.96502685546875, 98.90579986572265625, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Dwarven District - Difficulty: 0) +(@OGUID+532, 181060, 0, 1519, 5390, '0', 0, 0, -8632.080078125, 760.66998291015625, 98.3329010009765625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+533, 181060, 0, 1519, 5390, '0', 0, 0, -8631.6396484375, 764.7030029296875, 98.36640167236328125, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+534, 181060, 0, 1519, 5390, '0', 0, 0, -8638.1796875, 768.38702392578125, 98.362396240234375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+535, 181060, 0, 1519, 5390, '0', 0, 0, -8634.16015625, 767.9219970703125, 98.3634033203125, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+536, 181060, 0, 1519, 5390, '0', 0, 0, -8573.01953125, 904.406005859375, 102.8690032958984375, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+537, 181060, 0, 1519, 5390, '0', 0, 0, -8566.8701171875, 902.15997314453125, 100.48699951171875, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+538, 181060, 0, 1519, 5390, '0', 0, 0, -8565.51953125, 903.57501220703125, 100.4840011596679687, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+539, 181060, 0, 1519, 5390, '0', 0, 0, -8568.2802734375, 905.49298095703125, 104.8330001831054687, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+540, 181060, 0, 1519, 5390, '0', 0, 0, -8573.0498046875, 906.73101806640625, 102.8479995727539062, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+541, 181060, 0, 1519, 5390, '0', 0, 0, -8570.2197265625, 903.64202880859375, 104.8649978637695312, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+542, 181060, 0, 1519, 5390, '0', 0, 0, -8570.2900390625, 907.552001953125, 104.8040008544921875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+543, 181060, 0, 1519, 5390, '0', 0, 0, -8565.5703125, 907.47698974609375, 100.4250030517578125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+544, 181060, 0, 1519, 5390, '0', 0, 0, -8572.2001953125, 905.61602783203125, 104.8349990844726562, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+545, 181060, 0, 1519, 5390, '0', 0, 0, -8569.0595703125, 902.78997802734375, 102.8669967651367187, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+546, 181060, 0, 1519, 5390, '0', 0, 0, -8568.23046875, 900.78802490234375, 100.4929962158203125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+547, 181060, 0, 1519, 5390, '0', 0, 0, -8565.5, 905.54498291015625, 100.4520034790039062, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+548, 181060, 0, 1519, 5390, '0', 0, 0, -8566.8798828125, 908.86798095703125, 100.4039993286132812, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+549, 181060, 0, 1519, 5390, '0', 0, 0, -8568.41015625, 910.24298095703125, 100.3779983520507812, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+550, 181060, 0, 1519, 5390, '0', 0, 0, -8567.419921875, 906.697998046875, 102.8509979248046875, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+551, 181060, 0, 1519, 5390, '0', 0, 0, -8575.0400390625, 905.50299072265625, 100.4449996948242187, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+552, 181060, 0, 1519, 5390, '0', 0, 0, -8572.1298828125, 910.29998779296875, 100.378997802734375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+553, 181060, 0, 1519, 5390, '0', 0, 0, -8567.4296875, 904.40997314453125, 102.88800048828125, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+554, 181060, 0, 1519, 5390, '0', 0, 0, -8570.169921875, 910.260009765625, 100.3769989013671875, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+555, 181060, 0, 1519, 5390, '0', 0, 0, -8570.2099609375, 900.76397705078125, 100.5009994506835937, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+556, 181060, 0, 1519, 5390, '0', 0, 0, -8569.0595703125, 908.37701416015625, 102.8259963989257812, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+557, 181060, 0, 1519, 5390, '0', 0, 0, -8573.6201171875, 902.2139892578125, 100.4860000610351562, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+558, 181060, 0, 1519, 5390, '0', 0, 0, -8571.3896484375, 908.385009765625, 102.81500244140625, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+559, 181060, 0, 1519, 5390, '0', 0, 0, -8574.98046875, 903.5159912109375, 100.4680023193359375, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+560, 181060, 0, 1519, 5390, '0', 0, 0, -8575, 907.4949951171875, 100.4059982299804687, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+561, 181060, 0, 1519, 5390, '0', 0, 0, -8571.3896484375, 902.75701904296875, 102.9000015258789062, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+562, 181060, 0, 1519, 5390, '0', 0, 0, -8572.2099609375, 900.8330078125, 100.5100021362304687, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+563, 181060, 0, 1519, 5390, '0', 0, 0, -8573.51953125, 908.98602294921875, 100.391998291015625, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+564, 181060, 0, 1519, 5151, '0', 0, 0, -8490.2998046875, 841.06597900390625, 110.5, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+565, 181060, 0, 1519, 5151, '0', 0, 0, -8493.1396484375, 843.26397705078125, 108.7779998779296875, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+566, 181060, 0, 1519, 5151, '0', 0, 0, -8495.83984375, 838.88201904296875, 106.6439971923828125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+567, 181060, 0, 1519, 5151, '0', 0, 0, -8494.4599609375, 841.74798583984375, 108.7760009765625, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+568, 181060, 0, 1519, 5151, '0', 0, 0, -8494.2900390625, 839.76898193359375, 108.759002685546875, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+569, 181060, 0, 1519, 5151, '0', 0, 0, -8493.9296875, 844.89898681640625, 106.667999267578125, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+570, 181060, 0, 1519, 5151, '0', 0, 0, -8496.1103515625, 840.6199951171875, 106.6510009765625, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+571, 181060, 0, 1519, 5151, '0', 0, 0, -8496.169921875, 842.2760009765625, 106.6620025634765625, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+572, 181060, 0, 1519, 5151, '0', 0, 0, -8489.6396484375, 842.10797119140625, 108.7779998779296875, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+573, 181060, 0, 1519, 5151, '0', 0, 0, -8494.73046875, 837.82598876953125, 106.6569976806640625, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+574, 181060, 0, 1519, 5151, '0', 0, 0, -8492.759765625, 838.44097900390625, 108.779998779296875, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+575, 181060, 0, 1519, 5151, '0', 0, 0, -8492.1298828125, 845.04901123046875, 106.6699981689453125, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+576, 181060, 0, 1519, 5151, '0', 0, 0, -8492.099609375, 842.63702392578125, 110.5, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+577, 181060, 0, 1519, 5151, '0', 0, 0, -8495.080078125, 843.64202880859375, 106.6650009155273437, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+578, 181060, 0, 1519, 5151, '0', 0, 0, -8491.8095703125, 839.22698974609375, 110.4980010986328125, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+579, 181060, 0, 1519, 5151, '0', 0, 0, -8491.1796875, 843.42401123046875, 108.7779998779296875, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+580, 181060, 0, 1519, 5151, '0', 0, 0, -8490.4697265625, 845.10601806640625, 106.6729965209960937, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+581, 181060, 0, 1519, 5151, '0', 0, 0, -8493.6796875, 840.83197021484375, 110.5009994506835937, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+582, 181060, 0, 1519, 5151, '0', 0, 0, -8489.25, 844.07098388671875, 106.6750030517578125, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+583, 181060, 0, 1519, 5151, '0', 0, 0, -8488, 842.88201904296875, 106.6630020141601562, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+584, 181060, 0, 1519, 5151, '0', 0, 0, -8487.7998046875, 841.12799072265625, 106.6650009155273437, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+585, 181060, 0, 1519, 5151, '0', 0, 0, -8489.48046875, 840.12799072265625, 108.7819976806640625, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+586, 181060, 0, 1519, 5151, '0', 0, 0, -8491.5595703125, 836.802001953125, 106.6630020141601562, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+587, 181060, 0, 1519, 5151, '0', 0, 0, -8493.2802734375, 836.66998291015625, 106.6630020141601562, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+588, 181060, 0, 1519, 5151, '0', 0, 0, -8490.76953125, 838.59197998046875, 108.7809982299804687, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+589, 181060, 0, 1519, 5151, '0', 0, 0, -8488.7900390625, 838.1939697265625, 106.6630020141601562, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+590, 181060, 0, 1519, 5151, '0', 0, 0, -8487.7197265625, 839.50701904296875, 106.66400146484375, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+591, 181060, 0, 1519, 5151, '0', 0, 0, -8489.9296875, 836.9219970703125, 106.6620025634765625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Cathedral Square - Difficulty: 0) +(@OGUID+592, 187575, 0, 1519, 5390, '0', 0, 0, -8832.2568359375, 833.078125, 101.8599624633789062, 5.17730569839477539, 0, 0, -0.52519130706787109, 0.850984156131744384, 120, 255, 1, 48069), -- Hanging, Square, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+593, 187575, 0, 1519, 5390, '0', 0, 0, -8825.5, 836.44793701171875, 101.8864517211914062, 5.208725929260253906, 0, 0, -0.51175785064697265, 0.859129726886749267, 120, 255, 1, 48069), -- Hanging, Square, Small - Val (Area: The Canals - Difficulty: 0) +(@OGUID+594, 201940, 0, 1519, 1617, '0', 0, 0, -8868.98828125, 637.1007080078125, 95.787139892578125, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 48069), -- Valentine Arch (x2.00) (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+595, 202169, 0, 1519, 4411, '0', 0, 0, -8401.048828125, 1245.1944580078125, 5.230237960815429687, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+596, 202169, 0, 1519, 4411, '0', 0, 0, -8400.7294921875, 1248.05908203125, 6.457814216613769531, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+597, 202169, 0, 1519, 4411, '0', 0, 0, -8400.763671875, 1243.0504150390625, 5.230237007141113281, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+598, 202169, 0, 1519, 4411, '0', 0, 0, -8400.673828125, 1248.017333984375, 5.230237007141113281, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Stormwind Harbor - Difficulty: 0) +-- Stormwind Gate +(@OGUID+599, 201752, 0, 12, 7486, '0', 0, 0, -9030.080078125, 356.375, 92.98606109619140625, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 48069), -- Large Crate (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+600, 201752, 0, 12, 7486, '0', 0, 0, -9031.125, 353.0625, 92.94437408447265625, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 48069), -- Large Crate (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+601, 201752, 0, 12, 7486, '0', 0, 0, -9027.48828125, 353.520843505859375, 92.90566253662109375, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 48069), -- Large Crate (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+602, 201752, 0, 12, 7486, '0', 0, 0, -9031.50390625, 355.071197509765625, 92.99146270751953125, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 48069), -- Large Crate (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+603, 201752, 0, 12, 7486, '0', 0, 0, -9030.0712890625, 356.182281494140625, 94.23542022705078125, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 48069), -- Large Crate (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+604, 201752, 0, 12, 7486, '0', 0, 0, -9032.3056640625, 356.84375, 93.12884521484375, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 48069), -- Large Crate (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+605, 201778, 0, 12, 7486, '0', 0, 0, -9031.982421875, 355.41839599609375, 94.33872222900390625, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+606, 201778, 0, 12, 7486, '0', 0, 0, -9030.31640625, 353.55035400390625, 94.19016265869140625, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 48069); -- Crown Chemical Co. Supplies (Area: Stormwind Gate - Difficulty: 0) + +UPDATE `gameobject` SET `phaseUseFlags`=1 WHERE `guid` BETWEEN @OGUID+599 AND @OGUID+606; + +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+595 AND @OGUID+598; +INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `invisibilityType`, `invisibilityValue`, `WorldEffectID`, `AIAnimKitID`) VALUES +(@OGUID+595, 0, 0, 0, 1, 9, 1001, 0, 0), +(@OGUID+596, 0, 0, 0, 1, 9, 1001, 0, 0), +(@OGUID+597, 0, 0, 0, 1, 9, 1001, 0, 0), +(@OGUID+598, 0, 0, 0, 1, 9, 1001, 0, 0); + +-- Event spawns +SET @SGROUP := 326; +SET @WV_EVENT := 2; + +DELETE FROM `spawn_group_template` WHERE `groupId` BETWEEN @SGROUP+0 AND @SGROUP+16; +INSERT INTO `spawn_group_template` (`groupId`, `groupName`, `groupFlags`) VALUES +(@SGROUP+0, 'Holiday - Feast of Winter Veil - Stolen Treats', 36); + +DELETE FROM `spawn_group` WHERE `groupId` BETWEEN @SGROUP+0 AND @SGROUP+16; +INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES +(@SGROUP+0, 1, 253255), +(@SGROUP+0, 1, 253256), +(@SGROUP+0, 1, 253257), +(@SGROUP+0, 1, 253258), +(@SGROUP+0, 1, 253259), +(@SGROUP+0, 1, 253260); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=33 AND `SourceEntry` BETWEEN @SGROUP+0 AND @SGROUP+16; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(33,0,@SGROUP+0,0,0,12,0,@WV_EVENT,0,0,0,0,0,'','Spawn group "Holiday - Feast of Winter Veil - Stolen Treats" only if event "Feast of Winter Veil" is active'); + +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+20; +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), +(@EVENT, @CGUID+6), +(@EVENT, @CGUID+7), +(@EVENT, @CGUID+8), +(@EVENT, @CGUID+9), +(@EVENT, @CGUID+10), +(@EVENT, @CGUID+11), +(@EVENT, @CGUID+12), +(@EVENT, @CGUID+13), +(@EVENT, @CGUID+14), +(@EVENT, @CGUID+15), +(@EVENT, @CGUID+16), +(@EVENT, @CGUID+17), +(@EVENT, @CGUID+18), +(@EVENT, @CGUID+19), +(@EVENT, @CGUID+20); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+606; +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), +(@EVENT, @OGUID+223), +(@EVENT, @OGUID+224), +(@EVENT, @OGUID+225), +(@EVENT, @OGUID+226), +(@EVENT, @OGUID+227), +(@EVENT, @OGUID+228), +(@EVENT, @OGUID+229), +(@EVENT, @OGUID+230), +(@EVENT, @OGUID+231), +(@EVENT, @OGUID+232), +(@EVENT, @OGUID+233), +(@EVENT, @OGUID+234), +(@EVENT, @OGUID+235), +(@EVENT, @OGUID+236), +(@EVENT, @OGUID+237), +(@EVENT, @OGUID+238), +(@EVENT, @OGUID+239), +(@EVENT, @OGUID+240), +(@EVENT, @OGUID+241), +(@EVENT, @OGUID+242), +(@EVENT, @OGUID+243), +(@EVENT, @OGUID+244), +(@EVENT, @OGUID+245), +(@EVENT, @OGUID+246), +(@EVENT, @OGUID+247), +(@EVENT, @OGUID+248), +(@EVENT, @OGUID+249), +(@EVENT, @OGUID+250), +(@EVENT, @OGUID+251), +(@EVENT, @OGUID+252), +(@EVENT, @OGUID+253), +(@EVENT, @OGUID+254), +(@EVENT, @OGUID+255), +(@EVENT, @OGUID+256), +(@EVENT, @OGUID+257), +(@EVENT, @OGUID+258), +(@EVENT, @OGUID+259), +(@EVENT, @OGUID+260), +(@EVENT, @OGUID+261), +(@EVENT, @OGUID+262), +(@EVENT, @OGUID+263), +(@EVENT, @OGUID+264), +(@EVENT, @OGUID+265), +(@EVENT, @OGUID+266), +(@EVENT, @OGUID+267), +(@EVENT, @OGUID+268), +(@EVENT, @OGUID+269), +(@EVENT, @OGUID+270), +(@EVENT, @OGUID+271), +(@EVENT, @OGUID+272), +(@EVENT, @OGUID+273), +(@EVENT, @OGUID+274), +(@EVENT, @OGUID+275), +(@EVENT, @OGUID+276), +(@EVENT, @OGUID+277), +(@EVENT, @OGUID+278), +(@EVENT, @OGUID+279), +(@EVENT, @OGUID+280), +(@EVENT, @OGUID+281), +(@EVENT, @OGUID+282), +(@EVENT, @OGUID+283), +(@EVENT, @OGUID+284), +(@EVENT, @OGUID+285), +(@EVENT, @OGUID+286), +(@EVENT, @OGUID+287), +(@EVENT, @OGUID+288), +(@EVENT, @OGUID+289), +(@EVENT, @OGUID+290), +(@EVENT, @OGUID+291), +(@EVENT, @OGUID+292), +(@EVENT, @OGUID+293), +(@EVENT, @OGUID+294), +(@EVENT, @OGUID+295), +(@EVENT, @OGUID+296), +(@EVENT, @OGUID+297), +(@EVENT, @OGUID+298), +(@EVENT, @OGUID+299), +(@EVENT, @OGUID+300), +(@EVENT, @OGUID+301), +(@EVENT, @OGUID+302), +(@EVENT, @OGUID+303), +(@EVENT, @OGUID+304), +(@EVENT, @OGUID+305), +(@EVENT, @OGUID+306), +(@EVENT, @OGUID+307), +(@EVENT, @OGUID+308), +(@EVENT, @OGUID+309), +(@EVENT, @OGUID+310), +(@EVENT, @OGUID+311), +(@EVENT, @OGUID+312), +(@EVENT, @OGUID+313), +(@EVENT, @OGUID+314), +(@EVENT, @OGUID+315), +(@EVENT, @OGUID+316), +(@EVENT, @OGUID+317), +(@EVENT, @OGUID+318), +(@EVENT, @OGUID+319), +(@EVENT, @OGUID+320), +(@EVENT, @OGUID+321), +(@EVENT, @OGUID+322), +(@EVENT, @OGUID+323), +(@EVENT, @OGUID+324), +(@EVENT, @OGUID+325), +(@EVENT, @OGUID+326), +(@EVENT, @OGUID+327), +(@EVENT, @OGUID+328), +(@EVENT, @OGUID+329), +(@EVENT, @OGUID+330), +(@EVENT, @OGUID+331), +(@EVENT, @OGUID+332), +(@EVENT, @OGUID+333), +(@EVENT, @OGUID+334), +(@EVENT, @OGUID+335), +(@EVENT, @OGUID+336), +(@EVENT, @OGUID+337), +(@EVENT, @OGUID+338), +(@EVENT, @OGUID+339), +(@EVENT, @OGUID+340), +(@EVENT, @OGUID+341), +(@EVENT, @OGUID+342), +(@EVENT, @OGUID+343), +(@EVENT, @OGUID+344), +(@EVENT, @OGUID+345), +(@EVENT, @OGUID+346), +(@EVENT, @OGUID+347), +(@EVENT, @OGUID+348), +(@EVENT, @OGUID+349), +(@EVENT, @OGUID+350), +(@EVENT, @OGUID+351), +(@EVENT, @OGUID+352), +(@EVENT, @OGUID+353), +(@EVENT, @OGUID+354), +(@EVENT, @OGUID+355), +(@EVENT, @OGUID+356), +(@EVENT, @OGUID+357), +(@EVENT, @OGUID+358), +(@EVENT, @OGUID+359), +(@EVENT, @OGUID+360), +(@EVENT, @OGUID+361), +(@EVENT, @OGUID+362), +(@EVENT, @OGUID+363), +(@EVENT, @OGUID+364), +(@EVENT, @OGUID+365), +(@EVENT, @OGUID+366), +(@EVENT, @OGUID+367), +(@EVENT, @OGUID+368), +(@EVENT, @OGUID+369), +(@EVENT, @OGUID+370), +(@EVENT, @OGUID+371), +(@EVENT, @OGUID+372), +(@EVENT, @OGUID+373), +(@EVENT, @OGUID+374), +(@EVENT, @OGUID+375), +(@EVENT, @OGUID+376), +(@EVENT, @OGUID+377), +(@EVENT, @OGUID+378), +(@EVENT, @OGUID+379), +(@EVENT, @OGUID+380), +(@EVENT, @OGUID+381), +(@EVENT, @OGUID+382), +(@EVENT, @OGUID+383), +(@EVENT, @OGUID+384), +(@EVENT, @OGUID+385), +(@EVENT, @OGUID+386), +(@EVENT, @OGUID+387), +(@EVENT, @OGUID+388), +(@EVENT, @OGUID+389), +(@EVENT, @OGUID+390), +(@EVENT, @OGUID+391), +(@EVENT, @OGUID+392), +(@EVENT, @OGUID+393), +(@EVENT, @OGUID+394), +(@EVENT, @OGUID+395), +(@EVENT, @OGUID+396), +(@EVENT, @OGUID+397), +(@EVENT, @OGUID+398), +(@EVENT, @OGUID+399), +(@EVENT, @OGUID+400), +(@EVENT, @OGUID+401), +(@EVENT, @OGUID+402), +(@EVENT, @OGUID+403), +(@EVENT, @OGUID+404), +(@EVENT, @OGUID+405), +(@EVENT, @OGUID+406), +(@EVENT, @OGUID+407), +(@EVENT, @OGUID+408), +(@EVENT, @OGUID+409), +(@EVENT, @OGUID+410), +(@EVENT, @OGUID+411), +(@EVENT, @OGUID+412), +(@EVENT, @OGUID+413), +(@EVENT, @OGUID+414), +(@EVENT, @OGUID+415), +(@EVENT, @OGUID+416), +(@EVENT, @OGUID+417), +(@EVENT, @OGUID+418), +(@EVENT, @OGUID+419), +(@EVENT, @OGUID+420), +(@EVENT, @OGUID+421), +(@EVENT, @OGUID+422), +(@EVENT, @OGUID+423), +(@EVENT, @OGUID+424), +(@EVENT, @OGUID+425), +(@EVENT, @OGUID+426), +(@EVENT, @OGUID+427), +(@EVENT, @OGUID+428), +(@EVENT, @OGUID+429), +(@EVENT, @OGUID+430), +(@EVENT, @OGUID+431), +(@EVENT, @OGUID+432), +(@EVENT, @OGUID+433), +(@EVENT, @OGUID+434), +(@EVENT, @OGUID+435), +(@EVENT, @OGUID+436), +(@EVENT, @OGUID+437), +(@EVENT, @OGUID+438), +(@EVENT, @OGUID+439), +(@EVENT, @OGUID+440), +(@EVENT, @OGUID+441), +(@EVENT, @OGUID+442), +(@EVENT, @OGUID+443), +(@EVENT, @OGUID+444), +(@EVENT, @OGUID+445), +(@EVENT, @OGUID+446), +(@EVENT, @OGUID+447), +(@EVENT, @OGUID+448), +(@EVENT, @OGUID+449), +(@EVENT, @OGUID+450), +(@EVENT, @OGUID+451), +(@EVENT, @OGUID+452), +(@EVENT, @OGUID+453), +(@EVENT, @OGUID+454), +(@EVENT, @OGUID+455), +(@EVENT, @OGUID+456), +(@EVENT, @OGUID+457), +(@EVENT, @OGUID+458), +(@EVENT, @OGUID+459), +(@EVENT, @OGUID+460), +(@EVENT, @OGUID+461), +(@EVENT, @OGUID+462), +(@EVENT, @OGUID+463), +(@EVENT, @OGUID+464), +(@EVENT, @OGUID+465), +(@EVENT, @OGUID+466), +(@EVENT, @OGUID+467), +(@EVENT, @OGUID+468), +(@EVENT, @OGUID+469), +(@EVENT, @OGUID+470), +(@EVENT, @OGUID+471), +(@EVENT, @OGUID+472), +(@EVENT, @OGUID+473), +(@EVENT, @OGUID+474), +(@EVENT, @OGUID+475), +(@EVENT, @OGUID+476), +(@EVENT, @OGUID+477), +(@EVENT, @OGUID+478), +(@EVENT, @OGUID+479), +(@EVENT, @OGUID+480), +(@EVENT, @OGUID+481), +(@EVENT, @OGUID+482), +(@EVENT, @OGUID+483), +(@EVENT, @OGUID+484), +(@EVENT, @OGUID+485), +(@EVENT, @OGUID+486), +(@EVENT, @OGUID+487), +(@EVENT, @OGUID+488), +(@EVENT, @OGUID+489), +(@EVENT, @OGUID+490), +(@EVENT, @OGUID+491), +(@EVENT, @OGUID+492), +(@EVENT, @OGUID+493), +(@EVENT, @OGUID+494), +(@EVENT, @OGUID+495), +(@EVENT, @OGUID+496), +(@EVENT, @OGUID+497), +(@EVENT, @OGUID+498), +(@EVENT, @OGUID+499), +(@EVENT, @OGUID+500), +(@EVENT, @OGUID+501), +(@EVENT, @OGUID+502), +(@EVENT, @OGUID+503), +(@EVENT, @OGUID+504), +(@EVENT, @OGUID+505), +(@EVENT, @OGUID+506), +(@EVENT, @OGUID+507), +(@EVENT, @OGUID+508), +(@EVENT, @OGUID+509), +(@EVENT, @OGUID+510), +(@EVENT, @OGUID+511), +(@EVENT, @OGUID+512), +(@EVENT, @OGUID+513), +(@EVENT, @OGUID+514), +(@EVENT, @OGUID+515), +(@EVENT, @OGUID+516), +(@EVENT, @OGUID+517), +(@EVENT, @OGUID+518), +(@EVENT, @OGUID+519), +(@EVENT, @OGUID+520), +(@EVENT, @OGUID+521), +(@EVENT, @OGUID+522), +(@EVENT, @OGUID+523), +(@EVENT, @OGUID+524), +(@EVENT, @OGUID+525), +(@EVENT, @OGUID+526), +(@EVENT, @OGUID+527), +(@EVENT, @OGUID+528), +(@EVENT, @OGUID+529), +(@EVENT, @OGUID+530), +(@EVENT, @OGUID+531), +(@EVENT, @OGUID+532), +(@EVENT, @OGUID+533), +(@EVENT, @OGUID+534), +(@EVENT, @OGUID+535), +(@EVENT, @OGUID+536), +(@EVENT, @OGUID+537), +(@EVENT, @OGUID+538), +(@EVENT, @OGUID+539), +(@EVENT, @OGUID+540), +(@EVENT, @OGUID+541), +(@EVENT, @OGUID+542), +(@EVENT, @OGUID+543), +(@EVENT, @OGUID+544), +(@EVENT, @OGUID+545), +(@EVENT, @OGUID+546), +(@EVENT, @OGUID+547), +(@EVENT, @OGUID+548), +(@EVENT, @OGUID+549), +(@EVENT, @OGUID+550), +(@EVENT, @OGUID+551), +(@EVENT, @OGUID+552), +(@EVENT, @OGUID+553), +(@EVENT, @OGUID+554), +(@EVENT, @OGUID+555), +(@EVENT, @OGUID+556), +(@EVENT, @OGUID+557), +(@EVENT, @OGUID+558), +(@EVENT, @OGUID+559), +(@EVENT, @OGUID+560), +(@EVENT, @OGUID+561), +(@EVENT, @OGUID+562), +(@EVENT, @OGUID+563), +(@EVENT, @OGUID+564), +(@EVENT, @OGUID+565), +(@EVENT, @OGUID+566), +(@EVENT, @OGUID+567), +(@EVENT, @OGUID+568), +(@EVENT, @OGUID+569), +(@EVENT, @OGUID+570), +(@EVENT, @OGUID+571), +(@EVENT, @OGUID+572), +(@EVENT, @OGUID+573), +(@EVENT, @OGUID+574), +(@EVENT, @OGUID+575), +(@EVENT, @OGUID+576), +(@EVENT, @OGUID+577), +(@EVENT, @OGUID+578), +(@EVENT, @OGUID+579), +(@EVENT, @OGUID+580), +(@EVENT, @OGUID+581), +(@EVENT, @OGUID+582), +(@EVENT, @OGUID+583), +(@EVENT, @OGUID+584), +(@EVENT, @OGUID+585), +(@EVENT, @OGUID+586), +(@EVENT, @OGUID+587), +(@EVENT, @OGUID+588), +(@EVENT, @OGUID+589), +(@EVENT, @OGUID+590), +(@EVENT, @OGUID+591), +(@EVENT, @OGUID+592), +(@EVENT, @OGUID+593), +(@EVENT, @OGUID+594), +(@EVENT, @OGUID+595), +(@EVENT, @OGUID+596), +(@EVENT, @OGUID+597), +(@EVENT, @OGUID+598), +(@EVENT, @OGUID+599), +(@EVENT, @OGUID+600), +(@EVENT, @OGUID+601), +(@EVENT, @OGUID+602), +(@EVENT, @OGUID+603), +(@EVENT, @OGUID+604), +(@EVENT, @OGUID+605), +(@EVENT, @OGUID+606); diff --git a/sql/updates/world/master/2023_02_20_04_world.sql b/sql/updates/world/master/2023_02_20_04_world.sql new file mode 100644 index 000000000..393c48978 --- /dev/null +++ b/sql/updates/world/master/2023_02_20_04_world.sql @@ -0,0 +1,66 @@ +SET @OGUID := 3000607; +SET @EVENT := 8; + +-- 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 +(@OGUID+0, 181016, 34, 717, 717, '1', 0, 0, 75.0347747802734375, 4.980967998504638671, -25.6062335968017578, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 7200, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+1, 181016, 34, 717, 717, '1', 0, 0, 75.0807342529296875, -3.46844291687011718, -25.6062335968017578, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 7200, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+2, 181016, 34, 717, 717, '1', 0, 0, 124.8732223510742187, -3.53060889244079589, -25.6062335968017578, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 7200, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+3, 181016, 34, 717, 717, '1', 0, 0, 124.9492034912109375, 5.040185928344726562, -25.6062335968017578, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 7200, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+4, 181016, 34, 717, 717, '1', 0, 0, 133.4145050048828125, -3.47149205207824707, -25.6062335968017578, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 7200, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+5, 181016, 34, 717, 717, '1', 0, 0, 133.368682861328125, 4.94775390625, -25.6062335968017578, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 7200, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+6, 181016, 34, 717, 717, '1', 0, 0, 111.367950439453125, -88.3172607421875, -33.9395637512207031, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 7200, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+7, 181016, 34, 717, 717, '1', 0, 0, 147.2406158447265625, 89.62396240234375, -33.9395637512207031, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 7200, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+8, 181016, 34, 717, 717, '1', 0, 0, 116.36749267578125, -90.6798171997070312, -33.9395637512207031, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 7200, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+9, 181016, 34, 717, 717, '1', 0, 0, 141.8401336669921875, 92.261383056640625, -33.9395637512207031, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 7200, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+10, 181018, 34, 717, 717, '1', 0, 0, 95.9949493408203125, 6.155707836151123046, -25.2080059051513671, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+11, 181018, 34, 717, 717, '1', 0, 0, 95.93645477294921875, -4.61641597747802734, -25.1972179412841796, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+12, 181018, 34, 717, 717, '1', 0, 0, 139.4825592041015625, -4.63111400604248046, -25.2104682922363281, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+13, 181018, 34, 717, 717, '1', 0, 0, 134.490753173828125, 9.605150222778320312, -25.1972179412841796, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+14, 181018, 34, 717, 717, '1', 0, 0, 123.55029296875, -7.77634286880493164, -25.1972160339355468, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+15, 181018, 34, 717, 717, '1', 0, 0, 118.8793106079101562, -4.63945913314819335, -25.2098541259765625, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+16, 181018, 34, 717, 717, '1', 0, 0, 123.7063980102539062, 9.523133277893066406, -25.0326118469238281, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+17, 181018, 34, 717, 717, '1', 0, 0, 117.762359619140625, 6.045464038848876953, -24.9732646942138671, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+18, 181018, 34, 717, 717, '1', 0, 0, 140.0503387451171875, 6.163999080657958984, -25.1972179412841796, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+19, 181018, 34, 717, 717, '1', 0, 0, 134.4687347412109375, -8.19999599456787109, -24.9982643127441406, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+20, 181018, 34, 717, 717, '1', 0, 0, 137.0919036865234375, 54.82421493530273437, -33.5295143127441406, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+21, 181018, 34, 717, 717, '1', 0, 0, 131.7865753173828125, -55.2373390197753906, -33.537628173828125, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+22, 181018, 34, 717, 717, '1', 0, 0, 126.530853271484375, 56.84122467041015625, -33.4548606872558593, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+23, 181018, 34, 717, 717, '1', 0, 0, 121.1558685302734375, -53.6179161071777343, -33.5352783203125, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+24, 181018, 34, 717, 717, '1', 0, 0, 115.260986328125, -73.350830078125, -33.5295143127441406, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+25, 181018, 34, 717, 717, '1', 0, 0, 125.4581985473632812, -77.0105743408203125, -33.5379219055175781, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+26, 181018, 34, 717, 717, '1', 0, 0, 133.3552703857421875, 79.84642791748046875, -33.4236106872558593, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 7200, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) +(@OGUID+27, 181018, 34, 717, 717, '1', 0, 0, 143.1554107666015625, 75.4530029296875, -33.5304145812988281, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 7200, 255, 1, 48069); -- Hanging, Tall/Thin, Medium - Val (Area: The Stockade - Difficulty: Normal) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+27; +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); diff --git a/sql/updates/world/master/2023_02_20_05_world.sql b/sql/updates/world/master/2023_02_20_05_world.sql new file mode 100644 index 000000000..16476b2a3 --- /dev/null +++ b/sql/updates/world/master/2023_02_20_05_world.sql @@ -0,0 +1,248 @@ +SET @CGUID := 3000021; +SET @OGUID := 3000635; +SET @EVENT := 8; + +-- Creature templates +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=38293; -- Junior Inspector +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=38041; -- Kwee Q. Peddlefeet + +DELETE FROM `creature_template_addon` WHERE `entry` IN (38293, 38041); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(38293, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- 38293 (Junior Inspector) +(38041, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 38041 (Kwee Q. Peddlefeet) + +-- Equipments +UPDATE `creature_equip_template` SET `VerifiedBuild`=48069 WHERE (`ID`=1 AND `CreatureID` IN (175410,175403,96490,53544,52584,52335,52321,51978,51383,50732,50729,50723,50720,50717,50716,50309,50308,47582,42928,42147,42146,42131,39718,35073,35007,34991,30717,27478,23127,15119,14367,14365,14363,14183,13843,11146,11145,11065,11029,11028,10455,10277,10276,9616,8879,7976,7950,7944,7312,7298,6382,6291,6181,6179,6178,6169,6114,6031,5637,5605,5595,5570,5569,5178,5177,5175,5174,5173,5172,5171,5170,5169,5167,5166,5165,5163,5162,5161,5160,5159,5152,5151,5149,5148,5147,5146,5145,5144,5143,5142,5141,5140,5138,5137,5133,5130,5126,5124,5122,5121,5120,5119,5117,5116,5115,5114,5113,5112,5111,5110,5109,5107,5106,5103,5102,5101,5100,4259,4258,4256,4254,3979,2918,2916,2790,2786,2737,2695,2489,2092,1959,1901,1703,1573,1356)); + +-- Models +UPDATE `creature_model_info` SET `VerifiedBuild`=48069 WHERE `DisplayID` IN (109714, 109476, 99617, 99600, 74943, 65406, 64921, 24979, 26184, 43152, 15395, 37957, 37956, 37844, 37836, 37695, 37693, 37514, 37401, 99841, 99839, 99842, 37350, 37351, 36940, 36941, 36938, 36934, 36936, 36937, 37017, 37018, 36357, 36342, 35706, 33140, 9288, 8826, 32681, 32680, 35687, 29573, 29520, 29512, 27298, 27274, 22397, 21265, 15986, 15965, 15238, 14405, 14404, 14396, 14235, 13850, 11053, 10694, 10693, 10588, 10722, 10571, 10184, 9821, 9818, 9740, 9741, 9338, 9258, 9131, 8829, 8353, 8171, 7989, 7951, 7990, 7598, 7805, 7769, 7119, 7120, 7041, 7028, 7003, 6072, 6062, 6588, 5647, 5377, 5085, 4988, 4986, 4893, 4892, 4891, 4889, 4999, 4865, 4995, 4950, 3756, 3591, 77915, 3526, 3527, 99838, 99836, 3524, 3525, 99837, 3458, 3457, 3596, 3125, 3124, 3118, 3117, 3122, 3116, 3115, 3103, 3114, 3113, 3100, 3101, 3112, 3121, 3096, 3095, 3094, 3120, 3111, 3071, 3070, 3069, 3091, 3110, 3119, 3068, 3087, 3088, 3089, 3109, 10214, 3108, 3085, 3066, 3086, 3065, 3064, 3063, 3082, 3107, 3081, 3106, 3105, 3104, 3080, 3079, 3078, 5408, 3077, 3076, 3057, 3075, 3073, 3072, 3056, 3055, 3054, 3051, 3047, 3046, 3050, 3049, 3045, 3044, 3043, 3042, 3041, 3040, 3039, 2999, 3098, 3097, 3093, 3092, 2184, 2049, 1935, 7916, 3598, 3595, 5410, 3599, 9817, 1670, 10548, 3038, 3037, 3600, 1891, 3053, 10629, 3007, 10620, 3594, 1655, 10635); +UPDATE `creature_model_info` SET `BoundingRadius`=0.199706122279167175, `CombatReach`=0.719999969005584716, `VerifiedBuild`=48069 WHERE `DisplayID`=88407; +UPDATE `creature_model_info` SET `BoundingRadius`=0.166421771049499511, `CombatReach`=0.60000002384185791, `VerifiedBuild`=48069 WHERE `DisplayID`=5554; + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE (`DifficultyID`=0 AND `Entry` IN (197776,197249,38293,38041)); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(197776, 0, 0, 0, 2474, 48069), +(197249, 0, 0, 0, 868, 48069), +(38293, 0, 0, 0, 378, 48069), +(38041, 0, 0, 0, 378, 48069); + +UPDATE `creature_template_scaling` SET `VerifiedBuild`=48069 WHERE (`DifficultyID`=0 AND `Entry` IN (175412,175411,175410,175403,118889,97762,96490,62425,61690,61317,53568,53544,52586,52584,52335,52321,51978,51976,51596,51495,51383,50732,50729,50723,50720,50717,50716,50309,50308,48972,48935,47582,42928,42152,42147,42146,42131,42129,39718,35073,35007,34991,30733,30717,29141,27478,24110,23127,16070,16013,15119,14367,14365,14363,14183,13843,11406,11146,11145,11065,11029,11028,10877,10456,10455,10277,10276,10090,9984,9859,9616,9099,8879,8720,8681,8671,8517,8507,8256,7978,7976,7950,7944,7936,7312,7298,7292,6826,6569,6382,6294,6291,6181,6179,6178,6175,6169,6120,6114,6031,5637,5605,5595,5570,5569,5387,5178,5177,5175,5174,5173,5172,5171,5170,5169,5167,5166,5165,5163,5162,5161,5160,5159,5158,5157,5156,5155,5154,5153,5152,5151,5150,5149,5148,5147,5146,5145,5144,5143,5142,5141,5140,5138,5137,5133,5132,5130,5129,5128,5127,5126,5125,5124,5123,5122,5121,5120,5119,5117,5116,5115,5114,5113,5112,5111,5110,5109,5108,5107,5106,5103,5102,5101,5100,5099,5049,4259,4258,4256,4254,4081,3979,3842,2943,2918,2916,2790,2786,2737,2695,2489,2461,2460,2092,1959,1901,1703,1573,1466,1356,1274,1246)); + +-- Quests +UPDATE `quest_poi` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24609 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24609 AND `BlobIndex`=0 AND `Idx1`=0); + +UPDATE `quest_poi_points` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24609 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24609 AND `Idx1`=0 AND `Idx2`=0); + +DELETE FROM `quest_details` WHERE `ID` IN (24609 /*A Gift for a Lord of Ironforge*/, 24804 /*Uncommon Scents*/); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(24609, 0, 0, 0, 0, 0, 0, 0, 0, 48069), -- A Gift for a Lord of Ironforge +(24804, 1, 0, 0, 0, 0, 0, 0, 0, 48069); -- Uncommon Scents + +DELETE FROM `creature_queststarter` WHERE (`id`=38041 AND `quest`=24609) OR (`id`=38293 AND `quest`=24804); +INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(38041, 24609, 48069), -- A Gift for a Lord of Ironforge offered Kwee Q. Peddlefeet +(38293, 24804, 48069); -- Uncommon Scents offered Junior Inspector + +DELETE FROM `game_event_creature_quest` WHERE (`id`=38041 AND `quest`=24609) OR (`id`=38293 AND `quest`=24804); + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+4; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 37674, 0, 1537, 1537, '0', 0, 0, 0, 0, -4918.1474609375, -982.11114501953125, 502.711334228515625, 2.234021425247192382, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Lovely Merchant (Area: Ironforge - Difficulty: 0) (Auras: ) +(@CGUID+1, 37675, 0, 1537, 1537, '0', 0, 0, 0, 0, -4919.6875, -983.6163330078125, 502.696075439453125, 2.94960641860961914, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Public Relations Agent (Area: Ironforge - Difficulty: 0) (Auras: ) +(@CGUID+2, 38041, 0, 1537, 1537, '0', 0, 0, 0, 0, -4915.37841796875, -979.03643798828125, 501.531707763671875, 2.426007747650146484, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Kwee Q. Peddlefeet (Area: Ironforge - Difficulty: 0) +(@CGUID+3, 38293, 0, 1537, 1537, '0', 0, 0, 0, 0, -4933.3349609375, -993.22222900390625, 501.527679443359375, 0.872664630413055419, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Junior Inspector (Area: Ironforge - Difficulty: 0) +(@CGUID+4, 40438, 0, 1537, 1537, '0', 0, 0, 0, 0, -4939.44775390625, -937.36981201171875, 503.2398681640625, 0.767944872379302978, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069); -- Steamwheedle Shyster (Area: Ironforge - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 84740 AND 84744; +DELETE FROM `gameobject` WHERE `guid` IN (83173, 83299, 84689, 84690); +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 84740 AND 84744; +DELETE FROM `game_event_gameobject` WHERE `guid` IN (83173, 83299, 84689, 84690); + +-- 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, 181015, 0, 1537, 1537, '0', 0, 0, -4919.72216796875, -983.61285400390625, 501.455474853515625, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+1, 181015, 0, 1537, 1537, '0', 0, 0, -4918.15283203125, -982.19793701171875, 501.455291748046875, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+2, 181015, 0, 1537, 1537, '0', 0, 0, -4917.7900390625, -985.234375, 501.448577880859375, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+3, 181015, 0, 1537, 1537, '0', 0, 0, -4917.01416015625, -984.74481201171875, 502.687286376953125, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+4, 181015, 0, 1537, 1537, '0', 0, 0, -4916.251953125, -984.53125, 501.447113037109375, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+5, 181016, 0, 1537, 1537, '0', 0, 0, -4990.28857421875, -853.3427734375, 501.659332275390625, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+6, 181016, 0, 1537, 1537, '0', 0, 0, -5018.2275390625, -855.9774169921875, 501.659332275390625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+7, 181016, 0, 1537, 1537, '0', 0, 0, -4997.84912109375, -880.6900634765625, 501.659332275390625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+8, 181016, 0, 1537, 1537, '0', 0, 0, -5000.1611328125, -841.3087158203125, 501.659332275390625, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+9, 181016, 0, 1537, 1537, '0', 0, 0, -5008.32275390625, -868.1883544921875, 501.659332275390625, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+10, 181016, 0, 1537, 1537, '0', 0, 0, -4980.03466796875, -865.87548828125, 501.659332275390625, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+11, 181016, 0, 1537, 5344, '0', 0, 0, -4623.98583984375, -917.63336181640625, 501.06304931640625, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Mystic Ward - Difficulty: 0) +(@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, 48069), -- Standing, Exterior, Medium - Val (Area: The Mystic Ward - Difficulty: 0) +(@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, 48069), -- Standing, Exterior, Medium - Val (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+14, 181016, 0, 1537, 5344, '0', 0, 0, -4609.134765625, -905.39166259765625, 501.067718505859375, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+15, 181017, 0, 1537, 1537, '0', 0, 0, -4974.47900390625, -1033.467041015625, 509.7349853515625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+16, 181017, 0, 1537, 1537, '0', 0, 0, -4880.09716796875, -957.7725830078125, 509.6275634765625, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+17, 181017, 0, 1537, 1537, '0', 0, 0, -4899.02783203125, -982.31427001953125, 510.77691650390625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+18, 181017, 0, 1537, 5719, '0', 0, 0, -4849.923828125, -877.53643798828125, 506.388824462890625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Commons - Difficulty: 0) +(@OGUID+19, 181017, 0, 1537, 5719, '0', 0, 0, -4840.26904296875, -859.96875, 506.08197021484375, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Commons - Difficulty: 0) +(@OGUID+20, 181017, 0, 1537, 5719, '0', 0, 0, -4798.3662109375, -908.9757080078125, 503.249847412109375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Commons - Difficulty: 0) +(@OGUID+21, 181017, 0, 1537, 5719, '0', 0, 0, -4765.7744140625, -913.38714599609375, 508.2344970703125, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Commons - Difficulty: 0) +(@OGUID+22, 181017, 0, 1537, 5719, '0', 0, 0, -4707.56591796875, -948.40972900390625, 509.871734619140625, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Commons - Difficulty: 0) +(@OGUID+23, 181017, 0, 1537, 5344, '0', 0, 0, -4730.88720703125, -1063.310791015625, 508.73834228515625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+24, 181017, 0, 1537, 5344, '0', 0, 0, -4591.765625, -999.46356201171875, 508.2066650390625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+25, 181017, 0, 1537, 5344, '0', 0, 0, -4601.875, -1010.21527099609375, 509.9107666015625, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+26, 181017, 0, 1537, 5344, '0', 0, 0, -4612.87841796875, -1093.2603759765625, 509.64056396484375, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+27, 181017, 0, 1537, 5344, '0', 0, 0, -4614.03662109375, -1114.4791259765625, 509.549957275390625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+28, 181017, 0, 1537, 4679, '0', 0, 0, -4691.63525390625, -1183.8958740234375, 509.914825439453125, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+29, 181017, 0, 1537, 4679, '0', 0, 0, -4732.765625, -1146.4896240234375, 507.5391845703125, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+30, 181017, 0, 1537, 5341, '0', 0, 0, -4804.95654296875, -1180.3507080078125, 510.45892333984375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Hall of Explorers - Difficulty: 0) +(@OGUID+31, 181017, 0, 1537, 0, '0', 0, 0, -4927.70654296875, -1279.470458984375, 509.795623779296875, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+32, 181017, 0, 1537, 5343, '0', 0, 0, -4868.57470703125, -1144.732666015625, 510.406951904296875, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Military Ward - Difficulty: 0) +(@OGUID+33, 181017, 0, 1537, 5343, '0', 0, 0, -5017.75, -1125.0382080078125, 509.957183837890625, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Military Ward - Difficulty: 0) +(@OGUID+34, 181017, 0, 1537, 5343, '0', 0, 0, -5030.98095703125, -1153.90283203125, 509.76019287109375, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Military Ward - Difficulty: 0) +(@OGUID+35, 181017, 0, 1537, 5343, '0', 0, 0, -4989.77783203125, -1117.27783203125, 508.185760498046875, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Military Ward - Difficulty: 0) +(@OGUID+36, 181017, 0, 1537, 5343, '0', 0, 0, -5041.65283203125, -1166.185791015625, 508.227386474609375, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: The Military Ward - Difficulty: 0) +(@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, 48069), -- Hanging, Streamer - Val (Area: The Great Forge - Difficulty: 0) +(@OGUID+38, 181018, 0, 1537, 1537, '0', 0, 0, -4897.69091796875, -1002.0504150390625, 510.0543212890625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+39, 181018, 0, 1537, 1537, '0', 0, 0, -4879.8349609375, -987.32989501953125, 509.98291015625, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+40, 181018, 0, 1537, 1537, '0', 0, 0, -4888.8212890625, -994.73785400390625, 510.048828125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+41, 181019, 0, 1537, 1537, '0', 0, 0, -4905.373046875, -979.254150390625, 503.518463134765625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+42, 181019, 0, 1537, 1537, '0', 0, 0, -4895.28857421875, -1001.1298828125, 504.7578125, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+43, 181019, 0, 1537, 1537, '0', 0, 0, -4900.673828125, -975.40972900390625, 503.49066162109375, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+44, 181019, 0, 1537, 1537, '0', 0, 0, -4899.34814453125, -1004.4788818359375, 504.7578125, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+45, 181019, 0, 1537, 1537, '0', 0, 0, -4886.38330078125, -993.6834716796875, 504.7578125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+46, 181019, 0, 1537, 1537, '0', 0, 0, -4890.2255859375, -996.79949951171875, 504.7578125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+47, 181019, 0, 1537, 1537, '0', 0, 0, -4881.06103515625, -989.32257080078125, 504.7578125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Ironforge - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Medium - Val (Area: The Commons - Difficulty: 0) +(@OGUID+49, 181019, 0, 1537, 5719, '0', 0, 0, -4846.3212890625, -864.107666015625, 502.8443603515625, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: The Commons - Difficulty: 0) +(@OGUID+50, 181019, 0, 1537, 5719, '0', 0, 0, -4837.50927734375, -865.4373779296875, 502.851348876953125, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: The Commons - Difficulty: 0) +(@OGUID+51, 181021, 0, 1537, 1537, '0', 0, 0, -4993.27783203125, -886.91668701171875, 524.600341796875, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+52, 181021, 0, 1537, 1537, '0', 0, 0, -5013.38916015625, -862.51910400390625, 524.67938232421875, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+53, 181021, 0, 1537, 1537, '0', 0, 0, -4974.6494140625, -871.54168701171875, 524.52850341796875, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+54, 181021, 0, 1537, 1537, '0', 0, 0, -5003.3349609375, -874.71356201171875, 524.83770751953125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+55, 181021, 0, 1537, 1537, '0', 0, 0, -4984.7099609375, -859.3367919921875, 524.798828125, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+56, 181021, 0, 1537, 1537, '0', 0, 0, -4994.7783203125, -847.123291015625, 524.5223388671875, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Ironforge - Difficulty: 0) +(@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, 48069), -- Hanging, Door - Val (Area: The Mystic Ward - Difficulty: 0) +(@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, 48069), -- Hanging, Door - Val (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+59, 181025, 0, 1537, 1537, '0', 0, 0, -4971.14892578125, -937.86602783203125, 510.348785400390625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+60, 181025, 0, 1537, 1537, '0', 0, 0, -4928.48681640625, -902.7635498046875, 510.451171875, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+61, 181025, 0, 1537, 1537, '0', 0, 0, -5003.4814453125, -983.32867431640625, 510.498046875, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Ironforge - Difficulty: 0) +(@OGUID+62, 181025, 0, 1537, 5719, '0', 0, 0, -4878.06005859375, -879.94696044921875, 510.241851806640625, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: The Commons - Difficulty: 0) +(@OGUID+63, 181025, 0, 1537, 5719, '0', 0, 0, -4700.93505859375, -958.9013671875, 510.295135498046875, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: The Commons - Difficulty: 0) +(@OGUID+64, 181025, 0, 1537, 5344, '0', 0, 0, -4672.89892578125, -992.93902587890625, 510.1920166015625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+65, 181025, 0, 1537, 4679, '0', 0, 0, -4684.71630859375, -1205.30712890625, 510.450103759765625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+66, 181025, 0, 1537, 5341, '0', 0, 0, -4720.98291015625, -1235.19873046875, 510.422576904296875, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Hall of Explorers - Difficulty: 0) +(@OGUID+67, 181025, 0, 1537, 0, '0', 0, 0, -4931.61474609375, -1206.3570556640625, 509.640350341796875, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+68, 181025, 0, 1537, 0, '0', 0, 0, -4959.70703125, -1172.3468017578125, 509.829864501953125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+69, 181060, 0, 1537, 5719, '0', 0, 0, -4885.0947265625, -1005.57061767578125, 506.957855224609375, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+70, 181060, 0, 1537, 5719, '0', 0, 0, -4888.35205078125, -1008.2703857421875, 506.957855224609375, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+71, 181060, 0, 1537, 5719, '0', 0, 0, -4875.5341796875, -997.69598388671875, 506.957855224609375, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+72, 181060, 0, 1537, 5719, '0', 0, 0, -4844.4921875, -874.7479248046875, 511.13970947265625, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+73, 181060, 0, 1537, 5719, '0', 0, 0, -4843.60791015625, -859.5867919921875, 502.78375244140625, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+74, 181060, 0, 1537, 5719, '0', 0, 0, -4840.7568359375, -874.3367919921875, 511.13970947265625, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+75, 181060, 0, 1537, 5719, '0', 0, 0, -4835.0693359375, -873.53497314453125, 511.13970947265625, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+76, 181060, 0, 1537, 5719, '0', 0, 0, -4841.9296875, -874.42425537109375, 511.13970947265625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+77, 181060, 0, 1537, 5719, '0', 0, 0, -4839.0927734375, -874.047119140625, 511.13970947265625, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+78, 181060, 0, 1537, 5719, '0', 0, 0, -4836.302734375, -873.739501953125, 511.13970947265625, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+79, 181060, 0, 1537, 5719, '0', 0, 0, -4837.7333984375, -873.98687744140625, 511.13970947265625, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+80, 181060, 0, 1537, 5719, '0', 0, 0, -4843.251953125, -874.55352783203125, 511.13970947265625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+81, 181060, 0, 1537, 5719, '0', 0, 0, -4837.337890625, -858.78009033203125, 502.78082275390625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@OGUID+82, 181060, 0, 1537, 5719, '0', 0, 0, -4877.7509765625, -999.52667236328125, 506.957855224609375, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: The Commons - Difficulty: 0) +(@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, 48069), -- Hanging, Square, Small - Val (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+84, 201940, 0, 1537, 1537, '0', 0, 0, -4918.39404296875, -983.5625, 501.45306396484375, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 48069); -- Valentine Arch (x2.00) (Area: Ironforge - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+4; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(@EVENT, @CGUID+0), +(@EVENT, @CGUID+1), +(@EVENT, @CGUID+2), +(@EVENT, @CGUID+3), +(@EVENT, @CGUID+4); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+84; +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); diff --git a/sql/updates/world/master/2023_02_20_06_world.sql b/sql/updates/world/master/2023_02_20_06_world.sql new file mode 100644 index 000000000..184adfe21 --- /dev/null +++ b/sql/updates/world/master/2023_02_20_06_world.sql @@ -0,0 +1,371 @@ +SET @CGUID := 3000026; +SET @OGUID := 3000720; +SET @EVENT := 8; + +-- Creature templates +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `speed_run`=1, `unit_flags`=32768 WHERE `entry`=38039; -- Kwee Q. Peddlefeet +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `unit_flags`=33587456, `flags_extra`=`flags_extra`|128 WHERE `entry`=37981; -- [DND] Love Boat Summoner 03 +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `speed_run`=1, `unit_flags`=33536, `unit_flags2`=67127296, `unit_flags3`=17301504 WHERE `entry`=37980; -- Darnassus Love Boat + +DELETE FROM `creature_template_addon` WHERE `entry` IN (37981, 37980); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(37981, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 37981 ([DND] Love Boat Summoner 03) +(37980, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 37980 (Darnassus Love Boat) + +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (37980, 37981); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES +(37980, 0, 1, 1, 0, 0, 0, NULL), +(37981, 0, 0, 1, 0, 0, 0, NULL); + +-- Equipments +UPDATE `creature_equip_template` SET `VerifiedBuild`=48069 WHERE (`ID`=1 AND `CreatureID` IN (118905,52644,52643,52642,52641,52640,52637,52636,52292,51371,50715,50714,50690,50502,50501,50500,50499,50498,50497,47584,47569,36506,36479,35281,34989,34988,30715,17105,14380,14379,14378,11709,11083,11070,11042,11041,10118,10089,9047,8396,8026,7999,7907,7740,7315,7296,6735,6292,6142,5782,4262,4235,4234,4233,4232,4231,4230,4226,4223,4222,4221,4220,4219,4218,4217,4216,4215,4214,4210,4205,4204,4203,4180,4173,4171,4169,4165,4163,4160,4156,4146,4138,4092,4091,4089,4088,4087,3607,3561,2796)); + +-- Models +UPDATE `creature_model_info` SET `VerifiedBuild`=48069 WHERE `DisplayID` IN (87510, 87505, 74962, 74961, 74960, 74959, 74958, 74956, 74955, 74949, 74946, 74947, 74948, 74952, 74950, 74953, 74951, 74941, 47931, 47928, 38001, 38000, 37999, 37998, 37997, 37996, 37995, 37994, 37822, 37402, 36942, 36943, 36875, 37106, 37107, 37113, 37101, 37102, 37110, 37118, 37049, 37047, 37048, 37046, 30813, 30328, 30812, 33224, 29959, 29958, 29935, 29956, 29957, 29960, 36956, 36952, 36944, 36957, 62734, 6302, 29290, 12769, 35708, 35693, 35095, 37377, 29301, 1750, 30874, 30156, 30120, 29735, 29511, 29510, 27296, 27263, 16856, 14419, 14418, 14417, 6297, 6295, 1924, 11664, 11048, 10615, 10616, 10592, 10582, 10574, 10573, 9344, 9339, 9275, 8354, 7996, 7602, 7275, 39620, 7026, 7025, 6840, 6349, 6071, 6063, 5439, 4985, 5083, 5186, 4271, 3131, 3001, 5225, 5084, 5226, 9055, 14615, 780, 613, 9956, 2262, 2246, 2271, 2249, 2258, 2277, 2264, 2274, 2265, 2254, 2276, 2255, 2250, 2261, 2245, 2243, 2252, 2266, 2242, 2259, 2251, 2253, 2230, 2229, 2226, 2224, 2222, 2219, 2218, 2217, 2214, 7669, 2199, 2231, 2216, 10624, 2213, 2210, 2206, 2205, 2202, 2201, 2198, 2197, 2196, 1931, 1718, 2233, 1665, 2232); + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE (`DifficultyID`=0 AND `Entry` IN (38039,37981,37980)); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(38039, 0, 0, 0, 378, 48069), +(37981, 0, 0, 0, 378, 48069), +(37980, 0, 0, 0, 378, 48069); + +UPDATE `creature_template_scaling` SET `VerifiedBuild`=48069 WHERE (`DifficultyID`=0 AND `Entry` IN (141903,141900,118921,118920,118919,118918,118917,118916,118905,118900,118899,118891,62450,62178,62177,61757,61071,53522,52645,52644,52643,52642,52641,52640,52637,52636,52292,51504,51371,50715,50714,50690,50521,50520,50519,50518,50517,50516,50513,50510,50509,50508,50507,50506,50505,50504,50502,50501,50500,50499,50498,50497,49842,49778,49728,48735,48624,48623,47584,47569,43845,42970,42968,42936,40552,36506,36479,35281,34989,34988,34396,30731,30715,17105,15679,15678,15384,14380,14379,14378,13321,11709,11700,11401,11083,11081,11070,11050,11042,11041,10118,10089,10056,9047,8723,8669,8396,8026,7999,7916,7907,7740,7316,7315,7296,6735,6292,6142,6034,5782,5191,5047,4786,4784,4783,4521,4262,4244,4243,4242,4241,4240,4236,4235,4234,4233,4232,4231,4230,4229,4228,4226,4225,4223,4222,4221,4220,4219,4218,4217,4216,4215,4214,4213,4212,4211,4210,4209,4208,4205,4204,4203,4181,4180,4177,4175,4173,4172,4171,4170,4169,4168,4165,4164,4163,4161,4160,4159,4156,4155,4146,4138,4092,4091,4089,4088,4087,3838,3607,3561,3468,2912,2796)); + +-- Quests +UPDATE `quest_template` SET `Expansion`=9, `VerifiedBuild`=48069 WHERE `ID`=24610; -- A Gift for the High Priestess of Elune + +UPDATE `quest_poi` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24610 AND `BlobIndex`=0 AND `Idx1`=2) OR (`QuestID`=24610 AND `BlobIndex`=1 AND `Idx1`=1) OR (`QuestID`=24610 AND `BlobIndex`=0 AND `Idx1`=0); + +UPDATE `quest_poi_points` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24610 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24610 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24610 AND `Idx1`=0 AND `Idx2`=0); + +DELETE FROM `quest_details` WHERE `ID`=24610; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(24610, 0, 0, 0, 0, 0, 0, 0, 0, 48069); -- A Gift for the High Priestess of Elune + +DELETE FROM `creature_queststarter` WHERE (`id`=38039 AND `quest`=24610); +INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(38039, 24610, 48069); -- A Gift for the High Priestess of Elune offered Kwee Q. Peddlefeet + +DELETE FROM `game_event_creature_quest` WHERE (`id`=38039 AND `quest`=24610); + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid`=52031; +DELETE FROM `game_event_creature` WHERE `guid`=52031; + +-- 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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 37674, 1, 1657, 1662, '0', 0, 0, 0, 0, 9870.9501953125, 2492.469970703125, 1317.1134033203125, 5.969026088714599609, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Lovely Merchant (Area: Tradesmen's Terrace - Difficulty: 0) (Auras: ) +(@CGUID+1, 37675, 1, 1657, 1662, '0', 0, 0, 0, 0, 9871.6396484375, 2494.429931640625, 1317.1234130859375, 6.021385669708251953, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Public Relations Agent (Area: Tradesmen's Terrace - Difficulty: 0) (Auras: ) +(@CGUID+2, 37981, 1, 1657, 1662, '0', 0, 0, 0, 0, 9843.1337890625, 2430.732666015625, 1313.5167236328125, 5.567600250244140625, 120, 0, 0, 1693785, 63100, 0, 0, 0, 0, 48069), -- [DND] Love Boat Summoner 03 (Area: Tradesmen's Terrace - Difficulty: 0) +(@CGUID+3, 38039, 1, 1657, 1662, '0', 0, 0, 0, 0, 9871.41015625, 2488.31005859375, 1315.953369140625, 0.05235987901687622, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Kwee Q. Peddlefeet (Area: Tradesmen's Terrace - Difficulty: 0) +(@CGUID+4, 38293, 1, 1657, 1662, '0', 0, 0, 0, 0, 9885.1201171875, 2493.89990234375, 1315.9833984375, 3.40339207649230957, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Junior Inspector (Area: Tradesmen's Terrace - Difficulty: 0) +(@CGUID+5, 40438, 1, 1657, 0, '0', 0, 0, 0, 0, 9932.779296875, 2490.90966796875, 1317.70166015625, 1.256637096405029296, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069); -- Steamwheedle Shyster (Area: 0 - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 83385 AND 83399; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 84752 AND 84756; +DELETE FROM `gameobject` WHERE `guid` IN (83301, 84963, 84964, 84965); +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 83385 AND 83399; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 84752 AND 84756; +DELETE FROM `game_event_gameobject` WHERE `guid` IN (83301, 84963, 84964, 84965); + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+140; +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, 1662, '0', 0, 0, 9871.6103515625, 2494.43994140625, 1315.8699951171875, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+1, 181015, 1, 1657, 1662, '0', 0, 0, 9870.919921875, 2492.5, 1315.8699951171875, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+2, 181015, 1, 1657, 1662, '0', 0, 0, 9868.240234375, 2493.52001953125, 1315.8699951171875, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+3, 181015, 1, 1657, 1662, '0', 0, 0, 9868.400390625, 2494.360107421875, 1317.1099853515625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+4, 181015, 1, 1657, 1662, '0', 0, 0, 9868.740234375, 2495.0400390625, 1315.8699951171875, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+5, 181016, 1, 1657, 0, '0', 0, 0, 9952.8642578125, 2607.1279296875, 1316.193359375, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+6, 181016, 1, 1657, 0, '0', 0, 0, 9939.0888671875, 2585.650390625, 1316.4146728515625, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+7, 181016, 1, 1657, 0, '0', 0, 0, 9939.4189453125, 2606.71728515625, 1316.725830078125, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+8, 181016, 1, 1657, 0, '0', 0, 0, 9952.1533203125, 2585.772705078125, 1316.1334228515625, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+9, 181016, 1, 1657, 0, '0', 0, 0, 9952.3720703125, 2593.956298828125, 1316.53271484375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+10, 181016, 1, 1657, 0, '0', 0, 0, 9939.7548828125, 2594.984619140625, 1316.2366943359375, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+11, 181016, 1, 1657, 1661, '0', 0, 0, 9687.2998046875, 2518.820068359375, 1337.31005859375, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+12, 181016, 1, 1657, 1661, '0', 0, 0, 9686.9599609375, 2531.010009765625, 1337.300048828125, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+13, 181016, 1, 1657, 0, '0', 0, 0, 9662.25, 2519.780029296875, 1331.6199951171875, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+14, 181016, 1, 1657, 0, '0', 0, 0, 9658.8603515625, 2532.6298828125, 1331.52001953125, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+15, 181019, 1, 1657, 0, '0', 0, 0, 9666.0400390625, 2517.080078125, 1333.6300048828125, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+16, 181019, 1, 1657, 0, '0', 0, 0, 9661.76953125, 2505.72998046875, 1334.1500244140625, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+17, 181019, 1, 1657, 0, '0', 0, 0, 10129.6396484375, 2220.782958984375, 1330.9371337890625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Medium - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+19, 181019, 1, 1657, 1659, '0', 0, 0, 10137.66015625, 2226.1650390625, 1330.946044921875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+20, 181019, 1, 1657, 1659, '0', 0, 0, 10145.0107421875, 2211.8125, 1331.8353271484375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+21, 181019, 1, 1657, 0, '0', 0, 0, 9665.23046875, 2510.75, 1334.4300537109375, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+22, 181020, 1, 1657, 1660, '0', 0, 0, 9857.4501953125, 2344.72900390625, 1334.97216796875, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Warrior's Terrace - Difficulty: 0) +(@OGUID+23, 181020, 1, 1657, 1662, '0', 0, 0, 9798.345703125, 2309.28076171875, 1330.5626220703125, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+24, 181020, 1, 1657, 1661, '0', 0, 0, 9696.8330078125, 2518.314208984375, 1339.857177734375, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+25, 181020, 1, 1657, 1661, '0', 0, 0, 9696.474609375, 2532.065673828125, 1339.7371826171875, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+26, 181020, 1, 1657, 1662, '0', 0, 0, 9821.78125, 2252.388671875, 1346.2120361328125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+27, 181020, 1, 1657, 1659, '0', 0, 0, 10147.900390625, 2358.489990234375, 1341.0999755859375, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+28, 181020, 1, 1657, 1659, '0', 0, 0, 10072.8330078125, 2344.398681640625, 1335.1676025390625, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+29, 181020, 1, 1657, 0, '0', 0, 0, 9695.8095703125, 2338.861572265625, 1340.9754638671875, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+30, 181020, 1, 1657, 1662, '0', 0, 0, 9737.771484375, 2294.831298828125, 1346.488037109375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+31, 181020, 1, 1657, 1660, '0', 0, 0, 10091.09375, 2264.77685546875, 1346.5098876953125, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Warrior's Terrace - Difficulty: 0) +(@OGUID+32, 181021, 1, 1657, 1662, '0', 0, 0, 9892.4033203125, 2238.71923828125, 1343.6077880859375, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+33, 181021, 1, 1657, 0, '0', 0, 0, 10013.5576171875, 2242.083251953125, 1343.91455078125, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: 0 - Difficulty: 0) +(@OGUID+34, 181021, 1, 1657, 0, '0', 0, 0, 9892.5947265625, 2223.509521484375, 1343.6256103515625, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: 0 - Difficulty: 0) +(@OGUID+35, 181021, 1, 1657, 1662, '0', 0, 0, 9893.3642578125, 2207.5390625, 1343.7637939453125, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+36, 181021, 1, 1657, 1660, '0', 0, 0, 10014.4228515625, 2211.135498046875, 1343.829345703125, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Warrior's Terrace - Difficulty: 0) +(@OGUID+37, 181021, 1, 1657, 1660, '0', 0, 0, 10013.978515625, 2226.739501953125, 1343.6868896484375, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Warrior's Terrace - Difficulty: 0) +(@OGUID+38, 181021, 1, 1657, 0, '0', 0, 0, 9986.2841796875, 2022.8958740234375, 1351.8372802734375, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: 0 - Difficulty: 0) +(@OGUID+39, 181021, 1, 1657, 0, '0', 0, 0, 9985.9443359375, 1978.33984375, 1352.1419677734375, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: 0 - Difficulty: 0) +(@OGUID+40, 181025, 1, 1657, 0, '0', 0, 0, 9995.7421875, 2309.054443359375, 1340.9385986328125, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+41, 181025, 1, 1657, 1660, '0', 0, 0, 9906.451171875, 2306.75048828125, 1340.8868408203125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Warrior's Terrace - Difficulty: 0) +(@OGUID+42, 181027, 1, 1657, 0, '0', 0, 0, 9990.1533203125, 2556.4189453125, 1313.66259765625, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+43, 181027, 1, 1657, 0, '0', 0, 0, 9879.4775390625, 2611.526611328125, 1313.66259765625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+44, 181027, 1, 1657, 0, '0', 0, 0, 9987.9736328125, 2582.203369140625, 1313.66259765625, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+45, 181027, 1, 1657, 0, '0', 0, 0, 9910.9189453125, 2589, 1313.66259765625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+46, 181027, 1, 1657, 0, '0', 0, 0, 10040.2158203125, 2582.506591796875, 1313.66259765625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+48, 181027, 1, 1657, 0, '0', 0, 0, 9880.6240234375, 2653.088134765625, 1313.66259765625, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+49, 181027, 1, 1657, 0, '0', 0, 0, 10016.478515625, 2549.553955078125, 1313.66259765625, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+51, 181027, 1, 1657, 0, '0', 0, 0, 10017.7431640625, 2611.614501953125, 1313.66259765625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+52, 181027, 1, 1657, 0, '0', 0, 0, 9854.1552734375, 2651.853515625, 1313.66259765625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+53, 181027, 1, 1657, 0, '0', 0, 0, 9855.779296875, 2612.975341796875, 1313.66259765625, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+54, 181027, 1, 1657, 0, '0', 0, 0, 10040.3173828125, 2614.057373046875, 1313.66259765625, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+55, 181027, 1, 1657, 0, '0', 0, 0, 10019.458984375, 2649.182373046875, 1313.66259765625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+56, 181027, 1, 1657, 0, '0', 0, 0, 10016.96484375, 2582.79931640625, 1313.66259765625, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+57, 181027, 1, 1657, 0, '0', 0, 0, 10020.1669921875, 2520.95654296875, 1313.66259765625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+58, 181027, 1, 1657, 0, '0', 0, 0, 10039.6884765625, 2546.71044921875, 1313.66259765625, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+59, 181027, 1, 1657, 0, '0', 0, 0, 10047.5244140625, 2524.99951171875, 1313.66259765625, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+60, 181027, 1, 1657, 0, '0', 0, 0, 9985.4189453125, 2477.57373046875, 1313.66259765625, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+61, 181027, 1, 1657, 0, '0', 0, 0, 10020.771484375, 2461.275146484375, 1313.66259765625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+62, 181027, 1, 1657, 0, '0', 0, 0, 9988.7421875, 2449.603759765625, 1313.66259765625, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+63, 181027, 1, 1657, 0, '0', 0, 0, 10056.4775390625, 2424.052490234375, 1313.66259765625, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+64, 181027, 1, 1657, 0, '0', 0, 0, 10050.2841796875, 2459.013916015625, 1313.66259765625, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+65, 181027, 1, 1657, 0, '0', 0, 0, 9950.990234375, 2441.914794921875, 1313.66259765625, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+66, 181027, 1, 1657, 0, '0', 0, 0, 9992.4755859375, 2419.781005859375, 1313.66259765625, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+67, 181027, 1, 1657, 0, '0', 0, 0, 10015.4658203125, 2398.330810546875, 1313.66259765625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+68, 181027, 1, 1657, 1659, '0', 0, 0, 10043.900390625, 2380.27001953125, 1313.66259765625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+69, 181027, 1, 1657, 1659, '0', 0, 0, 9982.728515625, 2383.526123046875, 1313.66259765625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+70, 181027, 1, 1657, 1659, '0', 0, 0, 10023.044921875, 2351.207763671875, 1313.66259765625, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+71, 181027, 1, 1657, 1659, '0', 0, 0, 9949.142578125, 2370.30908203125, 1313.66259765625, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+72, 181027, 1, 1657, 0, '0', 0, 0, 9916.1875, 2415.841064453125, 1313.66259765625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+73, 181027, 1, 1657, 0, '0', 0, 0, 9928.7177734375, 2391.572998046875, 1313.66259765625, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+74, 181027, 1, 1657, 1660, '0', 0, 0, 9888.7470703125, 2392.522705078125, 1313.66259765625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Warrior's Terrace - Difficulty: 0) +(@OGUID+75, 181027, 1, 1657, 1660, '0', 0, 0, 9891.6875, 2416.095458984375, 1313.66259765625, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Warrior's Terrace - Difficulty: 0) +(@OGUID+76, 181027, 1, 1657, 1660, '0', 0, 0, 9916.0087890625, 2481.231689453125, 1313.66259765625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Warrior's Terrace - Difficulty: 0) +(@OGUID+77, 181027, 1, 1657, 1660, '0', 0, 0, 9922.99609375, 2450.674560546875, 1313.66259765625, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Warrior's Terrace - Difficulty: 0) +(@OGUID+78, 181027, 1, 1657, 1660, '0', 0, 0, 9849.216796875, 2418.9833984375, 1313.66259765625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Warrior's Terrace - Difficulty: 0) +(@OGUID+79, 181027, 1, 1657, 1662, '0', 0, 0, 9823.3828125, 2416.881591796875, 1313.66259765625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+80, 181027, 1, 1657, 1662, '0', 0, 0, 9848.236328125, 2479.29052734375, 1313.66259765625, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+81, 181027, 1, 1657, 1662, '0', 0, 0, 9819.462890625, 2391.36669921875, 1313.66259765625, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+82, 181027, 1, 1657, 1662, '0', 0, 0, 9817.466796875, 2450.540283203125, 1313.66259765625, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+83, 181027, 1, 1657, 1662, '0', 0, 0, 9884.5498046875, 2517.37939453125, 1313.66259765625, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+84, 181027, 1, 1657, 1662, '0', 0, 0, 9853.224609375, 2517.56103515625, 1313.66259765625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+85, 181027, 1, 1657, 1662, '0', 0, 0, 9816.6064453125, 2485.602783203125, 1313.66259765625, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+86, 181027, 1, 1657, 0, '0', 0, 0, 9791.984375, 2452.619140625, 1313.66259765625, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+87, 181027, 1, 1657, 1662, '0', 0, 0, 9782.2626953125, 2386.587158203125, 1313.66259765625, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+88, 181027, 1, 1657, 1662, '0', 0, 0, 9791.9921875, 2473.59521484375, 1313.66259765625, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+89, 181027, 1, 1657, 1662, '0', 0, 0, 9750.3212890625, 2472.941650390625, 1313.66259765625, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+90, 181027, 1, 1657, 1661, '0', 0, 0, 9810.94140625, 2549.630126953125, 1313.66259765625, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+91, 181027, 1, 1657, 1661, '0', 0, 0, 9816.9833984375, 2516.384033203125, 1313.66259765625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+92, 181027, 1, 1657, 1661, '0', 0, 0, 9791.8935546875, 2515.9560546875, 1313.66259765625, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+93, 181027, 1, 1657, 1661, '0', 0, 0, 9785.53515625, 2582.45654296875, 1313.66259765625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+94, 181027, 1, 1657, 1661, '0', 0, 0, 9753.912109375, 2584.861083984375, 1313.66259765625, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+95, 181027, 1, 1657, 1661, '0', 0, 0, 9785.8408203125, 2616.43505859375, 1313.66259765625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+96, 181027, 1, 1657, 1661, '0', 0, 0, 9814.59375, 2612.671875, 1313.66259765625, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+97, 181027, 1, 1657, 1661, '0', 0, 0, 9825.4013671875, 2650.506103515625, 1313.66259765625, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+98, 181027, 1, 1657, 1661, '0', 0, 0, 9784.70703125, 2649.1494140625, 1313.66259765625, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Temple Gardens - Difficulty: 0) +(@OGUID+99, 181027, 1, 1657, 0, '0', 0, 0, 9722.103515625, 2587.236328125, 1313.66259765625, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+100, 181027, 1, 1657, 0, '0', 0, 0, 9713.107421875, 2608.23291015625, 1313.66259765625, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+101, 181027, 1, 1657, 0, '0', 0, 0, 9686.7041015625, 2619.662841796875, 1313.66259765625, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+102, 181027, 1, 1657, 0, '0', 0, 0, 9715.9580078125, 2650.024658203125, 1313.66259765625, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+103, 181055, 1, 1657, 1662, '0', 0, 0, 9919.376953125, 2271.4912109375, 1355.086669921875, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+104, 181055, 1, 1657, 1662, '0', 0, 0, 9930.4130859375, 2271.809814453125, 1355.079345703125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+105, 181055, 1, 1657, 0, '0', 0, 0, 9985.8095703125, 2272.694580078125, 1354.99658203125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: 0 - Difficulty: 0) +(@OGUID+106, 181055, 1, 1657, 0, '0', 0, 0, 9996.8857421875, 2273.37841796875, 1355.0816650390625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: 0 - Difficulty: 0) +(@OGUID+107, 181055, 1, 1657, 1659, '0', 0, 0, 10130.900390625, 2224.819580078125, 1352.219970703125, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+108, 181055, 1, 1657, 1659, '0', 0, 0, 10144.400390625, 2233.65966796875, 1352.199951171875, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+109, 181055, 1, 1657, 1662, '0', 0, 0, 9908.3173828125, 2270.951416015625, 1355.0899658203125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+110, 181055, 1, 1657, 0, '0', 0, 0, 9973.708984375, 2273.312255859375, 1355.0858154296875, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: 0 - Difficulty: 0) +(@OGUID+111, 181055, 1, 1657, 0, '0', 0, 0, 10119.2998046875, 2216.14990234375, 1351.8199462890625, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: 0 - Difficulty: 0) +(@OGUID+112, 181060, 1, 1657, 0, '0', 0, 0, 9955.1806640625, 2556.272216796875, 1316.1734619140625, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+113, 181060, 1, 1657, 0, '0', 0, 0, 9934.30078125, 2557.725830078125, 1316.9478759765625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+114, 181060, 1, 1657, 0, '0', 0, 0, 9986.876953125, 2533.8935546875, 1315.75146484375, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+116, 181060, 1, 1657, 0, '0', 0, 0, 9963.1650390625, 2552.3369140625, 1315.384521484375, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+117, 181060, 1, 1657, 0, '0', 0, 0, 9906.7080078125, 2539.321044921875, 1315.7354736328125, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+118, 181060, 1, 1657, 0, '0', 0, 0, 9904.9462890625, 2522.02197265625, 1315.9273681640625, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+119, 181060, 1, 1657, 0, '0', 0, 0, 9917.05078125, 2550.0517578125, 1316.59228515625, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+120, 181060, 1, 1657, 0, '0', 0, 0, 9923.767578125, 2553.712158203125, 1316.803466796875, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+121, 181060, 1, 1657, 0, '0', 0, 0, 9911.5224609375, 2545.095458984375, 1316.07958984375, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+122, 181060, 1, 1657, 0, '0', 0, 0, 9973.123046875, 2550.50634765625, 1315.554931640625, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+123, 181060, 1, 1657, 0, '0', 0, 0, 9991.6845703125, 2525.6630859375, 1315.423828125, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+124, 181060, 1, 1657, 0, '0', 0, 0, 9978.791015625, 2546.933349609375, 1315.7611083984375, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+125, 181060, 1, 1657, 0, '0', 0, 0, 9984.974609375, 2508.034423828125, 1316.6595458984375, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+126, 181060, 1, 1657, 0, '0', 0, 0, 9976.06640625, 2506.437744140625, 1316.49951171875, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+127, 181060, 1, 1657, 0, '0', 0, 0, 9971.6298828125, 2499.947509765625, 1315.941650390625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+129, 181060, 1, 1657, 0, '0', 0, 0, 9960.7392578125, 2485.678466796875, 1316.0355224609375, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+131, 181060, 1, 1657, 0, '0', 0, 0, 9936.701171875, 2484.00244140625, 1316.6773681640625, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+132, 181060, 1, 1657, 0, '0', 0, 0, 9928.6982421875, 2489.725830078125, 1317.01513671875, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+133, 181060, 1, 1657, 0, '0', 0, 0, 9932.13671875, 2487.103271484375, 1316.735107421875, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+135, 181060, 1, 1657, 1662, '0', 0, 0, 9918.6494140625, 2498.4248046875, 1316.378662109375, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+136, 181060, 1, 1657, 1662, '0', 0, 0, 9908.2373046875, 2510.8857421875, 1316.39794921875, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Tradesmen's Terrace - Difficulty: 0) +(@OGUID+137, 181060, 1, 1657, 0, '0', 0, 0, 10127.576171875, 2219.45654296875, 1330.951171875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+138, 181060, 1, 1657, 1659, '0', 0, 0, 10135.9443359375, 2225.007080078125, 1330.9381103515625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+139, 181060, 1, 1657, 1659, '0', 0, 0, 10139.111328125, 2227.236083984375, 1330.9615478515625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+140, 201940, 1, 1657, 1662, '0', 0, 0, 9870.75, 2493.6298828125, 1315.8699951171875, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 48069); -- Valentine Arch (x2.00) (Area: Tradesmen's Terrace - Difficulty: 0) + +-- 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+140; +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); diff --git a/sql/updates/world/master/2023_02_20_07_world.sql b/sql/updates/world/master/2023_02_20_07_world.sql new file mode 100644 index 000000000..9140e6d73 --- /dev/null +++ b/sql/updates/world/master/2023_02_20_07_world.sql @@ -0,0 +1,409 @@ +SET @CGUID := 2000000; +SET @OGUID := 2000000; +SET @EVENT := 8; + +-- Creature templates +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `speed_run`=1, `unit_flags`=32768 WHERE `entry`=38040; -- Kwee Q. Peddlefeet + +-- Equipments +UPDATE `creature_equip_template` SET `VerifiedBuild`=48069 WHERE (`ID`=1 AND `CreatureID` IN (176650,50306,47586,47570,34987,34986,30716,20674,18924,18892,18800,17520,17519,17468,17431,17219,17204,16733,16708,16706)) OR (`ID`=3 AND `CreatureID`=16733) OR (`ID`=5 AND `CreatureID`=16733) OR (`ID`=2 AND `CreatureID`=16733) OR (`ID`=4 AND `CreatureID`=16733); + +-- Models +DELETE FROM `creature_model_info` WHERE `DisplayID` IN (110565, 110562, 110564, 110552); +INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES +(110565, 1, 1.5, 0, 48069), +(110562, 1, 1.5, 0, 48069), +(110564, 1, 1.5, 0, 48069), +(110552, 1, 1.5, 0, 48069); + +UPDATE `creature_model_info` SET `VerifiedBuild`=48069 WHERE `DisplayID` IN (100547, 100548, 87511, 19301, 74942, 42481, 42343, 4959, 4960, 4626, 37399, 37016, 35709, 35694, 31016, 29509, 29508, 27297, 27264, 21050, 19999, 19987, 19985, 16726, 19872, 19873, 19871, 19870, 19869, 19740, 20107, 20105, 19351, 19195, 74789, 18418, 16925, 18329, 18328, 18326, 18325, 18324, 18322, 18321, 18299, 18298, 18297, 18296, 18295, 18281, 18285, 18282, 19231, 19233, 19234, 18222, 18221, 18340, 18195, 18341, 17684, 17683, 17682, 17518, 17124, 17110, 17085, 18154, 17063, 6820, 17792, 17243, 17222, 17248, 17249, 17226, 17488, 17214, 17822, 8714, 15538, 17025, 1283, 178, 16914, 641, 17600, 3031, 6805, 16873, 16872, 12348, 17511, 17227, 17213, 17293, 17212, 17500, 17499, 17486, 17483, 17217, 17508, 17509, 17225, 17245, 17247, 17517, 17439, 17494, 17492, 17512, 17242, 17440, 17491, 17487, 17485, 17436, 17489, 17479, 17481, 17246, 17434, 17431, 17495, 17437, 17375, 17374, 17373, 17372, 17503, 17501, 17507, 17219, 17505, 17502, 17498, 17493, 17490, 17482, 16858, 17496, 17506, 17514, 17223, 17510, 17221, 17344, 17516, 18137, 17478, 17513, 17497, 17220, 17484, 17504, 4878); + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE (`DifficultyID`=0 AND `Entry` IN (199159,199155,38040)); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(199159, 0, 0, 0, 864, 48069), +(199155, 0, 0, 0, 864, 48069), +(38040, 0, 0, 0, 378, 48069); + +UPDATE `creature_template_scaling` SET `VerifiedBuild`=48069 WHERE (`DifficultyID`=0 AND `Entry` IN (176650,141904,118895,118892,62464,62050,61143,61080,51501,50306,47586,47570,34987,34986,30732,30716,22905,22851,21376,21019,21018,21010,21008,20914,20850,20849,20848,20847,20846,20722,20674,20121,19778,19658,19073,18985,18955,18924,18921,18919,18918,18917,18916,18915,18903,18902,18901,18900,18899,18896,18892,18815,18814,18813,18812,18800,18350,18349,18348,17773,17614,17584,17555,17538,17530,17520,17519,17514,17513,17512,17511,17510,17509,17505,17504,17468,17436,17435,17431,17374,17373,17219,17216,17204,17203,17202,17201,17200,17197,17122,17121,17120,16774,16771,16768,16767,16766,16765,16764,16763,16762,16761,16757,16756,16755,16753,16752,16751,16750,16749,16748,16747,16746,16745,16743,16742,16741,16740,16739,16738,16736,16735,16734,16733,16732,16731,16729,16728,16727,16726,16725,16724,16723,16722,16721,16719,16718,16716,16715,16714,16713,16712,16710,16709,16708,16707,16706,16705,16657,16632,6145)); + +-- Quests +UPDATE `quest_template` SET `Expansion`=9, `VerifiedBuild`=48069 WHERE `ID`=24611; -- A Gift for the Prophet + +UPDATE `quest_poi` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24611 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24611 AND `BlobIndex`=0 AND `Idx1`=0); + +UPDATE `quest_poi_points` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24611 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24611 AND `Idx1`=0 AND `Idx2`=0); + +DELETE FROM `quest_details` WHERE `ID`=24611; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(24611, 0, 0, 0, 0, 0, 0, 0, 0, 48069); -- A Gift for the Prophet + +DELETE FROM `creature_queststarter` WHERE (`id`=38040 AND `quest`=24611); +INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(38040, 24611, 48069); -- A Gift for the Prophet offered Kwee Q. Peddlefeet + +DELETE FROM `game_event_creature_quest` WHERE (`id`=38040 AND `quest`=24611); + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` IN (40506, 40483, 208796, 208811); +DELETE FROM `game_event_creature` WHERE `guid` IN (40506, 40483, 208796, 208811); + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+4; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 37674, 530, 3557, 0, '0', 0, 0, 0, 0, -4006.7744140625, -11844.939453125, 1.430115342140197753, 4.468042850494384765, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Lovely Merchant (Area: 0 - Difficulty: 0) (Auras: ) +(@CGUID+1, 37675, 530, 3557, 0, '0', 0, 0, 0, 0, -4004.755126953125, -11845.498046875, 1.443716406822204589, 4.78220224380493164, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Public Relations Agent (Area: 0 - Difficulty: 0) (Auras: ) +(@CGUID+2, 38040, 530, 3557, 0, '0', 0, 0, 0, 0, -4011.397705078125, -11844.7158203125, 0.209571331739425659, 4.991641521453857421, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Kwee Q. Peddlefeet (Area: 0 - Difficulty: 0) +(@CGUID+3, 38293, 530, 3557, 0, '0', 0, 0, 0, 0, -4015.30029296875, -11869.7080078125, 0.058880336582660675, 1.221730470657348632, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Junior Inspector (Area: 0 - Difficulty: 0) +(@CGUID+4, 40438, 530, 3557, 0, '0', 0, 0, 0, 0, -3934.50341796875, -11604.7568359375, -138.513031005859375, 4.764749050140380859, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069); -- Steamwheedle Shyster (Area: 0 - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 43738 AND 43771; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 43807 AND 43844; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 43872 AND 43898; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 43960 AND 43976; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 43999 AND 44005; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 44035 AND 44050; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 84757 AND 84761; +DELETE FROM `gameobject` WHERE `guid` IN (43805, 83302, 84718, 84719, 84720); +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 43738 AND 43771; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 43807 AND 43844; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 43872 AND 43898; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 43960 AND 43976; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 43999 AND 44005; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 44035 AND 44050; +DELETE FROM `gameobject_addon` WHERE `guid`=43805; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 43738 AND 43771; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 43807 AND 43844; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 43872 AND 43898; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 43960 AND 43976; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 43999 AND 44005; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 44035 AND 44050; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 84757 AND 84761; +DELETE FROM `game_event_gameobject` WHERE `guid` IN (43805, 83302, 84718, 84719, 84720); + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+154; +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, 0, '0', 0, 0, -3991.588134765625, -11552.546875, -122.168663024902343, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+1, 181014, 530, 3557, 0, '0', 0, 0, -4022.099853515625, -11517.6494140625, -123.535232543945312, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+2, 181014, 530, 3557, 0, '0', 0, 0, -3966.362548828125, -11588.181640625, -97.2340240478515625, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+3, 181014, 530, 3557, 0, '0', 0, 0, -3966.4501953125, -11587.626953125, -97.81689453125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+4, 181014, 530, 3557, 0, '0', 0, 0, -3785.23388671875, -11420.61328125, -122.395362854003906, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+5, 181014, 530, 3557, 0, '0', 0, 0, -3868.659423828125, -11590.5078125, -95.2881240844726562, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+6, 181014, 530, 3557, 0, '0', 0, 0, -3866.91015625, -11587.146484375, -96.3765335083007812, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+7, 181014, 530, 3557, 0, '0', 0, 0, -4014.814697265625, -11671.7021484375, -97.8474273681640625, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+8, 181014, 530, 3557, 0, '0', 0, 0, -4011.885009765625, -11672.0673828125, -97.3294296264648437, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+9, 181014, 530, 3557, 0, '0', 0, 0, -3864.28466796875, -11742.6533203125, -84.61895751953125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+10, 181014, 530, 3557, 0, '0', 0, 0, -3989.1171875, -11849.0791015625, 25.73338699340820312, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+11, 181015, 530, 3557, 0, '0', 0, 0, -4005.507080078125, -11842.263671875, 1.427111029624938964, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+12, 181015, 530, 3557, 0, '0', 0, 0, -4006.776123046875, -11844.982421875, 0.173840999603271484, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+13, 181015, 530, 3557, 0, '0', 0, 0, -4004.751708984375, -11845.4150390625, 0.192708998918533325, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+14, 181015, 530, 3557, 0, '0', 0, 0, -4004.692626953125, -11842.23828125, 0.20165400207042694, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+15, 181015, 530, 3557, 0, '0', 0, 0, -4006.26220703125, -11842.126953125, 0.186350002884864807, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+16, 181016, 530, 3524, 0, '0', 0, 0, -4180.39453125, -11586.9951171875, -123.979927062988281, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+17, 181016, 530, 3524, 0, '0', 0, 0, -4149.005859375, -11480.560546875, -130.89447021484375, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+18, 181016, 530, 3524, 0, '0', 0, 0, -4150.38720703125, -11469.783203125, -130.922622680664062, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+19, 181016, 530, 3524, 0, '0', 0, 0, -4196.21484375, -11595.271484375, -125.408432006835937, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+20, 181016, 530, 3524, 0, '0', 0, 0, -4072.7314453125, -11547.6689453125, -138.704299926757812, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+21, 181016, 530, 3524, 0, '0', 0, 0, -4070.251220703125, -11542.4501953125, -138.655410766601562, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+22, 181016, 530, 3557, 0, '0', 0, 0, -4040.37158203125, -11581.4111328125, -138.451919555664062, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+23, 181016, 530, 3557, 0, '0', 0, 0, -3987.21484375, -11495.4736328125, -137.14398193359375, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+24, 181016, 530, 3557, 0, '0', 0, 0, -4006.56689453125, -11572.7314453125, -138.041900634765625, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+25, 181016, 530, 3557, 0, '0', 0, 0, -3979.7587890625, -11500.7841796875, -137.076507568359375, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+26, 181016, 530, 3557, 0, '0', 0, 0, -4025.3291015625, -11590.40234375, -138.327667236328125, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+27, 181016, 530, 3557, 0, '0', 0, 0, -3988.78125, -11386.52734375, -122.711898803710937, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+28, 181016, 530, 3557, 0, '0', 0, 0, -4008.92529296875, -11350.9833984375, -122.813980102539062, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+29, 181016, 530, 3557, 0, '0', 0, 0, -3979.865966796875, -11369.396484375, -122.542320251464843, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+30, 181016, 530, 3557, 0, '0', 0, 0, -3990.306884765625, -11353.0830078125, -122.603202819824218, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+31, 181016, 530, 3557, 0, '0', 0, 0, -3891.189208984375, -11640.6484375, -134.49072265625, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+32, 181016, 530, 3557, 0, '0', 0, 0, -4200.80908203125, -11604.302734375, -125.620033264160156, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+33, 181016, 530, 3557, 0, '0', 0, 0, -4167.5556640625, -11641.123046875, -98.3939971923828125, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+34, 181016, 530, 3557, 0, '0', 0, 0, -4155.24072265625, -11635.466796875, -98.1755752563476562, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+35, 181016, 530, 3557, 0, '0', 0, 0, -4185.56689453125, -11653.0595703125, -143.44879150390625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+36, 181016, 530, 3557, 0, '0', 0, 0, -4163.96484375, -11666.73828125, -143.258132934570312, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+37, 181016, 530, 3557, 0, '0', 0, 0, -4225.97265625, -11648.0830078125, -143.864120483398437, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+38, 181016, 530, 3557, 0, '0', 0, 0, -4229.96484375, -11608.4189453125, -126.282623291015625, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+39, 181016, 530, 3557, 0, '0', 0, 0, -4204.8212890625, -11678.4853515625, -143.191604614257812, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+40, 181016, 530, 3557, 0, '0', 0, 0, -4207.48583984375, -11645.037109375, -143.676971435546875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+41, 181016, 530, 3557, 0, '0', 0, 0, -4209.63818359375, -11675.4228515625, -143.244140625, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+42, 181016, 530, 3557, 0, '0', 0, 0, -4065.432861328125, -11688.7900390625, -142.187881469726562, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+43, 181016, 530, 3557, 0, '0', 0, 0, -4154.533203125, -11704.791015625, -143.31939697265625, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+44, 181016, 530, 3557, 0, '0', 0, 0, -4065.592041015625, -11664.1513671875, -142.100540161132812, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+45, 181016, 530, 3557, 0, '0', 0, 0, -4178.04052734375, -11713.5400390625, -143.601715087890625, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+46, 181016, 530, 3557, 0, '0', 0, 0, -4185.51513671875, -11746.03515625, -132.272537231445312, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+47, 181016, 530, 3557, 0, '0', 0, 0, -4194.7353515625, -11728.541015625, -143.45147705078125, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+48, 181016, 530, 3557, 0, '0', 0, 0, -4161.400390625, -11800.5830078125, -132.195220947265625, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+49, 181016, 530, 3557, 0, '0', 0, 0, -4228.94873046875, -11818.9404296875, -115.934478759765625, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+50, 181016, 530, 3557, 0, '0', 0, 0, -4221.80712890625, -11830.91796875, -115.895927429199218, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+51, 181016, 530, 3557, 0, '0', 0, 0, -4253.185546875, -11675.283203125, -143.764739990234375, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+52, 181016, 530, 3557, 0, '0', 0, 0, -4244.82373046875, -11657.95703125, -143.624862670898437, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+53, 181016, 530, 3557, 0, '0', 0, 0, -3938.107177734375, -11702.048828125, -135.276275634765625, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+54, 181016, 530, 3557, 0, '0', 0, 0, -3943.940673828125, -11674.0791015625, -135.238632202148437, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+55, 181016, 530, 3557, 0, '0', 0, 0, -3943.486572265625, -11689.103515625, -135.289199829101562, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+56, 181016, 530, 3557, 0, '0', 0, 0, -3939.97998046875, -11660.91796875, -135.145401000976562, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+57, 181016, 530, 3557, 0, '0', 0, 0, -3928.3095703125, -11712.5419921875, -135.2059326171875, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+58, 181016, 530, 3557, 0, '0', 0, 0, -3931.237060546875, -11649.388671875, -135.003005981445312, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+59, 181016, 530, 3557, 0, '0', 0, 0, -3919.52001953125, -11641.96875, -134.831253051757812, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+60, 181016, 530, 3557, 0, '0', 0, 0, -3905.642822265625, -11638.7509765625, -134.663406372070312, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+61, 181016, 530, 3557, 0, '0', 0, 0, -3877.953125, -11647.3515625, -134.367874145507812, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+62, 181017, 530, 3557, 0, '0', 0, 0, -4145.79931640625, -11745.6220703125, -124.152946472167968, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+63, 181017, 530, 3557, 0, '0', 0, 0, -4213.72900390625, -11685.4033203125, -130.823410034179687, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+64, 181018, 530, 3557, 0, '0', 0, 0, -3758.169677734375, -11705.3193359375, -100.71826171875, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+66, 181018, 530, 3557, 0, '0', 0, 0, -3740.86767578125, -11676.3828125, -98.6888275146484375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+67, 181018, 530, 3557, 0, '0', 0, 0, -3738.774658203125, -11714.69921875, -99.0851211547851562, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+68, 181018, 530, 3557, 0, '0', 0, 0, -3720.251708984375, -11684.9443359375, -94.6487197875976562, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+69, 181018, 530, 3557, 0, '0', 0, 0, -3719.03466796875, -11703.5556640625, -95.1452407836914062, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+70, 181019, 530, 3557, 0, '0', 0, 0, -3918.3212890625, -11545.5234375, -149.044464111328125, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+71, 181019, 530, 3557, 0, '0', 0, 0, -3919.77783203125, -11545.478515625, -149.060989379882812, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+72, 181019, 530, 3557, 0, '0', 0, 0, -3924.432861328125, -11545.478515625, -149.110885620117187, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+73, 181019, 530, 3557, 0, '0', 0, 0, -3913.77001953125, -11545.5185546875, -148.998291015625, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+74, 181019, 530, 3557, 0, '0', 0, 0, -4022.251708984375, -11739.3212890625, -150.798065185546875, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+75, 181019, 530, 3557, 0, '0', 0, 0, -4026.649658203125, -11731.4931640625, -150.800018310546875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+76, 181019, 530, 3557, 0, '0', 0, 0, -3744.044189453125, -11692.3623046875, -104.606300354003906, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+77, 181019, 530, 3557, 0, '0', 0, 0, -3743.69189453125, -11697.8212890625, -104.6240234375, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+78, 181019, 530, 3557, 0, '0', 0, 0, -3740.327392578125, -11688.5693359375, -104.60479736328125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+79, 181019, 530, 3557, 0, '0', 0, 0, -3739.729736328125, -11701.2900390625, -104.592422485351562, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+80, 181022, 530, 3524, 0, '0', 0, 0, -4144.75341796875, -11423.6201171875, -130.6719970703125, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+81, 181022, 530, 3524, 0, '0', 0, 0, -4127.2099609375, -11534.9384765625, -136.012664794921875, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+82, 181022, 530, 3524, 0, '0', 0, 0, -4120.4951171875, -11437.0947265625, -130.379013061523437, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+83, 181022, 530, 3524, 0, '0', 0, 0, -4105.2216796875, -11544.513671875, -135.781646728515625, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+84, 181022, 530, 3524, 0, '0', 0, 0, -4157.99853515625, -11597.3251953125, -138.910385131835937, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+85, 181022, 530, 3524, 0, '0', 0, 0, -4030.150146484375, -11520.591796875, -141.262283325195312, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+86, 181022, 530, 3524, 0, '0', 0, 0, -4129.01123046875, -11606.8251953125, -139.120803833007812, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+87, 181022, 530, 3557, 0, '0', 0, 0, -4016.01611328125, -11510.4658203125, -141.069549560546875, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+88, 181022, 530, 3557, 0, '0', 0, 0, -3973.86279296875, -11427.123046875, -136.736160278320312, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+89, 181022, 530, 3557, 0, '0', 0, 0, -3968.95654296875, -11453.91015625, -136.772018432617187, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+90, 181022, 530, 3557, 0, '0', 0, 0, -4000.541748046875, -11392.84765625, -123.377090454101562, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+91, 181022, 530, 3557, 0, '0', 0, 0, -4019.296875, -11367.580078125, -123.678451538085937, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+92, 181022, 530, 3557, 0, '0', 0, 0, -3974.517333984375, -11624.7451171875, -138.87567138671875, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+93, 181022, 530, 3557, 0, '0', 0, 0, -3935.25341796875, -11599.67578125, -138.455047607421875, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+94, 181022, 530, 3557, 0, '0', 0, 0, -3988.4775390625, -11651.169921875, -139.043380737304687, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+95, 181022, 530, 3557, 0, '0', 0, 0, -3903.50341796875, -11599.638671875, -137.785751342773437, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+96, 181022, 530, 3557, 0, '0', 0, 0, -3898.60888671875, -11445.353515625, -132.852264404296875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+97, 181022, 530, 3557, 0, '0', 0, 0, -3903.453125, -11420.75, -132.773666381835937, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+98, 181022, 530, 3557, 0, '0', 0, 0, -3843.451416015625, -11503.50390625, -139.097488403320312, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+99, 181022, 530, 3557, 0, '0', 0, 0, -3732.544677734375, -11501.005859375, -134.029251098632812, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+100, 181022, 530, 3557, 0, '0', 0, 0, -3753.63330078125, -11517.73046875, -134.326950073242187, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+101, 181022, 530, 3557, 0, '0', 0, 0, -3821.1962890625, -11515.71875, -138.644241333007812, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+102, 181022, 530, 3557, 0, '0', 0, 0, -3657.604736328125, -11491.41796875, -119.097312927246093, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+103, 181022, 530, 3557, 0, '0', 0, 0, -3640.53271484375, -11468.5869140625, -118.808647155761718, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+104, 181022, 530, 3557, 0, '0', 0, 0, -3862.00341796875, -11617.357421875, -136.832565307617187, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+105, 181022, 530, 3557, 0, '0', 0, 0, -4102.17138671875, -11696.2744140625, -142.664474487304687, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+106, 181022, 530, 3557, 0, '0', 0, 0, -4122.1953125, -11707.25, -142.920608520507812, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+107, 181022, 530, 3557, 0, '0', 0, 0, -3985.045166015625, -11695.9130859375, -139.365875244140625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+108, 181022, 530, 3557, 0, '0', 0, 0, -3970.779541015625, -11722.8818359375, -138.835647583007812, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+109, 181022, 530, 3557, 0, '0', 0, 0, -4186.2900390625, -11803.0126953125, -133.1741943359375, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+110, 181022, 530, 3557, 0, '0', 0, 0, -4210.17578125, -11796.1630859375, -133.245193481445312, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+111, 181022, 530, 3557, 0, '0', 0, 0, -3929.12841796875, -11744.81640625, -138.612197875976562, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+112, 181025, 530, 3524, 0, '0', 0, 0, -4142.4970703125, -11540.021484375, -124.575332641601562, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+113, 181025, 530, 3524, 0, '0', 0, 0, -4097.3515625, -11552.8828125, -124.005912780761718, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+114, 181025, 530, 3557, 0, '0', 0, 0, -4066.69580078125, -11607.896484375, -129.408767700195312, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+115, 181025, 530, 3557, 0, '0', 0, 0, -4091.51904296875, -11339.2431640625, -129.597854614257812, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+116, 181025, 530, 3557, 0, '0', 0, 0, -4141.859375, -11371.3447265625, -129.852737426757812, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+117, 181025, 530, 3557, 0, '0', 0, 0, -3942.768798828125, -11632.9990234375, -199.473220825195312, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+118, 181025, 530, 3557, 0, '0', 0, 0, -3905.56689453125, -11457.8017578125, -112.987098693847656, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+119, 181025, 530, 3557, 0, '0', 0, 0, -3915.053955078125, -11411.20703125, -111.862556457519531, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+120, 181025, 530, 3557, 0, '0', 0, 0, -3905.15283203125, -11333.1982421875, -121.9205322265625, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+121, 181025, 530, 3557, 0, '0', 0, 0, -3848.599853515625, -11508.4267578125, -128.930374145507812, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+122, 181025, 530, 3557, 0, '0', 0, 0, -3871.6962890625, -11319.818359375, -121.622833251953125, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+123, 181025, 530, 3557, 0, '0', 0, 0, -3666.974365234375, -11418.333984375, -113.767120361328125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+124, 181025, 530, 3557, 0, '0', 0, 0, -3662.1328125, -11453.9765625, -113.086982727050781, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+125, 181025, 530, 3557, 0, '0', 0, 0, -3822.28955078125, -11521.759765625, -128.501220703125, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+126, 181025, 530, 3557, 0, '0', 0, 0, -3802.614501953125, -11620.1787109375, -92.7153472900390625, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+127, 181025, 530, 3557, 0, '0', 0, 0, -3855.356689453125, -11639.212890625, -293.878265380859375, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+128, 181025, 530, 3557, 0, '0', 0, 0, -3855.822509765625, -11639.529296875, -169.809463500976562, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+129, 181025, 530, 3557, 0, '0', 0, 0, -3897.788330078125, -11618.37109375, -185.583709716796875, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+130, 181025, 530, 3557, 0, '0', 0, 0, -3905.8369140625, -11628.607421875, -302.98126220703125, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+131, 181025, 530, 3557, 0, '0', 0, 0, -4036.0673828125, -11724.2646484375, -125.335502624511718, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+132, 181025, 530, 3557, 0, '0', 0, 0, -3964.05859375, -11674.84375, -216.94000244140625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+133, 181025, 530, 3557, 0, '0', 0, 0, -4129.51611328125, -11792.517578125, -122.023399353027343, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+134, 181025, 530, 3557, 0, '0', 0, 0, -3949.171875, -11719.732421875, -231.763397216796875, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+135, 181025, 530, 3557, 0, '0', 0, 0, -3906.888916015625, -11740.65625, -247.154861450195312, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+136, 181025, 530, 3557, 0, '0', 0, 0, -3861.938720703125, -11726.7001953125, -264.663330078125, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+137, 181025, 530, 3557, 0, '0', 0, 0, -3845.705810546875, -11764.55078125, -72.8578948974609375, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+138, 181025, 530, 3557, 0, '0', 0, 0, -3840.368408203125, -11683.5302734375, -278.9307861328125, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+139, 181025, 530, 3557, 0, '0', 0, 0, -3794.911376953125, -11730.607421875, -93.0702896118164062, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+140, 181025, 530, 3557, 0, '0', 0, 0, -3838.579345703125, -11819.7568359375, -46.669677734375, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+141, 181025, 530, 3557, 0, '0', 0, 0, -3783.91796875, -11674.640625, -93.7094497680664062, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+142, 181025, 530, 3557, 0, '0', 0, 0, -3907.01123046875, -11840.6474609375, -17.3894023895263671, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+143, 181027, 530, 3557, 0, '0', 0, 0, -3807.1650390625, -11439.646484375, -139.028274536132812, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+144, 181027, 530, 3557, 0, '0', 0, 0, -3816.788330078125, -11421.1767578125, -139.071380615234375, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+145, 181027, 530, 3557, 0, '0', 0, 0, -3822.314697265625, -11399.5576171875, -139.054473876953125, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+146, 181027, 530, 3557, 0, '0', 0, 0, -3794.798583984375, -11366.09375, -138.60455322265625, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+147, 181027, 530, 3557, 0, '0', 0, 0, -3774.08154296875, -11374.013671875, -138.391189575195312, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+148, 181027, 530, 3557, 0, '0', 0, 0, -3745.376708984375, -11403.87109375, -138.167022705078125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+149, 181027, 530, 3557, 0, '0', 0, 0, -3756.67578125, -11382.49609375, -138.21881103515625, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+150, 181027, 530, 3557, 0, '0', 0, 0, -3754.06591796875, -11431.4306640625, -138.373428344726562, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+151, 181027, 530, 3557, 0, '0', 0, 0, -3769.15966796875, -11443.173828125, -138.595184326171875, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+152, 181027, 530, 3557, 0, '0', 0, 0, -3788.143798828125, -11452.6396484375, -138.854019165039062, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+153, 181060, 530, 3524, 0, '0', 0, 0, -4043.15283203125, -11563.0048828125, -136.852401733398437, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+154, 201940, 530, 3557, 0, '0', 0, 0, -4005.6494140625, -11844.5849609375, 0.186078995466232299, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 48069); -- Valentine Arch (x2.00) (Area: 0 - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+4; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(@EVENT, @CGUID+0), +(@EVENT, @CGUID+1), +(@EVENT, @CGUID+2), +(@EVENT, @CGUID+3), +(@EVENT, @CGUID+4); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+154; +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); diff --git a/sql/updates/world/master/2023_02_20_08_world.sql b/sql/updates/world/master/2023_02_20_08_world.sql new file mode 100644 index 000000000..a3a78d6a3 --- /dev/null +++ b/sql/updates/world/master/2023_02_20_08_world.sql @@ -0,0 +1,648 @@ +SET @CGUID := 3000032; +SET @OGUID := 3000861; +SET @EVENT := 8; + +-- Creature templates +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `unit_flags`=32768 WHERE `entry`=40438; -- Steamwheedle Shyster +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=38342; -- [DND] Holiday - Love - Barber Bunny +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=38341; -- [DND] Holiday - Love - AH Bunny +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=38340; -- [DND] Holiday - Love - Bank Bunny +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `unit_flags`=512 WHERE `entry` IN (38339, 38338, 38337); -- Snivel Rustrocket +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=38328; -- Roka +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=38288; -- Love Guard Perfume Bunny +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=38042; -- Kwee Q. Peddlefeet +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `unit_flags`=512 WHERE `entry`=37715; -- Snivel Rustrocket +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=37675; -- Public Relations Agent +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=37674; -- Lovely Merchant +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `unit_flags`=32768 WHERE `entry`=37671; -- Crown Supply Guard +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=37172; -- Detective Snap Snagglebolt +UPDATE `creature_template` SET `maxlevel`=70, `speed_run`=0.857142865657806396, `unit_flags`=768 WHERE `entry`=16085; -- Peddlefeet + +DELETE FROM `creature_template_addon` WHERE `entry` IN (40438, 38342, 38341, 38340, 38339, 38338, 38337, 38328, 38288, 38042, 37715, 37675, 37674, 37671, 37172, 16085); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(40438, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- 40438 (Steamwheedle Shyster) +(38342, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38342 ([DND] Holiday - Love - Barber Bunny) +(38341, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38341 ([DND] Holiday - Love - AH Bunny) +(38340, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38340 ([DND] Holiday - Love - Bank Bunny) +(38339, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38339 (Snivel Rustrocket) +(38338, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38338 (Snivel Rustrocket) +(38337, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38337 (Snivel Rustrocket) +(38328, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38328 (Roka) +(38288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38288 (Love Guard Perfume Bunny) +(38042, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38042 (Kwee Q. Peddlefeet) +(37715, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, '71776'), -- 37715 (Snivel Rustrocket) - Snivel Rustrocket Invisibility +(37675, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 37675 (Public Relations Agent) +(37674, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 37674 (Lovely Merchant) +(37671, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 37671 (Crown Supply Guard) +(37172, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- 37172 (Detective Snap Snagglebolt) +(16085, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 16085 (Peddlefeet) + +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (16085, 38340, 38341, 38342); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES +(16085, 0, 0, 1, 0, 0, 0, NULL), +(38340, 0, 0, 1, 0, 0, 0, NULL), +(38341, 0, 0, 1, 0, 0, 0, NULL), +(38342, 0, 0, 1, 0, 0, 0, NULL); + +-- Gossips +DELETE FROM `gossip_menu` WHERE (`MenuID`=10929 AND `TextID`=15213); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(10929, 15213, 48069); -- 37715 (Snivel Rustrocket) + +UPDATE `gossip_menu` SET `VerifiedBuild`=48069 WHERE (`MenuID`=10948 AND `TextID`=15212) OR (`MenuID`=11386 AND `TextID`=15857) OR (`MenuID`=10990 AND `TextID`=15280) OR (`MenuID`=10947 AND `TextID`=15211) OR (`MenuID`=10945 AND `TextID`=15209) OR (`MenuID`=10976 AND `TextID`=15256) OR (`MenuID`=10929 AND `TextID`=15188) OR (`MenuID`=10946 AND `TextID`=15210) OR (`MenuID`=10921 AND `TextID`=15170) OR (`MenuID`=16042 AND `TextID`=23141); + +UPDATE `gossip_menu_option` SET `GossipOptionID`=37331, `VerifiedBuild`=48069 WHERE (`MenuID`=11386 AND `OptionID`=0); +UPDATE `gossip_menu_option` SET `GossipOptionID`=37979, `VerifiedBuild`=48069 WHERE (`MenuID`=10948 AND `OptionID`=0); +UPDATE `gossip_menu_option` SET `GossipOptionID`=36926, `VerifiedBuild`=48069 WHERE (`MenuID`=10946 AND `OptionID`=0); +UPDATE `gossip_menu_option` SET `GossipOptionID`=36781, `VerifiedBuild`=48069 WHERE (`MenuID`=10945 AND `OptionID`=0); +UPDATE `gossip_menu_option` SET `GossipOptionID`=36444, `VerifiedBuild`=48069 WHERE (`MenuID`=10976 AND `OptionID`=0); +UPDATE `gossip_menu_option` SET `GossipOptionID`=36445, `OptionBroadcastTextId`=40429, `VerifiedBuild`=48069 WHERE (`MenuID`=10976 AND `OptionID`=1); +UPDATE `gossip_menu_option` SET `GossipOptionID`=38389, `VerifiedBuild`=48069 WHERE (`MenuID`=10929 AND `OptionID`=0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=10929; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (10929, 10948, 10976); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 10929, 15188, 0, 0, 47, 0, 24576, 2 | 64, 0, 1, 0, 0, '', 'Show gossip text 15188 if quest 24576 is not complete | rewarded'), +(14, 10929, 15188, 0, 1, 47, 0, 24576, 2 | 64, 0, 1, 0, 0, '', 'Show gossip text 15188 if quest 24657 is not complete | rewarded'), +(14, 10929, 15213, 0, 0, 47, 0, 24576, 2 | 64, 0, 0, 0, 0, '', 'Show gossip text 15213 if quest 24576 is complete | rewarded'), +(14, 10929, 15213, 0, 1, 47, 0, 24657, 2 | 64, 0, 0, 0, 0, '', 'Show gossip text 15213 if quest 24576 is complete | rewarded'), +(15, 10929, 0, 0, 0, 47, 0, 24576, 8, 0, 0, 0, 0, '', 'Show gossip option if quest 24576 is taken'), +(15, 10929, 0, 0, 1, 47, 0, 24657, 8, 0, 0, 0, 0, '', 'Show gossip option if quest 24657 is taken'), +(15, 10948, 0, 0, 0, 2, 0, 49661, 1, 1, 1, 0, 0, '', 'Show gossip option if player does not have Lovely Charm Collector''s Kit'), +(15, 10976, 0, 0, 0, 47, 0, 24541, 8, 0, 0, 0, 0, '', 'Show gossip option if quest 24541 is taken'), +(15, 10976, 0, 0, 1, 47, 0, 24656, 8, 0, 0, 0, 0, '', 'Show gossip option if quest 24656 is taken'), +(15, 10976, 1, 0, 0, 47, 0, 24576, 64, 0, 0, 0, 0, '', 'Show gossip option if quest 24576 is rewarded'), +(15, 10976, 1, 0, 1, 47, 0, 24657, 64, 0, 0, 0, 0, '', 'Show gossip option if quest 24657 is rewarded'); + +-- Equipments +DELETE FROM `creature_equip_template` WHERE `CreatureID`=38337 AND `ID`=1; +INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `AppearanceModID1`, `ItemVisual1`, `ItemID2`, `AppearanceModID2`, `ItemVisual2`, `ItemID3`, `AppearanceModID3`, `ItemVisual3`, `VerifiedBuild`) VALUES +(38337, 1, 12850, 0, 0, 12851, 0, 0, 0, 0, 0, 48069); -- Snivel Rustrocket + +UPDATE `creature_equip_template` SET `VerifiedBuild`=48069 WHERE (`ID`=1 AND `CreatureID` IN (176554,175135,173279,171791,169177,168459,89830,88703,88702,88701,74228,72559,62195,58155,51346,49750,49622,47571,46556,46555,46357,46142,46140,45339,45337,44878,44877,44876,44872,44871,44851,35068,31727,31726,31725,31724,31723,31720,23128,14392,14377,14375,6929,6466,5817,5614,5613,5611,5610,5609,5606,5188,4047,3370,3342,3323,3314,3313,3312,3296,3144)) OR (`ID`=4 AND `CreatureID`=169177) OR (`ID`=5 AND `CreatureID`=169177) OR (`ID`=6 AND `CreatureID`=169177) OR (`ID`=2 AND `CreatureID` IN (169177,74228,3296)); + +-- Models +DELETE FROM `creature_model_info` WHERE `DisplayID` IN (111056, 110794, 110760, 110620, 110618, 110614, 110605, 110583, 110569, 110514, 111496, 110481, 110190, 111139, 105423, 104779, 106967, 106964); +INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES +(111056, 0.372000008821487426, 1.5, 0, 48069), +(110794, 0.347222000360488891, 1.5, 0, 48069), +(110760, 0.305999994277954101, 1.5, 0, 48069), +(110620, 0.722000002861022949, 3, 0, 48069), +(110618, 0.698000013828277587, 3, 0, 48069), +(110614, 0.722000002861022949, 3, 0, 48069), +(110605, 0.698000013828277587, 3, 0, 48069), +(110583, 0.722000002861022949, 3, 0, 48069), +(110569, 0.698000013828277587, 3, 0, 48069), +(110514, 0.722000002861022949, 3, 0, 48069), +(111496, 3.710472345352172851, 3.25, 0, 48069), +(110481, 0.347222000360488891, 1.5, 0, 48069), +(110190, 0.722000002861022949, 2, 0, 48069), +(111139, 0.236000001430511474, 1.5, 0, 48069), +(105423, 0.150000005960464477, 0.150000005960464477, 0, 48069), +(104779, 1.102368593215942382, 2.02500009536743164, 0, 48069), +(106967, 0.305999994277954101, 1.5, 0, 48069), +(106964, 0.305999994277954101, 1.5, 0, 48069); + +UPDATE `creature_model_info` SET `VerifiedBuild`=48069 WHERE `DisplayID` IN (64062, 106345, 30313, 30314, 30316, 30315, 110191, 110183, 110187, 110186, 110185, 110184, 110182, 110181, 110165, 110138, 104187, 104198, 109888, 109886, 73093, 79383, 109709, 31958, 105577, 101799, 100500, 101484, 27153, 100444, 100158, 100157, 100150, 24079, 99385, 99374, 72174, 99139, 99138, 100727, 98725, 91667, 25423, 25436, 27589, 8631, 9132, 27599, 98009, 70436, 97757, 72325, 96328, 96332, 96329, 96084, 96422, 96327, 96364, 96916, 96915, 96914, 96913, 96910, 96906, 96905, 96903, 96885, 96884, 96883, 24877, 94494, 79390, 85697, 93637, 93433, 93434, 93431, 93422, 93420, 93418, 92463, 92464, 28048, 90133, 70992, 90366, 83764, 83765, 16697, 90318, 90304, 90303, 90301, 90302, 90255, 90252, 90246, 90245, 90244, 16235, 16238, 20988, 20985, 86333, 86332, 90129, 90130, 75972, 75973, 90242, 90243, 89937, 89935, 30312, 66245, 77407, 77405, 77406, 77690, 77687, 87513, 64307, 86393, 86688, 34252, 1592, 83227, 83228, 82803, 82770, 68512, 81476, 73494, 73128, 73121, 44315, 34207, 34208, 73028, 45692, 72807, 72802, 72804, 72800, 72801, 72795, 72791, 72792, 72786, 72788, 72784, 72779, 72765, 72778, 29310, 73053, 73054, 24982, 61763, 99455, 61027, 61026, 8001, 61024, 61023, 58745, 31737, 31738, 99462, 99507, 51098, 51000, 52707, 49770, 46126, 47982, 14612, 28300, 47465, 47231, 46986, 46897, 44740, 43726, 43725, 43724, 43722, 43721, 43720, 43719, 43718, 43717, 45862, 45864, 44604, 5705, 29968, 32790, 42722, 42720, 39637, 20545, 42389, 42388, 42387, 42385, 42386, 42384, 30781, 24806, 26741, 26747, 40012, 39910, 39809, 42562, 22602, 38804, 38800, 38631, 38008, 33303, 22769, 38047, 37864, 37795, 37725, 37724, 37723, 99809, 37329, 37331, 37328, 37330, 33194, 33191, 37138, 37020, 37088, 31760, 37437, 37023, 36598, 36585, 36583, 36584, 36615, 15468, 15467, 8971, 7511, 36559, 36545, 31988, 36170, 36169, 11414, 35844, 35843, 35827, 35819, 35818, 35816, 99822, 35695, 35545, 35544, 35538, 35504, 35500, 35499, 35498, 99460, 35250, 35249, 35244, 99810, 35242, 35241, 35237, 99808, 35218, 35216, 35198, 35195, 35194, 35193, 35192, 35187, 35186, 35185, 35184, 35183, 35148, 35140, 35141, 35133, 35053, 35052, 35051, 34932, 14370, 89803, 89802, 34843, 34842, 34841, 34695, 34694, 99513, 34673, 34593, 34569, 34568, 34567, 34566, 34565, 34564, 34562, 34561, 34558, 34557, 34556, 34555, 34551, 34421, 34412, 34406, 34340, 99426, 99427, 9392, 2141, 34268, 34266, 99510, 34247, 34246, 34245, 34243, 34242, 34241, 34222, 34220, 34219, 34214, 48528, 48526, 48525, 34206, 34204, 34203, 30413, 34185, 34184, 1310, 1320, 1318, 8000, 9133, 34157, 34156, 34155, 34154, 34144, 34143, 34141, 34139, 34136, 34111, 34110, 34109, 34114, 34113, 99429, 34108, 34107, 34066, 30501, 34059, 99403, 34049, 34046, 34047, 34045, 304, 33701, 33698, 33699, 33700, 35301, 4368, 3027, 193, 33032, 25092, 33016, 33015, 33014, 34705, 32997, 32998, 32996, 32982, 32981, 32937, 32936, 32938, 18269, 99807, 32171, 32173, 32172, 31852, 21072, 17612, 31041, 11686, 15990, 30712, 30711, 30708, 30728, 27823, 29795, 30108, 1917, 29599, 29569, 29496, 29396, 29375, 29371, 29370, 29369, 29368, 29367, 29366, 28118, 28120, 10824, 23513, 2541, 27727, 2729, 1042, 913, 4602, 27687, 27685, 27684, 27686, 27510, 99511, 27252, 27164, 25871, 25955, 21342, 22493, 24164, 22873, 22750, 22746, 22745, 22744, 22743, 22740, 22739, 21264, 17701, 17722, 17719, 17721, 17720, 17699, 17700, 19217, 16850, 81306, 81307, 45319, 45170, 15992, 15988, 15984, 15469, 15470, 15322, 15369, 20923, 14574, 14573, 14575, 38419, 14589, 38418, 14616, 99815, 14499, 51613, 14415, 14414, 14413, 13843, 13341, 4449, 12680, 12679, 12678, 12677, 12676, 12675, 12673, 12672, 12671, 247, 2327, 12229, 11734, 10697, 10696, 10695, 10589, 10578, 10472, 10186, 9739, 9261, 8848, 99820, 7871, 99508, 15352, 6854, 6843, 6873, 6303, 1206, 2957, 6060, 6006, 6005, 5846, 6839, 5770, 5769, 5706, 10732, 5205, 1560, 4546, 4545, 4534, 99461, 4356, 99457, 4351, 99817, 3759, 99456, 3609, 3608, 3606, 7137, 3605, 3604, 2328, 3128, 43669, 45320, 1987, 2954, 2956, 4464, 4515, 4514, 4612, 7136, 99818, 4363, 99509, 4358, 4231, 2735, 2734, 1394, 1393, 1392, 99814, 1390, 99811, 1388, 1387, 1386, 99812, 1384, 1383, 1382, 1381, 1380, 1379, 1378, 1377, 1375, 1374, 1373, 1372, 99819, 99821, 1368, 99823, 1366, 1358, 99454, 1334, 1333, 1332, 99458, 1330, 1329, 1328, 1327, 1323, 99428, 99816, 1319, 99813, 1316, 1315, 1314, 1313, 1312, 1311, 4260, 99451, 4259, 4601, 99453, 99452, 744, 99449, 99459, 82115, 9391, 8572, 4386, 4384, 46093, 901, 134, 4382, 64799, 207); +UPDATE `creature_model_info` SET `BoundingRadius`=0.280177772045135498, `CombatReach`=1, `VerifiedBuild`=48069 WHERE `DisplayID`=87564; + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE (`DifficultyID`=0 AND `Entry` IN (201314,200333,200248,199643,199625,199602,199288,199283,199275,199264,199202,199174,199164,199115,199025,199024,199023,199022,199021,198949,198557,198553,198552,198542,198540,198539,198538,198537,198536,198518,198070,191463,185670,185669,185473,185472,184187,183978,148030,118791,113827,38339,38338,38337,38328,37715,16085)); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(201314, 0, 0, 0, 866, 48069), +(200333, 0, 0, 0, 378, 48069), +(200248, 0, 0, 0, 328, 48069), +(199643, 0, 0, 0, 864, 48069), +(199625, 0, 0, 0, 864, 48069), +(199602, 0, 0, 0, 864, 48069), +(199288, 0, 0, 0, 866, 48069), +(199283, 0, 0, 0, 865, 48069), +(199275, 0, 0, 0, 866, 48069), +(199264, 0, 0, 0, 866, 48069), +(199202, 0, 0, 0, 866, 48069), +(199174, 0, 0, 0, 866, 48069), +(199164, 0, 0, 0, 866, 48069), +(199115, 0, 0, 0, 864, 48069), +(199025, 0, 0, 0, 866, 48069), +(199024, 0, 0, 0, 866, 48069), +(199023, 0, 0, 0, 866, 48069), +(199022, 0, 0, 0, 866, 48069), +(199021, 0, 0, 0, 866, 48069), +(198949, 0, 0, 0, 293, 48069), +(198557, 0, 0, 0, 81, 48069), +(198553, 0, 0, 0, 866, 48069), +(198552, 0, 0, 0, 866, 48069), +(198542, 0, 0, 0, 866, 48069), +(198540, 0, 0, 0, 866, 48069), +(198539, 0, 0, 0, 866, 48069), +(198538, 0, 0, 0, 866, 48069), +(198537, 0, 0, 0, 866, 48069), +(198536, 0, 0, 0, 866, 48069), +(198518, 0, 0, 0, 866, 48069), +(198070, 0, 0, 0, 2424, 48069), +(191463, 0, 0, 0, 181, 48069), +(185670, 0, 0, 0, 181, 48069), +(185669, 0, 0, 0, 181, 48069), +(185473, 0, 0, 0, 866, 48069), +(185472, 0, 0, 0, 866, 48069), +(184187, 0, 0, 0, 371, 48069), +(183978, 0, 0, 0, 877, 48069), +(148030, 0, 0, 0, 866, 48069), +(118791, 0, 0, 0, 378, 48069), +(113827, 0, 0, 0, 371, 48069), +(38339, 0, 0, 0, 378, 48069), +(38338, 0, 0, 0, 378, 48069), +(38337, 0, 0, 0, 378, 48069), +(38328, 0, 0, 0, 378, 48069), +(37715, 0, 0, 0, 378, 48069), +(16085, 0, 0, 0, 371, 48069); + +UPDATE `creature_template_scaling` SET `VerifiedBuild`=48069 WHERE (`DifficultyID`=0 AND `Entry` IN (198541,198497,198096,197771,197770,197767,180684,180176,179897,176554,176261,176095,176094,176012,175135,175084,175050,174865,174864,174863,174170,174164,174147,173548,173281,173279,172558,171791,171691,171689,169177,169166,168628,168626,168623,168621,168619,168598,168597,168596,168553,168551,168540,168459,167032,161223,161203,160452,158789,158141,158138,158133,158131,155739,153285,152643,151937,150131,149626,149616,149523,149522,149409,149408,149371,149297,149296,149290,149279,149270,149258,148795,148770,148768,148265,148263,148250,148242,146626,145714,143622,142668,142666,141920,141912,141528,141310,140462,140210,139093,137762,135202,135201,133523,133271,133261,133186,132969,130911,114840,114131,114114,114068,114067,114066,113997,113540,113381,113380,113377,113376,113375,113374,113373,113331,113291,97526,89830,89713,88706,88705,88704,88703,88702,88701,85254,74228,73151,72939,72654,72559,71100,70301,69978,69977,69333,68979,68869,68655,66022,65078,65076,65074,65071,65065,65063,65061,65060,65058,65008,64105,63626,63086,62822,62821,62445,62200,62199,62198,62197,62196,62195,62194,62193,62115,62114,61369,61245,58199,58193,58155,57922,57801,55054,54870,54657,54473,54472,54113,54004,53081,52812,52810,52809,52382,52170,52036,52034,52033,52032,51346,51230,51195,50488,50482,50477,50323,50304,50088,49837,49750,49743,49737,49622,49573,49131,48513,48510,47818,47817,47815,47809,47808,47788,47771,47767,47764,47663,47649,47571,47336,47335,47321,47254,47253,47248,47247,47246,47233,46985,46755,46754,46742,46741,46718,46716,46709,46708,46675,46667,46642,46640,46639,46638,46637,46622,46621,46620,46619,46618,46572,46556,46555,46512,46359,46358,46357,46181,46142,46140,46082,46080,46078,45830,45814,45789,45659,45567,45566,45565,45563,45559,45558,45553,45552,45549,45548,45546,45545,45540,45347,45339,45337,45244,45230,45211,45139,45138,45137,45095,45094,45093,45086,45082,45081,45029,45025,45023,45019,45015,45008,44978,44975,44948,44919,44918,44878,44877,44876,44872,44871,44868,44867,44866,44865,44856,44854,44853,44852,44851,44788,44787,44785,44783,44782,44781,44780,44779,44770,44745,44743,44740,44735,44726,44725,44723,44338,44160,44158,43499,43239,43062,42859,42709,42673,42672,42671,42650,42638,42637,42548,42506,40891,40438,38821,38342,38341,38340,38288,38042,37675,37674,37671,37172,37072,35845,35364,35162,35096,35086,35068,34955,34765,34730,34723,34721,34719,34718,34717,34715,32642,32641,32520,31769,31768,31758,31757,31756,31755,31727,31726,31725,31724,31723,31720,31146,30723,30706,30611,29929,29143,28960,27489,26537,25081,25080,25075,24935,24934,24931,24930,24929,24927,24926,24924,23635,23128,20493,20492,20491,20490,20489,20488,20486,19850,17098,16926,16909,16869,16868,16076,16069,15476,15188,15186,14881,14541,14540,14539,14498,14451,14392,14377,14376,14375,13842,13417,12798,12797,12796,12795,12794,12793,12791,12790,12789,12353,12351,12136,11814,11178,11177,11176,11066,11046,11017,10880,10266,9988,9564,8659,8576,8404,7951,7793,7792,7790,7567,7565,7562,7311,7231,7230,7088,7010,6987,6986,6929,6566,6466,5951,5910,5909,5892,5875,5817,5816,5812,5811,5640,5639,5614,5613,5611,5610,5609,5606,5195,5188,5034,5029,4953,4752,4311,4047,4043,3413,3412,3409,3405,3404,3403,3400,3399,3372,3371,3370,3369,3368,3367,3366,3365,3364,3363,3362,3361,3360,3359,3358,3357,3356,3355,3354,3353,3352,3351,3350,3348,3347,3346,3345,3342,3335,3334,3333,3332,3331,3330,3329,3328,3327,3323,3322,3321,3319,3317,3316,3315,3314,3313,3312,3310,3296,3225,3216,3189,3144,3084,2857,2855,2756,1420,1412,1383,416,356)); +UPDATE `creature_template_scaling` SET `LevelScalingDeltaMin`=0, `LevelScalingDeltaMax`=0, `VerifiedBuild`=48069 WHERE (`Entry`=63085 AND `DifficultyID`=0); +UPDATE `creature_template_scaling` SET `LevelScalingDeltaMin`=-4, `VerifiedBuild`=48069 WHERE (`Entry`=14499 AND `DifficultyID`=0); + +-- Vendor data +DELETE FROM `npc_vendor` WHERE (`entry`=37674 AND `item`=187998 AND `ExtendedCost`=5791 AND `type`=1) OR (`entry`=37674 AND `item`=167732 AND `ExtendedCost`=5791 AND `type`=1) OR (`entry`=37674 AND `item`=165670 AND `ExtendedCost`=6450 AND `type`=1); +INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES +(37674, 30, 187998, 0, 5791, 1, 0, 0, 48069), -- Eternal Heirloom Scabbard +(37674, 29, 167732, 0, 5791, 1, 0, 0, 48069), -- Battle-Hardened Heirloom Scabbard +(37674, 24, 165670, 0, 6450, 1, 0, 0, 48069); -- Peddlefeet's Lovely Hearthstone + +UPDATE `npc_vendor` SET `VerifiedBuild`=48069 WHERE (`entry`=37674 AND `item`=142341 AND `ExtendedCost`=3690 AND `type`=1) OR (`entry`=37674 AND `item`=144339 AND `ExtendedCost`=6149 AND `type`=1) OR (`entry`=37674 AND `item`=22261 AND `ExtendedCost`=2726 AND `type`=1) OR (`entry`=37674 AND `item`=116648 AND `ExtendedCost`=2729 AND `type`=1) OR (`entry`=37674 AND `item`=34480 AND `ExtendedCost`=2726 AND `type`=1) OR (`entry`=37674 AND `item`=50161 AND `ExtendedCost`=2733 AND `type`=1) OR (`entry`=37674 AND `item`=50160 AND `ExtendedCost`=2733 AND `type`=1) OR (`entry`=37674 AND `item`=116155 AND `ExtendedCost`=2729 AND `type`=1) OR (`entry`=37674 AND `item`=22235 AND `ExtendedCost`=2729 AND `type`=1) OR (`entry`=37674 AND `item`=22200 AND `ExtendedCost`=2727 AND `type`=1) OR (`entry`=37674 AND `item`=34258 AND `ExtendedCost`=2727 AND `type`=1) OR (`entry`=37674 AND `item`=22218 AND `ExtendedCost`=2728 AND `type`=1) OR (`entry`=37674 AND `item`=49909 AND `ExtendedCost`=2726 AND `type`=1) OR (`entry`=37674 AND `item`=21813 AND `ExtendedCost`=2728 AND `type`=1) OR (`entry`=37674 AND `item`=134860 AND `ExtendedCost`=2725 AND `type`=1) OR (`entry`=37674 AND `item`=49857 AND `ExtendedCost`=2725 AND `type`=1) OR (`entry`=37674 AND `item`=49858 AND `ExtendedCost`=2725 AND `type`=1) OR (`entry`=37674 AND `item`=49856 AND `ExtendedCost`=2725 AND `type`=1) OR (`entry`=37674 AND `item`=49860 AND `ExtendedCost`=2725 AND `type`=1) OR (`entry`=37674 AND `item`=49861 AND `ExtendedCost`=2725 AND `type`=1) OR (`entry`=37674 AND `item`=49859 AND `ExtendedCost`=2725 AND `type`=1) OR (`entry`=37674 AND `item`=50163 AND `ExtendedCost`=2727 AND `type`=1) OR (`entry`=37674 AND `item`=49927 AND `ExtendedCost`=2730 AND `type`=1); +UPDATE `npc_vendor` SET `slot`=28, `VerifiedBuild`=48069 WHERE (`entry`=37674 AND `item`=151615 AND `ExtendedCost`=5791 AND `type`=1); -- Weathered Heirloom Scabbard +UPDATE `npc_vendor` SET `slot`=27, `VerifiedBuild`=48069 WHERE (`entry`=37674 AND `item`=122341 AND `ExtendedCost`=5791 AND `type`=1); -- Timeworn Heirloom Scabbard +UPDATE `npc_vendor` SET `slot`=26, `VerifiedBuild`=48069 WHERE (`entry`=37674 AND `item`=122339 AND `ExtendedCost`=5790 AND `type`=1); -- Ancient Heirloom Scabbard +UPDATE `npc_vendor` SET `slot`=25, `VerifiedBuild`=48069 WHERE (`entry`=37674 AND `item`=72146 AND `ExtendedCost`=3690 AND `type`=1); -- Swift Lovebird + +-- Gameobject templates +UPDATE `gameobject_template_addon` SET `flags`=4 WHERE `entry`=201778; -- Crown Chemical Co. Supplies +UPDATE `gameobject_template_addon` SET `faction`=94 WHERE `entry`=201752; -- Large Crate +UPDATE `gameobject_template_addon` SET `faction`=114 WHERE `entry`=202169; -- Standing, Large - Val + +-- Quests +UPDATE `quest_template_addon` SET `SpecialFlags`=1 WHERE `ID`=44546; +UPDATE `quest_template_addon` SET `PrevQuestID`=24576 WHERE `ID` IN (28935, 44546); + +UPDATE `quest_poi` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24636 AND `BlobIndex`=7 AND `Idx1`=7) OR (`QuestID`=24636 AND `BlobIndex`=6 AND `Idx1`=6) OR (`QuestID`=24636 AND `BlobIndex`=5 AND `Idx1`=5) OR (`QuestID`=24636 AND `BlobIndex`=4 AND `Idx1`=4) OR (`QuestID`=24636 AND `BlobIndex`=3 AND `Idx1`=3) OR (`QuestID`=24636 AND `BlobIndex`=2 AND `Idx1`=2) OR (`QuestID`=24636 AND `BlobIndex`=1 AND `Idx1`=1) OR (`QuestID`=24636 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24612 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24612 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24536 AND `BlobIndex`=0 AND `Idx1`=2) OR (`QuestID`=24536 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24536 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24576 AND `BlobIndex`=0 AND `Idx1`=2) OR (`QuestID`=24576 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24576 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24851 AND `BlobIndex`=0 AND `Idx1`=4) OR (`QuestID`=24851 AND `BlobIndex`=0 AND `Idx1`=3) OR (`QuestID`=24851 AND `BlobIndex`=0 AND `Idx1`=2) OR (`QuestID`=24851 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24851 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24850 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24850 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24541 AND `BlobIndex`=0 AND `Idx1`=3) OR (`QuestID`=24541 AND `BlobIndex`=1 AND `Idx1`=2) OR (`QuestID`=24541 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24541 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=44546 AND `BlobIndex`=0 AND `Idx1`=5) OR (`QuestID`=44546 AND `BlobIndex`=0 AND `Idx1`=4) OR (`QuestID`=44546 AND `BlobIndex`=2 AND `Idx1`=3) OR (`QuestID`=44546 AND `BlobIndex`=1 AND `Idx1`=2) OR (`QuestID`=44546 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=44546 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24635 AND `BlobIndex`=9 AND `Idx1`=17) OR (`QuestID`=24635 AND `BlobIndex`=8 AND `Idx1`=16) OR (`QuestID`=24635 AND `BlobIndex`=7 AND `Idx1`=15) OR (`QuestID`=24635 AND `BlobIndex`=6 AND `Idx1`=14) OR (`QuestID`=24635 AND `BlobIndex`=5 AND `Idx1`=13) OR (`QuestID`=24635 AND `BlobIndex`=4 AND `Idx1`=12) OR (`QuestID`=24635 AND `BlobIndex`=3 AND `Idx1`=11) OR (`QuestID`=24635 AND `BlobIndex`=2 AND `Idx1`=10) OR (`QuestID`=24635 AND `BlobIndex`=1 AND `Idx1`=9) OR (`QuestID`=24635 AND `BlobIndex`=0 AND `Idx1`=8) OR (`QuestID`=24635 AND `BlobIndex`=7 AND `Idx1`=7) OR (`QuestID`=24635 AND `BlobIndex`=6 AND `Idx1`=6) OR (`QuestID`=24635 AND `BlobIndex`=5 AND `Idx1`=5) OR (`QuestID`=24635 AND `BlobIndex`=4 AND `Idx1`=4) OR (`QuestID`=24635 AND `BlobIndex`=3 AND `Idx1`=3) OR (`QuestID`=24635 AND `BlobIndex`=2 AND `Idx1`=2) OR (`QuestID`=24635 AND `BlobIndex`=1 AND `Idx1`=1) OR (`QuestID`=24635 AND `BlobIndex`=0 AND `Idx1`=0); + +UPDATE `quest_poi_points` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24636 AND `Idx1`=7 AND `Idx2`=0) OR (`QuestID`=24636 AND `Idx1`=6 AND `Idx2`=0) OR (`QuestID`=24636 AND `Idx1`=5 AND `Idx2`=0) OR (`QuestID`=24636 AND `Idx1`=4 AND `Idx2`=0) OR (`QuestID`=24636 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=24636 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24636 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24636 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24612 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24612 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24536 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24536 AND `Idx1`=1 AND `Idx2`=11) OR (`QuestID`=24536 AND `Idx1`=1 AND `Idx2`=10) OR (`QuestID`=24536 AND `Idx1`=1 AND `Idx2`=9) OR (`QuestID`=24536 AND `Idx1`=1 AND `Idx2`=8) OR (`QuestID`=24536 AND `Idx1`=1 AND `Idx2`=7) OR (`QuestID`=24536 AND `Idx1`=1 AND `Idx2`=6) OR (`QuestID`=24536 AND `Idx1`=1 AND `Idx2`=5) OR (`QuestID`=24536 AND `Idx1`=1 AND `Idx2`=4) OR (`QuestID`=24536 AND `Idx1`=1 AND `Idx2`=3) OR (`QuestID`=24536 AND `Idx1`=1 AND `Idx2`=2) OR (`QuestID`=24536 AND `Idx1`=1 AND `Idx2`=1) OR (`QuestID`=24536 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24536 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24576 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24576 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24576 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24851 AND `Idx1`=4 AND `Idx2`=0) OR (`QuestID`=24851 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=24851 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24851 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24851 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24850 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24850 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24541 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=24541 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24541 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24541 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=44546 AND `Idx1`=5 AND `Idx2`=0) OR (`QuestID`=44546 AND `Idx1`=4 AND `Idx2`=11) OR (`QuestID`=44546 AND `Idx1`=4 AND `Idx2`=10) OR (`QuestID`=44546 AND `Idx1`=4 AND `Idx2`=9) OR (`QuestID`=44546 AND `Idx1`=4 AND `Idx2`=8) OR (`QuestID`=44546 AND `Idx1`=4 AND `Idx2`=7) OR (`QuestID`=44546 AND `Idx1`=4 AND `Idx2`=6) OR (`QuestID`=44546 AND `Idx1`=4 AND `Idx2`=5) OR (`QuestID`=44546 AND `Idx1`=4 AND `Idx2`=4) OR (`QuestID`=44546 AND `Idx1`=4 AND `Idx2`=3) OR (`QuestID`=44546 AND `Idx1`=4 AND `Idx2`=2) OR (`QuestID`=44546 AND `Idx1`=4 AND `Idx2`=1) OR (`QuestID`=44546 AND `Idx1`=4 AND `Idx2`=0) OR (`QuestID`=44546 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=44546 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=44546 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=44546 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=17 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=16 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=15 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=14 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=13 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=12 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=11 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=10 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=9 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=8 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=7 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=6 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=5 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=4 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24635 AND `Idx1`=0 AND `Idx2`=0); + +DELETE FROM `quest_details` WHERE `ID` IN (24636 /*Bonbon Blitz*/, 24612 /*A Gift for the Emissary of Orgrimmar*/, 44546 /*Crushing the Crown*/, 24576 /*A Friendly Chat...*/, 24851 /*Hot On The Trail*/, 24850 /*Snivel's Sweetheart*/, 24541 /*Pilfering Perfume*/, 24635 /*A Cloudlet of Classy Cologne*/); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(24636, 1, 0, 0, 0, 0, 0, 0, 0, 48069), -- Bonbon Blitz +(24612, 0, 0, 0, 0, 0, 0, 0, 0, 48069), -- A Gift for the Emissary of Orgrimmar +(44546, 1, 5, 0, 0, 0, 0, 0, 0, 48069), -- Crushing the Crown +(24576, 1, 1, 0, 0, 0, 0, 0, 0, 48069), -- A Friendly Chat... +(24851, 1, 1, 0, 0, 0, 0, 0, 0, 48069), -- Hot On The Trail +(24850, 1, 1, 0, 0, 0, 0, 0, 0, 48069), -- Snivel's Sweetheart +(24541, 5, 1, 0, 0, 0, 0, 0, 0, 48069), -- Pilfering Perfume +(24635, 1, 0, 0, 0, 0, 0, 0, 0, 48069); -- A Cloudlet of Classy Cologne + +UPDATE `quest_details` SET `VerifiedBuild`=48069 WHERE `ID`=24536; + +DELETE FROM `quest_request_items` WHERE `ID`=44546; +INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `EmoteOnCompleteDelay`, `EmoteOnIncompleteDelay`, `CompletionText`, `VerifiedBuild`) VALUES +(44546, 0, 0, 0, 0, 'Did you teach ''em a lesson?', 48069); -- Crushing the Crown + +UPDATE `quest_request_items` SET `VerifiedBuild`=48069 WHERE `ID` IN (24636, 24536); +UPDATE `quest_request_items` SET `VerifiedBuild`=48069 WHERE `ID` IN (24576, 24541); +UPDATE `quest_request_items` SET `CompletionText`='That cologne isn''t going to give itself out, you know.$B$BGet spraying!', `VerifiedBuild`=48069 WHERE `ID`=24635; -- A Cloudlet of Classy Cologne +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `CompletionText`='Did you find him?', `VerifiedBuild`=48069 WHERE `ID`=24851; -- Hot On The Trail + +UPDATE `quest_offer_reward` SET `RewardText`='Hey, thanks, kid. Give it over, let''s take a look.\n\n\n\nOh, that ain''t good.', `VerifiedBuild`=48069 WHERE `ID`=24536; -- Something Stinks +UPDATE `quest_offer_reward` SET `Emote1`=1, `RewardText`='Lovely work, $n! People will be tripping over one another to get Crown chocolates now that they''ve had a chance to taste those sweet, romantic treats.$B$BHere''s a little something for helping us out.', `VerifiedBuild`=48069 WHERE `ID`=24636; -- Bonbon Blitz +UPDATE `quest_offer_reward` SET `RewardText`='You got his ledger? Really? That''s great, $n. There''s probably loads of good information in here.', `VerifiedBuild`=48069 WHERE `ID`=24576; -- A Friendly Chat... +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=18, `RewardText`='You''re not Snivel. He was supposed to be here an hour ago! What have you done with him?$B$B$B$BThis isn''t like my sweet Snivel. Do you think something''s happened to him?', `VerifiedBuild`=48069 WHERE `ID`=24850; -- Snivel's Sweetheart +UPDATE `quest_offer_reward` SET `RewardText`='You got it, huh? Good job, kid. Top notch. Let''s see what we got here.\n\n', `VerifiedBuild`=48069 WHERE `ID`=24541; -- Pilfering Perfume +UPDATE `quest_offer_reward` SET `Emote1`=18, `Emote2`=18, `VerifiedBuild`=48069 WHERE `ID`=24851; -- Hot On The Trail +UPDATE `quest_offer_reward` SET `VerifiedBuild`=48069 WHERE `ID`=24635; + +DELETE FROM `creature_queststarter` WHERE (`id`=37675 AND `quest`=24636) OR (`id`=38042 AND `quest`=24612) OR (`id`=37172 AND `quest`=24536) OR (`id`=37172 AND `quest` IN (44546,24850,24541)) OR (`id`=38328 AND `quest` IN (24576,24851)) OR (`id`=37675 AND `quest`=24635); +INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(37675, 24636, 48069), -- Bonbon Blitz offered Public Relations Agent +(38042, 24612, 48069), -- A Gift for the Emissary of Orgrimmar offered Kwee Q. Peddlefeet +(37172, 24536, 48069), -- Something Stinks offered Detective Snap Snagglebolt +(37172, 44546, 48069), -- Crushing the Crown offered Detective Snap Snagglebolt +(38328, 24576, 48069), -- A Friendly Chat... offered Roka +(38328, 24851, 48069), -- Hot On The Trail offered Roka +(37172, 24850, 48069), -- Snivel's Sweetheart offered Detective Snap Snagglebolt +(37172, 24541, 48069), -- Pilfering Perfume offered Detective Snap Snagglebolt +(37675, 24635, 48069); -- A Cloudlet of Classy Cologne offered Public Relations Agent + +DELETE FROM `game_event_creature_quest` WHERE `id`=37172 OR (`id`=37675 AND `quest`=24636) OR (`id`=38042 AND `quest`=24612) OR (`id`=38328 AND `quest` IN (24576,24851)) OR (`id`=37675 AND `quest`=24635); + +DELETE FROM `creature_questender` WHERE (`id`=37172 AND `quest`=44546); +INSERT INTO `creature_questender` (`id`, `quest`, `VerifiedBuild`) VALUES +(37172, 44546, 48069); -- Crushing the Crown ended by Detective Snap Snagglebolt + +UPDATE `creature_questender` SET `VerifiedBuild`=48069 WHERE (`id`=37172 AND `quest`=24536) OR (`id`=37675 AND `quest`=24636) OR (`id`=37172 AND `quest` IN (24576,24541)) OR (`id`=38328 AND `quest` IN (24851,24850)) OR (`id`=37675 AND `quest`=24635); + +DELETE FROM `disables` WHERE `sourceType`=1 AND `entry` IN (24638, 24645, 24647, 24648, 24649, 24650, 24651, 24652, 28935); +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES +(1, 24638, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24645, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24647, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24648, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24649, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24650, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24651, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 24652, 0, '', '', 'Deprecated quest: Crushing the Crown'), +(1, 28935, 0, '', '', 'Deprecated quest: Crushing the Crown'); + +-- Misc +DELETE FROM `spell_area` WHERE `spell`=71777 AND `area`=1637; +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES +(71777, 1637, 24576, 0, 0, 0, 2, 3, 10, 0); + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+17; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +-- Orgrimmar +(@CGUID+0, 37172, 1, 1637, 5170, '0', 0, 0, 0, 0, 1614.2447509765625, -4389.90478515625, 21.01449394226074218, 4.293509960174560546, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Detective Snap Snagglebolt (Area: Valley of Strength - Difficulty: 0) (Auras: ) +(@CGUID+1, 37674, 1, 1637, 5170, '0', 0, 0, 0, 0, 1593.56005859375, -4429.0400390625, 15.53543281555175781, 1.675516128540039062, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Lovely Merchant (Area: Valley of Strength - Difficulty: 0) (Auras: ) +(@CGUID+2, 37675, 1, 1637, 5170, '0', 0, 0, 0, 0, 1592, -4429.0498046875, 15.59403324127197265, 1.151917338371276855, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Public Relations Agent (Area: Valley of Strength - Difficulty: 0) (Auras: ) +(@CGUID+3, 37715, 1, 1637, 5167, '0', 0, 0, 0, 1, 1828.609375, -4404.923828125, 103.7520980834960937, 1.186823844909667968, 120, 0, 0, 118565, 0, 0, 0, 0, 0, 48069), -- Snivel Rustrocket (Area: The Drag - Difficulty: 0) (Auras: 71776 - Snivel Rustrocket Invisibility) +(@CGUID+4, 38042, 1, 1637, 5170, '0', 0, 0, 0, 0, 1595.81005859375, -4428.14990234375, 14.28303337097167968, 1.221730470657348632, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Kwee Q. Peddlefeet (Area: Valley of Strength - Difficulty: 0) +(@CGUID+5, 38288, 1, 1637, 5170, '0', 0, 0, 0, 0, 1573.9200439453125, -4397.10986328125, 16.0081329345703125, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Love Guard Perfume Bunny (Area: Valley of Strength - Difficulty: 0) +(@CGUID+6, 38288, 1, 1637, 5332, '0', 0, 0, 0, 0, 1674.75, -4097.919921875, 45.93563079833984375, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Love Guard Perfume Bunny (Area: Orgrimmar Embassy - Difficulty: 0) +(@CGUID+7, 38288, 1, 1637, 0, '0', 0, 0, 0, 0, 1931.77001953125, -4287.43017578125, 25.67013359069824218, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Love Guard Perfume Bunny (Area: 0 - Difficulty: 0) +(@CGUID+8, 38288, 1, 1637, 5171, '0', 0, 0, 0, 0, 1893.239990234375, -4507.31005859375, 24.94853401184082031, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Love Guard Perfume Bunny (Area: Valley of Wisdom - Difficulty: 0) +(@CGUID+9, 38288, 1, 1637, 5168, '0', 0, 0, 0, 0, 2015.27001953125, -4687.39990234375, 28.61023330688476562, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Love Guard Perfume Bunny (Area: Valley of Honor - Difficulty: 0) +(@CGUID+10, 38328, 1, 1637, 5167, '0', 0, 0, 0, 0, 1781.52001953125, -4508.14013671875, 27.82263374328613281, 3.351032257080078125, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Roka (Area: The Drag - Difficulty: 0) +(@CGUID+11, 38340, 1, 1637, 1637, '0', 0, 0, 0, 0, 1520.43994140625, -4355.08984375, 20.62393379211425781, 3.717551231384277343, 120, 0, 0, 112919, 3155, 0, 0, 0, 0, 48069), -- [DND] Holiday - Love - Bank Bunny (Area: Orgrimmar - Difficulty: 0) +(@CGUID+12, 38341, 1, 1637, 5170, '0', 0, 0, 0, 0, 1635.18994140625, -4442.7900390625, 17.0984344482421875, 1.989675283432006835, 120, 0, 0, 112919, 3155, 0, 0, 0, 0, 48069), -- [DND] Holiday - Love - AH Bunny (Area: Valley of Strength - Difficulty: 0) +(@CGUID+13, 38342, 1, 1637, 5169, '0', 0, 0, 0, 0, 1785.1800537109375, -4206.2099609375, 40.31103134155273437, 0, 120, 0, 0, 112919, 3155, 0, 0, 0, 0, 48069), -- [DND] Holiday - Love - Barber Bunny (Area: Valley of Spirits - Difficulty: 0) +(@CGUID+14, 40438, 1, 1637, 5170, '0', 0, 0, 0, 0, 1571.1510009765625, -4383.47412109375, 16.42013931274414062, 4.677482128143310546, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Steamwheedle Shyster (Area: Valley of Strength - Difficulty: 0) (Auras: ) +-- The Dranosh'ar Blockade +(@CGUID+15, 37671, 1, 14, 4982, '0', 0, 0, 0, 1, 1391.407958984375, -4486.05029296875, 31.53259086608886718, 3.211405754089355468, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Orgrimmar - Difficulty: 0) +(@CGUID+16, 37671, 1, 14, 4982, '0', 0, 0, 0, 1, 1394.1978759765625, -4481.76025390625, 31.2533111572265625, 2.199114799499511718, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Orgrimmar - Difficulty: 0) +(@CGUID+17, 37671, 1, 14, 4982, '0', 0, 0, 0, 1, 1395, -4490.43017578125, 31.70433425903320312, 4.450589656829833984, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069); -- Crown Supply Guard (Area: Orgrimmar - Difficulty: 0) + +UPDATE `creature` SET `phaseUseFlags`=1 WHERE `guid` BETWEEN @CGUID+15 AND @CGUID+17; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+163; +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 +-- Orgrimmar +(@OGUID+0, 181015, 1, 1637, 1637, '0', 0, 0, 1431.02001953125, -4429.31982421875, 25.30839920043945312, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+1, 181015, 1, 1637, 1637, '0', 0, 0, 1438.06005859375, -4360.259765625, 25.31410026550292968, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+2, 181015, 1, 1637, 1637, '0', 0, 0, 1450.3055419921875, -4429.1162109375, 25.45359230041503906, 2.64692997932434082, 0, 0, 0.969569206237792968, 0.244817420840263366, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+3, 181015, 1, 1637, 1637, '0', 0, 0, 1461.6199951171875, -4412.8701171875, 25.33069992065429687, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+4, 181015, 1, 1637, 1637, '0', 0, 0, 1430.47998046875, -4426.52978515625, 25.3069000244140625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+5, 181015, 1, 1637, 1637, '0', 0, 0, 1396.6319580078125, -4482.50537109375, 30.87226104736328125, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+6, 181015, 1, 1637, 1637, '0', 0, 0, 1397.5103759765625, -4487.90087890625, 32.46278762817382812, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+7, 181015, 1, 1637, 1637, '0', 0, 0, 1395.001708984375, -4487.11279296875, 31.3753662109375, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+8, 181015, 1, 1637, 1637, '0', 0, 0, 1392.9375, -4485.20166015625, 31.41420555114746093, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+9, 181015, 1, 1637, 5170, '0', 0, 0, 1591.8699951171875, -4432.18994140625, 14.10420036315917968, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+10, 181015, 1, 1637, 5170, '0', 0, 0, 1591.93994140625, -4429.10986328125, 14.32989978790283203, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+11, 181015, 1, 1637, 5170, '0', 0, 0, 1593.1800537109375, -4431.89990234375, 14.10420036315917968, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+12, 181015, 1, 1637, 5170, '0', 0, 0, 1593.52001953125, -4429.080078125, 14.26739978790283203, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+13, 181015, 1, 1637, 5170, '0', 0, 0, 1594.5400390625, -4431.68017578125, 14.1381998062133789, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+14, 181015, 1, 1637, 5170, '0', 0, 0, 1616.9947509765625, -4349.29345703125, 24.72856330871582031, 0.909920096397399902, 0, 0, 0.439426422119140625, 0.898278594017028808, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+15, 181015, 1, 1637, 5169, '0', 0, 0, 1737.4100341796875, -4069.719970703125, 48.42779922485351562, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+16, 181015, 1, 1637, 5169, '0', 0, 0, 1739.489990234375, -4068.919921875, 48.1074981689453125, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+17, 181015, 1, 1637, 5169, '0', 0, 0, 1738.9300537109375, -4070.35009765625, 49.35660171508789062, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+18, 181015, 1, 1637, 5169, '0', 0, 0, 1738.969970703125, -4070.3798828125, 48.10770034790039062, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+19, 181016, 1, 1637, 1637, '0', 0, 0, 1543.31005859375, -4363.77978515625, 20.5475006103515625, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+20, 181016, 1, 1637, 1637, '0', 0, 0, 1546.18994140625, -4358.0400390625, 18.04109954833984375, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+21, 181016, 1, 1637, 1637, '0', 0, 0, 1537.75, -4375.93994140625, 17.67499923706054687, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+22, 181016, 1, 1637, 1637, '0', 0, 0, 1563.93994140625, -4429.7900390625, 14.31309986114501953, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+23, 181016, 1, 1637, 5170, '0', 0, 0, 1569.3819580078125, -4382.36962890625, 16.33680534362792968, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+24, 181016, 1, 1637, 5170, '0', 0, 0, 1556.81005859375, -4331.14990234375, 22.68700027465820312, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+25, 181016, 1, 1637, 5170, '0', 0, 0, 1617.3900146484375, -4414.43994140625, 14.88309955596923828, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+26, 181016, 1, 1637, 5170, '0', 0, 0, 1607.72998046875, -4383.830078125, 20.79039955139160156, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+27, 181016, 1, 1637, 5170, '0', 0, 0, 1624.8021240234375, -4341.876953125, 21.11966896057128906, 2.695053339004516601, 0, 0, 0.975178718566894531, 0.221419259905815124, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+28, 181016, 1, 1637, 5170, '0', 0, 0, 1607.923583984375, -4337.27978515625, 21.11966896057128906, 3.268130779266357421, 0, 0, -0.99799919128417968, 0.063226766884326934, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+29, 181016, 1, 1637, 5170, '0', 0, 0, 1593.260009765625, -4310.6201171875, 20.62369918823242187, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+30, 181016, 1, 1637, 5170, '0', 0, 0, 1662.050048828125, -4339.31005859375, 63.58499908447265625, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+31, 181016, 1, 1637, 5170, '0', 0, 0, 1668.0899658203125, -4351.06982421875, 63.58499908447265625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+32, 181016, 1, 1637, 5170, '0', 0, 0, 1642.969970703125, -4230.47998046875, 52.0428009033203125, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+33, 181016, 1, 1637, 5170, '0', 0, 0, 1707.4200439453125, -4308.009765625, 31.22760009765625, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+34, 181016, 1, 1637, 5170, '0', 0, 0, 1577.092041015625, -4217.59375, 54.19200897216796875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+35, 181016, 1, 1637, 5170, '0', 0, 0, 1738.0799560546875, -4399.5, 36.53369903564453125, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+36, 181016, 1, 1637, 5170, '0', 0, 0, 1747.0400390625, -4412.490234375, 36.96250152587890625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+37, 181016, 1, 1637, 5170, '0', 0, 0, 1537.5504150390625, -4206.1337890625, 54.383453369140625, 0.132501229643821716, 0, 0, 0.066202163696289062, 0.997806251049041748, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+38, 181016, 1, 1637, 5170, '0', 0, 0, 1588.361083984375, -4178.126953125, 52.32696533203125, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+39, 181016, 1, 1637, 5170, '0', 0, 0, 1594.1597900390625, -4162.80712890625, 51.74104690551757812, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+40, 181016, 1, 1637, 5170, '0', 0, 0, 1573.921875, -4164.142578125, 53.75942230224609375, 0.047823697328567504, 0, 0, 0.023909568786621093, 0.999714136123657226, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+41, 181016, 1, 1637, 5169, '0', 0, 0, 1727.25, -4065.760009765625, 49.26470184326171875, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+42, 181016, 1, 1637, 0, '0', 0, 0, 1916.9000244140625, -4227.490234375, 37.07920074462890625, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+43, 181016, 1, 1637, 5167, '0', 0, 0, 1904.030029296875, -4673.02001953125, 35.39350128173828125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Drag - Difficulty: 0) +(@OGUID+44, 181017, 1, 1637, 1637, '0', 0, 0, 1568.6600341796875, -4430.39990234375, 22.46669960021972656, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+45, 181017, 1, 1637, 5170, '0', 0, 0, 1572.1099853515625, -4429.39990234375, 22.37619972229003906, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+46, 181017, 1, 1637, 5170, '0', 0, 0, 1603.8385009765625, -4354.29345703125, 26.67957305908203125, 2.460444450378417968, 0, 0, 0.942563056945800781, 0.334028273820877075, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+47, 181017, 1, 1637, 0, '0', 0, 0, 1919.7900390625, -4232.330078125, 42.38560104370117187, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+48, 181017, 1, 1637, 5168, '0', 0, 0, 1918.699951171875, -4729.64013671875, 44.61510086059570312, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Valley of Honor - Difficulty: 0) +(@OGUID+49, 181018, 1, 1637, 1637, '0', 0, 0, 1423.8177490234375, -4428.921875, 29.56694984436035156, 0.168968856334686279, 0, 0, 0.084383964538574218, 0.9964333176612854, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+50, 181018, 1, 1637, 1637, '0', 0, 0, 1442.5103759765625, -4359.3349609375, 29.79220008850097656, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+51, 181018, 1, 1637, 1637, '0', 0, 0, 1422.7742919921875, -4420.73291015625, 29.58182144165039062, 0.238904312252998352, 0, 0, 0.119168281555175781, 0.992874085903167724, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+52, 181018, 1, 1637, 1637, '0', 0, 0, 1443.4427490234375, -4367.59033203125, 29.67009925842285156, 3.231614112854003906, 0, 0, -0.99898719787597656, 0.044995453208684921, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+53, 181018, 1, 1637, 1637, '0', 0, 0, 1537.530029296875, -4371.990234375, 26.2845001220703125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+54, 181018, 1, 1637, 1637, '0', 0, 0, 1565.719970703125, -4436.2900390625, 19.36989974975585937, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+55, 181018, 1, 1637, 5170, '0', 0, 0, 1577.8900146484375, -4432.9501953125, 19.15780067443847656, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+56, 181018, 1, 1637, 5170, '0', 0, 0, 1665.3499755859375, -4338.89990234375, 69.08350372314453125, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+57, 181018, 1, 1637, 5170, '0', 0, 0, 1670.5400390625, -4347.97021484375, 69.05699920654296875, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+58, 181018, 1, 1637, 5170, '0', 0, 0, 1695.1400146484375, -4271.14990234375, 37.30810165405273437, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+59, 181018, 1, 1637, 5170, '0', 0, 0, 1700.5, -4275.990234375, 37.31660079956054687, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+60, 181018, 1, 1637, 5170, '0', 0, 0, 1663.8199462890625, -4433.52001953125, 24.72699928283691406, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+61, 181018, 1, 1637, 5170, '0', 0, 0, 1670.949951171875, -4423.81982421875, 25.05089950561523437, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+62, 181018, 1, 1637, 5169, '0', 0, 0, 1709.199951171875, -4085.52001953125, 51.69260025024414062, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+63, 181018, 1, 1637, 5169, '0', 0, 0, 1729.1800537109375, -4080.590087890625, 56.01599884033203125, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+64, 181018, 1, 1637, 5169, '0', 0, 0, 1740.31005859375, -4076.7099609375, 55.63199996948242187, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+65, 181018, 1, 1637, 5169, '0', 0, 0, 1747.469970703125, -4198.3798828125, 54.29600143432617187, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+66, 181018, 1, 1637, 0, '0', 0, 0, 1860.77001953125, -4291.64013671875, 31.61899948120117187, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+67, 181018, 1, 1637, 0, '0', 0, 0, 1886.199951171875, -4281.509765625, 28.75539970397949218, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+68, 181018, 1, 1637, 0, '0', 0, 0, 1914.27001953125, -4188.22021484375, 40.4468994140625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+69, 181018, 1, 1637, 0, '0', 0, 0, 1932.4100341796875, -4182.22021484375, 40.4954986572265625, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+70, 181018, 1, 1637, 0, '0', 0, 0, 1952.469970703125, -4204.52978515625, 38.86209869384765625, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+71, 181018, 1, 1637, 5171, '0', 0, 0, 1904.1099853515625, -4364.18017578125, 46.06280136108398437, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+72, 181018, 1, 1637, 5171, '0', 0, 0, 1896.68994140625, -4365.68994140625, 46.20119857788085937, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+73, 181018, 1, 1637, 5171, '0', 0, 0, 1907.4000244140625, -4380.60986328125, 46.34769821166992187, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+74, 181018, 1, 1637, 5171, '0', 0, 0, 1900.0400390625, -4382.08984375, 46.42800140380859375, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+75, 181018, 1, 1637, 5167, '0', 0, 0, 1888.52001953125, -4600.31005859375, 41.44359970092773437, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Drag - Difficulty: 0) +(@OGUID+76, 181018, 1, 1637, 5167, '0', 0, 0, 1934.8800048828125, -4594.58984375, 41.61320114135742187, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Drag - Difficulty: 0) +(@OGUID+77, 181018, 1, 1637, 5167, '0', 0, 0, 1900.760009765625, -4678.77978515625, 39.08229827880859375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: The Drag - Difficulty: 0) +(@OGUID+78, 181018, 1, 1637, 5168, '0', 0, 0, 1999.1700439453125, -4668.81005859375, 30.54710006713867187, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Honor - Difficulty: 0) +(@OGUID+79, 181018, 1, 1637, 5168, '0', 0, 0, 2038.800048828125, -4681.9501953125, 35.07889938354492187, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Honor - Difficulty: 0) +(@OGUID+80, 181018, 1, 1637, 5168, '0', 0, 0, 2034.510009765625, -4670.43994140625, 34.97359848022460937, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Honor - Difficulty: 0) +(@OGUID+81, 181018, 1, 1637, 5168, '0', 0, 0, 2070.340087890625, -4804.7099609375, 31.90710067749023437, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Honor - Difficulty: 0) +(@OGUID+82, 181018, 1, 1637, 5168, '0', 0, 0, 2078.75, -4800.27978515625, 31.87400054931640625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Valley of Honor - Difficulty: 0) +(@OGUID+83, 181020, 1, 1637, 5170, '0', 0, 0, 1611.719970703125, -4426.97021484375, 18.53499984741210937, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+84, 181020, 1, 1637, 5170, '0', 0, 0, 1619.52001953125, -4419.08984375, 18.13489913940429687, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+85, 181020, 1, 1637, 5170, '0', 0, 0, 1600.8021240234375, -4357.77783203125, 23.33384323120117187, 2.568755865097045898, 0, 0, 0.959261894226074218, 0.282518386840820312, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+86, 181020, 1, 1637, 5170, '0', 0, 0, 1606.310791015625, -4351.125, 23.33384323120117187, 2.709914922714233398, 0, 0, 0.976797103881835937, 0.21416686475276947, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+87, 181020, 1, 1637, 5170, '0', 0, 0, 1583.8199462890625, -4223.68994140625, 57.40999984741210937, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+88, 181020, 1, 1637, 5170, '0', 0, 0, 1600.010009765625, -4210.419921875, 57.44120025634765625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+89, 181020, 1, 1637, 5170, '0', 0, 0, 1753.6600341796875, -4387.60009765625, 44.42029953002929687, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+90, 181020, 1, 1637, 5170, '0', 0, 0, 1747.4599609375, -4391.85986328125, 44.42950057983398437, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+91, 181020, 1, 1637, 5170, '0', 0, 0, 1756.81005859375, -4405.8701171875, 44.31529998779296875, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+92, 181020, 1, 1637, 5170, '0', 0, 0, 1763.0799560546875, -4401.580078125, 44.29320144653320312, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+93, 181020, 1, 1637, 0, '0', 0, 0, 1917.9000244140625, -4231.1298828125, 39.3524017333984375, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+94, 181020, 1, 1637, 5167, '0', 0, 0, 1900.3199462890625, -4687.97998046875, 39.13949966430664062, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: The Drag - Difficulty: 0) +(@OGUID+95, 181021, 1, 1637, 1637, '0', 0, 0, 1383.579833984375, -4369.72900390625, 53.08074188232421875, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+96, 181021, 1, 1637, 1637, '0', 0, 0, 1485.3021240234375, -4417.88720703125, 56.03487014770507812, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+97, 181021, 1, 1637, 5170, '0', 0, 0, 1601.6700439453125, -4368.97998046875, 34.77560043334960937, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+98, 181021, 1, 1637, 5170, '0', 0, 0, 1609.6700439453125, -4384.16015625, 34.65570068359375, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+99, 181021, 1, 1637, 5170, '0', 0, 0, 1587.8199462890625, -4212.85009765625, 103.4339981079101562, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+100, 181021, 1, 1637, 5169, '0', 0, 0, 1706.56005859375, -3929.85009765625, 72.10649871826171875, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+101, 181022, 1, 1637, 5167, '0', 0, 0, 1869.699951171875, -4520.35986328125, 24.58790016174316406, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: The Drag - Difficulty: 0) +(@OGUID+102, 181027, 1, 1637, 5170, '0', 0, 0, 1610.189208984375, -4131.19091796875, 47.70912551879882812, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+103, 181027, 1, 1637, 5332, '0', 0, 0, 1633.7899169921875, -4116.98974609375, 47.67217636108398437, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Orgrimmar Embassy - Difficulty: 0) +(@OGUID+104, 181027, 1, 1637, 5332, '0', 0, 0, 1637.27783203125, -4092.244873046875, 47.67217636108398437, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Orgrimmar Embassy - Difficulty: 0) +(@OGUID+105, 181027, 1, 1637, 5332, '0', 0, 0, 1608.232666015625, -4100.73291015625, 47.67217636108398437, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Orgrimmar Embassy - Difficulty: 0) +(@OGUID+106, 181027, 1, 1637, 5332, '0', 0, 0, 1666.84033203125, -4093.100830078125, 47.67217636108398437, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Orgrimmar Embassy - Difficulty: 0) +(@OGUID+107, 181027, 1, 1637, 5169, '0', 0, 0, 1681.3004150390625, -4085.59033203125, 47.70714569091796875, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+108, 181027, 1, 1637, 0, '0', 0, 0, 1945.06005859375, -4292.58984375, 22.27196502685546875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+109, 181027, 1, 1637, 0, '0', 0, 0, 1956.3199462890625, -4266.85009765625, 22.27196502685546875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+110, 181027, 1, 1637, 0, '0', 0, 0, 1918.6700439453125, -4331.8798828125, 22.27196502685546875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+111, 181027, 1, 1637, 0, '0', 0, 0, 1946.449951171875, -4277.8798828125, 22.27196502685546875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+112, 181027, 1, 1637, 0, '0', 0, 0, 1916.760009765625, -4318.31982421875, 22.27196502685546875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+113, 181027, 1, 1637, 0, '0', 0, 0, 1905.4200439453125, -4329.75, 22.27196502685546875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+114, 181027, 1, 1637, 5171, '0', 0, 0, 1937.6500244140625, -4322.25, 22.27196502685546875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+115, 181027, 1, 1637, 5171, '0', 0, 0, 1953.1400146484375, -4326.83984375, 22.27196502685546875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+116, 181027, 1, 1637, 5171, '0', 0, 0, 1964.3199462890625, -4283.77978515625, 22.27196502685546875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+117, 181027, 1, 1637, 5167, '0', 0, 0, 1987.5899658203125, -4625.14990234375, 26.74469757080078125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Drag - Difficulty: 0) +(@OGUID+118, 181027, 1, 1637, 5167, '0', 0, 0, 1961.1400146484375, -4645.22021484375, 26.74469757080078125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Drag - Difficulty: 0) +(@OGUID+119, 181027, 1, 1637, 5167, '0', 0, 0, 1979.739990234375, -4649.8701171875, 26.74469757080078125, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: The Drag - Difficulty: 0) +(@OGUID+120, 181027, 1, 1637, 5168, '0', 0, 0, 1993, -4673.7998046875, 26.74469757080078125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Valley of Honor - Difficulty: 0) +(@OGUID+121, 181055, 1, 1637, 5170, '0', 0, 0, 1616.550048828125, -4423.97998046875, 27.18330001831054687, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+122, 181055, 1, 1637, 5170, '0', 0, 0, 1586.5999755859375, -4311.75, 28.184600830078125, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+123, 181055, 1, 1637, 5170, '0', 0, 0, 1667.9300537109375, -4343.41015625, 73.01419830322265625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+124, 181055, 1, 1637, 5170, '0', 0, 0, 1799.31005859375, -4370.669921875, 107.9680023193359375, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+125, 181055, 1, 1637, 5332, '0', 0, 0, 1640.0699462890625, -4121.75, 67.02790069580078125, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Orgrimmar Embassy - Difficulty: 0) +(@OGUID+126, 181055, 1, 1637, 5169, '0', 0, 0, 1734.68994140625, -4078.679931640625, 58.73630142211914062, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+127, 181055, 1, 1637, 0, '0', 0, 0, 1951.3900146484375, -4199.58984375, 41.89910125732421875, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: 0 - Difficulty: 0) +(@OGUID+128, 181055, 1, 1637, 5168, '0', 0, 0, 2037.280029296875, -4676.0498046875, 42.38940048217773437, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Valley of Honor - Difficulty: 0) +(@OGUID+129, 181055, 1, 1637, 5168, '0', 0, 0, 2073.52001953125, -4766.5, 33.80910110473632812, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Valley of Honor - Difficulty: 0) +(@OGUID+130, 181060, 1, 1637, 1637, '0', 0, 0, 1514.97998046875, -4347.080078125, 21.87989997863769531, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+131, 181060, 1, 1637, 1637, '0', 0, 0, 1511, -4353.7099609375, 21.87989997863769531, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+132, 181060, 1, 1637, 1637, '0', 0, 0, 1519.72998046875, -4346.31005859375, 21.89909934997558593, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Orgrimmar - Difficulty: 0) +(@OGUID+133, 181060, 1, 1637, 5170, '0', 0, 0, 1577.530029296875, -4464.759765625, 17.26910018920898437, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+134, 181060, 1, 1637, 5170, '0', 0, 0, 1580.0999755859375, -4464.06005859375, 17.23870086669921875, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+135, 181060, 1, 1637, 5170, '0', 0, 0, 1576.56005859375, -4462.5400390625, 23.16650009155273437, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+136, 181060, 1, 1637, 5170, '0', 0, 0, 1582.6800537109375, -4460.990234375, 23.16650009155273437, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+137, 181060, 1, 1637, 5170, '0', 0, 0, 1583.2900390625, -4463.080078125, 17.24099922180175781, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+138, 181060, 1, 1637, 5170, '0', 0, 0, 1606.98095703125, -4359.05029296875, 24.15967750549316406, 2.459839344024658203, 0, 0, 0.942461967468261718, 0.334313392639160156, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+139, 181060, 1, 1637, 5170, '0', 0, 0, 1608.782958984375, -4356.7568359375, 24.159698486328125, 2.459839344024658203, 0, 0, 0.942461967468261718, 0.334313392639160156, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+140, 181060, 1, 1637, 5170, '0', 0, 0, 1617.986083984375, -4348.05908203125, 24.11872482299804687, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+141, 181060, 1, 1637, 5170, '0', 0, 0, 1639.2239990234375, -4444.65283203125, 18.51654434204101562, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+142, 181060, 1, 1637, 5170, '0', 0, 0, 1613.046875, -4349.74462890625, 24.08938026428222656, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+143, 181060, 1, 1637, 5170, '0', 0, 0, 1635.7135009765625, -4448.33837890625, 18.51782989501953125, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+144, 181060, 1, 1637, 5170, '0', 0, 0, 1642.949951171875, -4446.10009765625, 26.27840042114257812, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Strength - Difficulty: 0) +(@OGUID+145, 181060, 1, 1637, 5169, '0', 0, 0, 1728.760009765625, -4081.260009765625, 71.351898193359375, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+146, 181060, 1, 1637, 5169, '0', 0, 0, 1730, -4078.510009765625, 71.4373016357421875, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+147, 181060, 1, 1637, 5169, '0', 0, 0, 1742.6099853515625, -4084.449951171875, 69.10540008544921875, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+148, 181060, 1, 1637, 5169, '0', 0, 0, 1741.1400146484375, -4080.510009765625, 69.105499267578125, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+149, 202169, 1, 1637, 5167, '0', 0, 0, 1830.1632080078125, -4406.53125, 104.9327011108398437, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Standing, Large - Val (Area: The Drag - Difficulty: 0) +(@OGUID+150, 202169, 1, 1637, 5167, '0', 0, 0, 1830.0972900390625, -4406.62158203125, 103.6575164794921875, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 48069), -- Standing, Large - Val (Area: The Drag - Difficulty: 0) +(@OGUID+151, 202169, 1, 1637, 5167, '0', 0, 0, 1827.732666015625, -4406.57470703125, 103.6764984130859375, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 48069), -- Standing, Large - Val (Area: The Drag - Difficulty: 0) +(@OGUID+152, 201940, 1, 1637, 5170, '0', 0, 0, 1593.199951171875, -4431.35009765625, 14.15279960632324218, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 48069), -- Valentine Arch (x2.00) (Area: Valley of Strength - Difficulty: 0) +-- The Dranosh'ar Blockade +(@OGUID+153, 201752, 1, 14, 4982, '0', 0, 0, 1396.4757080078125, -4482.71533203125, 32.14787673950195312, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 48069), -- Large Crate (Area: Orgrimmar - Difficulty: 0) +(@OGUID+154, 201752, 1, 14, 4982, '0', 0, 0, 1394.4010009765625, -4485.6875, 31.35416030883789062, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 48069), -- Large Crate (Area: Orgrimmar - Difficulty: 0) +(@OGUID+155, 201752, 1, 14, 4982, '0', 0, 0, 1396.595458984375, -4486.0556640625, 31.15484046936035156, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 48069), -- Large Crate (Area: Orgrimmar - Difficulty: 0) +(@OGUID+156, 201752, 1, 14, 4982, '0', 0, 0, 1393.3194580078125, -4486.796875, 31.42902565002441406, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 48069), -- Large Crate (Area: Orgrimmar - Difficulty: 0) +(@OGUID+157, 201752, 1, 14, 4982, '0', 0, 0, 1397.5711669921875, -4487.939453125, 31.21067047119140625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 48069), -- Large Crate (Area: Orgrimmar - Difficulty: 0) +(@OGUID+158, 201752, 1, 14, 4982, '0', 0, 0, 1395.8125, -4486.439453125, 32.56021499633789062, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 48069), -- Large Crate (Area: Orgrimmar - Difficulty: 0) +(@OGUID+159, 201752, 1, 14, 4982, '0', 0, 0, 1394.18408203125, -4484.10791015625, 31.24832916259765625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 48069), -- Large Crate (Area: Orgrimmar - Difficulty: 0) +(@OGUID+160, 201752, 1, 14, 4982, '0', 0, 0, 1397.376708984375, -4488.02099609375, 33.71861648559570312, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 48069), -- Large Crate (Area: Orgrimmar - Difficulty: 0) +(@OGUID+161, 201752, 1, 14, 4982, '0', 0, 0, 1394.0416259765625, -4488.3974609375, 31.47749519348144531, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 48069), -- Large Crate (Area: Orgrimmar - Difficulty: 0) +(@OGUID+162, 201778, 1, 14, 4982, '0', 0, 0, 1393.6771240234375, -4486.033203125, 32.672271728515625, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Orgrimmar - Difficulty: 0) +(@OGUID+163, 201778, 1, 14, 4982, '0', 0, 0, 1394.2603759765625, -4484.3681640625, 32.50795745849609375, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 48069); -- Crown Chemical Co. Supplies (Area: Orgrimmar - Difficulty: 0) + +UPDATE `gameobject` SET `phaseUseFlags`=1 WHERE `guid` BETWEEN @OGUID+153 AND @OGUID+163; + +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+149 AND @OGUID+151; +INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `invisibilityType`, `invisibilityValue`, `WorldEffectID`, `AIAnimKitID`) VALUES +(@OGUID+149, 0, 0, 0, 1, 9, 1001, 0, 0), +(@OGUID+150, 0, 0, 0, 1, 9, 1001, 0, 0), +(@OGUID+151, 0, 0, 0, 1, 9, 1001, 0, 0); + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+17; +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), +(@EVENT, @CGUID+6), +(@EVENT, @CGUID+7), +(@EVENT, @CGUID+8), +(@EVENT, @CGUID+9), +(@EVENT, @CGUID+10), +(@EVENT, @CGUID+11), +(@EVENT, @CGUID+12), +(@EVENT, @CGUID+13), +(@EVENT, @CGUID+14), +(@EVENT, @CGUID+15), +(@EVENT, @CGUID+16), +(@EVENT, @CGUID+17); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+163; +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); diff --git a/sql/updates/world/master/2023_02_20_09_world.sql b/sql/updates/world/master/2023_02_20_09_world.sql new file mode 100644 index 000000000..c8b5e304b --- /dev/null +++ b/sql/updates/world/master/2023_02_20_09_world.sql @@ -0,0 +1,329 @@ +SET @CGUID := 3000050; +SET @OGUID := 3001025; +SET @EVENT := 8; + +-- Creature templates +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `npcflag`=3, `unit_flags`=512 WHERE `entry`=38295; -- Junior Detective +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `speed_run`=1, `unit_flags`=32768 WHERE `entry`=38044; -- Kwee Q. Peddlefeet + +DELETE FROM `creature_template_addon` WHERE `entry` IN (38295, 38044); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(38295, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- 38295 (Junior Detective) +(38044, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 38044 (Kwee Q. Peddlefeet) + +-- Gossips +UPDATE `gossip_menu` SET `VerifiedBuild`=48069 WHERE (`MenuID`=10991 AND `TextID`=15284); + +-- Equipments +UPDATE `creature_equip_template` SET `VerifiedBuild`=48069 WHERE (`ID`=1 AND `CreatureID` IN (133271,133218,96470,52651,51640,51639,51638,51372,51143,50483,47589,47572,43892,43883,43881,43870,43796,43795,43004,43001,36648,34978,34976,34766,30709,14442,14441,14440,11084,11071,11047,10881,10278,10086,10054,9087,9076,8664,8401,8398,8364,8363,8362,8361,8357,8356,7089,6746,6410,6393,5957,5906,5770,5769,5599,5543,5189,5054,4943,4721,3978,3447,3441,3419,3095,3093,3092,3084,3083,3050,3049,3048,3047,3046,3045,3044,3043,3042,3041,3040,3039,3038,3037,3036,3034,3033,3029,3028,3027,3026,3025,3024,3023,3022,3021,3020,3019,3018,3017,3016,3015,3014,3013,3012,3011,3010,3009,3008,3007,3005,3004,3003,3002,3001,2999,2998,2997,2996,2995,2798)); + +-- Models +DELETE FROM `creature_model_info` WHERE `DisplayID` IN (110602, 110598, 110597, 110595, 110594, 110593, 110589); +INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES +(110602, 0.698000013828277587, 3, 0, 48069), +(110598, 0.722000002861022949, 3, 0, 48069), +(110597, 0.698000013828277587, 3, 0, 48069), +(110595, 0.722000002861022949, 3, 0, 48069), +(110594, 0.698000013828277587, 3, 0, 48069), +(110593, 0.698000013828277587, 3, 0, 48069), +(110589, 0.722000002861022949, 3, 0, 48069); + +UPDATE `creature_model_info` SET `VerifiedBuild`=48069 WHERE `DisplayID` IN (82820, 82821, 83225, 82748, 74863, 64916, 42497, 45958, 38011, 38010, 38009, 38006, 37564, 37563, 37562, 37400, 37343, 37344, 37342, 37345, 37013, 37022, 35712, 35697, 33550, 33544, 33542, 33540, 29250, 29249, 33539, 33524, 31016, 30272, 29503, 29502, 29398, 27289, 27257, 14496, 14495, 14494, 10617, 10614, 10586, 10577, 10188, 9742, 9337, 9272, 8356, 8355, 7998, 7999, 7936, 7629, 10689, 7627, 7628, 7626, 7625, 7624, 7623, 7622, 7620, 7621, 5847, 5487, 5372, 5371, 4959, 4665, 4542, 4513, 4519, 3550, 3371, 3129, 3002, 2951, 2738, 43948, 1547, 4518, 1056, 4383, 4520, 1814, 2132, 2129, 2133, 2140, 4517, 2135, 6058, 2134, 2137, 2138, 2139, 2113, 2096, 2103, 2105, 2087, 2112, 2122, 2115, 1059, 2121, 2106, 2120, 2088, 2095, 2107, 2111, 2097, 2125, 2124, 2089, 2085, 2084, 2086, 2117, 2099, 2114, 2119, 2091, 2118, 2101, 2116, 2108, 2094, 2127, 2093, 2126, 2109, 2092, 2083, 2100, 2090, 2110, 2104, 2098, 10869, 1255, 161, 643, 1221, 1220, 2131, 1072, 4626); +UPDATE `creature_model_info` SET `BoundingRadius`=1.374822378158569335, `CombatReach`=1.105102062225341796, `VerifiedBuild`=48069 WHERE `DisplayID`=1228; + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE (`DifficultyID`=0 AND `Entry` IN (199258,199245,199241,199240,199239,199225,199222,38295,38044)); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(199258, 0, 0, 0, 865, 48069), +(199245, 0, 0, 0, 865, 48069), +(199241, 0, 0, 0, 865, 48069), +(199240, 0, 0, 0, 865, 48069), +(199239, 0, 0, 0, 865, 48069), +(199225, 0, 0, 0, 865, 48069), +(199222, 0, 0, 0, 865, 48069), +(38295, 0, 0, 0, 378, 48069), +(38044, 0, 0, 0, 378, 48069); + +UPDATE `creature_template_scaling` SET `VerifiedBuild`=48069 WHERE (`DifficultyID`=0 AND `Entry` IN (133218,118512,96470,62462,62176,61143,61141,52658,52657,52655,52651,51640,51639,51638,51503,51372,51143,50483,47589,47572,43892,43883,43881,43870,43796,43795,43004,43001,36648,34978,34976,34766,30724,30709,15164,14442,14441,14440,12383,11084,11071,11051,11047,10881,10278,10086,10054,9087,9076,8722,8674,8664,8401,8398,8364,8363,8362,8361,8360,8359,8358,8357,8356,7089,6746,6410,6393,6271,5957,5906,5770,5769,5599,5543,5189,5054,4943,4721,4166,3978,3566,3447,3441,3419,3095,3093,3092,3083,3050,3049,3048,3047,3046,3045,3044,3043,3042,3041,3040,3039,3038,3037,3036,3035,3034,3033,3029,3028,3027,3026,3025,3024,3023,3022,3021,3020,3019,3018,3017,3016,3015,3014,3013,3012,3011,3010,3009,3008,3007,3005,3004,3003,3002,3001,2999,2998,2997,2996,2995,2971,2969,2965,2964,2960,2959,2957,2956,2798,2620,721)); + +-- Quests +UPDATE `quest_poi` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24614 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24614 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=24805 AND `BlobIndex`=4 AND `Idx1`=5) OR (`QuestID`=24805 AND `BlobIndex`=3 AND `Idx1`=4) OR (`QuestID`=24805 AND `BlobIndex`=2 AND `Idx1`=3) OR (`QuestID`=24805 AND `BlobIndex`=1 AND `Idx1`=2) OR (`QuestID`=24805 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24805 AND `BlobIndex`=0 AND `Idx1`=0); + +UPDATE `quest_poi_points` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24614 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24614 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=24805 AND `Idx1`=5 AND `Idx2`=0) OR (`QuestID`=24805 AND `Idx1`=4 AND `Idx2`=0) OR (`QuestID`=24805 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=24805 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24805 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24805 AND `Idx1`=0 AND `Idx2`=0); + +DELETE FROM `quest_details` WHERE `ID` IN (24614 /*A Gift for the High Chieftain*/, 24805 /*Uncommon Scents*/); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(24614, 0, 0, 0, 0, 0, 0, 0, 0, 48069), -- A Gift for the High Chieftain +(24805, 1, 0, 0, 0, 0, 0, 0, 0, 48069); -- Uncommon Scents + +DELETE FROM `creature_queststarter` WHERE (`id`=38044 AND `quest`=24614) OR (`id`=38295 AND `quest`=24805); +INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(38044, 24614, 48069), -- A Gift for the High Chieftain offered Kwee Q. Peddlefeet +(38295, 24805, 48069); -- Uncommon Scents offered Junior Detective + +DELETE FROM `game_event_creature_quest` WHERE (`id`=38044 AND `quest`=24614) OR (`id`=38295 AND `quest`=24805); + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+4; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 37674, 1, 1638, 5345, '0', 0, 0, 0, 0, -1218.8819580078125, 63.5868072509765625, 130.904083251953125, 3.455751895904541015, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Lovely Merchant (Area: Thunder Bluff - Difficulty: 0) (Auras: ) +(@CGUID+1, 37675, 1, 1638, 5345, '0', 0, 0, 0, 0, -1218.1666259765625, 61.68402862548828125, 130.866973876953125, 3.665191411972045898, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Public Relations Agent (Area: Thunder Bluff - Difficulty: 0) (Auras: ) +(@CGUID+2, 38044, 1, 1638, 5345, '0', 0, 0, 0, 0, -1216.001708984375, 57.39409637451171875, 130.0072784423828125, 3.769911050796508789, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Kwee Q. Peddlefeet (Area: Thunder Bluff - Difficulty: 0) +(@CGUID+3, 38295, 1, 1638, 5345, '0', 0, 0, 0, 0, -1238.6666259765625, 55.02777862548828125, 127.1610794067382812, 0.48869219422340393, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Junior Detective (Area: Thunder Bluff - Difficulty: 0) (Auras: ) +(@CGUID+4, 40438, 1, 1638, 5345, '0', 0, 0, 0, 0, -1273.0242919921875, 71.2743072509765625, 128.0668182373046875, 5.8817596435546875, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069); -- Steamwheedle Shyster (Area: Thunder Bluff - Difficulty: 0) + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+119; +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, -1297.6649169921875, 192.8706817626953125, 137.1883697509765625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+1, 181014, 1, 1638, 5345, '0', 0, 0, -1204.99658203125, 134.3524932861328125, 149.1890411376953125, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+2, 181014, 1, 1638, 5345, '0', 0, 0, -1210.715087890625, 34.21560287475585937, 192.2454376220703125, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@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, 48069), -- Hanging, Square, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+4, 181014, 1, 1638, 5345, '0', 0, 0, -1123.9444580078125, 65.1875, 158.3504791259765625, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+5, 181014, 1, 1638, 5345, '0', 0, 0, -1236.5347900390625, -90.0243072509765625, 178.07391357421875, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+6, 181014, 1, 1638, 5345, '0', 0, 0, -1180.6649169921875, -92.8975677490234375, 177.5315704345703125, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+7, 181014, 1, 1638, 5345, '0', 0, 0, -1108.482666015625, -10.3020830154418945, 157.7762603759765625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+8, 181014, 1, 1638, 5345, '0', 0, 0, -1028.031005859375, -41.6272773742675781, 147.1649627685546875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+9, 181015, 1, 1638, 5345, '0', 0, 0, -1215.689208984375, 65.04340362548828125, 129.9542236328125, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+10, 181015, 1, 1638, 5345, '0', 0, 0, -1218.12158203125, 61.67013931274414062, 129.6227569580078125, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+11, 181015, 1, 1638, 5345, '0', 0, 0, -1218.8367919921875, 63.53819656372070312, 129.6519317626953125, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+12, 181015, 1, 1638, 5345, '0', 0, 0, -1215.1336669921875, 63.625, 129.957733154296875, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+13, 181015, 1, 1638, 5345, '0', 0, 0, -1215.4166259765625, 64.47916412353515625, 131.1912384033203125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+14, 181016, 1, 1638, 5345, '0', 0, 0, -1304.96533203125, 144.895233154296875, 131.3851318359375, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+15, 181016, 1, 1638, 5345, '0', 0, 0, -1290.703125, 150.55035400390625, 129.7427978515625, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+16, 181016, 1, 1638, 5345, '0', 0, 0, -1277.2467041015625, 162.139190673828125, 131.1357269287109375, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+17, 181016, 1, 1638, 5345, '0', 0, 0, -1292.9110107421875, 49.4334869384765625, 129.2085113525390625, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+18, 181016, 1, 1638, 5345, '0', 0, 0, -1287.728759765625, 37.0892486572265625, 129.2085113525390625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+19, 181016, 1, 1638, 5345, '0', 0, 0, -1202.386474609375, 25.20323371887207031, 176.9491729736328125, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+20, 181016, 1, 1638, 5345, '0', 0, 0, -1263.3033447265625, 18.50992774963378906, 128.1865692138671875, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+21, 181016, 1, 1638, 5345, '0', 0, 0, -1250.871826171875, 27.58224868774414062, 128.18658447265625, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+22, 181016, 1, 1638, 5345, '0', 0, 0, -1265.9132080078125, 26.07470703125, 128.18658447265625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+23, 181016, 1, 1638, 5345, '0', 0, 0, -1190.9443359375, 25.93354034423828125, 176.9491729736328125, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+24, 181016, 1, 1638, 5345, '0', 0, 0, -1251.76806640625, 20.05962562561035156, 128.18658447265625, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+25, 181016, 1, 1638, 5345, '0', 0, 0, -1399.608642578125, -48.9439010620117187, 156.6848907470703125, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+26, 181016, 1, 1638, 5345, '0', 0, 0, -1385.486083984375, -58.1903228759765625, 158.535247802734375, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+27, 181016, 1, 1638, 5345, '0', 0, 0, -1067.5364990234375, -18.40625, 140.60736083984375, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+28, 181016, 1, 1638, 5345, '0', 0, 0, -1059.1336669921875, -7.60405778884887695, 141.3106536865234375, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+29, 181016, 1, 1638, 5345, '0', 0, 0, -1071.9114990234375, -32.9583320617675781, 141.3477783203125, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+30, 181016, 1, 1638, 5345, '0', 0, 0, -1069.7593994140625, 187.88482666015625, 107.7155838012695312, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+31, 181016, 1, 1638, 5345, '0', 0, 0, -1074.3677978515625, 218.6214447021484375, 110.2166366577148437, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+32, 181016, 1, 1638, 5345, '0', 0, 0, -1021.12567138671875, 192.480224609375, 135.497314453125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+33, 181016, 1, 1638, 5345, '0', 0, 0, -1031.923828125, 202.6702423095703125, 135.269744873046875, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+34, 181016, 1, 1638, 1640, '0', 0, 0, -1079.052978515625, 228.9611358642578125, 112.2561416625976562, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Spirit Rise - Difficulty: 0) +(@OGUID+35, 181016, 1, 1638, 1640, '0', 0, 0, -1000.06927490234375, 264.76171875, 137.5902252197265625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Spirit Rise - Difficulty: 0) +(@OGUID+36, 181016, 1, 1638, 2197, '0', 0, 0, -989.99456787109375, 260.398284912109375, 137.5902099609375, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Pools of Vision - Difficulty: 0) +(@OGUID+37, 181016, 1, 1638, 5345, '0', 0, 0, -1059.8780517578125, 187.7550201416015625, 107.2493667602539062, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+38, 181016, 1, 1638, 2197, '0', 0, 0, -998.57305908203125, 280.934417724609375, 111.9098663330078125, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Pools of Vision - Difficulty: 0) +(@OGUID+39, 181016, 1, 1638, 2197, '0', 0, 0, -956.91461181640625, 267.94720458984375, 104.9567337036132812, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Pools of Vision - Difficulty: 0) +(@OGUID+40, 181016, 1, 1638, 2197, '0', 0, 0, -938.90625, 278.451385498046875, 111.7419204711914062, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: The Pools of Vision - Difficulty: 0) +(@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, 48069), -- Hanging, Streamer - Val (Area: Thunder Bluff - Difficulty: 0) +(@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, 48069), -- Hanging, Streamer - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+43, 181019, 1, 1638, 5345, '0', 0, 0, -1290.5570068359375, 49.20296096801757812, 138.7949066162109375, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+44, 181020, 1, 1638, 5345, '0', 0, 0, -1200.7392578125, 40.05040359497070312, 180.8592529296875, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+45, 181020, 1, 1638, 5345, '0', 0, 0, -1204.6141357421875, 25.11626625061035156, 181.1231231689453125, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+46, 181020, 1, 1638, 5345, '0', 0, 0, -1189.541259765625, 36.99929428100585937, 180.6167144775390625, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+47, 181020, 1, 1638, 5345, '0', 0, 0, -1192.921875, 22.21918487548828125, 181.239837646484375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+48, 181020, 1, 1638, 5345, '0', 0, 0, -1146.219970703125, 17.28130531311035156, 150.334930419921875, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+49, 181020, 1, 1638, 0, '0', 0, 0, -1248.75, -62.7546653747558593, 170.3091888427734375, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+50, 181020, 1, 1638, 0, '0', 0, 0, -1423.9271240234375, -109.048622131347656, 167.309967041015625, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+51, 181020, 1, 1638, 5345, '0', 0, 0, -1175.136962890625, -48.8111457824707031, 167.6138153076171875, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@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, 48069), -- Hanging, Square, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+53, 181020, 1, 1638, 5345, '0', 0, 0, -1057.5440673828125, -259.68505859375, 168.674072265625, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+54, 181021, 1, 1638, 5345, '0', 0, 0, -1277.654052734375, 49.86848831176757812, 144.23760986328125, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 48069), -- Hanging, Door - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+55, 181027, 1, 1638, 5345, '0', 0, 0, -1261.5184326171875, 94.57465362548828125, 127.886383056640625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+56, 181027, 1, 1638, 5345, '0', 0, 0, -1266.0574951171875, 100.9608001708984375, 127.886383056640625, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+57, 181027, 1, 1638, 5345, '0', 0, 0, -1256.9385986328125, 101.0687408447265625, 127.886383056640625, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+58, 181060, 1, 1638, 5345, '0', 0, 0, -1258.5885009765625, 134.4774322509765625, 135.557403564453125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+59, 181060, 1, 1638, 5345, '0', 0, 0, -1218.060791015625, 145.6770782470703125, 136.9156036376953125, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+60, 181060, 1, 1638, 5345, '0', 0, 0, -1292.994140625, 112.3231430053710937, 134.36663818359375, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+61, 181060, 1, 1638, 5345, '0', 0, 0, -1243.2122802734375, 137.3705291748046875, 136.0482940673828125, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+62, 181060, 1, 1638, 5345, '0', 0, 0, -1292.634765625, 114.8027725219726562, 134.36663818359375, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+63, 181060, 1, 1638, 5345, '0', 0, 0, -1245.642333984375, 137.2523345947265625, 136.0482940673828125, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+64, 181060, 1, 1638, 5345, '0', 0, 0, -1278.8707275390625, 81.89482879638671875, 131.8394927978515625, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+65, 181060, 1, 1638, 5345, '0', 0, 0, -1294.2308349609375, 97.88785552978515625, 133.6595458984375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+66, 181060, 1, 1638, 5345, '0', 0, 0, -1288.8802490234375, 130.986602783203125, 134.571075439453125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+67, 181060, 1, 1638, 5345, '0', 0, 0, -1220.5035400390625, 145.8506927490234375, 136.915618896484375, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+68, 181060, 1, 1638, 5345, '0', 0, 0, -1295.1300048828125, 100.2773971557617187, 133.6595458984375, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+69, 181060, 1, 1638, 5345, '0', 0, 0, -1290.470458984375, 132.9488983154296875, 134.571075439453125, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+70, 181060, 1, 1638, 5345, '0', 0, 0, -1261.0103759765625, 134.4913177490234375, 135.5670928955078125, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+71, 181060, 1, 1638, 5345, '0', 0, 0, -1234.4388427734375, 84.67583465576171875, 133.53326416015625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+72, 181060, 1, 1638, 5345, '0', 0, 0, -1253.876220703125, 51.97222137451171875, 129.9654693603515625, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+73, 181060, 1, 1638, 5345, '0', 0, 0, -1277.001220703125, 80.466064453125, 131.8394927978515625, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+74, 181060, 1, 1638, 5345, '0', 0, 0, -1236.0772705078125, 82.8995208740234375, 133.53326416015625, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+75, 181060, 1, 1638, 5345, '0', 0, 0, -1224.4246826171875, 81.43978118896484375, 133.7146759033203125, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+76, 181060, 1, 1638, 5345, '0', 0, 0, -1226.719970703125, 80.64111328125, 133.7146759033203125, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+77, 181060, 1, 1638, 5345, '0', 0, 0, -1256.150390625, 51.2523345947265625, 129.9654693603515625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+78, 181060, 1, 1638, 5345, '0', 0, 0, -1226.410400390625, 45.39122390747070312, 131.0964813232421875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+79, 181060, 1, 1638, 5345, '0', 0, 0, -1228.7491455078125, 45.35286331176757812, 131.0964813232421875, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+80, 181060, 1, 1638, 5345, '0', 0, 0, -1147.0972900390625, 26.90738868713378906, 148.4151763916015625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+81, 181060, 1, 1638, 5345, '0', 0, 0, -1139.33447265625, 50.64811325073242187, 147.170196533203125, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+82, 181060, 1, 1638, 5345, '0', 0, 0, -1160.0379638671875, 29.34076690673828125, 149.0304718017578125, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+83, 181060, 1, 1638, 5345, '0', 0, 0, -1162.2547607421875, 29.90814971923828125, 149.0304718017578125, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+84, 181060, 1, 1638, 5345, '0', 0, 0, -1149.4215087890625, 27.28667640686035156, 148.4151763916015625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+85, 181060, 1, 1638, 5345, '0', 0, 0, -1140.3104248046875, 48.54817581176757812, 147.170196533203125, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+87, 181060, 1, 1638, 5345, '0', 0, 0, -1193.2265625, -7.46245718002319335, 168.891204833984375, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+88, 181060, 1, 1638, 5345, '0', 0, 0, -1213.212158203125, -10.1758899688720703, 169.180908203125, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+89, 181060, 1, 1638, 5345, '0', 0, 0, -1192.8543701171875, -5.08306217193603515, 168.891204833984375, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+90, 181060, 1, 1638, 5345, '0', 0, 0, -1230.7047119140625, -41.4822044372558593, 167.7692718505859375, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+91, 181060, 1, 1638, 5345, '0', 0, 0, -1118.2960205078125, 39.44601821899414062, 144.7226409912109375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+92, 181060, 1, 1638, 5345, '0', 0, 0, -1114.9776611328125, 7.12733316421508789, 145.23272705078125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+93, 181060, 1, 1638, 5345, '0', 0, 0, -1118.1959228515625, 37.14789581298828125, 144.7226409912109375, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+94, 181060, 1, 1638, 5345, '0', 0, 0, -1231.693603515625, -43.6813163757324218, 167.7692718505859375, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+95, 181060, 1, 1638, 0, '0', 0, 0, -1235.884521484375, -55.7594947814941406, 166.207275390625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+96, 181060, 1, 1638, 0, '0', 0, 0, -1236.0909423828125, -58.232421875, 166.207275390625, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+97, 181060, 1, 1638, 0, '0', 0, 0, -1406.429443359375, -109.241539001464843, 162.2984161376953125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+98, 181060, 1, 1638, 0, '0', 0, 0, -1407.6434326171875, -111.458282470703125, 162.2984161376953125, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+99, 181060, 1, 1638, 5345, '0', 0, 0, -1174.347900390625, -72.669219970703125, 165.6610870361328125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+100, 181060, 1, 1638, 5345, '0', 0, 0, -1183.1595458984375, -54.9835090637207031, 165.0548858642578125, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+101, 181060, 1, 1638, 5345, '0', 0, 0, -1187.5284423828125, -36.2961158752441406, 166.353759765625, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+102, 181060, 1, 1638, 5345, '0', 0, 0, -1186.3060302734375, -38.4025077819824218, 166.353759765625, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+103, 181060, 1, 1638, 5345, '0', 0, 0, -1174.2098388671875, -75.0950546264648437, 165.6610870361328125, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+104, 181060, 1, 1638, 5345, '0', 0, 0, -1183.140625, -57.48828125, 165.0548858642578125, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+105, 181060, 1, 1638, 5345, '0', 0, 0, -1114.4302978515625, 4.692165851593017578, 145.2327423095703125, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+106, 181060, 1, 1638, 5345, '0', 0, 0, -1103.803466796875, 21.81060218811035156, 143.860504150390625, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+107, 181060, 1, 1638, 5345, '0', 0, 0, -1102.7022705078125, 19.67789649963378906, 143.860504150390625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+108, 181060, 1, 1638, 5345, '0', 0, 0, -1091.0267333984375, 1.14784097671508789, 143.9541015625, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+109, 181060, 1, 1638, 5345, '0', 0, 0, -1091.3724365234375, -1.32107198238372802, 143.9541015625, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+110, 181060, 1, 1638, 5345, '0', 0, 0, -1041.5947265625, -213.362518310546875, 162.631591796875, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+111, 181060, 1, 1638, 5345, '0', 0, 0, -1066.189697265625, -241.400283813476562, 162.2833099365234375, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+112, 181060, 1, 1638, 5345, '0', 0, 0, -1042.255859375, -215.808914184570312, 162.6315765380859375, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+113, 181060, 1, 1638, 5345, '0', 0, 0, -1063.76025390625, -241.52203369140625, 162.2833099365234375, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+114, 181060, 1, 1638, 1640, '0', 0, 0, -1000.31182861328125, 230.149932861328125, 138.291107177734375, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Spirit Rise - Difficulty: 0) +(@OGUID+115, 181060, 1, 1638, 1640, '0', 0, 0, -991.78668212890625, 211.693389892578125, 138.7931671142578125, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Spirit Rise - Difficulty: 0) +(@OGUID+116, 181060, 1, 1638, 1640, '0', 0, 0, -993.94464111328125, 210.49053955078125, 138.7931671142578125, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Spirit Rise - Difficulty: 0) +(@OGUID+117, 181060, 1, 1638, 1640, '0', 0, 0, -1002.318603515625, 231.2728729248046875, 138.291107177734375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Spirit Rise - Difficulty: 0) +(@OGUID+118, 195266, 1, 1638, 5345, '0', 0, 0, -1259.4410400390625, 39.81076431274414062, 133.9119720458984375, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 48069), -- Hanging, Streamer - Brewfest (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+119, 201940, 1, 1638, 5345, '0', 0, 0, -1217.9444580078125, 62.78819656372070312, 129.7745819091796875, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 48069); -- Valentine Arch (x2.00) (Area: Thunder Bluff - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+4; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(@EVENT, @CGUID+0), +(@EVENT, @CGUID+1), +(@EVENT, @CGUID+2), +(@EVENT, @CGUID+3), +(@EVENT, @CGUID+4); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+119; +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); diff --git a/sql/updates/world/master/2023_02_20_10_world.sql b/sql/updates/world/master/2023_02_20_10_world.sql new file mode 100644 index 000000000..0574527df --- /dev/null +++ b/sql/updates/world/master/2023_02_20_10_world.sql @@ -0,0 +1,312 @@ +SET @CGUID := 3000055; +SET @OGUID := 3001145; +SET @EVENT := 8; + +-- Creature templates +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `speed_run`=1, `unit_flags`=32768 WHERE `entry`=38045; -- Kwee Q. Peddlefeet +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `speed_run`=1, `unit_flags`=33536, `unit_flags2`=67127296, `unit_flags3`=17301504 WHERE `entry`=37966; -- Undercity Love Boat +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `unit_flags`=33587200, `flags_extra`=`flags_extra`|128 WHERE `entry`=37964; -- [DND] Love Boat Summoner 02 + +DELETE FROM `creature_template_addon` WHERE `entry` IN (38045, 37966, 37964); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(38045, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 38045 (Kwee Q. Peddlefeet) +(37966, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 37966 (Undercity Love Boat) +(37964, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 37964 ([DND] Love Boat Summoner 02) + +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (37964, 37966); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES +(37964, 0, 0, 1, 1, 0, 0, NULL), +(37966, 0, 1, 1, 0, 0, 0, NULL); + +-- Gossips +UPDATE `gossip_menu` SET `VerifiedBuild`=48069 WHERE (`MenuID`=8217 AND `TextID`=10212); + +-- Equipments +UPDATE `creature_equip_template` SET `VerifiedBuild`=48069 WHERE (`ID`=1 AND `CreatureID` IN (53528,52319,52317,50609,50304,47587,47382,46483,39116,36517,36273,36226,36225,36224,34985,34983,30711,23776,23713,20406,16287,13839,11835,11067,11049,11048,11044,11031,10879,10781,10181,10136,10053,8403,8390,7980,7683,7297,7087,6741,6566,6522,6467,6411,6395,6293,5821,5820,5819,5754,5753,5747,5744,5733,5732,5731,5707,5706,5705,5704,5703,5702,5701,5700,5699,5698,5696,5693,5679,5675,5670,5669,5668,5665,5664,5663,5662,5661,5660,5659,5658,5657,5656,5655,5654,5653,5651,5204,5190,5052,4775,4617,4615,4614,4613,4612,4611,4610,4609,4608,4607,4605,4604,4603,4602,4601,4600,4599,4598,4597,4596,4595,4594,4593,4592,4591,4590,4589,4588,4587,4586,4585,4584,4583,4582,4581,4580,4578,4577,4576,4575,4574,4573,4572,4571,4570,4569,4568,4567,4566,4565,4564,4563,4562,4561,4560,4559,4558,4557,4556,4555,4554,4553,4552,4551,4549,4488,2934,2802,2799,2492,2459,2458,2308,2055,2050,1768,1498,223)) OR (`ID`=2 AND `CreatureID`=5697); + +-- Models +UPDATE `creature_model_info` SET `VerifiedBuild`=48069 WHERE `DisplayID` IN (74857, 74859, 74856, 74858, 74837, 74834, 74835, 74833, 74838, 74839, 74853, 74852, 74854, 74822, 65411, 64888, 44094, 45952, 9807, 4122, 4121, 4012, 8054, 37692, 38381, 38376, 37959, 37958, 37834, 37833, 35161, 1566, 66644, 36172, 35570, 34074, 34073, 34075, 34076, 34064, 30500, 32658, 34055, 34054, 34057, 34056, 34051, 34053, 34052, 34050, 31290, 31314, 30852, 16925, 24719, 30163, 30075, 30073, 30072, 30071, 30069, 29507, 29506, 27294, 27260, 26451, 25624, 25902, 21746, 11466, 4732, 19596, 16112, 9904, 9906, 15781, 15783, 15780, 15784, 15782, 13856, 13807, 13855, 13854, 11756, 11694, 10590, 10581, 10580, 10576, 10572, 10187, 10130, 28213, 9353, 9273, 7994, 7995, 7632, 7599, 7597, 7117, 14369, 6837, 6065, 5845, 5449, 5346, 5206, 5235, 5576, 4987, 7449, 4381, 4379, 4378, 4150, 4149, 4123, 4120, 856, 328, 4119, 3975, 3979, 4111, 4110, 4109, 4108, 2346, 4064, 4063, 4062, 4061, 4060, 4059, 4058, 4057, 4053, 4052, 4054, 4050, 4020, 4009, 3948, 3020, 4005, 4010, 4004, 3883, 3880, 3882, 3879, 3876, 3863, 3859, 3860, 3861, 3862, 3864, 3854, 3853, 3019, 6228, 10699, 4056, 3130, 2998, 2811, 2651, 12955, 2665, 2669, 2621, 1201, 2623, 2676, 2624, 2618, 2626, 10723, 2615, 2656, 2643, 2616, 2627, 2628, 2672, 2617, 2649, 2632, 2614, 2658, 2620, 2642, 2670, 2633, 2635, 2613, 2661, 2630, 2625, 2631, 2639, 2659, 2648, 2668, 2664, 2671, 2634, 2663, 2667, 2612, 2650, 2640, 2673, 2619, 2657, 2644, 10733, 2646, 2637, 2675, 2652, 2622, 2654, 2653, 2666, 2636, 2629, 2660, 2674, 2647, 2662, 2638, 3942, 2655, 10197, 2177, 1418, 2176, 1141, 5751, 10563, 2610, 2810, 2641, 2645, 1585, 10731, 1680, 4011, 540, 346, 9020, 4055, 10619); + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE (`DifficultyID`=0 AND `Entry` IN (38045,37966,37964,5727)); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(38045, 0, 0, 0, 378, 48069), +(37966, 0, 0, 0, 378, 48069), +(37964, 0, 0, 0, 378, 48069), +(5727, 0, 0, 0, 867, 48069); + +UPDATE `creature_template_scaling` SET `VerifiedBuild`=48069 WHERE (`DifficultyID`=0 AND `Entry` IN (118702,118629,118628,118627,118625,118624,118623,118516,118511,97766,96368,62393,61905,61889,61829,61753,61366,61169,54244,53591,53528,53517,52588,52587,52319,52317,51496,51384,50609,49965,47587,47382,46560,46559,46483,44786,44766,44764,44737,44734,44733,44732,44731,43359,39116,37574,37543,36517,36273,36226,36225,36224,36217,36213,34985,34983,34281,30729,30711,29728,29139,29095,23776,23713,23103,20725,20406,16287,16030,15686,15684,15683,15682,15676,15675,13839,11835,11750,11067,11049,11048,11044,11031,10879,10781,10181,10136,10053,8721,8672,8403,8393,8390,7980,7683,7395,7297,7087,6741,6522,6467,6411,6395,6293,6033,5821,5820,5819,5754,5753,5747,5744,5738,5736,5735,5734,5733,5732,5731,5707,5706,5705,5704,5703,5702,5701,5700,5699,5698,5697,5696,5693,5679,5675,5674,5670,5669,5668,5665,5664,5663,5662,5661,5660,5659,5658,5657,5656,5655,5654,5653,5652,5651,5624,5204,5190,5052,4775,4617,4616,4615,4614,4613,4612,4611,4610,4609,4608,4607,4606,4605,4604,4603,4602,4601,4600,4599,4598,4597,4596,4595,4594,4593,4592,4591,4590,4589,4588,4587,4586,4585,4584,4583,4582,4581,4580,4578,4577,4576,4575,4574,4573,4572,4571,4570,4569,4568,4567,4566,4565,4564,4563,4562,4561,4560,4559,4558,4557,4556,4555,4554,4553,4552,4551,4550,4549,4488,4076,4075,2934,2802,2799,2492,2459,2458,2308,2227,2055,2050,1908,1768,1548,1498,223)); + +-- Quests +UPDATE `quest_poi` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24613 AND `BlobIndex`=1 AND `Idx1`=2) OR (`QuestID`=24613 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24613 AND `BlobIndex`=0 AND `Idx1`=0); + +UPDATE `quest_poi_points` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24613 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24613 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24613 AND `Idx1`=0 AND `Idx2`=0); + +DELETE FROM `quest_details` WHERE `ID`=24613; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(24613, 0, 0, 0, 0, 0, 0, 0, 0, 48069); -- A Gift for the Banshee Queen + +DELETE FROM `creature_queststarter` WHERE (`id`=38045 AND `quest`=24613); +INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(38045, 24613, 48069); -- A Gift for the Banshee Queen offered Kwee Q. Peddlefeet + +DELETE FROM `game_event_creature_quest` WHERE (`id`=38045 AND `quest`=24613); + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid`=52030; +DELETE FROM `game_event_creature` WHERE `guid`=52030; + +-- 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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 37674, 0, 1497, 1497, '0', 0, 0, 0, 0, 1630.03125, 238.782989501953125, 65.06574249267578125, 6.230825424194335937, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Lovely Merchant (Area: 0 - Difficulty: 0) (Auras: ) +(@CGUID+1, 37675, 0, 1497, 1497, '0', 0, 0, 0, 0, 1630.0555419921875, 240.8854217529296875, 65.06858062744140625, 0.436332315206527709, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Public Relations Agent (Area: 0 - Difficulty: 0) (Auras: ) +(@CGUID+2, 37964, 0, 1497, 1497, '0', 0, 0, 0, 0, 1485.3316650390625, 348.76214599609375, -64.6302032470703125, 0.837758064270019531, 120, 0, 0, 1693785, 63100, 0, 0, 0, 0, 48069), -- [DND] Love Boat Summoner 02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@CGUID+3, 38045, 0, 1497, 1497, '0', 0, 0, 0, 0, 1630.888916015625, 234.814239501953125, 62.93344497680664062, 0.48869219422340393, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Kwee Q. Peddlefeet (Area: 0 - Difficulty: 0) +(@CGUID+4, 38295, 0, 1497, 1497, '0', 0, 0, 0, 0, 1637.90625, 256.55035400390625, 62.677490234375, 4.223696708679199218, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Junior Detective (Area: Ruins of Lordaeron - Difficulty: 0) +(@CGUID+5, 40438, 0, 1497, 1497, '0', 0, 0, 0, 0, 1637.60595703125, 239.5381927490234375, -43.0193977355957031, 3.106686115264892578, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069); -- Steamwheedle Shyster (Area: 0 - Difficulty: 0) (Auras: ) + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+113; +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, 1497, 1497, '0', 0, 0, 1627.6475830078125, 241.607635498046875, 63.7686920166015625, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+1, 181015, 0, 1497, 1497, '0', 0, 0, 1630.0850830078125, 240.8697967529296875, 63.83428192138671875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+2, 181015, 0, 1497, 1497, '0', 0, 0, 1627.9583740234375, 238.3524322509765625, 65.02048492431640625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+3, 181015, 0, 1497, 1497, '0', 0, 0, 1627.953125, 238.28125, 63.79163360595703125, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+4, 181015, 0, 1497, 1497, '0', 0, 0, 1629.99658203125, 238.7777862548828125, 63.81675338745117187, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+5, 181015, 0, 1497, 1497, '0', 0, 0, 1595.8428955078125, 240.163055419921875, -52.1429328918457031, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 48069), -- Standing, Large - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+6, 181016, 0, 1497, 1497, '0', 0, 0, 1589.828857421875, 245.835418701171875, 60.15068817138671875, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+7, 181016, 0, 1497, 1497, '0', 0, 0, 1589.5499267578125, 234.288330078125, 60.15068817138671875, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+8, 181016, 0, 1497, 1497, '0', 0, 0, 1769.0699462890625, 72.61750030517578125, -45.2478981018066406, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+9, 181016, 0, 1497, 1497, '0', 0, 0, 1761.9300537109375, 64.971099853515625, -45.2478981018066406, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+10, 181018, 0, 1497, 1497, '0', 0, 0, 1605.1632080078125, 230.5572967529296875, -47.8257369995117187, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+11, 181018, 0, 1497, 1497, '0', 0, 0, 1586.0728759765625, 250.11285400390625, -47.698760986328125, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+12, 181018, 0, 1497, 1497, '0', 0, 0, 1605.4427490234375, 249.8697967529296875, -47.7426528930664062, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+13, 181018, 0, 1497, 1497, '0', 0, 0, 1585.8629150390625, 230.6458282470703125, -47.8968849182128906, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+14, 181019, 0, 1497, 1497, '0', 0, 0, 1715.1348876953125, 232.0016021728515625, -41.2660484313964843, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+15, 181019, 0, 1497, 1497, '0', 0, 0, 1700.9322509765625, 241.1961822509765625, -40.1241340637207031, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+16, 181019, 0, 1497, 1497, '0', 0, 0, 1702.40625, 232.1041717529296875, -41.2568702697753906, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+17, 181019, 0, 1497, 1497, '0', 0, 0, 1700.8992919921875, 237.7465362548828125, -40.1240653991699218, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+18, 181019, 0, 1497, 1497, '0', 0, 0, 1708.2965087890625, 231.7843780517578125, -41.2570877075195312, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+19, 181019, 0, 1497, 1497, '0', 0, 0, 1690.9288330078125, 232.203125, -41.2571563720703125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+20, 181019, 0, 1497, 1497, '0', 0, 0, 1682.9410400390625, 232.4444427490234375, -41.25701904296875, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+21, 181019, 0, 1497, 1497, '0', 0, 0, 1590.3524169921875, 206.828125, -54.266571044921875, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+22, 181019, 0, 1497, 1497, '0', 0, 0, 1586.315185546875, 277.427825927734375, -54.2526359558105468, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+23, 181019, 0, 1497, 1497, '0', 0, 0, 1605.6944580078125, 276.23785400390625, -54.2526283264160156, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+24, 181019, 0, 1497, 1497, '0', 0, 0, 1714.6978759765625, 246.5416717529296875, -41.2577400207519531, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+25, 181019, 0, 1497, 1497, '0', 0, 0, 1708.935791015625, 246.7256927490234375, -41.2577285766601562, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+26, 181019, 0, 1497, 1497, '0', 0, 0, 1690.7396240234375, 247.125, -41.2577095031738281, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+27, 181019, 0, 1497, 1497, '0', 0, 0, 1702.2708740234375, 246.8350677490234375, -41.2572784423828125, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+28, 181019, 0, 1497, 1497, '0', 0, 0, 1682.744873046875, 246.8034210205078125, -41.2576675415039062, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+29, 181025, 0, 1497, 1497, '0', 0, 0, 1783.2021484375, 237.7364959716796875, -50.62408447265625, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+30, 181025, 0, 1497, 1497, '0', 0, 0, 1719.1656494140625, 239.08837890625, -24.510965347290039, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+31, 181025, 0, 1497, 1497, '0', 0, 0, 1594.3900146484375, 52.9281005859375, -50.7142982482910156, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+32, 181025, 0, 1497, 1497, '0', 0, 0, 1408.340087890625, 241.41070556640625, -50.6635971069335937, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+33, 181025, 0, 1497, 1497, '0', 0, 0, 1702.953125, 531.1961669921875, -3.7574169635772705, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+34, 181025, 0, 1497, 1497, '0', 0, 0, 1696.1666259765625, 524.71875, -3.46358394622802734, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+35, 181027, 0, 1497, 1497, '0', 0, 0, 1757.701416015625, 242.39410400390625, -64.4785614013671875, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+36, 181027, 0, 1497, 1497, '0', 0, 0, 1743.01220703125, 196.17535400390625, -64.4785614013671875, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+37, 181027, 0, 1497, 1497, '0', 0, 0, 1751.6961669921875, 277.83160400390625, -64.4785614013671875, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+38, 181027, 0, 1497, 1497, '0', 0, 0, 1735.892333984375, 157.373260498046875, -64.4785614013671875, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+39, 181027, 0, 1497, 1497, '0', 0, 0, 1704.9322509765625, 125.1614608764648437, -67.8613357543945312, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+40, 181027, 0, 1497, 1497, '0', 0, 0, 1667.69970703125, 107.447906494140625, -64.4785614013671875, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+41, 181027, 0, 1497, 1497, '0', 0, 0, 1634.06005859375, 90.87000274658203125, -64.4785614013671875, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+42, 181027, 0, 1497, 1497, '0', 0, 0, 1609.729248046875, 208.7392120361328125, -64.4785614013671875, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+43, 181027, 0, 1497, 1497, '0', 0, 0, 1594.96533203125, 77.49826812744140625, -64.4785614013671875, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+44, 181027, 0, 1497, 1497, '0', 0, 0, 1581.261962890625, 208.7772979736328125, -64.4785614013671875, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+45, 181027, 0, 1497, 1497, '0', 0, 0, 1556.19970703125, 83.13541412353515625, -64.4785614013671875, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+46, 181027, 0, 1497, 1497, '0', 0, 0, 1513.7083740234375, 100.5572891235351562, -64.4785614013671875, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+47, 181027, 0, 1497, 1497, '0', 0, 0, 1481.61328125, 127.7064132690429687, -64.4785614013671875, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+48, 181027, 0, 1497, 1497, '0', 0, 0, 1453.279541015625, 159.7118072509765625, -64.4785614013671875, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+49, 181027, 0, 1497, 1497, '0', 0, 0, 1452.7066650390625, 187.1041717529296875, -64.4785614013671875, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+50, 181027, 0, 1497, 1497, '0', 0, 0, 1442.8680419921875, 242.888885498046875, -64.4785614013671875, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+51, 181027, 0, 1497, 1497, '0', 0, 0, 1452.1944580078125, 294.993072509765625, -64.4785614013671875, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+52, 181027, 0, 1497, 1497, '0', 0, 0, 1455.0382080078125, 322.291656494140625, -64.4785614013671875, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+53, 181027, 0, 1497, 1497, '0', 0, 0, 1480.517333984375, 358.368072509765625, -64.4785614013671875, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+54, 181027, 0, 1497, 1497, '0', 0, 0, 1515.90625, 382.6632080078125, -64.4785614013671875, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+55, 181027, 0, 1497, 1497, '0', 0, 0, 1554.5572509765625, 396.56597900390625, -64.4785614013671875, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+56, 181027, 0, 1497, 1497, '0', 0, 0, 1582.8155517578125, 270.91943359375, -64.4785614013671875, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+57, 181027, 0, 1497, 1497, '0', 0, 0, 1611.554931640625, 269.952301025390625, -64.4785614013671875, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+58, 181027, 0, 1497, 1497, '0', 0, 0, 1596.826416015625, 392.0069580078125, -64.4785614013671875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+59, 181027, 0, 1497, 1497, '0', 0, 0, 1636.529541015625, 389.251739501953125, -64.4785614013671875, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+60, 181027, 0, 1497, 1497, '0', 0, 0, 1686.798583984375, 364.626739501953125, -64.4785614013671875, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+61, 181027, 0, 1497, 1497, '0', 0, 0, 1720.8299560546875, 336.019012451171875, -67.5817031860351562, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+62, 181060, 0, 1497, 1497, '0', 0, 0, 1772.4000244140625, 72.19210052490234375, -45.2444992065429687, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+63, 181060, 0, 1497, 1497, '0', 0, 0, 1762, 61.73509979248046875, -45.2444992065429687, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+64, 181060, 0, 1497, 1497, '0', 0, 0, 1633.423583984375, 227.125, -34.8087158203125, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+65, 181060, 0, 1497, 1497, '0', 0, 0, 1620.7291259765625, 209.984375, -34.84014892578125, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+66, 181060, 0, 1497, 1497, '0', 0, 0, 1618.0833740234375, 205.6163177490234375, -40.7263679504394531, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+67, 181060, 0, 1497, 1497, '0', 0, 0, 1603.578125, 198.9774322509765625, -40.7299537658691406, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+68, 181060, 0, 1497, 1497, '0', 0, 0, 1629.359375, 216.486114501953125, -40.6939468383789062, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+69, 181060, 0, 1497, 1497, '0', 0, 0, 1607.40625, 202.19097900390625, -34.8443832397460937, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+70, 181060, 0, 1497, 1497, '0', 0, 0, 1624.9305419921875, 214.1336822509765625, -34.8113288879394531, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+71, 181060, 0, 1497, 1497, '0', 0, 0, 1630.38720703125, 221.2916717529296875, -34.8106613159179687, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+72, 181060, 0, 1497, 1497, '0', 0, 0, 1613.23095703125, 204.8854217529296875, -34.8433265686035156, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+73, 181060, 0, 1497, 1497, '0', 0, 0, 1636.8072509765625, 230.7916717529296875, -40.6942138671875, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+74, 181060, 0, 1497, 1497, '0', 0, 0, 1572.717041015625, 205.9913177490234375, -40.7268295288085937, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+75, 181060, 0, 1497, 1497, '0', 0, 0, 1600.7476806640625, 223.210479736328125, 60.1515045166015625, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+76, 181060, 0, 1497, 1497, '0', 0, 0, 1583.3228759765625, 202.3871612548828125, -34.8442459106445312, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+77, 181060, 0, 1497, 1497, '0', 0, 0, 1577.5816650390625, 205.1840362548828125, -34.8433837890625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+78, 181060, 0, 1497, 1497, '0', 0, 0, 1590.3629150390625, 223.3343353271484375, 60.1515045166015625, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+79, 181060, 0, 1497, 1497, '0', 0, 0, 1636.0260009765625, 235.576385498046875, -34.8121871948242187, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+80, 181060, 0, 1497, 1497, '0', 0, 0, 1636.1007080078125, 244.3541717529296875, -34.8122482299804687, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+81, 181060, 0, 1497, 1497, '0', 0, 0, 1587.1319580078125, 199.11285400390625, -40.72998046875, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+82, 181060, 0, 1497, 1497, '0', 0, 0, 1570.1666259765625, 210.420135498046875, -34.8405036926269531, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: 0 - Difficulty: 0) +(@OGUID+83, 181060, 0, 1497, 1497, '0', 0, 0, 1566.03125, 214.640625, -34.8114433288574218, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+84, 181060, 0, 1497, 1497, '0', 0, 0, 1561.6666259765625, 217.0260467529296875, -40.6939964294433593, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+85, 181060, 0, 1497, 1497, '0', 0, 0, 1557.7691650390625, 227.7708282470703125, -34.8091163635253906, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+86, 181060, 0, 1497, 1497, '0', 0, 0, 1554.4410400390625, 231.47222900390625, -40.6943588256835937, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+87, 181060, 0, 1497, 1497, '0', 0, 0, 1554.5885009765625, 249.8211822509765625, -40.6941413879394531, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+88, 181060, 0, 1497, 1497, '0', 0, 0, 1560.71533203125, 222, -34.8123359680175781, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+89, 181060, 0, 1497, 1497, '0', 0, 0, 1578.1978759765625, 275.744781494140625, -34.8436012268066406, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+90, 181060, 0, 1497, 1497, '0', 0, 0, 1562.029541015625, 264.161468505859375, -40.6943092346191406, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+91, 181060, 0, 1497, 1497, '0', 0, 0, 1566.4305419921875, 266.50347900390625, -34.8109512329101562, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+92, 181060, 0, 1497, 1497, '0', 0, 0, 1573.295166015625, 275.01910400390625, -40.7265434265136718, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+93, 181060, 0, 1497, 1497, '0', 0, 0, 1561.0347900390625, 259.25, -34.8115119934082031, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+94, 181060, 0, 1497, 1497, '0', 0, 0, 1557.9566650390625, 253.513885498046875, -34.8083381652832031, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+95, 181060, 0, 1497, 1497, '0', 0, 0, 1570.6805419921875, 270.711822509765625, -34.8390159606933593, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+96, 181060, 0, 1497, 1497, '0', 0, 0, 1583.9896240234375, 278.458343505859375, -34.8444709777832031, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+97, 181060, 0, 1497, 1497, '0', 0, 0, 1604.2847900390625, 281.520843505859375, -40.72979736328125, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+98, 181060, 0, 1497, 1497, '0', 0, 0, 1590.423583984375, 256.86651611328125, 60.15149688720703125, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+99, 181060, 0, 1497, 1497, '0', 0, 0, 1579.1903076171875, 245.8570098876953125, 60.15149688720703125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+100, 181060, 0, 1497, 1497, '0', 0, 0, 1587.720458984375, 281.642364501953125, -40.7300148010253906, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+101, 181060, 0, 1497, 1497, '0', 0, 0, 1608.07470703125, 278.2413330078125, -34.844512939453125, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+102, 181060, 0, 1497, 1497, '0', 0, 0, 1601.556396484375, 256.76666259765625, 60.15149688720703125, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+103, 181060, 0, 1497, 1497, '0', 0, 0, 1578.8707275390625, 234.809326171875, 60.1515045166015625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+104, 181060, 0, 1497, 1497, '0', 0, 0, 1618.75, 274.61285400390625, -40.726959228515625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+105, 181060, 0, 1497, 1497, '0', 0, 0, 1625.3663330078125, 266.015625, -34.8114051818847656, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+106, 181060, 0, 1497, 1497, '0', 0, 0, 1613.7899169921875, 275.435760498046875, -34.8438453674316406, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+107, 181060, 0, 1497, 1497, '0', 0, 0, 1621.21533203125, 270.211822509765625, -34.8408279418945312, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+108, 181060, 0, 1497, 1497, '0', 0, 0, 1629.8004150390625, 263.55035400390625, -40.6943588256835937, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+109, 181060, 0, 1497, 1497, '0', 0, 0, 1630.6875, 258.633697509765625, -34.811614990234375, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 48069), -- Standing, Interior; Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+110, 181060, 0, 1497, 1497, '0', 0, 0, 1633.6458740234375, 252.861114501953125, -34.8087959289550781, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+111, 181060, 0, 1497, 1497, '0', 0, 0, 1636.967041015625, 249.140625, -40.6942634582519531, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+112, 181060, 0, 1497, 1497, '0', 0, 0, 1765.550048828125, 68.70510101318359375, -45.2478981018066406, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+113, 201940, 0, 1497, 1497, '0', 0, 0, 1629.0191650390625, 239.795135498046875, 63.8515167236328125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 48069); -- Valentine Arch (x2.00) (Area: 0 - Difficulty: 0) + +-- 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+113; +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); diff --git a/sql/updates/world/master/2023_02_20_11_world.sql b/sql/updates/world/master/2023_02_20_11_world.sql new file mode 100644 index 000000000..a3acb229e --- /dev/null +++ b/sql/updates/world/master/2023_02_20_11_world.sql @@ -0,0 +1,529 @@ +SET @CGUID := 2000005; +SET @OGUID := 2000155; +SET @EVENT := 8; + +-- Creature templates +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `speed_run`=1, `unit_flags`=32768 WHERE `entry`=38043; -- Kwee Q. Peddlefeet + +DELETE FROM `creature_template_addon` WHERE `entry`=38043; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(38043, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 38043 (Kwee Q. Peddlefeet) + +-- Gossips +UPDATE `gossip_menu` SET `VerifiedBuild`=48069 WHERE (`MenuID`=8217 AND `TextID`=10212); + +-- Equipments +UPDATE `creature_equip_template` SET `VerifiedBuild`=48069 WHERE (`ID`=1 AND `CreatureID` IN (175432,51796,50966,50484,47588,47346,44129,44128,43009,40413,34973,30710,25223,20672,20087,19882,18951,18790,18629,18627,18626,18507,18347,18175,18174,18147,18146,17769,16802,16801,16800,16683,16671,16669,16667,16642,16442,16278,16273,16222,16221,16192,15970)); + +-- Models +UPDATE `creature_model_info` SET `VerifiedBuild`=48069 WHERE `DisplayID` IN (105435, 100065, 99663, 10950, 93204, 74815, 74819, 17278, 17279, 42481, 42335, 89800, 37398, 36855, 36854, 36853, 37021, 35711, 35561, 35560, 35550, 33690, 33689, 33688, 31833, 31834, 29501, 27293, 27259, 29363, 22994, 15543, 17895, 22964, 22963, 22962, 22961, 22960, 21959, 19737, 19323, 19322, 19193, 18344, 18212, 16734, 18189, 19798, 18157, 18158, 18153, 15135, 18144, 159, 18134, 18217, 18104, 18103, 18074, 18218, 18219, 18037, 18033, 18032, 17874, 19283, 17676, 17672, 17671, 17651, 17618, 4162, 17615, 17614, 17568, 17567, 17566, 17565, 17564, 17551, 17553, 17540, 17539, 17541, 17538, 17536, 18238, 99834, 17211, 17198, 17201, 17199, 16910, 17122, 19707, 19706, 16830, 16757, 16699, 16828, 16774, 16819, 16755, 16803, 16776, 16768, 16818, 16798, 16767, 16796, 16829, 16811, 16815, 16825, 16823, 16750, 16770, 16802, 16816, 16778, 18655, 16772, 16762, 16779, 16764, 16771, 16832, 16761, 16758, 16740, 16795, 16817, 16788, 16751, 16739, 16777, 16809, 16824, 16781, 16808, 16766, 16831, 16800, 16787, 16748, 16749, 16747, 16769, 16746, 16752, 16797, 16827, 16804, 16765, 16773, 16745, 16760, 16693, 16694, 16692, 16799, 16679, 15504, 16833, 16759, 16763, 16753, 16696, 16695, 16822, 16780, 16801, 16756, 16754, 16182, 16708, 16706, 99828, 99826, 99832, 99829, 99831, 89421, 89420, 99833, 89418, 99830, 89801, 99827, 89419, 16059, 16058, 16469, 16716, 17224, 17547, 5586, 4960); + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE (`DifficultyID`=0 AND `Entry` IN (175167,157524,38043)); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(175167, 0, 0, 0, 871, 48069), +(157524, 0, 0, 0, 371, 48069), +(38043, 0, 0, 0, 378, 48069); + +UPDATE `creature_template_scaling` SET `VerifiedBuild`=48069 WHERE (`DifficultyID`=0 AND `Entry` IN (185632,176825,175958,175954,175433,175432,118514,118510,68276,62463,62020,62019,61080,55370,51796,51502,50988,50977,50966,50484,47588,47362,47361,47346,44129,44128,43009,40413,40405,34973,30727,30710,27946,26400,25223,25207,25202,25200,25152,25151,25150,25149,25148,23988,22867,22866,20724,20672,20087,19882,19775,18951,18799,18792,18790,18782,18781,18763,18761,18744,18743,18730,18727,18724,18722,18671,18669,18668,18629,18627,18626,18563,18560,18527,18507,18504,18347,18336,18303,18277,18237,18232,18231,18230,18191,18190,18189,18188,18187,18175,18174,18147,18146,18103,17845,17769,17768,17718,17717,17633,17632,17631,17630,17629,17628,17627,17213,16899,16898,16897,16802,16801,16800,16782,16780,16703,16693,16692,16691,16690,16689,16688,16687,16686,16685,16684,16683,16681,16680,16679,16678,16677,16676,16675,16674,16673,16672,16671,16670,16669,16668,16667,16666,16664,16663,16662,16661,16660,16659,16658,16656,16655,16654,16653,16652,16651,16650,16649,16648,16647,16646,16644,16643,16642,16641,16640,16639,16638,16637,16636,16635,16634,16633,16631,16629,16628,16627,16626,16625,16624,16623,16620,16619,16618,16617,16616,16615,16613,16612,16611,16610,16568,16442,16278,16273,16222,16221,16192,16191,15971,15970,15649,6368,2334)); + +-- Quests +UPDATE `quest_poi` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24615 AND `BlobIndex`=1 AND `Idx1`=2) OR (`QuestID`=24615 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=24615 AND `BlobIndex`=0 AND `Idx1`=0); + +UPDATE `quest_poi_points` SET `VerifiedBuild`=48069 WHERE (`QuestID`=24615 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=24615 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=24615 AND `Idx1`=0 AND `Idx2`=0); + +DELETE FROM `quest_details` WHERE `ID`=24615; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(24615, 0, 0, 0, 0, 0, 0, 0, 0, 48069); -- A Gift for the Regent Lord of Quel'Thalas + +DELETE FROM `creature_queststarter` WHERE (`id`=38043 AND `quest`=24615); +INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(38043, 24615, 48069); -- A Gift for the Regent Lord of Quel'Thalas offered Kwee Q. Peddlefeet + +DELETE FROM `game_event_creature_quest` WHERE (`id`=38043 AND `quest`=24615); + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` IN (208800, 208808, 208827, 208833); +DELETE FROM `game_event_creature` WHERE `guid` IN (208800, 208808, 208827, 208833); + +-- 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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 37674, 530, 3487, 0, '0', 0, 0, 0, 0, 9612.5478515625, -7182.34033203125, 15.55144691467285156, 1.762782573699951171, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Lovely Merchant (Area: 0 - Difficulty: 0) (Auras: ) +(@CGUID+1, 37675, 530, 3487, 0, '0', 0, 0, 0, 0, 9610.4931640625, -7182.67724609375, 15.5390472412109375, 1.850049018859863281, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Public Relations Agent (Area: 0 - Difficulty: 0) (Auras: ) +(@CGUID+2, 38043, 530, 3487, 0, '0', 0, 0, 0, 0, 9616.9423828125, -7181.33154296875, 14.37929630279541015, 2.30383467674255371, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Kwee Q. Peddlefeet (Area: 0 - Difficulty: 0) +(@CGUID+3, 38295, 530, 3487, 0, '0', 0, 0, 0, 0, 9586.302734375, -7181.01416015625, 14.32426738739013671, 0, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Junior Detective (Area: 0 - Difficulty: 0) +(@CGUID+4, 40438, 530, 3487, 0, '0', 0, 0, 0, 0, 9683.4580078125, -7486.38720703125, 15.90762519836425781, 1.553343057632446289, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Steamwheedle Shyster (Area: 0 - Difficulty: 0) (Auras: ) +(@CGUID+5, 40438, 530, 3487, 0, '0', 0, 0, 0, 0, 9549.4013671875, -7180.8056640625, 14.16619586944580078, 1.797689080238342285, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069); -- Steamwheedle Shyster (Area: 0 - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 44421 AND 44625; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 84735 AND 84739; +DELETE FROM `gameobject` WHERE `guid` BETWEEN 84944 AND 84950; +DELETE FROM `gameobject` WHERE `guid` IN (83298, 84687, 84688, 84769); +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 44421 AND 44625; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 44421 AND 44625; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 84735 AND 84739; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 84944 AND 84950; +DELETE FROM `game_event_gameobject` WHERE `guid` IN (83298, 84687, 84688, 84769); + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+221; +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, 48069), -- Hanging, Square, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+1, 181015, 530, 3487, 0, '0', 0, 0, 9612.646484375, -7184.87841796875, 14.28442192077636718, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+2, 181015, 530, 3487, 0, '0', 0, 0, 9610.5166015625, -7182.689453125, 14.28269481658935546, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+3, 181015, 530, 3487, 0, '0', 0, 0, 9611.9267578125, -7184.97900390625, 15.52288532257080078, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+4, 181015, 530, 3487, 0, '0', 0, 0, 9612.5234375, -7182.32275390625, 14.28678226470947265, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+5, 181015, 530, 3487, 0, '0', 0, 0, 9611.2021484375, -7185.080078125, 14.28158092498779296, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Standing, Large - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Exterior, Medium - Val (Area: Silvermoon City - Difficulty: 0) +(@OGUID+7, 181016, 530, 3487, 3487, '0', 0, 0, 9982.9716796875, -7098.82666015625, 47.704986572265625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Silvermoon City - Difficulty: 0) +(@OGUID+8, 181016, 530, 3487, 10275, '0', 0, 0, 9784.8740234375, -7302.953125, 24.72771644592285156, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+9, 181016, 530, 3487, 10275, '0', 0, 0, 9775.0908203125, -7288.94775390625, 24.73641777038574218, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+10, 181016, 530, 3487, 10275, '0', 0, 0, 9746.0869140625, -7307.125, 24.73264122009277343, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+11, 181016, 530, 3487, 10275, '0', 0, 0, 9752.1796875, -7323.43408203125, 24.72894668579101562, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+12, 181016, 530, 3487, 10275, '0', 0, 0, 9770.453125, -7313.017578125, 24.73068809509277343, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+13, 181016, 530, 3487, 10275, '0', 0, 0, 9760.958984375, -7298.79150390625, 24.73137283325195312, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+14, 181016, 530, 3487, 10275, '0', 0, 0, 9812.853515625, -7410.41650390625, 13.62473392486572265, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+15, 181016, 530, 3487, 10275, '0', 0, 0, 9875.0166015625, -7410.7431640625, 13.58318042755126953, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+16, 181016, 530, 3487, 10275, '0', 0, 0, 9825.4296875, -7410.53125, 13.62589073181152343, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+17, 181016, 530, 3487, 0, '0', 0, 0, 9875.1689453125, -7428.6328125, 13.58898735046386718, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+18, 181016, 530, 3487, 0, '0', 0, 0, 9839.5439453125, -7451.32568359375, 13.64577388763427734, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+19, 181016, 530, 3487, 0, '0', 0, 0, 9812.9736328125, -7428.5849609375, 13.61627769470214843, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+20, 181016, 530, 3487, 0, '0', 0, 0, 9862.4326171875, -7450.90625, 13.64516162872314453, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+21, 181016, 530, 3487, 0, '0', 0, 0, 9825.056640625, -7428.28466796875, 13.61859130859375, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+22, 181016, 530, 3487, 0, '0', 0, 0, 9699.6103515625, -7414.82666015625, 13.69888019561767578, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+23, 181016, 530, 3487, 0, '0', 0, 0, 9734.25390625, -7330.13916015625, 24.72733116149902343, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+24, 181016, 530, 3487, 0, '0', 0, 0, 9685.9638671875, -7394.53466796875, 11.60480499267578125, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+25, 181016, 530, 3487, 0, '0', 0, 0, 9679.7060546875, -7394.49658203125, 11.60496330261230468, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+26, 181016, 530, 3487, 0, '0', 0, 0, 9729.4326171875, -7314.13037109375, 24.73053359985351562, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+27, 181016, 530, 3487, 0, '0', 0, 0, 9665.251953125, -7413.47216796875, 13.61098194122314453, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+28, 181016, 530, 3487, 0, '0', 0, 0, 9708.0595703125, -7493.27978515625, 13.52356338500976562, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+29, 181016, 530, 3487, 0, '0', 0, 0, 9658.8994140625, -7492.705078125, 13.52244281768798828, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+31, 181016, 530, 3487, 0, '0', 0, 0, 9583.92578125, -7473.99853515625, 13.50734996795654296, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+32, 181016, 530, 3487, 0, '0', 0, 0, 9631.81640625, -7399.67041015625, 15.69536018371582031, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+33, 181016, 530, 3487, 0, '0', 0, 0, 9583.6611328125, -7444.984375, 13.5060577392578125, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+35, 181016, 530, 3487, 0, '0', 0, 0, 9583.6904296875, -7425.88037109375, 13.51032161712646484, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+36, 181016, 530, 3487, 0, '0', 0, 0, 9520.5283203125, -7415.19970703125, 14.31464481353759765, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+37, 181016, 530, 3487, 0, '0', 0, 0, 9586.677734375, -7358.111328125, 13.69828605651855468, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+38, 181016, 530, 3487, 0, '0', 0, 0, 9604.375, -7358.49658203125, 13.72878932952880859, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+39, 181016, 530, 3487, 0, '0', 0, 0, 9520.46484375, -7378.72509765625, 14.30250358581542968, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+40, 181016, 530, 3487, 0, '0', 0, 0, 9628.28515625, -7254.4462890625, 16.49515724182128906, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+42, 181016, 530, 3487, 0, '0', 0, 0, 9495.330078125, -7353.62353515625, 14.36368465423583984, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+43, 181016, 530, 3487, 0, '0', 0, 0, 9518.1044921875, -7290.619140625, 14.38553714752197265, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+44, 181016, 530, 3487, 0, '0', 0, 0, 9614.275390625, -7254.57275390625, 16.49079704284667968, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+45, 181016, 530, 3487, 0, '0', 0, 0, 9543.12890625, -7261.28125, 14.36259269714355468, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+46, 181016, 530, 3487, 0, '0', 0, 0, 9495.396484375, -7337.35400390625, 14.37012958526611328, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+48, 181016, 530, 3487, 0, '0', 0, 0, 9521.8310546875, -7251.0400390625, 16.40246009826660156, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+49, 181016, 530, 3487, 0, '0', 0, 0, 9535.3359375, -7241.6005859375, 16.39830970764160156, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+50, 181016, 530, 3487, 0, '0', 0, 0, 9542.544921875, -7251.2275390625, 16.40246009826660156, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+51, 181016, 530, 3487, 0, '0', 0, 0, 9529.3564453125, -7241.4443359375, 16.40562248229980468, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+52, 181016, 530, 3487, 0, '0', 0, 0, 9556.4091796875, -7178.681640625, 14.25354385375976562, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+53, 181016, 530, 3487, 0, '0', 0, 0, 9579.7216796875, -7178.490234375, 14.23274421691894531, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+54, 181016, 530, 3487, 0, '0', 0, 0, 9667.486328125, -7205.58447265625, 14.31570625305175781, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+55, 181016, 530, 3487, 0, '0', 0, 0, 9687.7353515625, -7206.65673828125, 14.31048583984375, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+56, 181016, 530, 3487, 0, '0', 0, 0, 9654.5126953125, -7165.1171875, 14.32293701171875, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+57, 181016, 530, 3487, 0, '0', 0, 0, 9642.193359375, -7165.24072265625, 14.32293891906738281, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+58, 181016, 530, 3487, 0, '0', 0, 0, 9742.1064453125, -7191.63134765625, 14.32370185852050781, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+59, 181016, 530, 3487, 0, '0', 0, 0, 9746.568359375, -7174.86083984375, 14.32372570037841796, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+63, 181016, 530, 3487, 0, '0', 0, 0, 9655.0517578125, -7106.3759765625, 14.32301521301269531, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+64, 181016, 530, 3487, 0, '0', 0, 0, 9642.6875, -7106.29296875, 14.32301521301269531, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+65, 181016, 530, 3487, 0, '0', 0, 0, 9720.84765625, -7098.16748046875, 14.37493610382080078, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+66, 181016, 530, 3487, 0, '0', 0, 0, 9618.2001953125, -7129.26806640625, 14.32340812683105468, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+67, 181016, 530, 3487, 0, '0', 0, 0, 9716.240234375, -7078.56103515625, 14.36649894714355468, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+68, 181016, 530, 3487, 0, '0', 0, 0, 9707.404296875, -7059.029296875, 14.43247795104980468, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+69, 181016, 530, 3487, 0, '0', 0, 0, 9688.9345703125, -7057.634765625, 14.38304996490478515, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Exterior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+72, 181017, 530, 3487, 0, '0', 0, 0, 9767.3818359375, -7480.580078125, 28.18163681030273437, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+73, 181017, 530, 3487, 0, '0', 0, 0, 9734.0302734375, -7343.01904296875, 35.02362060546875, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+74, 181017, 530, 3487, 0, '0', 0, 0, 9724.4990234375, -7346.24755859375, 34.95547103881835937, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+75, 181017, 530, 3487, 0, '0', 0, 0, 9694.3681640625, -7495.95654296875, 25.62032508850097656, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+76, 181017, 530, 3487, 0, '0', 0, 0, 9683.361328125, -7495.40625, 26.99794769287109375, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+77, 181017, 530, 3487, 0, '0', 0, 0, 9672.3876953125, -7495.9912109375, 25.67016029357910156, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+78, 181017, 530, 3487, 0, '0', 0, 0, 9648.3857421875, -7152.3037109375, 23.26343536376953125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+79, 181017, 530, 3487, 10275, '0', 0, 0, 9799.123046875, -7310.60791015625, 35.23363494873046875, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+80, 181017, 530, 3487, 10275, '0', 0, 0, 9790.9453125, -7316.39306640625, 35.23556137084960937, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+81, 181017, 530, 3487, 10275, '0', 0, 0, 9752.513671875, -7336.51416015625, 34.97600555419921875, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+82, 181017, 530, 3487, 0, '0', 0, 0, 9767.3828125, -7495.05224609375, 28.28905677795410156, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+84, 181017, 530, 3487, 0, '0', 0, 0, 9638.369140625, -7397.27880859375, 22.68563079833984375, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+85, 181017, 530, 3487, 0, '0', 0, 0, 9757.14453125, -7186.15478515625, 23.50617790222167968, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+86, 181017, 530, 3487, 0, '0', 0, 0, 9665.8671875, -7135.83056640625, 23.16021537780761718, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+87, 181017, 530, 3487, 0, '0', 0, 0, 9631.1376953125, -7135.57470703125, 23.11801338195800781, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+88, 181017, 530, 3487, 0, '0', 0, 0, 9648.5283203125, -7119.0869140625, 23.29839515686035156, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+89, 181017, 530, 3487, 0, '0', 0, 0, 9485.029296875, -7132.4052734375, 24.43082618713378906, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: 0 - Difficulty: 0) +(@OGUID+90, 181018, 530, 3487, 3487, '0', 0, 0, 9982.9384765625, -7094.169921875, 55.7364654541015625, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Silvermoon City - Difficulty: 0) +(@OGUID+91, 181018, 530, 3487, 3487, '0', 0, 0, 9971.994140625, -7098.171875, 51.63682174682617187, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Silvermoon City - Difficulty: 0) +(@OGUID+92, 181018, 530, 3487, 3487, '0', 0, 0, 9950.984375, -7081.82763671875, 51.59273147583007812, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Silvermoon City - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+95, 181018, 530, 3487, 10275, '0', 0, 0, 9858.423828125, -7340.05126953125, 33.53955459594726562, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+96, 181018, 530, 3487, 10275, '0', 0, 0, 9842.3115234375, -7339.947265625, 33.42024612426757812, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+98, 181018, 530, 3487, 0, '0', 0, 0, 9820.212890625, -7445.3125, 18.36214065551757812, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+99, 181018, 530, 3487, 0, '0', 0, 0, 9813.9482421875, -7440.0625, 18.53376388549804687, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+100, 181018, 530, 3487, 0, '0', 0, 0, 9888.2060546875, -7440.48876953125, 18.43324851989746093, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+101, 181018, 530, 3487, 0, '0', 0, 0, 9800.5126953125, -7459.87255859375, 21.58521652221679687, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+102, 181018, 530, 3487, 0, '0', 0, 0, 9788.53515625, -7459.79345703125, 21.54709815979003906, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+109, 181018, 530, 3487, 0, '0', 0, 0, 9710.681640625, -7517.2412109375, 24.60950660705566406, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+110, 181018, 530, 3487, 0, '0', 0, 0, 9664.00390625, -7494.52587890625, 21.30558967590332031, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+112, 181018, 530, 3487, 0, '0', 0, 0, 9577.8486328125, -7444.63037109375, 20.28194618225097656, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+114, 181018, 530, 3487, 0, '0', 0, 0, 9578.0517578125, -7454.9130859375, 20.29773139953613281, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+116, 181018, 530, 3487, 0, '0', 0, 0, 9576.1298828125, -7425.4296875, 20.08390426635742187, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+117, 181018, 530, 3487, 0, '0', 0, 0, 9626.5673828125, -7252.64794921875, 18.88095855712890625, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+119, 181018, 530, 3487, 0, '0', 0, 0, 9556.1669921875, -7309.81005859375, 18.62683486938476562, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+120, 181018, 530, 3487, 0, '0', 0, 0, 9555.6953125, -7291.20751953125, 18.44218063354492187, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+121, 181018, 530, 3487, 0, '0', 0, 0, 9536.900390625, -7291.11962890625, 18.49589157104492187, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+122, 181018, 530, 3487, 0, '0', 0, 0, 9536.8505859375, -7309.673828125, 18.88876533508300781, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+123, 181018, 530, 3487, 0, '0', 0, 0, 9546.849609375, -7291.16845703125, 18.46918678283691406, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+124, 181018, 530, 3487, 0, '0', 0, 0, 9616.16015625, -7252.58837890625, 18.9092254638671875, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+125, 181018, 530, 3487, 0, '0', 0, 0, 9542.4775390625, -7245.92236328125, 19.69782447814941406, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+126, 181018, 530, 3487, 0, '0', 0, 0, 9487.17578125, -7335.845703125, 18.74969291687011718, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+127, 181018, 530, 3487, 0, '0', 0, 0, 9486.5439453125, -7355.1865234375, 18.55444526672363281, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+134, 181018, 530, 3487, 0, '0', 0, 0, 9663.3984375, -7126.5791015625, 19.17594337463378906, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+135, 181018, 530, 3487, 0, '0', 0, 0, 9633.4853515625, -7144.68798828125, 18.93979263305664062, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+136, 181018, 530, 3487, 0, '0', 0, 0, 9640.12890625, -7120.77099609375, 19.24785423278808593, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+138, 181018, 530, 3487, 0, '0', 0, 0, 9657.05078125, -7120.84912109375, 19.23065185546875, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Tall/Thin, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+141, 181019, 530, 3487, 0, '0', 0, 0, 9488.361328125, -7308.64404296875, 16.70913887023925781, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+142, 181019, 530, 3487, 0, '0', 0, 0, 9488.375, -7312.96435546875, 16.71095466613769531, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+143, 181019, 530, 3487, 0, '0', 0, 0, 9489.0380859375, -7309.97119140625, 16.71025276184082031, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+144, 181019, 530, 3487, 0, '0', 0, 0, 9488.9931640625, -7311.453125, 16.71074295043945312, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+145, 181019, 530, 3487, 0, '0', 0, 0, 9484.2890625, -7307.5380859375, 16.70977210998535156, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+147, 181019, 530, 3487, 0, '0', 0, 0, 9485.890625, -7307.2734375, 16.70965576171875, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+148, 181019, 530, 3487, 0, '0', 0, 0, 9535.9658203125, -7219.3505859375, 17.29617881774902343, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+149, 181019, 530, 3487, 0, '0', 0, 0, 9526.4228515625, -7219.32275390625, 17.29617881774902343, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+150, 181019, 530, 3487, 0, '0', 0, 0, 9516.9462890625, -7219.28076171875, 17.26947021484375, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+151, 181019, 530, 3487, 0, '0', 0, 0, 9524.0302734375, -7219.29833984375, 17.29617881774902343, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+152, 181019, 530, 3487, 0, '0', 0, 0, 9514.53515625, -7219.23291015625, 17.27819252014160156, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+153, 181019, 530, 3487, 0, '0', 0, 0, 9533.5234375, -7219.31298828125, 17.29618072509765625, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+154, 181019, 530, 3487, 0, '0', 0, 0, 9587.1181640625, -7206.6181640625, 17.41127967834472656, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+155, 181019, 530, 3487, 0, '0', 0, 0, 9578.9208984375, -7208.43115234375, 17.410980224609375, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Interior, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Square, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Square, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Square, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Square, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+165, 181022, 530, 3487, 3487, '0', 0, 0, 9866.908203125, -7124.31689453125, 30.87735366821289062, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Silvermoon City - Difficulty: 0) +(@OGUID+166, 181022, 530, 3487, 10275, '0', 0, 0, 9943.3173828125, -7191.94287109375, 30.87523460388183593, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Standing, Giant - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+168, 181022, 530, 3487, 10275, '0', 0, 0, 9880.78125, -7153.5791015625, 30.95026397705078125, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+169, 181022, 530, 3487, 10275, '0', 0, 0, 9821.5205078125, -7255.11962890625, 26.146728515625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+170, 181022, 530, 3487, 10275, '0', 0, 0, 9828.2861328125, -7261.11181640625, 26.14580726623535156, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Standing, Giant - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+172, 181022, 530, 3487, 10275, '0', 0, 0, 9806.7666015625, -7407.1630859375, 13.62633800506591796, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+174, 181022, 530, 3487, 8619, '0', 0, 0, 9689.5703125, -7286.3583984375, 14.27481937408447265, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+175, 181022, 530, 3487, 0, '0', 0, 0, 9688.67578125, -7243.61572265625, 14.21337890625, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+176, 181022, 530, 3487, 0, '0', 0, 0, 9662.470703125, -7240.89306640625, 14.36361408233642578, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+177, 181022, 530, 3487, 0, '0', 0, 0, 9538, -7348.09033203125, 14.33662223815917968, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+179, 181022, 530, 3487, 0, '0', 0, 0, 9486.740234375, -7367.53466796875, 14.359893798828125, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+180, 181022, 530, 3487, 0, '0', 0, 0, 9491.392578125, -7265.119140625, 14.32604312896728515, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+181, 181022, 530, 3487, 0, '0', 0, 0, 9488.0244140625, -7427.109375, 14.27377510070800781, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+182, 181022, 530, 3487, 0, '0', 0, 0, 9477.5703125, -7303.158203125, 14.36950206756591796, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 48069), -- Standing, Giant - Val (Area: 0 - Difficulty: 0) +(@OGUID+183, 181025, 530, 3487, 0, '0', 0, 0, 9863.326171875, -7454.56787109375, 22.94589424133300781, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+184, 181025, 530, 3487, 0, '0', 0, 0, 9838.107421875, -7454.220703125, 23.00671768188476562, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+185, 181025, 530, 3487, 8619, '0', 0, 0, 9691.525390625, -7289.6396484375, 19.61028480529785156, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+186, 181025, 530, 3487, 8619, '0', 0, 0, 9661.7314453125, -7289.43505859375, 20.14130592346191406, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+187, 181025, 530, 3487, 0, '0', 0, 0, 9455.9267578125, -7278.58154296875, 27.55553817749023437, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+188, 181025, 530, 3487, 0, '0', 0, 0, 9677.24609375, -7226.38232421875, 28.18848609924316406, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+189, 181025, 530, 3487, 0, '0', 0, 0, 9552.869140625, -7076.55224609375, 35.09385299682617187, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+190, 181025, 530, 3487, 0, '0', 0, 0, 9677.2109375, -7221.68701171875, 27.42990493774414062, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@OGUID+191, 181025, 530, 3487, 0, '0', 0, 0, 9518.9345703125, -7076.87255859375, 35.18242263793945312, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+195, 181027, 530, 3487, 10275, '0', 0, 0, 9857.701171875, -7186.15087890625, 31.82882308959960937, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+197, 181027, 530, 3487, 10275, '0', 0, 0, 9850.072265625, -7193.4716796875, 31.85660171508789062, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+198, 181027, 530, 3487, 10275, '0', 0, 0, 9890.71484375, -7214.22021484375, 31.86612701416015625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+200, 181027, 530, 3487, 10275, '0', 0, 0, 9871.1455078125, -7211.52197265625, 31.98823738098144531, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+204, 181027, 530, 3487, 10275, '0', 0, 0, 9844.71875, -7253.453125, 27.27034378051757812, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+207, 181027, 530, 3487, 10275, '0', 0, 0, 9838.82421875, -7231.603515625, 27.25397682189941406, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: Court of the Sun - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+210, 181027, 530, 3487, 0, '0', 0, 0, 9546.185546875, -7133.55224609375, 16.34258651733398437, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+211, 181027, 530, 3487, 0, '0', 0, 0, 9552.8203125, -7127.34521484375, 16.37856292724609375, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+212, 181027, 530, 3487, 0, '0', 0, 0, 9558.12109375, -7144.9228515625, 16.34305953979492187, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@OGUID+213, 181027, 530, 3487, 0, '0', 0, 0, 9548.7587890625, -7142.45166015625, 16.375244140625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 48069), -- Floating, Medium - Val (Area: 0 - Difficulty: 0) +(@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, 48069), -- Hanging, Streamer x3 - Val (Area: Silvermoon City - Difficulty: 0) +(@OGUID+215, 181055, 530, 3487, 3487, '0', 0, 0, 9954.9970703125, -7098.5712890625, 59.8618927001953125, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Silvermoon City - Difficulty: 0) +(@OGUID+216, 181055, 530, 3487, 10275, '0', 0, 0, 9992.330078125, -7205.0625, 44.06254959106445312, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+217, 181055, 530, 3487, 10275, '0', 0, 0, 9945.498046875, -7242.048828125, 43.90578460693359375, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+218, 181055, 530, 3487, 3487, '0', 0, 0, 10010.6767578125, -7199.16650390625, 44.22095489501953125, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Silvermoon City - Difficulty: 0) +(@OGUID+219, 181055, 530, 3487, 10275, '0', 0, 0, 9952.4189453125, -7232.267578125, 43.902801513671875, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+220, 181055, 530, 3487, 10275, '0', 0, 0, 10002.228515625, -7202.46728515625, 44.06781768798828125, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 48069), -- Hanging, Streamer x3 - Val (Area: Court of the Sun - Difficulty: 0) +(@OGUID+221, 201940, 530, 3487, 0, '0', 0, 0, 9611.6396484375, -7183.14404296875, 14.28471183776855468, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 48069); -- Valentine Arch (x2.00) (Area: 0 - Difficulty: 0) + +-- 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+221; +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); diff --git a/sql/updates/world/master/2023_02_20_12_world.sql b/sql/updates/world/master/2023_02_20_12_world.sql new file mode 100644 index 000000000..6c7a4ee14 --- /dev/null +++ b/sql/updates/world/master/2023_02_20_12_world.sql @@ -0,0 +1,764 @@ +SET @CGUID := 6000000; +SET @OGUID := 6000000; +SET @EVENT := 8; + +-- Areatrigger templates +DELETE FROM `areatrigger_template` WHERE (`IsServerSide`=0 AND `Id`=13260); +INSERT INTO `areatrigger_template` (`Id`, `IsServerSide`, `Type`, `Flags`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `VerifiedBuild`) VALUES +(13260, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 48069); + +DELETE FROM `areatrigger_create_properties` WHERE `Id`=9242; +INSERT INTO `areatrigger_create_properties` (`Id`, `AreaTriggerId`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `TimeToTarget`, `TimeToTargetScale`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ShapeData6`, `ShapeData7`, `VerifiedBuild`) VALUES +(9242, 13260, 0, 0, 0, 0, -1, 0, 60, 0, 10000, 0, 3, 3, 0, 0, 0, 0, 0, 0, 48069); -- SpellId : 231879 + +-- Creature templates +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=16, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=116285; -- Test Subject +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=16, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=114279; -- Exploited Crown Intern +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=16, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=114278; -- Crown Supply Guard +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=16, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=114275; -- Crown Technician +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=38035; -- Chemical Wagon + +DELETE FROM `creature_template_addon` WHERE `entry` IN (116285, 114279, 114278, 114275, 38035); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(116285, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '231867'), -- 116285 (Test Subject) +(114279, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 114279 (Exploited Crown Intern) +(114278, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 114278 (Crown Supply Guard) +(114275, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '71856'), -- 114275 (Crown Technician) - Plaguethrower Backpack +(38035, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 38035 (Chemical Wagon) + +DELETE FROM `creature_template_movement` WHERE `CreatureId`=38035; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES +(38035, 0, 0, 1, 0, 0, 0, NULL); + +-- Equipments +UPDATE `creature_equip_template` SET `VerifiedBuild`=48069 WHERE (`ID`=1 AND `CreatureID` IN (114278,114275)); + +-- Models +UPDATE `creature_model_info` SET `VerifiedBuild`=48069 WHERE `DisplayID` IN (100511, 93574, 71887, 27323, 73165, 73164, 30709, 30577, 30578, 30579, 42334, 10612, 32814, 32813, 23884); + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE (`DifficultyID`=0 AND `Entry` IN (116285,114279,114278,114275,38035)); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(116285, 0, 0, 0, 378, 48069), +(114279, 0, 0, 0, 378, 48069), +(114278, 0, 0, 0, 378, 48069), +(114275, 0, 0, 0, 378, 48069), +(38035, 0, 0, 0, 378, 48069); + +UPDATE `creature_template_scaling` SET `VerifiedBuild`=48069 WHERE (`DifficultyID`=0 AND `Entry` IN (169421,158637,144961,61890,46058,46054,45896,45198)); + +-- Gameobject templates +DELETE FROM `gameobject_template` WHERE `entry` IN (259803 /*Recipe Fragment*/, 259806 /*Love Potion Recipe*/, 259461 /*Crown Chemical Co. Supplies*/, 247561 /*Table Large 01*/, 259459 /*Tools*/, 259804 /*Recipe Fragment*/, 259764 /*Love Potion No. 8*/, 259805 /*Recipe Fragment*/, 244432 /*Memorial Flowers*/, 259523 /*Crown Crate (Large)*/); +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, `Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `Data24`, `Data25`, `Data26`, `Data27`, `Data28`, `Data29`, `Data30`, `Data31`, `Data32`, `Data33`, `Data34`, `ContentTuningId`, `VerifiedBuild`) VALUES +(259803, 10, 15781, 'Recipe Fragment', '', '', '', 1, 43, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 294, 48069), -- Recipe Fragment +(259806, 2, 9196, 'Love Potion Recipe', 'quest', '', '', 1, 0, 20586, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 378, 48069), -- Love Potion Recipe +(259461, 3, 6656, 'Crown Chemical Co. Supplies', '', '', '', 0.800000011920928955, 1691, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27766, 0, 0, 0, 0, 378, 48069), -- Crown Chemical Co. Supplies +(247561, 5, 31545, 'Table Large 01', '', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 339, 48069), -- Table Large 01 +(259459, 5, 38135, 'Tools', '', '', '', 0.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48069), -- Tools +(259804, 10, 19417, 'Recipe Fragment', '', '', '', 1, 43, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 294, 48069), -- Recipe Fragment +(259764, 3, 38182, 'Love Potion No. 8', '', 'Taking', '', 1.299999952316284179, 1690, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 96454, 0, 0, 45033, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69777, 0, 0, 0, 0, 378, 48069), -- Love Potion No. 8 +(259805, 10, 19417, 'Recipe Fragment', '', '', '', 1, 43, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 294, 48069), -- Recipe Fragment +(244432, 5, 7814, 'Memorial Flowers', '', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 885, 48069), -- Memorial Flowers +(259523, 5, 9215, 'Crown Crate (Large)', '', '', '', 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48069); -- Crown Crate (Large) + +UPDATE `gameobject_template` SET `size`=0.800000011920928955, `Data6`=0, `VerifiedBuild`=48069 WHERE `entry`=201751; -- Crown Crate +UPDATE `gameobject_template` SET `ContentTuningId`=378, `VerifiedBuild`=48069 WHERE `entry`=201716; -- Chemical Wagon +UPDATE `gameobject_template` SET `Data6`=0, `VerifiedBuild`=48069 WHERE `entry`=206770; -- Standing, Large - Val (Scale 2) + +DELETE FROM `gameobject_template_addon` WHERE `entry` IN (259806 /*Love Potion Recipe*/, 259805 /*Recipe Fragment*/, 259804 /*Recipe Fragment*/, 259803 /*Recipe Fragment*/, 259764 /*Love Potion No. 8*/, 259523 /*Crown Crate (Large)*/, 259461 /*Crown Chemical Co. Supplies*/); +INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES +(259806, 0, 4, 0, 0), -- Love Potion Recipe +(259805, 0, 262144, 0, 0), -- Recipe Fragment +(259804, 0, 262144, 0, 0), -- Recipe Fragment +(259803, 0, 262144, 0, 0), -- Recipe Fragment +(259764, 0, 0, 2100, 0), -- Love Potion No. 8 +(259523, 114, 0, 0, 0), -- Crown Crate (Large) +(259461, 0, 4, 0, 0); -- Crown Chemical Co. Supplies + +UPDATE `gameobject_template_addon` SET `faction`=114 WHERE `entry`=206770; -- Standing, Large - Val (Scale 2) +UPDATE `gameobject_template_addon` SET `faction`=114 WHERE `entry`=201751; -- Crown Crate + +DELETE FROM `gameobject_questitem` WHERE (`GameObjectEntry`=259461 AND `Idx`=0); +INSERT INTO `gameobject_questitem` (`GameObjectEntry`, `Idx`, `ItemId`, `VerifiedBuild`) VALUES +(259461, 0, 49867, 48069); -- Crown Chemical Co. Supplies + +DELETE FROM `gameobject_loot_template` WHERE `Entry`=69777; +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(69777, 141624, 0, 100, 0, 1, 0, 1, 1, 'Love Potion No. 8 - Love Potion No. 8'); + +-- Quests +UPDATE `quest_template` SET `Expansion`=9, `VerifiedBuild`=48069 WHERE `ID` IN (44559, 44560); -- Follow the Recipe + +DELETE FROM `quest_template_addon`WHERE `ID` IN (44559, 44560); +INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `BreadcrumbForQuestId`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`, `ScriptName`) VALUES +(44559, 0, 0, 0, 24576, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, ''), +(44560, 0, 0, 0, 24657, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, ''); + +UPDATE `quest_poi` SET `VerifiedBuild`=48069 WHERE (`QuestID`=44559 AND `BlobIndex`=0 AND `Idx1`=4) OR (`QuestID`=44559 AND `BlobIndex`=0 AND `Idx1`=3) OR (`QuestID`=44559 AND `BlobIndex`=0 AND `Idx1`=2) OR (`QuestID`=44559 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=44559 AND `BlobIndex`=0 AND `Idx1`=0); + +UPDATE `quest_poi_points` SET `VerifiedBuild`=48069 WHERE (`QuestID`=44559 AND `Idx1`=4 AND `Idx2`=0) OR (`QuestID`=44559 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=44559 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=44559 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=44559 AND `Idx1`=0 AND `Idx2`=0); + +DELETE FROM `quest_details` WHERE `ID` IN (44559, 44560); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(44559, 0, 0, 0, 0, 0, 0, 0, 0, 48069), -- Follow the Recipe +(44560, 0, 0, 0, 0, 0, 0, 0, 0, 48069); -- Follow the Recipe + +DELETE FROM `gameobject_queststarter` WHERE (`id`=259806 AND `quest` IN (44559, 44560)); +INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(259806, 44559, 48069), -- Follow the Recipe offered by Love Potion Recipe +(259806, 44560, 48069); -- Follow the Recipe offered by Love Potion Recipe + +DELETE FROM `creature_questender` WHERE (`id`=37172 AND `quest`=44559) OR (`id`=38066 AND `quest`=44560); +INSERT INTO `creature_questender` (`id`, `quest`, `VerifiedBuild`) VALUES +(37172, 44559, 48069), -- Follow the Recipe ended by Detective Snap Snagglebolt +(38066, 44560, 48069); -- Follow the Recipe ended by Inspector Snip Snagglebolt + +-- Misc +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=227412; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 227412, 0, 0, 31, 1, 3, 114275, 0, 0, 13, 0, '', 'Spell Love Potion No. 8 targets Crown Technician'), +(17, 0, 227412, 0, 1, 31, 1, 3, 114278, 0, 0, 13, 0, '', 'Spell Love Potion No. 8 targets Crown Supply Guard'), +(17, 0, 227412, 0, 2, 31, 1, 3, 114279, 0, 0, 13, 0, '', 'Spell Love Potion No. 8 targets Exploited Crown Intern'), +(17, 0, 227412, 0, 3, 31, 1, 3, 116285, 0, 0, 13, 0, '', 'Spell Love Potion No. 8 targets Test Subject'); + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+53; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 38035, 0, 130, 236, '0', 0, 0, 0, 0, -292.638885498046875, 1638.732666015625, 18.816131591796875, 1.530821204185485839, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Chemical Wagon (Area: Shadowfang Keep - Difficulty: 0) +(@CGUID+1, 38035, 0, 130, 204, '0', 0, 0, 0, 0, -396.68402099609375, 1646.6007080078125, 18.74117851257324218, 3.32196211814880371, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Chemical Wagon (Area: Pyrewood Village - Difficulty: 0) +(@CGUID+2, 38035, 0, 130, 204, '0', 0, 0, 0, 0, -394.953125, 1536.5382080078125, 18.74117851257324218, 4.001675605773925781, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Chemical Wagon (Area: Pyrewood Village - Difficulty: 0) (Auras: 227464 - Cosmetic - Fire (with Sound)) +(@CGUID+3, 114275, 0, 130, 204, '0', 0, 0, 0, 1, -390.96875, 1606.2257080078125, 18.74117851257324218, 2.199768543243408203, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Crown Technician (Area: Pyrewood Village - Difficulty: 0) (Auras: 71856 - Plaguethrower Backpack) +(@CGUID+4, 114275, 0, 130, 204, '0', 0, 0, 0, 1, -381.982635498046875, 1452.8367919921875, 25.76718521118164062, 4.522929668426513671, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Crown Technician (Area: Pyrewood Village - Difficulty: 0) (Auras: 71856 - Plaguethrower Backpack) +(@CGUID+5, 114275, 0, 130, 204, '0', 0, 0, 0, 1, -366.305572509765625, 1544.138916015625, 24.1021270751953125, 3.237104654312133789, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Crown Technician (Area: Pyrewood Village - Difficulty: 0) (Auras: 71856 - Plaguethrower Backpack) +(@CGUID+6, 114275, 0, 130, 204, '0', 0, 0, 0, 1, -354.3125, 1490.7396240234375, 18.9093475341796875, 0.005104747135192155, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Crown Technician (Area: Pyrewood Village - Difficulty: 0) (Auras: 71856 - Plaguethrower Backpack) +(@CGUID+7, 114275, 0, 130, 204, '0', 0, 0, 0, 1, -323.05035400390625, 1607.46875, 18.94118881225585937, 2.818253755569458007, 120, 10, 0, 112919, 0, 1, 0, 0, 0, 48069), -- Crown Technician (Area: Pyrewood Village - Difficulty: 0) +(@CGUID+8, 114275, 0, 130, 204, '0', 0, 0, 0, 1, -306.28125, 1619.967041015625, 18.49070930480957031, 4.95096445083618164, 120, 10, 0, 112919, 0, 1, 0, 0, 0, 48069), -- Crown Technician (Area: Pyrewood Village - Difficulty: 0) (Auras: 71856 - Plaguethrower Backpack) +(@CGUID+9, 114275, 0, 130, 5477, '0', 0, 0, 0, 1, -319.59722900390625, 1631.951416015625, 20.07411766052246093, 5.31919097900390625, 120, 10, 0, 112919, 0, 1, 0, 0, 0, 48069), -- Crown Technician (Area: Pyrewood Inn - Difficulty: 0) (Auras: 71856 - Plaguethrower Backpack) (possible waypoints or random movement) +(@CGUID+10, 114275, 0, 130, 204, '0', 0, 0, 0, 1, -335.895843505859375, 1639.3021240234375, 18.49936294555664062, 2.50869607925415039, 120, 10, 0, 112919, 0, 1, 0, 0, 0, 48069), -- Crown Technician (Area: Pyrewood Village - Difficulty: 0) (Auras: 71856 - Plaguethrower Backpack) (possible waypoints or random movement) +(@CGUID+11, 114275, 0, 130, 204, '0', 0, 0, 0, 1, -293, 1663.4461669921875, 18.9598541259765625, 0, 120, 10, 0, 112919, 0, 1, 0, 0, 0, 48069), -- Crown Technician (Area: Pyrewood Village - Difficulty: 0) (Auras: 71856 - Plaguethrower Backpack) (possible waypoints or random movement) +(@CGUID+12, 114275, 0, 130, 204, '0', 0, 0, 0, 1, -317.0850830078125, 1652.59375, 18.87410545349121093, 3.490433454513549804, 120, 10, 0, 112919, 0, 1, 0, 0, 0, 48069), -- Crown Technician (Area: Pyrewood Village - Difficulty: 0) (Auras: 71856 - Plaguethrower Backpack) (possible waypoints or random movement) +(@CGUID+13, 114275, 0, 130, 204, '0', 0, 0, 0, 1, -353.239593505859375, 1660.513916015625, 18.9004974365234375, 2.287267446517944335, 120, 10, 0, 112919, 0, 1, 0, 0, 0, 48069), -- Crown Technician (Area: Pyrewood Village - Difficulty: 0) (Auras: 71856 - Plaguethrower Backpack) (possible waypoints or random movement) +(@CGUID+14, 114278, 0, 130, 204, '0', 0, 0, 0, 1, -393.338531494140625, 1640.6632080078125, 18.74117851257324218, 4.041388511657714843, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Village - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+15, 114278, 0, 130, 204, '0', 0, 0, 0, 1, -397.123260498046875, 1639.71533203125, 18.74117851257324218, 0.45136958360671997, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Village - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+16, 114278, 0, 130, 236, '0', 0, 0, 0, 1, -298.87847900390625, 1634.9583740234375, 18.88715362548828125, 5.964731693267822265, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Shadowfang Keep - Difficulty: 0) (Auras: ) +(@CGUID+17, 114278, 0, 130, 236, '0', 0, 0, 0, 1, -296.68402099609375, 1631.7413330078125, 18.59673690795898437, 2.374712467193603515, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Shadowfang Keep - Difficulty: 0) (Auras: ) +(@CGUID+18, 114278, 0, 130, 5478, '0', 0, 0, 0, 1, -440.204864501953125, 1567.0052490234375, 20.154571533203125, 0.44505736231803894, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Town Hall - Difficulty: 0) +(@CGUID+19, 114278, 0, 130, 5478, '0', 0, 0, 0, 1, -356.789947509765625, 1525.267333984375, 25.53247261047363281, 0.889120817184448242, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Town Hall - Difficulty: 0) +(@CGUID+20, 114278, 0, 130, 204, '0', 0, 0, 0, 1, -439.888885498046875, 1517.314208984375, 19.99297142028808593, 0.44505736231803894, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Village - Difficulty: 0) +(@CGUID+21, 114278, 0, 130, 204, '0', 0, 0, 0, 1, -388.28472900390625, 1532.7291259765625, 18.74117851257324218, 4.740899562835693359, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Village - Difficulty: 0) (Auras: ) +(@CGUID+22, 114278, 0, 130, 5476, '0', 0, 0, 0, 1, -390.1319580078125, 1529.71533203125, 18.74117851257324218, 1.150880813598632812, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Chapel - Difficulty: 0) +(@CGUID+23, 114278, 0, 130, 204, '0', 0, 0, 0, 1, -438.854156494140625, 1496.5728759765625, 18.7411651611328125, 2.125786781311035156, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Village - Difficulty: 0) +(@CGUID+24, 114278, 0, 130, 5476, '0', 0, 0, 0, 1, -440.19097900390625, 1500.23095703125, 18.7411651611328125, 5.7158050537109375, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Chapel - Difficulty: 0) +(@CGUID+25, 114278, 0, 130, 204, '0', 0, 0, 0, 1, -358.633697509765625, 1503.8524169921875, 18.741180419921875, 3.851434230804443359, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Village - Difficulty: 0) +(@CGUID+26, 114278, 0, 130, 5476, '0', 0, 0, 0, 1, -332.532989501953125, 1540.8160400390625, 26.21770095825195312, 1.131183028221130371, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Chapel - Difficulty: 0) +(@CGUID+27, 114278, 0, 130, 5476, '0', 0, 0, 0, 1, -330.633697509765625, 1543.798583984375, 26.2138671875, 4.721203327178955078, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Chapel - Difficulty: 0) +(@CGUID+28, 114278, 0, 130, 5476, '0', 0, 0, 0, 1, -417.743072509765625, 1543.5572509765625, 18.7411651611328125, 4.46129608154296875, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Chapel - Difficulty: 0) +(@CGUID+29, 114278, 0, 130, 5476, '0', 0, 0, 0, 1, -417.310760498046875, 1548.560791015625, 18.74213218688964843, 2.813216447830200195, 120, 0, 0, 169379, 0, 0, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Chapel - Difficulty: 0) +(@CGUID+30, 114278, 0, 130, 204, '0', 0, 0, 0, 1, -352.432281494140625, 1548.657958984375, 24.2135467529296875, 3.222635507583618164, 120, 0, 0, 169379, 0, 2, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Village - Difficulty: 0) (Auras: 227358 - Carrying A Box) (possible waypoints or random movement) +(@CGUID+31, 114278, 0, 130, 204, '0', 0, 0, 0, 1, -369.80035400390625, 1635.0521240234375, 18.74117851257324218, 6.030056476593017578, 120, 0, 0, 169379, 0, 2, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Village - Difficulty: 0) (Auras: 227358 - Carrying A Box) (possible waypoints or random movement) +(@CGUID+32, 114278, 0, 130, 204, '0', 0, 0, 0, 1, -443.638885498046875, 1532.9166259765625, 18.7411651611328125, 0.387833863496780395, 120, 0, 0, 169379, 0, 2, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Village - Difficulty: 0) (Auras: 227358 - Carrying A Box) (possible waypoints or random movement) +(@CGUID+33, 114278, 0, 130, 204, '0', 0, 0, 0, 1, -380.164947509765625, 1444.6961669921875, 25.76718521118164062, 5.972138881683349609, 120, 0, 0, 169379, 0, 2, 0, 0, 0, 48069), -- Crown Supply Guard (Area: Pyrewood Village - Difficulty: 0) (Auras: 227358 - Carrying A Box) (possible waypoints or random movement) +(@CGUID+34, 114279, 0, 130, 236, '0', 0, 0, 0, 0, -332.767364501953125, 1563.0504150390625, 26.22071266174316406, 2.301711082458496093, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Shadowfang Keep - Difficulty: 0) (Auras: ) +(@CGUID+35, 114279, 0, 130, 204, '0', 0, 0, 0, 0, -334.723968505859375, 1563.1805419921875, 26.21933555603027343, 1.566106438636779785, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Village - Difficulty: 0) (Auras: ) +(@CGUID+36, 114279, 0, 130, 5476, '0', 0, 0, 0, 0, -323.399322509765625, 1465.3853759765625, 32.36318588256835937, 5.880589962005615234, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Chapel - Difficulty: 0) +(@CGUID+37, 114279, 0, 130, 236, '0', 0, 0, 0, 0, -352.404510498046875, 1586.5816650390625, 19.96207618713378906, 5.138869762420654296, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Shadowfang Keep - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(@CGUID+38, 114279, 0, 130, 236, '0', 0, 0, 0, 0, -351.776031494140625, 1584.564208984375, 19.96207618713378906, 2.421776294708251953, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Shadowfang Keep - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(@CGUID+39, 114279, 0, 130, 204, '0', 0, 0, 0, 0, -367.96527099609375, 1607.8836669921875, 18.74117851257324218, 3.730381488800048828, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Village - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(@CGUID+40, 114279, 0, 130, 204, '0', 0, 0, 0, 0, -373.973968505859375, 1633.407958984375, 18.74117851257324218, 4.989530086517333984, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Village - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+41, 114279, 0, 130, 204, '0', 0, 0, 0, 0, -400.767364501953125, 1593.3125, 18.74117851257324218, 3.15964365005493164, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Village - Difficulty: 0) (Auras: ) +(@CGUID+42, 114279, 0, 130, 5478, '0', 0, 0, 0, 0, -438.3819580078125, 1571.9427490234375, 20.154571533203125, 2.704391002655029296, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Town Hall - Difficulty: 0) +(@CGUID+43, 114279, 0, 130, 204, '0', 0, 0, 0, 0, -355.109375, 1525.5225830078125, 25.53247261047363281, 3.730381250381469726, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Village - Difficulty: 0) +(@CGUID+44, 114279, 0, 130, 204, '0', 0, 0, 0, 0, -437.32464599609375, 1513.7847900390625, 19.99297142028808593, 4.883222103118896484, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Village - Difficulty: 0) +(@CGUID+45, 114279, 0, 130, 5476, '0', 0, 0, 0, 0, -384.026031494140625, 1447.84375, 25.76718521118164062, 4.067164897918701171, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Chapel - Difficulty: 0) +(@CGUID+46, 114279, 0, 130, 204, '0', 0, 0, 0, 0, -370.076385498046875, 1607.814208984375, 18.74117851257324218, 0.164288803935050964, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Village - Difficulty: 0) +(@CGUID+47, 114279, 0, 130, 204, '0', 0, 0, 0, 0, -410.927093505859375, 1498.576416015625, 20.201690673828125, 5.299429893493652343, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Village - Difficulty: 0) +(@CGUID+48, 114279, 0, 130, 204, '0', 0, 0, 0, 0, -348.942718505859375, 1551.0572509765625, 24.27005767822265625, 6.122711658477783203, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Village - Difficulty: 0) (Auras: ) +(@CGUID+49, 114279, 0, 130, 5476, '0', 0, 0, 0, 0, -446.401031494140625, 1531.9896240234375, 18.7411651611328125, 4.989530086517333984, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Chapel - Difficulty: 0) +(@CGUID+50, 114279, 0, 130, 5476, '0', 0, 0, 0, 0, -390.046875, 1496.4757080078125, 29.16997718811035156, 4.829231739044189453, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48069), -- Exploited Crown Intern (Area: Pyrewood Chapel - Difficulty: 0) +(@CGUID+51, 116285, 0, 130, 5476, '0', 0, 0, 0, 0, -354.34375, 1429.26220703125, 27.0664825439453125, 1.915451407432556152, 120, 0, 0, 338757, 0, 2, 0, 0, 0, 48069), -- Test Subject (Area: Pyrewood Chapel - Difficulty: 0) (Auras: 231867 - Unpleasant Seepage) (possible waypoints or random movement) +(@CGUID+52, 116285, 0, 130, 204, '0', 0, 0, 0, 0, -411.505218505859375, 1525.4375, 18.7411651611328125, 2.365073919296264648, 120, 0, 0, 338757, 0, 2, 0, 0, 0, 48069), -- Test Subject (Area: Pyrewood Village - Difficulty: 0) (Auras: 231867 - Unpleasant Seepage) (possible waypoints or random movement) +(@CGUID+53, 116285, 0, 130, 204, '0', 0, 0, 0, 0, -372.828125, 1576.875, 18.862213134765625, 3.452315807342529296, 120, 0, 0, 338757, 0, 2, 0, 0, 0, 48069); -- Test Subject (Area: Pyrewood Village - Difficulty: 0) (Auras: ) + +DELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+14, @CGUID+15, @CGUID+30, @CGUID+31, @CGUID+32, @CGUID+33, @CGUID+34, @CGUID+35, @CGUID+36, @CGUID+40, @CGUID+41, @CGUID+42, @CGUID+44, @CGUID+45, @CGUID+47, @CGUID+48, @CGUID+49, @CGUID+51, @CGUID+52, @CGUID+53); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+14, 0, 0, 0, 0, 0, 1, 0, 378, 0, 0, 0, 0, ''), -- 114278 (Crown Supply Guard) +(@CGUID+15, 0, 0, 0, 0, 0, 1, 0, 378, 0, 0, 0, 0, ''), -- 114278 (Crown Supply Guard) +(@CGUID+30, (@CGUID+30)*10, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '227358'), -- 114278 (Crown Supply Guard) - 227358 - Carrying A Box +(@CGUID+31, (@CGUID+31)*10, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '227358'), -- 114278 (Crown Supply Guard) - 227358 - Carrying A Box +(@CGUID+32, (@CGUID+32)*10, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '227358'), -- 114278 (Crown Supply Guard) - 227358 - Carrying A Box +(@CGUID+33, (@CGUID+33)*10, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '227358'), -- 114278 (Crown Supply Guard) - 227358 - Carrying A Box +(@CGUID+34, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 114279 (Exploited Crown Intern) +(@CGUID+35, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 114279 (Exploited Crown Intern) +(@CGUID+36, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 114279 (Exploited Crown Intern) +(@CGUID+40, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- 114279 (Exploited Crown Intern) +(@CGUID+41, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- 114279 (Exploited Crown Intern) +(@CGUID+42, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- 114279 (Exploited Crown Intern) +(@CGUID+44, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- 114279 (Exploited Crown Intern) +(@CGUID+45, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- 114279 (Exploited Crown Intern) +(@CGUID+47, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- 114279 (Exploited Crown Intern) +(@CGUID+48, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- 114279 (Exploited Crown Intern) +(@CGUID+49, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- 114279 (Exploited Crown Intern) +(@CGUID+51, (@CGUID+51)*10, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '231867'), -- 116285 (Test Subject) +(@CGUID+52, (@CGUID+52)*10, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '231867'), -- 116285 (Test Subject) +(@CGUID+53, (@CGUID+53)*10, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '231867'); -- 116285 (Test Subject) + +DELETE FROM `waypoint_data` WHERE `id` IN ((@CGUID+30)*10, (@CGUID+31)*10, (@CGUID+32)*10, (@CGUID+33)*10, (@CGUID+51)*10, (@CGUID+52)*10, (@CGUID+53)*10); +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`) VALUES +((@CGUID+30)*10, 0, -357.1771, 1548.2726, 24.025185, NULL, 0, 0), +((@CGUID+30)*10, 1, -360.8559, 1548.9548, 23.83805, NULL, 0, 0), +((@CGUID+30)*10, 2, -365.23785, 1556.0642, 22.444618, NULL, 0, 0), +((@CGUID+30)*10, 3, -368.65625, 1566.3611, 19.429817, NULL, 0, 0), +((@CGUID+30)*10, 4, -372.875, 1573.0608, 18.782845, NULL, 0, 0), +((@CGUID+30)*10, 5, -380.39236, 1578.2067, 18.782845, NULL, 0, 0), +((@CGUID+30)*10, 6, -386.4861, 1581.7709, 18.782845, NULL, 0, 0), +((@CGUID+30)*10, 7, -392.8125, 1587.1945, 18.782845, NULL, 0, 0), +((@CGUID+30)*10, 8, -400.51562, 1589.9791, 18.727905, NULL, 5000, 0), +((@CGUID+30)*10, 9, -392.8125, 1587.1945, 18.782845, NULL, 0, 0), +((@CGUID+30)*10, 10, -386.4861, 1581.7709, 18.782845, NULL, 0, 0), +((@CGUID+30)*10, 11, -380.39236, 1578.2067, 18.782845, NULL, 0, 0), +((@CGUID+30)*10, 12, -372.875, 1573.0608, 18.782845, NULL, 0, 0), +((@CGUID+30)*10, 13, -368.65625, 1566.3611, 19.429817, NULL, 0, 0), +((@CGUID+30)*10, 14, -365.23785, 1556.0642, 22.444618, NULL, 0, 0), +((@CGUID+30)*10, 15, -360.8559, 1548.9548, 23.83805, NULL, 0, 0), +((@CGUID+30)*10, 16, -357.1771, 1548.2726, 24.025185, NULL, 0, 0), +((@CGUID+30)*10, 17, -351.82812, 1548.6562, 24.216957, NULL, 6000, 0), +((@CGUID+31)*10, 0, -365.34027, 1635.6024, 18.755281, NULL, 0, 0), +((@CGUID+31)*10, 1, -364.20834, 1632.1077, 18.672792, NULL, 0, 0), +((@CGUID+31)*10, 2, -363.8611, 1626.9723, 19.401007, NULL, 0, 0), +((@CGUID+31)*10, 3, -363.93576, 1622.3698, 20.678679, NULL, 0, 0), +((@CGUID+31)*10, 4, -365.87326, 1619.7952, 20.678679, NULL, 0, 0), +((@CGUID+31)*10, 5, -368.76532, 1619.384, 20.67868, NULL, 0, 0), +((@CGUID+31)*10, 6, -371.2639, 1620.625, 20.67868, NULL, 0, 0), +((@CGUID+31)*10, 7, -375.33508, 1622.6858, 20.678679, NULL, 4750, 0), +((@CGUID+31)*10, 8, -371.2639, 1620.625, 20.67868, NULL, 0, 0), +((@CGUID+31)*10, 9, -368.80383, 1619.3785, 20.67868, NULL, 0, 0), +((@CGUID+31)*10, 10, -365.87326, 1619.7952, 20.678679, NULL, 0, 0), +((@CGUID+31)*10, 11, -363.93576, 1622.3698, 20.678679, NULL, 0, 0), +((@CGUID+31)*10, 12, -363.8611, 1626.9723, 19.401007, NULL, 0, 0), +((@CGUID+31)*10, 13, -364.20834, 1632.1077, 18.672792, NULL, 0, 0), +((@CGUID+31)*10, 14, -365.34027, 1635.6024, 18.755281, NULL, 0, 0), +((@CGUID+31)*10, 15, -369.0486, 1634.8577, 18.737192, NULL, 0, 0), +((@CGUID+31)*10, 16, -370.46182, 1633.6024, 18.737192, NULL, 5000, 0), +((@CGUID+32)*10, 0, -438.86633, 1534.8663, 18.736483, NULL, 0, 0), +((@CGUID+32)*10, 1, -434.8611, 1535.3021, 18.736483, NULL, 0, 0), +((@CGUID+32)*10, 2, -429.25174, 1533.1163, 18.782831, NULL, 0, 0), +((@CGUID+32)*10, 3, -419.12848, 1524.9791, 18.782831, NULL, 0, 0), +((@CGUID+32)*10, 4, -410.46353, 1519.6389, 18.782831, NULL, 0, 0), +((@CGUID+32)*10, 5, -403.71875, 1516.8923, 18.782831, NULL, 0, 0), +((@CGUID+32)*10, 6, -405.68402, 1512.8351, 19.861908, NULL, 0, 0), +((@CGUID+32)*10, 7, -409.85938, 1507.882, 20.167545, NULL, 0, 0), +((@CGUID+32)*10, 8, -412.58334, 1504.2048, 20.365063, NULL, 4750, 0), +((@CGUID+32)*10, 9, -409.85938, 1507.882, 20.167545, NULL, 0, 0), +((@CGUID+32)*10, 10, -405.68402, 1512.8351, 19.861908, NULL, 0, 0), +((@CGUID+32)*10, 11, -403.71875, 1516.8923, 18.782831, NULL, 0, 0), +((@CGUID+32)*10, 12, -410.46353, 1519.6389, 18.782831, NULL, 0, 0), +((@CGUID+32)*10, 13, -419.12848, 1524.9791, 18.782831, NULL, 0, 0), +((@CGUID+32)*10, 14, -429.25174, 1533.1163, 18.782831, NULL, 0, 0), +((@CGUID+32)*10, 15, -434.8611, 1535.3021, 18.736483, NULL, 0, 0), +((@CGUID+32)*10, 16, -438.86633, 1534.8663, 18.736483, NULL, 0, 0), +((@CGUID+32)*10, 17, -442.9375, 1532.224, 18.674479, NULL, 4500, 0), +((@CGUID+33)*10, 0, -375.3212, 1440.3368, 25.736944, NULL, 0, 0), +((@CGUID+33)*10, 1, -377.07986, 1437.6146, 25.736944, NULL, 0, 0), +((@CGUID+33)*10, 2, -380.20312, 1436.3959, 27.573631, NULL, 0, 0), +((@CGUID+33)*10, 3, -382.70834, 1435.2291, 27.078674, NULL, 0, 0), +((@CGUID+33)*10, 4, -387.10764, 1433.1198, 27.078674, NULL, 0, 0), +((@CGUID+33)*10, 5, -389.283, 1431.0435, 27.115345, NULL, 0, 0), +((@CGUID+33)*10, 6, -390.26215, 1427.283, 27.2818, NULL, 0, 0), +((@CGUID+33)*10, 7, -390.76736, 1425.2952, 27.2818, NULL, 4750, 0), +((@CGUID+33)*10, 8, -389.283, 1431.0435, 27.115345, NULL, 0, 0), +((@CGUID+33)*10, 9, -387.10764, 1433.1198, 27.078674, NULL, 0, 0), +((@CGUID+33)*10, 10, -382.70834, 1435.2291, 27.078674, NULL, 0, 0), +((@CGUID+33)*10, 11, -380.22458, 1436.3859, 27.577177, NULL, 0, 0), +((@CGUID+33)*10, 12, -378.05557, 1437.3125, 26.314264, NULL, 0, 0), +((@CGUID+33)*10, 13, -375.51562, 1438.5955, 25.736944, NULL, 0, 0), +((@CGUID+33)*10, 14, -376.79688, 1443.1372, 25.736944, NULL, 0, 0), +((@CGUID+33)*10, 15, -378.93924, 1444.3021, 25.736944, NULL, 0, 0), +((@CGUID+33)*10, 16, -381.59375, 1444.6858, 25.736944, NULL, 4500, 0), +((@CGUID+33)*10, 17, -376.79688, 1443.1372, 25.736944, NULL, 0, 0), +((@CGUID+51)*10, 0, -358.7205, 1441.4254, 25.457922, NULL, 0, 0), +((@CGUID+51)*10, 1, -360.56946, 1454.7882, 23.217321, NULL, 0, 0), +((@CGUID+51)*10, 2, -363.82465, 1472.0348, 20.15039, NULL, 0, 0), +((@CGUID+51)*10, 3, -366.55035, 1485.9392, 18.857056, NULL, 0, 0), +((@CGUID+51)*10, 4, -367.21353, 1500.0521, 18.779945, NULL, 0, 0), +((@CGUID+51)*10, 5, -376.31076, 1511.3577, 18.779945, NULL, 4000, 0), +((@CGUID+51)*10, 6, -367.21353, 1500.0521, 18.779945, NULL, 0, 0), +((@CGUID+51)*10, 7, -366.55035, 1485.9392, 18.857056, NULL, 0, 0), +((@CGUID+51)*10, 8, -363.82465, 1472.0348, 20.15039, NULL, 0, 0), +((@CGUID+51)*10, 9, -360.56946, 1454.7882, 23.217321, NULL, 0, 0), +((@CGUID+51)*10, 10, -358.7205, 1441.4254, 25.457922, NULL, 0, 0), +((@CGUID+51)*10, 11, -354.283, 1429.6562, 26.937635, NULL, 4500, 0), +((@CGUID+52)*10, 0, -422.5486, 1536.2865, 18.75789, NULL, 0, 0), +((@CGUID+52)*10, 1, -427.7882, 1542.974, 18.610674, NULL, 0, 0), +((@CGUID+52)*10, 2, -426.342, 1550.3021, 18.580278, NULL, 0, 0), +((@CGUID+52)*10, 3, -421.31946, 1555.6754, 18.63289, NULL, 0, 0), +((@CGUID+52)*10, 4, -414.2795, 1556.9271, 18.75789, NULL, 0, 0), +((@CGUID+52)*10, 5, -405.24478, 1557.3802, 18.75789, NULL, 0, 0), +((@CGUID+52)*10, 6, -396.80557, 1558.6962, 18.782845, NULL, 0, 0), +((@CGUID+52)*10, 7, -392.12152, 1557.0278, 18.782845, NULL, 0, 0), +((@CGUID+52)*10, 8, -388.06598, 1552.474, 18.782845, NULL, 0, 0), +((@CGUID+52)*10, 9, -385.52777, 1548.1024, 18.782845, NULL, 0, 0), +((@CGUID+52)*10, 10, -384.84723, 1542.0608, 18.782845, NULL, 0, 0), +((@CGUID+52)*10, 11, -384.3507, 1535.481, 18.782845, NULL, 0, 0), +((@CGUID+52)*10, 12, -384.80557, 1530.9653, 18.779945, NULL, 0, 0), +((@CGUID+52)*10, 13, -387.42883, 1527.3351, 18.779945, NULL, 0, 0), +((@CGUID+52)*10, 14, -389.78125, 1524.1493, 18.779945, NULL, 0, 0), +((@CGUID+52)*10, 15, -395.20312, 1524.5938, 18.779945, NULL, 0, 0), +((@CGUID+52)*10, 16, -399.60416, 1525.9757, 18.779945, NULL, 0, 0), +((@CGUID+52)*10, 17, -405.61633, 1527.2291, 18.782831, NULL, 0, 0), +((@CGUID+52)*10, 18, -416.89062, 1529.9618, 18.782831, NULL, 0, 0), +((@CGUID+53)*10, 0, -383.03015, 1573.5989, 18.782845, NULL, 0, 0), +((@CGUID+53)*10, 1, -392.5606, 1578.4963, 18.782845, NULL, 0, 0), +((@CGUID+53)*10, 2, -395.8367, 1588.6984, 18.782845, NULL, 0, 0), +((@CGUID+53)*10, 3, -390.9393, 1598.2288, 18.782845, NULL, 0, 0), +((@CGUID+53)*10, 4, -380.73727, 1601.5049, 18.782845, NULL, 0, 0), +((@CGUID+53)*10, 5, -371.20682, 1596.6075, 18.782845, NULL, 0, 0), +((@CGUID+53)*10, 6, -367.93073, 1586.4055, 18.782845, NULL, 0, 0), +((@CGUID+53)*10, 7, -372.82812, 1576.875, 18.782845, NULL, 0, 0); + +DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` BETWEEN @CGUID+3 AND @CGUID+53; +INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES +(2, 0, @CGUID+3), +(2, 0, @CGUID+4), +(2, 0, @CGUID+5), +(2, 0, @CGUID+6), +(2, 0, @CGUID+7), +(2, 0, @CGUID+8), +(2, 0, @CGUID+9), +(2, 0, @CGUID+10), +(2, 0, @CGUID+11), +(2, 0, @CGUID+12), +(2, 0, @CGUID+13), +(2, 0, @CGUID+14), +(2, 0, @CGUID+15), +(2, 0, @CGUID+16), +(2, 0, @CGUID+17), +(2, 0, @CGUID+18), +(2, 0, @CGUID+19), +(2, 0, @CGUID+20), +(2, 0, @CGUID+21), +(2, 0, @CGUID+22), +(2, 0, @CGUID+23), +(2, 0, @CGUID+24), +(2, 0, @CGUID+25), +(2, 0, @CGUID+26), +(2, 0, @CGUID+27), +(2, 0, @CGUID+28), +(2, 0, @CGUID+29), +(2, 0, @CGUID+30), +(2, 0, @CGUID+31), +(2, 0, @CGUID+32), +(2, 0, @CGUID+33), +(2, 0, @CGUID+34), +(2, 0, @CGUID+35), +(2, 0, @CGUID+36), +(2, 0, @CGUID+37), +(2, 0, @CGUID+38), +(2, 0, @CGUID+39), +(2, 0, @CGUID+40), +(2, 0, @CGUID+41), +(2, 0, @CGUID+42), +(2, 0, @CGUID+43), +(2, 0, @CGUID+44), +(2, 0, @CGUID+45), +(2, 0, @CGUID+46), +(2, 0, @CGUID+47), +(2, 0, @CGUID+48), +(2, 0, @CGUID+49), +(2, 0, @CGUID+50), +(2, 0, @CGUID+51), +(2, 0, @CGUID+52), +(2, 0, @CGUID+53); + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+170; +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+13, 181017, 0, 130, 204, '0', 0, 0, -362.5069580078125, 1582.2760009765625, 24.97548866271972656, 3.161124467849731445, 0, 0, -0.99995231628417968, 0.009765625, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+14, 181017, 0, 130, 204, '0', 0, 0, -397.977447509765625, 1604.27783203125, 25.07383918762207031, 5.550122737884521484, 0, 0, -0.35837936401367187, 0.933576047420501708, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+15, 181017, 0, 130, 5478, '0', 0, 0, -428.2413330078125, 1562.8177490234375, 25.07383918762207031, 5.460340023040771484, 0, 0, -0.39991378784179687, 0.916552722454071044, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+16, 181017, 0, 130, 5478, '0', 0, 0, -359.55902099609375, 1538.451416015625, 30.43657112121582031, 4.77773284912109375, 0, 0, -0.68363094329833984, 0.729827880859375, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+17, 181017, 0, 130, 204, '0', 0, 0, -432.338531494140625, 1528.5035400390625, 25.07383918762207031, 0.871590673923492431, 0, 0, 0.422131538391113281, 0.90653461217880249, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+18, 181017, 0, 130, 5476, '0', 0, 0, -323.383697509765625, 1457.7413330078125, 37.36285018920898437, 4.695339202880859375, 0, 0, -0.71310901641845703, 0.701053142547607421, 120, 255, 1, 48069), -- Hanging, Streamer - Val (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+19, 181020, 0, 130, 204, '0', 0, 0, -374.9375, 1612.79345703125, 20.41874885559082031, 4.660439968109130859, 0, 0, -0.72523307800292968, 0.688503444194793701, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+20, 181020, 0, 130, 204, '0', 0, 0, -388.727447509765625, 1613.1805419921875, 20.41874885559082031, 4.660439968109130859, 0, 0, -0.72523307800292968, 0.688503444194793701, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+21, 181020, 0, 130, 204, '0', 0, 0, -389.822906494140625, 1506.638916015625, 24.70978546142578125, 1.493292689323425292, 0, 0, 0.679181098937988281, 0.7339707612991333, 120, 255, 1, 48069), -- Hanging, Square, Medium - Val (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+22, 181025, 0, 130, 5478, '0', 0, 0, -342.0069580078125, 1543.001708984375, 25.88940048217773437, 3.125251531600952148, 0, 0, 0.999966621398925781, 0.008170507848262786, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Large - Val (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+23, 181060, 0, 130, 204, '0', 0, 0, -373.892364501953125, 1631.40283203125, 19.4093780517578125, 2.301022291183471679, 0.001986503601074218, 0.006320953369140625, 0.912950515747070312, 0.408016473054885864, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+24, 181060, 0, 130, 204, '0', 0, 0, -402.520843505859375, 1594.060791015625, 19.4093780517578125, 0.368683457374572753, 0.006330013275146484, 0.001958847045898437, 0.183290481567382812, 0.983036458492279052, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+25, 181060, 0, 130, 5478, '0', 0, 0, -347.078125, 1550.59033203125, 24.92294502258300781, 3.565793275833129882, 0.002133369445800781, -0.00627326965332031, -0.9775705337524414, 0.210504010319709777, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+26, 181060, 0, 130, 204, '0', 0, 0, -446.635406494140625, 1530.01220703125, 19.4093780517578125, 2.163007020950317382, 0.002418041229248046, 0.006169319152832031, 0.882643699645996093, 0.469995945692062377, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+27, 181060, 0, 130, 5476, '0', 0, 0, -385.3507080078125, 1446.5052490234375, 26.45168113708496093, 1.385794401168823242, 0.004575252532958984, 0.004793167114257812, 0.638751029968261718, 0.769384980201721191, 120, 255, 1, 48069), -- Standing, Interior, Small - Val (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+28, 187668, 0, 130, 204, '0', 0, 0, -373.583343505859375, 1632.5555419921875, 19.34855079650878906, 3.051818370819091796, 0.588716983795166015, -0.35730361938476562, 0.644390106201171875, 0.332427203655242919, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Small - Val (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+29, 187668, 0, 130, 204, '0', 0, 0, -401.552093505859375, 1593.3663330078125, 19.34855079650878906, 1.11950993537902832, 0.040699958801269531, -0.68745708465576171, 0.092816352844238281, 0.71911853551864624, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Small - Val (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+30, 187668, 0, 130, 5478, '0', 0, 0, -348.086822509765625, 1551.2291259765625, 24.86211585998535156, 4.316674709320068359, -0.68606281280517578, -0.05976295471191406, -0.71626472473144531, 0.112743280827999114, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Small - Val (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+31, 187668, 0, 130, 204, '0', 0, 0, -446.17535400390625, 1531.107666015625, 19.34855079650878906, 2.913824319839477539, 0.562679290771484375, -0.39704608917236328, 0.619935989379882812, 0.376066207885742187, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Small - Val (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+32, 187668, 0, 130, 5476, '0', 0, 0, -384.25, 1446.9600830078125, 26.39084815979003906, 2.136607646942138671, 0.37028360366821289, -0.58064079284667968, 0.431220054626464843, 0.582919895648956298, 120, 255, 1, 48069), -- Hanging, Tall/Thin, Small - Val (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+33, 201716, 0, 130, 236, '0', 0, 0, -292.638885498046875, 1638.732666015625, 18.73279762268066406, 1.530820608139038085, 0, 0, 0.69283294677734375, 0.721098124980926513, 120, 255, 1, 48069), -- Chemical Wagon (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+34, 201716, 0, 130, 204, '0', 0, 0, -396.68402099609375, 1646.6007080078125, 18.65784454345703125, 3.32197737693786621, 0, 0, -0.99593544006347656, 0.090070024132728576, 120, 255, 1, 48069), -- Chemical Wagon (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+35, 201716, 0, 130, 5478, '0', 0, 0, -394.953125, 1536.5382080078125, 18.65784454345703125, 4.001678466796875, 0, 0, -0.90894794464111328, 0.416909635066986083, 120, 255, 1, 48069), -- Chemical Wagon (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+36, 201751, 0, 130, 204, '0', 0, 0, -375.09722900390625, 1631.6910400390625, 19.40518760681152343, 5.652204513549804687, 0, 0, -0.31028270721435546, 0.950644373893737792, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+37, 201751, 0, 130, 204, '0', 0, 0, -376.765625, 1632.8333740234375, 18.65783119201660156, 6.205481529235839843, 0, 0, -0.03884220123291015, 0.999245345592498779, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+38, 201751, 0, 130, 204, '0', 0, 0, -376.81597900390625, 1631.46533203125, 18.65783119201660156, 0.27389228343963623, 0, 0, 0.136518478393554687, 0.990637540817260742, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+39, 201751, 0, 130, 204, '0', 0, 0, -400.166656494140625, 1596.2430419921875, 18.65783119201660156, 4.273142814636230468, 0, 0, -0.84417343139648437, 0.536070168018341064, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+40, 201751, 0, 130, 204, '0', 0, 0, -401.826385498046875, 1595.0850830078125, 19.40518760681152343, 3.719866275787353515, 0, 0, -0.95849037170410156, 0.285124897956848144, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+41, 201751, 0, 130, 204, '0', 0, 0, -401.430572509765625, 1596.7760009765625, 18.65783119201660156, 4.624742507934570312, 0, 0, -0.73740577697753906, 0.675450026988983154, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+42, 201751, 0, 130, 5478, '0', 0, 0, -349.3125, 1548.28125, 24.17138862609863281, 1.187062621116638183, 0, 0, 0.559291839599609375, 0.828970849514007568, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+43, 201751, 0, 130, 5478, '0', 0, 0, -347.720489501953125, 1549.5242919921875, 24.91875648498535156, 0.633784294128417968, 0, 0, 0.311614990234375, 0.950208425521850585, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+44, 201751, 0, 130, 5478, '0', 0, 0, -348.020843505859375, 1547.8160400390625, 24.17138862609863281, 1.538659572601318359, 0, 0, 0.695653915405273437, 0.71837705373764038, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+45, 201751, 0, 130, 204, '0', 0, 0, -447.7882080078125, 1530.4635009765625, 19.40518760681152343, 5.514192581176757812, 0, 0, -0.3750925064086914, 0.926987409591674804, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+46, 201751, 0, 130, 204, '0', 0, 0, -449.282989501953125, 1531.8211669921875, 18.65783119201660156, 6.067469596862792968, 0, 0, -0.10764884948730468, 0.994188964366912841, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+47, 201751, 0, 130, 204, '0', 0, 0, -449.524322509765625, 1530.4739990234375, 18.65783119201660156, 0.135879129171371459, 0, 0, 0.067887306213378906, 0.997693002223968505, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+48, 201751, 0, 130, 204, '0', 0, 0, -412.473968505859375, 1495.71533203125, 20.11561012268066406, 0.135879129171371459, 0, 0, 0.067887306213378906, 0.997693002223968505, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+49, 201751, 0, 130, 204, '0', 0, 0, -411.770843505859375, 1494.40283203125, 20.11803817749023437, 2.412203311920166015, 0, 0, 0.934232711791992187, 0.356664061546325683, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+50, 201751, 0, 130, 204, '0', 0, 0, -412.232635498046875, 1497.0625, 20.11665725708007812, 6.067469596862792968, 0, 0, -0.10764884948730468, 0.994188964366912841, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+51, 201751, 0, 130, 204, '0', 0, 0, -409.689239501953125, 1496.8541259765625, 20.11806869506835937, 0.435050070285797119, 0, 0, 0.215813636779785156, 0.976434588432312011, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+52, 201751, 0, 130, 204, '0', 0, 0, -409.06597900390625, 1495.6353759765625, 20.11702156066894531, 0.786645948886871337, 0, 0, 0.383259773254394531, 0.923640608787536621, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+53, 201751, 0, 130, 204, '0', 0, 0, -410.892364501953125, 1495.4478759765625, 20.11699104309082031, 2.763799667358398437, 0, 0, 0.982212066650390625, 0.187775090336799621, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+54, 201751, 0, 130, 5476, '0', 0, 0, -385.96875, 1449.6458740234375, 25.70012474060058593, 5.290255546569824218, 0, 0, -0.47632026672363281, 0.879271864891052246, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+55, 201751, 0, 130, 5476, '0', 0, 0, -385.8507080078125, 1447.6285400390625, 26.44748878479003906, 4.736977100372314453, 0, 0, -0.69836044311523437, 0.715746223926544189, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+56, 201751, 0, 130, 5476, '0', 0, 0, -387.079864501953125, 1448.8524169921875, 25.70012474060058593, 5.641852855682373046, 0, 0, -0.31519889831542968, 0.949025630950927734, 120, 255, 1, 48069), -- Crown Crate (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+57, 206770, 0, 130, 236, '0', 0, 0, -328.01910400390625, 1597.6180419921875, 18.59559059143066406, 5.627856254577636718, 0, 0, -0.32183265686035156, 0.946796596050262451, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+58, 206770, 0, 130, 236, '0', 0, 0, -343.145843505859375, 1592.7882080078125, 18.65784454345703125, 5.627856254577636718, 0, 0, -0.32183265686035156, 0.946796596050262451, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+59, 206770, 0, 130, 236, '0', 0, 0, -324.430572509765625, 1658.9879150390625, 19.69677162170410156, 5.950410366058349609, 0, 0, -0.16562080383300781, 0.986189544200897216, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+60, 206770, 0, 130, 236, '0', 0, 0, -328.571197509765625, 1594.1771240234375, 18.36774444580078125, 5.995562553405761718, 0, 0, -0.14331626892089843, 0.989676952362060546, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+61, 206770, 0, 130, 204, '0', 0, 0, -343.677093505859375, 1564.6649169921875, 24.19544792175292968, 5.627856254577636718, 0, 0, -0.32183265686035156, 0.946796596050262451, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+62, 206770, 0, 130, 204, '0', 0, 0, -386.47222900390625, 1632.126708984375, 18.65784454345703125, 5.864780902862548828, 0, 0, -0.20767974853515625, 0.97819685935974121, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+63, 206770, 0, 130, 204, '0', 0, 0, -368.09027099609375, 1611.4774169921875, 18.65784454345703125, 6.275496959686279296, 0, 0, -0.00384426116943359, 0.999992609024047851, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+64, 206770, 0, 130, 204, '0', 0, 0, -383.392364501953125, 1630.9410400390625, 18.65784454345703125, 5.627856254577636718, 0, 0, -0.32183265686035156, 0.946796596050262451, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+65, 206770, 0, 130, 204, '0', 0, 0, -377.921875, 1591.5521240234375, 18.65784454345703125, 5.654027938842773437, 0, 0, -0.30941581726074218, 0.950926840305328369, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+66, 206770, 0, 130, 204, '0', 0, 0, -393.234375, 1609.3958740234375, 18.65784454345703125, 5.627856254577636718, 0, 0, -0.32183265686035156, 0.946796596050262451, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+67, 206770, 0, 130, 204, '0', 0, 0, -390.015625, 1609.498291015625, 18.65784454345703125, 6.275496959686279296, 0, 0, -0.00384426116943359, 0.999992609024047851, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+68, 206770, 0, 130, 5478, '0', 0, 0, -412.38714599609375, 1546.9930419921875, 18.67681312561035156, 5.963945388793945312, 0, 0, -0.15894317626953125, 0.987287700176239013, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+69, 206770, 0, 130, 5478, '0', 0, 0, -413.48785400390625, 1545.7569580078125, 21.14084625244140625, 5.627856254577636718, 0, 0, -0.32183265686035156, 0.946796596050262451, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+70, 206770, 0, 130, 5478, '0', 0, 0, -355.592010498046875, 1541.953125, 24.18878555297851562, 5.891056060791015625, 0, 0, -0.19481086730957031, 0.980840802192687988, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+71, 206770, 0, 130, 5478, '0', 0, 0, -415.35589599609375, 1546.0660400390625, 18.65784072875976562, 6.071507930755615234, 0, 0, -0.10564136505126953, 0.994404315948486328, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+72, 206770, 0, 130, 5478, '0', 0, 0, -412.911468505859375, 1544.1492919921875, 18.65784645080566406, 6.091949462890625, 0, 0, -0.09547233581542968, 0.995432078838348388, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+73, 206770, 0, 130, 204, '0', 0, 0, -445.09722900390625, 1558.545166015625, 18.66840934753417968, 5.627856254577636718, 0, 0, -0.32183265686035156, 0.946796596050262451, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+74, 206770, 0, 130, 204, '0', 0, 0, -351.796875, 1489.935791015625, 19.2342376708984375, 5.963945388793945312, 0, 0, -0.15894317626953125, 0.987287700176239013, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+75, 206770, 0, 130, 204, '0', 0, 0, -350.751739501953125, 1486.3021240234375, 19.34778213500976562, 0.374568969011306762, 0, 0, 0.186191558837890625, 0.982513427734375, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+76, 206770, 0, 130, 204, '0', 0, 0, -390.3038330078125, 1451.5504150390625, 25.68385124206542968, 0.374568969011306762, 0, 0, 0.186191558837890625, 0.982513427734375, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+77, 206770, 0, 130, 5476, '0', 0, 0, -350.586822509765625, 1461.829833984375, 22.33709144592285156, 5.627856254577636718, 0, 0, -0.32183265686035156, 0.946796596050262451, 120, 255, 1, 48069), -- Standing, Large - Val (Scale 2) (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+78, 244432, 0, 130, 236, '0', 0, 0, -303.836822509765625, 1623.71533203125, 18.40972328186035156, 3.138830423355102539, 0, 0, 0.999999046325683593, 0.001381067908369004, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+79, 244432, 0, 130, 236, '0', 0, 0, -319.067718505859375, 1647.55908203125, 19.08722877502441406, 0.942973256111145019, 0, 0, 0.454211235046386718, 0.890894055366516113, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+80, 244432, 0, 130, 236, '0', 0, 0, -302.989593505859375, 1671.3228759765625, 19.8125, 1.681146502494812011, 0, 0, 0.745025634765625, 0.667035818099975585, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+81, 244432, 0, 130, 236, '0', 0, 0, -304.91839599609375, 1659.1441650390625, 19.390625, 3.299438238143920898, 0, 0, -0.99688720703125, 0.078840792179107666, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+82, 244432, 0, 130, 236, '0', 0, 0, -282.42535400390625, 1649.810791015625, 18.20883369445800781, 5.012798309326171875, 0, 0, -0.59333324432373046, 0.804956912994384765, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+83, 244432, 0, 130, 236, '0', 0, 0, -299.258697509765625, 1620.62158203125, 18.40737533569335937, 1.049973726272583007, 0, 0, 0.501201629638671875, 0.865330517292022705, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+84, 244432, 0, 130, 236, '0', 0, 0, -316.447906494140625, 1628.7100830078125, 19.42081832885742187, 2.536521673202514648, 0, 0, 0.954584121704101562, 0.297941505908966064, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+85, 244432, 0, 130, 236, '0', 0, 0, -321.026031494140625, 1631.8038330078125, 19.97048568725585937, 3.919273853302001953, 0, 0, -0.92534923553466796, 0.379115790128707885, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+86, 244432, 0, 130, 236, '0', 0, 0, -310.177093505859375, 1599.5538330078125, 17.86631965637207031, 5.134169578552246093, 0, 0, -0.54342174530029296, 0.839459836483001708, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+87, 244432, 0, 130, 236, '0', 0, 0, -286.713531494140625, 1674.3785400390625, 18.42801094055175781, 3.793166637420654296, 0, 0, -0.94739913940429687, 0.320054471492767333, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+88, 244432, 0, 130, 236, '0', 0, 0, -287.00347900390625, 1652.904541015625, 18.40625, 4.227080821990966796, 0, 0, -0.85629463195800781, 0.516487658023834228, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+89, 244432, 0, 130, 236, '0', 0, 0, -322.836822509765625, 1639.65283203125, 19.79848670959472656, 1.479302406311035156, 0, 0, 0.674030303955078125, 0.738703668117523193, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+90, 244432, 0, 130, 236, '0', 0, 0, -300.34027099609375, 1656.0504150390625, 19.574676513671875, 1.823093175888061523, 0, 0, 0.790452003479003906, 0.612523972988128662, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+91, 244432, 0, 130, 236, '0', 0, 0, -291.291656494140625, 1677.4722900390625, 18.43924331665039062, 4.743973731994628906, 0, 0, -0.69585227966308593, 0.718184947967529296, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+92, 244432, 0, 130, 236, '0', 0, 0, -298.411468505859375, 1668.2291259765625, 19.41287040710449218, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+93, 244432, 0, 130, 236, '0', 0, 0, -305.598968505859375, 1596.4600830078125, 17.74093055725097656, 0.941614031791687011, 0, 0, 0.45360565185546875, 0.891202509403228759, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+94, 244432, 0, 130, 236, '0', 0, 0, -327.414947509765625, 1642.74658203125, 18.96354103088378906, 0.007917424663901329, 0, 0, 0.003958702087402343, 0.999992132186889648, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+95, 244432, 0, 130, 236, '0', 0, 0, -309.279510498046875, 1688.8489990234375, 19.77430534362792968, 3.70540165901184082, 0, 0, -0.96052742004394531, 0.278185367584228515, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+96, 244432, 0, 130, 236, '0', 0, 0, -332.651031494140625, 1649.59033203125, 18.64583396911621093, 2.865782737731933593, 0, 0, 0.990506172180175781, 0.13746829330921173, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+97, 244432, 0, 130, 236, '0', 0, 0, -351.651031494140625, 1657.486083984375, 18.96875, 1.110637187957763671, 0, 0, 0.52721405029296875, 0.849732518196105957, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+98, 244432, 0, 130, 236, '0', 0, 0, -336.416656494140625, 1627.1632080078125, 18.355255126953125, 3.412036895751953125, 0, 0, -0.99087142944335937, 0.134810283780097961, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+99, 244432, 0, 130, 236, '0', 0, 0, -347.072906494140625, 1654.392333984375, 19.114501953125, 3.345687150955200195, 0, 0, -0.9947977066040039, 0.101870141923427581, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+100, 244432, 0, 130, 236, '0', 0, 0, -324.451385498046875, 1602.4288330078125, 18.96701431274414062, 4.172742843627929687, 0, 0, -0.87000942230224609, 0.493035078048706054, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+101, 244432, 0, 130, 236, '0', 0, 0, -319.873260498046875, 1599.3350830078125, 18.86367225646972656, 1.393706083297729492, 0, 0, 0.64180755615234375, 0.766865730285644531, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+102, 244432, 0, 130, 236, '0', 0, 0, -304.701385498046875, 1685.7552490234375, 18.56967926025390625, 4.885887622833251953, 0, 0, -0.64318370819091796, 0.765711903572082519, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+103, 244432, 0, 130, 236, '0', 0, 0, -323.645843505859375, 1650.65283203125, 19.020782470703125, 2.558794260025024414, 0, 0, 0.957842826843261718, 0.287292718887329101, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+104, 244432, 0, 130, 236, '0', 0, 0, -340.994781494140625, 1630.2569580078125, 18.41666603088378906, 3.412036895751953125, 0, 0, -0.99087142944335937, 0.134810283780097961, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+105, 244432, 0, 130, 236, '0', 0, 0, -337.458343505859375, 1663.0086669921875, 18.41414451599121093, 4.466115474700927734, 0, 0, -0.78860378265380859, 0.614901721477508544, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+106, 244432, 0, 130, 236, '0', 0, 0, -331.9913330078125, 1613.423583984375, 18.59895896911621093, 3.702535390853881835, 0, 0, -0.96092510223388671, 0.276808530092239379, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+107, 244432, 0, 130, 236, '0', 0, 0, -328.072906494140625, 1646.49658203125, 18.71049118041992187, 3.980512380599975585, 0, 0, -0.91330909729003906, 0.407267093658447265, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+108, 244432, 0, 130, 236, '0', 0, 0, -342.036468505859375, 1666.1024169921875, 18.42361068725585937, 1.905924320220947265, 0, 0, 0.815135002136230468, 0.57927107810974121, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+109, 244432, 0, 130, 236, '0', 0, 0, -327.4132080078125, 1610.329833984375, 18.73045730590820312, 3.702535390853881835, 0, 0, -0.96092510223388671, 0.276808530092239379, 120, 255, 1, 48069), -- Memorial Flowers (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+110, 244432, 0, 130, 204, '0', 0, 0, -366.880218505859375, 1662.6024169921875, 18.38169097900390625, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Memorial Flowers (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+111, 244432, 0, 130, 204, '0', 0, 0, -371.458343505859375, 1665.6961669921875, 18.40188026428222656, 0.483790129423141479, 0, 0, 0.239542961120605468, 0.970885753631591796, 120, 255, 1, 48069), -- Memorial Flowers (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+112, 247561, 0, 130, 204, '0', 0, 0, -374.229156494140625, 1631.8680419921875, 18.65746688842773437, 4.664952754974365234, 0, 0, -0.72367763519287109, 0.690138161182403564, 120, 255, 1, 48069), -- Table Large 01 (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+113, 247561, 0, 130, 204, '0', 0, 0, -401.96527099609375, 1594.2100830078125, 18.65746688842773437, 2.732607364654541015, 0, 0, 0.97916412353515625, 0.203070417046546936, 120, 255, 1, 48069), -- Table Large 01 (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+114, 247561, 0, 130, 5478, '0', 0, 0, -347.630218505859375, 1550.4097900390625, 24.17103385925292968, 5.929718971252441406, 0, 0, -0.17581462860107421, 0.984423279762268066, 120, 255, 1, 48069), -- Table Large 01 (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+115, 247561, 0, 130, 204, '0', 0, 0, -446.901031494140625, 1530.517333984375, 18.65746688842773437, 4.526938915252685546, 0, 0, -0.76954174041748046, 0.638596534729003906, 120, 255, 1, 48069), -- Table Large 01 (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+116, 247561, 0, 130, 5476, '0', 0, 0, -385.180572509765625, 1447.046875, 25.69975852966308593, 3.749729156494140625, 0, 0, -0.95412635803222656, 0.29940420389175415, 120, 255, 1, 48069), -- Table Large 01 (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+117, 259459, 0, 130, 204, '0', 0, 0, -374.34027099609375, 1632.2222900390625, 19.42716407775878906, 5.652204513549804687, 0, 0, -0.31028270721435546, 0.950644373893737792, 120, 255, 1, 48069), -- Tools (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+118, 259459, 0, 130, 204, '0', 0, 0, -401.59722900390625, 1594.189208984375, 19.42716407775878906, 3.719866275787353515, 0, 0, -0.95849037170410156, 0.285124897956848144, 120, 255, 1, 48069), -- Tools (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+119, 259459, 0, 130, 5478, '0', 0, 0, -348.00347900390625, 1550.40625, 24.94072914123535156, 0.633784294128417968, 0, 0, 0.311614990234375, 0.950208425521850585, 120, 255, 1, 48069), -- Tools (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+120, 259459, 0, 130, 204, '0', 0, 0, -446.96527099609375, 1530.88720703125, 19.42716407775878906, 5.514192581176757812, 0, 0, -0.3750925064086914, 0.926987409591674804, 120, 255, 1, 48069), -- Tools (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+121, 259459, 0, 130, 5476, '0', 0, 0, -384.96875, 1447.3524169921875, 26.46946144104003906, 4.736977100372314453, 0, 0, -0.69836044311523437, 0.715746223926544189, 120, 255, 1, 48069), -- Tools (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+122, 259461, 0, 130, 204, '0', 0, 0, -371.338531494140625, 1630.3646240234375, 18.65783119201660156, 0.187377259135246276, 0, 0, 0.0935516357421875, 0.995614409446716308, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+123, 259461, 0, 130, 204, '0', 0, 0, -370.963531494140625, 1631.045166015625, 19.6533660888671875, 6.036946773529052734, 0, 0, -0.12280845642089843, 0.992430388927459716, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+124, 259461, 0, 130, 204, '0', 0, 0, -371.5, 1631.513916015625, 18.65783119201660156, 0.138010814785957336, 0, 0, 0.068950653076171875, 0.997620046138763427, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+125, 259461, 0, 130, 204, '0', 0, 0, -370.364593505859375, 1631.2603759765625, 18.65783119201660156, 6.233489990234375, 0, 0, -0.02484512329101562, 0.999691307544708251, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+126, 259461, 0, 130, 204, '0', 0, 0, -403.90277099609375, 1590.8125, 18.65783119201660156, 4.301153182983398437, 0, 0, -0.83658313751220703, 0.547839999198913574, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+127, 259461, 0, 130, 204, '0', 0, 0, -404.392364501953125, 1592.0382080078125, 18.65783119201660156, 4.538226604461669921, 0, 0, -0.76592540740966796, 0.642929434776306152, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+128, 259461, 0, 130, 204, '0', 0, 0, -403.263885498046875, 1591.7847900390625, 18.65783119201660156, 4.488860607147216796, 0, 0, -0.78155994415283203, 0.623830139636993408, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+129, 259461, 0, 130, 204, '0', 0, 0, -403.892364501953125, 1591.4461669921875, 19.6533660888671875, 4.104610443115234375, 0, 0, -0.88629722595214843, 0.463116884231567382, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+130, 259461, 0, 130, 204, '0', 0, 0, -345.85589599609375, 1553.2708740234375, 25.16693305969238281, 1.018527388572692871, 0, 0, 0.487534523010253906, 0.873103737831115722, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+131, 259461, 0, 130, 204, '0', 0, 0, -346.46527099609375, 1552.904541015625, 24.17138862609863281, 1.402779221534729003, 0, 0, 0.645279884338378906, 0.763946235179901123, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+132, 259461, 0, 130, 204, '0', 0, 0, -345.880218505859375, 1553.9149169921875, 24.17138862609863281, 1.215070724487304687, 0, 0, 0.570845603942871093, 0.821057438850402832, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+133, 259461, 0, 130, 5478, '0', 0, 0, -345.32464599609375, 1552.7135009765625, 24.17138862609863281, 1.452144265174865722, 0, 0, 0.663937568664550781, 0.747788012027740478, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Town Hall - Difficulty: 0) +(@OGUID+134, 259461, 0, 130, 204, '0', 0, 0, -415.039947509765625, 1504.6319580078125, 20.09019660949707031, 6.095476627349853515, 0, 0, -0.09371662139892578, 0.995598912239074707, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+135, 259461, 0, 130, 204, '0', 0, 0, -416.126739501953125, 1503.8853759765625, 20.09211158752441406, 0.049365285784006118, 0, 0, 0.024680137634277343, 0.999695420265197753, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+136, 259461, 0, 130, 204, '0', 0, 0, -443.78125, 1529.2552490234375, 19.6533660888671875, 5.898934841156005859, 0, 0, -0.19094562530517578, 0.981600642204284667, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+137, 259461, 0, 130, 204, '0', 0, 0, -416.1319580078125, 1505.0382080078125, 20.09297752380371093, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+138, 259461, 0, 130, 204, '0', 0, 0, -444.248260498046875, 1528.63720703125, 18.65783119201660156, 0.049365285784006118, 0, 0, 0.024680137634277343, 0.999695420265197753, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+139, 259461, 0, 130, 204, '0', 0, 0, -444.25347900390625, 1529.7899169921875, 18.65783119201660156, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+140, 259461, 0, 130, 204, '0', 0, 0, -415.65972900390625, 1504.5035400390625, 21.08718681335449218, 5.898934841156005859, 0, 0, -0.19094562530517578, 0.981600642204284667, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+141, 259461, 0, 130, 204, '0', 0, 0, -443.161468505859375, 1529.3836669921875, 18.65783119201660156, 6.095476627349853515, 0, 0, -0.09371662139892578, 0.995598912239074707, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+142, 259461, 0, 130, 5476, '0', 0, 0, -383.3125, 1443.6163330078125, 25.70012474060058593, 5.318263530731201171, 0, 0, -0.46396064758300781, 0.885855793952941894, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+143, 259461, 0, 130, 5476, '0', 0, 0, -327.85589599609375, 1468.2379150390625, 32.26903152465820312, 5.555337905883789062, 0, 0, -0.35594367980957031, 0.934507429599761962, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+144, 259461, 0, 130, 5476, '0', 0, 0, -327.05035400390625, 1469.0625, 32.26903152465820312, 5.505971908569335937, 0, 0, -0.37889957427978515, 0.925437808036804199, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+145, 259461, 0, 130, 5476, '0', 0, 0, -383.84375, 1443.9635009765625, 26.69566917419433593, 5.121720314025878906, 0, 0, -0.54863643646240234, 0.836061060428619384, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+146, 259461, 0, 130, 5476, '0', 0, 0, -384.611114501953125, 1443.8489990234375, 25.70012474060058593, 5.555337905883789062, 0, 0, -0.35594367980957031, 0.934507429599761962, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+147, 259461, 0, 130, 5476, '0', 0, 0, -327.088531494140625, 1468.3524169921875, 33.25806808471679687, 5.121720314025878906, 0, 0, -0.54863643646240234, 0.836061060428619384, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+148, 259461, 0, 130, 5476, '0', 0, 0, -383.805572509765625, 1444.673583984375, 25.70012474060058593, 5.505971908569335937, 0, 0, -0.37889957427978515, 0.925437808036804199, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+149, 259461, 0, 130, 5476, '0', 0, 0, -326.557281494140625, 1468.0052490234375, 32.26903152465820312, 5.318263530731201171, 0, 0, -0.46396064758300781, 0.885855793952941894, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+150, 259461, 0, 130, 5476, '0', 0, 0, -391.9444580078125, 1423.423583984375, 28.15021896362304687, 5.898934841156005859, 0, 0, -0.19094562530517578, 0.981600642204284667, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+151, 259461, 0, 130, 5476, '0', 0, 0, -391.32464599609375, 1423.5521240234375, 27.15202713012695312, 6.095476627349853515, 0, 0, -0.09371662139892578, 0.995598912239074707, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+152, 259461, 0, 130, 5476, '0', 0, 0, -392.411468505859375, 1422.8055419921875, 27.15764808654785156, 0.049365285784006118, 0, 0, 0.024680137634277343, 0.999695420265197753, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+153, 259461, 0, 130, 5476, '0', 0, 0, -392.416656494140625, 1423.9583740234375, 27.13882255554199218, 0, 0, 0, 0, 1, 120, 255, 1, 48069), -- Crown Chemical Co. Supplies (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+154, 259523, 0, 130, 236, '0', 0, 0, -327.861114501953125, 1658.65283203125, 19.3940887451171875, 5.627856254577636718, 0, 0, -0.32183265686035156, 0.946796596050262451, 120, 255, 1, 48069), -- Crown Crate (Large) (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+155, 259523, 0, 130, 204, '0', 0, 0, -378.23785400390625, 1567.8958740234375, 18.68685531616210937, 0.35231173038482666, 0, 0, 0.175246238708496093, 0.984524667263031005, 120, 255, 1, 48069), -- Crown Crate (Large) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+156, 259523, 0, 130, 204, '0', 0, 0, -379.260406494140625, 1570.6041259765625, 18.70833396911621093, 0.224306836724281311, 0, 0, 0.111918449401855468, 0.993717372417449951, 120, 255, 1, 48069), -- Crown Crate (Large) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+157, 259523, 0, 130, 204, '0', 0, 0, -379.564239501953125, 1568.9791259765625, 21.15660667419433593, 6.171406269073486328, 0, 0, -0.05586051940917968, 0.998438596725463867, 120, 255, 1, 48069), -- Crown Crate (Large) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+158, 259523, 0, 130, 204, '0', 0, 0, -381.321197509765625, 1568.2742919921875, 18.65972328186035156, 0.331869840621948242, 0, 0, 0.165174484252929687, 0.986264348030090332, 120, 255, 1, 48069), -- Crown Crate (Large) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+159, 259523, 0, 130, 204, '0', 0, 0, -387.477447509765625, 1454.1771240234375, 25.68385124206542968, 0.331869840621948242, 0, 0, 0.165174484252929687, 0.986264348030090332, 120, 255, 1, 48069), -- Crown Crate (Large) (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+160, 259523, 0, 130, 5476, '0', 0, 0, -349.664947509765625, 1453.0538330078125, 23.52892684936523437, 0.331869840621948242, 0, 0, 0.165174484252929687, 0.986264348030090332, 120, 255, 1, 48069), -- Crown Crate (Large) (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+161, 259764, 0, 130, 236, '0', 0, 0, -327.4444580078125, 1657.2916259765625, 22.21895217895507812, 5.080571651458740234, -0.36442422866821289, -0.50426387786865234, -0.45282173156738281, 0.638643383979797363, 120, 255, 1, 48069), -- Love Potion No. 8 (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+162, 259764, 0, 130, 236, '0', 0, 0, -332.40277099609375, 1554.9896240234375, 27.44699859619140625, 5.080571651458740234, -0.36442422866821289, -0.50426387786865234, -0.45282173156738281, 0.638643383979797363, 120, 255, 1, 48069), -- Love Potion No. 8 (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+163, 259764, 0, 130, 204, '0', 0, 0, -376.9444580078125, 1633.12158203125, 19.98502922058105468, 5.080571651458740234, -0.36442422866821289, -0.50426387786865234, -0.45282173156738281, 0.638643383979797363, 120, 255, 1, 48069), -- Love Potion No. 8 (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+164, 259764, 0, 130, 204, '0', 0, 0, -379.65277099609375, 1584.4566650390625, 19.56160545349121093, 5.080571651458740234, -0.36442422866821289, -0.50426387786865234, -0.45282173156738281, 0.638643383979797363, 120, 255, 1, 48069), -- Love Potion No. 8 (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+165, 259764, 0, 130, 204, '0', 0, 0, -434.15972900390625, 1520.138916015625, 21.19707107543945312, 5.080571651458740234, -0.36442422866821289, -0.50426387786865234, -0.45282173156738281, 0.638643383979797363, 120, 255, 1, 48069), -- Love Potion No. 8 (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+166, 259764, 0, 130, 5476, '0', 0, 0, -385.232635498046875, 1448.3785400390625, 26.80701446533203125, 5.080571651458740234, -0.36442422866821289, -0.50426387786865234, -0.45282173156738281, 0.638643383979797363, 120, 255, 1, 48069), -- Love Potion No. 8 (Area: Pyrewood Chapel - Difficulty: 0) +(@OGUID+167, 259803, 0, 130, 204, '0', 0, 0, -391.8194580078125, 1506.451416015625, 29.46763420104980468, 5.773909568786621093, 0, 0, -0.25189495086669921, 0.967754602432250976, 120, 255, 1, 48069), -- Recipe Fragment (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+168, 259804, 0, 130, 204, '0', 0, 0, -335.80902099609375, 1554.185791015625, 26.1377410888671875, 0.893613338470458984, 0, 0, 0.432087898254394531, 0.901831448078155517, 120, 255, 1, 48069), -- Recipe Fragment (Area: Pyrewood Village - Difficulty: 0) +(@OGUID+169, 259805, 0, 130, 236, '0', 0, 0, -325.595489501953125, 1656.361083984375, 19.50065231323242187, 5.272631645202636718, 0, 0, -0.48404979705810546, 0.87504047155380249, 120, 255, 1, 48069), -- Recipe Fragment (Area: Shadowfang Keep - Difficulty: 0) +(@OGUID+170, 259806, 0, 130, 5478, '0', 0, 0, -400.947906494140625, 1549.576416015625, 18.65784645080566406, 0.756443321704864501, 0, 0, 0.369268417358398437, 0.929322779178619384, 120, 255, 1, 48069); -- Love Potion Recipe (Area: Pyrewood Town Hall - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+53; +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), +(@EVENT, @CGUID+6), +(@EVENT, @CGUID+7), +(@EVENT, @CGUID+8), +(@EVENT, @CGUID+9), +(@EVENT, @CGUID+10), +(@EVENT, @CGUID+11), +(@EVENT, @CGUID+12), +(@EVENT, @CGUID+13), +(@EVENT, @CGUID+14), +(@EVENT, @CGUID+15), +(@EVENT, @CGUID+16), +(@EVENT, @CGUID+17), +(@EVENT, @CGUID+18), +(@EVENT, @CGUID+19), +(@EVENT, @CGUID+20), +(@EVENT, @CGUID+21), +(@EVENT, @CGUID+22), +(@EVENT, @CGUID+23), +(@EVENT, @CGUID+24), +(@EVENT, @CGUID+25), +(@EVENT, @CGUID+26), +(@EVENT, @CGUID+27), +(@EVENT, @CGUID+28), +(@EVENT, @CGUID+29), +(@EVENT, @CGUID+30), +(@EVENT, @CGUID+31), +(@EVENT, @CGUID+32), +(@EVENT, @CGUID+33), +(@EVENT, @CGUID+34), +(@EVENT, @CGUID+35), +(@EVENT, @CGUID+36), +(@EVENT, @CGUID+37), +(@EVENT, @CGUID+38), +(@EVENT, @CGUID+39), +(@EVENT, @CGUID+40), +(@EVENT, @CGUID+41), +(@EVENT, @CGUID+42), +(@EVENT, @CGUID+43), +(@EVENT, @CGUID+44), +(@EVENT, @CGUID+45), +(@EVENT, @CGUID+46), +(@EVENT, @CGUID+47), +(@EVENT, @CGUID+48), +(@EVENT, @CGUID+49), +(@EVENT, @CGUID+50), +(@EVENT, @CGUID+51), +(@EVENT, @CGUID+52), +(@EVENT, @CGUID+53); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+170; +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); diff --git a/sql/updates/world/master/2023_03_02_00_world.sql b/sql/updates/world/master/2023_03_02_00_world.sql new file mode 100644 index 000000000..90baa1832 --- /dev/null +++ b/sql/updates/world/master/2023_03_02_00_world.sql @@ -0,0 +1,15 @@ +SET @CGUID := 9003383; + +-- Creature +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+7; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 197843, 2444, 13646, 13646, '0', '0', 0, 0, 0, -2978.19677734375, 2288.617431640625, 550.2774658203125, 1.98538219928741455, 120, 10, 0, 191962, 0, 1, 0, 0, 0, 48069), -- Seeing Eye Proto-Drake (Area: The Azure Span - Difficulty: 0) +(@CGUID+1, 197843, 2444, 13646, 13646, '0', '0', 0, 0, 0, -3072.926025390625, 2281.953857421875, 543.7161865234375, 3.934587001800537109, 120, 10, 0, 191962, 0, 1, 0, 0, 0, 48069), -- Seeing Eye Proto-Drake (Area: The Azure Span - Difficulty: 0) (Auras: ) +(@CGUID+2, 197843, 2444, 13646, 13646, '0', '0', 0, 0, 0, -3057.12060546875, 2323.4765625, 542.23028564453125, 1.135687232017517089, 120, 10, 0, 191962, 0, 1, 0, 0, 0, 48069), -- Seeing Eye Proto-Drake (Area: The Azure Span - Difficulty: 0) +(@CGUID+3, 197843, 2444, 13646, 13646, '0', '0', 0, 0, 0, -3000.149169921875, 2189.061767578125, 563.601318359375, 2.386743068695068359, 120, 10, 0, 191962, 0, 1, 0, 0, 0, 48069), -- Seeing Eye Proto-Drake (Area: The Azure Span - Difficulty: 0) +(@CGUID+4, 197843, 2444, 13646, 13646, '0', '0', 0, 0, 0, -2981.812744140625, 2212.837890625, 561.82232666015625, 3.760783672332763671, 120, 10, 0, 191962, 0, 1, 0, 0, 0, 48069), -- Seeing Eye Proto-Drake (Area: The Azure Span - Difficulty: 0) +(@CGUID+5, 197843, 2444, 13646, 13646, '0', '0', 0, 0, 0, -2953.303955078125, 2343.05029296875, 539.59490966796875, 3.410241365432739257, 120, 10, 0, 191962, 0, 1, 0, 0, 0, 48069), -- Seeing Eye Proto-Drake (Area: The Azure Span - Difficulty: 0) +(@CGUID+6, 197843, 2444, 13646, 13646, '0', '0', 0, 0, 0, -3129.409912109375, 2247.2890625, 552.92474365234375, 4.720201492309570312, 120, 10, 0, 191962, 0, 1, 0, 0, 0, 48069), -- Seeing Eye Proto-Drake (Area: The Azure Span - Difficulty: 0) +(@CGUID+7, 197843, 2444, 13646, 13646, '0', '0', 0, 0, 0, -3021.3505859375, 2400.363525390625, 530.75634765625, 6.231372833251953125, 120, 10, 0, 191962, 0, 1, 0, 0, 0, 48069); -- Seeing Eye Proto-Drake (Area: The Azure Span - Difficulty: 0) + +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=16, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=197843; -- Seeing Eye Proto-Drake diff --git a/sql/updates/world/master/2023_03_02_01_world.sql b/sql/updates/world/master/2023_03_02_01_world.sql new file mode 100644 index 000000000..7b35b23c9 --- /dev/null +++ b/sql/updates/world/master/2023_03_02_01_world.sql @@ -0,0 +1,214 @@ +SET @CGUID := 9003391; + +-- Creature +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+58; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 193509, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3141.465087890625, 2605.76806640625, 366.6434326171875, 6.029794692993164062, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Woodland Filcher (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+1, 193497, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3207.224609375, 2491.256103515625, 373.889862060546875, 3.469732046127319335, 120, 4, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Shortcoat Bear (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+2, 193509, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3190.01904296875, 2544.512451171875, 370.781463623046875, 5.976603031158447265, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Woodland Filcher (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+3, 193509, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3154.621337890625, 2476.716796875, 385.9647216796875, 4.662187576293945312, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Woodland Filcher (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+4, 194720, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3184.49609375, 2516.0830078125, 374.760833740234375, 1.364205598831176757, 120, 4, 0, 5, 0, 1, 0, 0, 0, 48069), -- Grizzlefur Cub (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+5, 193509, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3196.561279296875, 2596.87744140625, 362.147125244140625, 4.192681789398193359, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Woodland Filcher (Area: The Azure Span - Difficulty: 0) (Auras: 391254 - Hearty) (possible waypoints or random movement) +(@CGUID+6, 193497, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3096.220458984375, 2566.802001953125, 383.842498779296875, 1.951713085174560546, 120, 4, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Shortcoat Bear (Area: The Azure Span - Difficulty: 0) +(@CGUID+7, 190221, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3177.155029296875, 2482.549072265625, 439.96923828125, 5.061579704284667968, 120, 0, 0, 5, 0, 0, 0, 0, 0, 48069), -- Pine Flicker (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+8, 193498, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3095.4541015625, 2564.67822265625, 384.868865966796875, 1.188112854957580566, 120, 8, 0, 25194, 0, 1, 0, 0, 0, 48069), -- Juvenile Shortcoat Bear (Area: The Azure Span - Difficulty: 0) +(@CGUID+9, 193497, 2444, 13646, 13893, '0', 0, 0, 0, 0, -3377.257568359375, 2889.8466796875, 284.125640869140625, 3.202989578247070312, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48317), -- Shortcoat Bear (Area: Drake Eye's Pond - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+10, 193497, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3243.31494140625, 2565.11376953125, 360.181793212890625, 4.109749317169189453, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Shortcoat Bear (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+11, 193511, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3259.803955078125, 2657.994384765625, 346.947296142578125, 2.698893547058105468, 120, 6, 0, 16796, 0, 1, 0, 0, 0, 48069), -- Woadspine (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+12, 193497, 2444, 13646, 13893, '0', 0, 0, 0, 0, -3440.619140625, 2900.65625, 277.47259521484375, 3.805480241775512695, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48317), -- Shortcoat Bear (Area: Drake Eye's Pond - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+13, 193511, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3294.292724609375, 2667.4208984375, 339.689544677734375, 1.16526341438293457, 120, 6, 0, 16796, 0, 1, 0, 0, 0, 48069), -- Woadspine (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+14, 193497, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3279.532958984375, 2715.971435546875, 333.073272705078125, 0.782780826091766357, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Shortcoat Bear (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+15, 193498, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3279.532958984375, 2715.971435546875, 333.073272705078125, 2.490132331848144531, 120, 0, 0, 25194, 0, 0, 0, 0, 0, 48069), -- Juvenile Shortcoat Bear (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+16, 193509, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3204.287353515625, 2727.846435546875, 461.797149658203125, 5.599758148193359375, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Woodland Filcher (Area: The Azure Span - Difficulty: 0) +(@CGUID+17, 192267, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3334.35986328125, 2690.464111328125, 330.450775146484375, 0.584559142589569091, 120, 4, 0, 5, 0, 1, 0, 0, 0, 48069), -- Azure Crystalspine (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+18, 193507, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3352.778564453125, 2751.54931640625, 321.405242919921875, 5.43351602554321289, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Red Furred Bull (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+19, 193507, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3304.895751953125, 2800.178955078125, 325.705474853515625, 6.195866584777832031, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Red Furred Bull (Area: The Azure Span - Difficulty: 0) +(@CGUID+20, 193507, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3296.901123046875, 2798.611083984375, 327.486175537109375, 2.565255165100097656, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Red Furred Bull (Area: The Azure Span - Difficulty: 0) +(@CGUID+21, 193502, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3360.275390625, 2767.575439453125, 316.8699951171875, 5.43351602554321289, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Red Furred Calf (Area: The Azure Span - Difficulty: 0) (Auras: 391254 - Hearty) (possible waypoints or random movement) +(@CGUID+22, 193503, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3355.16943359375, 2764.870361328125, 318.772491455078125, 5.43351602554321289, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Red Furred Cow (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+23, 193502, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3360.676025390625, 2760.53271484375, 317.2611083984375, 5.43351602554321289, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Red Furred Calf (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+24, 193503, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3362.92578125, 2755.596435546875, 317.787841796875, 5.43351602554321289, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Red Furred Cow (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+25, 193497, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3374.8779296875, 2712.501953125, 320.56719970703125, 3.047751426696777343, 120, 4, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Shortcoat Bear (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+26, 190221, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3389.277587890625, 2603.8251953125, 366.759857177734375, 1.96351015567779541, 120, 0, 0, 5, 0, 0, 0, 0, 0, 48069), -- Pine Flicker (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+27, 193507, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3471.467041015625, 2596.6806640625, 333.193603515625, 1.91470038890838623, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Red Furred Bull (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+28, 193503, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3478.05712890625, 2594.320556640625, 333.1785888671875, 5.059251785278320312, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Red Furred Cow (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+29, 198260, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3533.661376953125, 2604.7509765625, 293.337921142578125, 0, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Misaligned Ley Crystal (Area: The Azure Span - Difficulty: 0) (Auras: 393077 - Misaligned [DNT]) +(@CGUID+30, 190221, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3457.617431640625, 2603.408935546875, 361.245361328125, 4.295994281768798828, 120, 0, 0, 5, 0, 0, 0, 0, 0, 48069), -- Pine Flicker (Area: The Azure Span - Difficulty: 0) +(@CGUID+31, 193503, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3427.06787109375, 2507.338623046875, 351.760772705078125, 2.291278839111328125, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Red Furred Cow (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+32, 193502, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3425.463134765625, 2502.846923828125, 354.22247314453125, 2.291278839111328125, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Red Furred Calf (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+33, 190221, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3468.522216796875, 2610.235107421875, 355.74774169921875, 1.707101821899414062, 120, 0, 0, 5, 0, 0, 0, 0, 0, 48069), -- Pine Flicker (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+34, 193503, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3434.524658203125, 2500.30615234375, 354.255157470703125, 2.291278839111328125, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Red Furred Cow (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+35, 193502, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3430.307373046875, 2501.932373046875, 354.545196533203125, 2.291278839111328125, 120, 0, 0, 41990, 0, 0, 0, 0, 0, 48069), -- Red Furred Calf (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+36, 193503, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3434.564208984375, 2506.783447265625, 352.47943115234375, 2.291278839111328125, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Red Furred Cow (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+37, 192265, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3400.09814453125, 2526.235595703125, 349.155029296875, 4.460101604461669921, 120, 4, 0, 5, 0, 1, 0, 0, 0, 48069), -- Azure Crystalspine (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+38, 193511, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3301.1083984375, 2547.455078125, 358.20208740234375, 5.801037311553955078, 120, 6, 0, 16796, 0, 1, 0, 0, 0, 48069), -- Woadspine (Area: The Azure Span - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+39, 193497, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3366.51025390625, 2841.447998046875, 305.390533447265625, 3.333540201187133789, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Shortcoat Bear (Area: The Azure Span - Difficulty: 0) +(@CGUID+40, 193509, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3301.207763671875, 2371.35107421875, 385.38775634765625, 3.153202772140502929, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Woodland Filcher (Area: The Azure Span - Difficulty: 0) +(@CGUID+41, 193509, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3429.626708984375, 2396.7275390625, 388.8052978515625, 0, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Woodland Filcher (Area: The Azure Span - Difficulty: 0) +(@CGUID+42, 193509, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3270.89501953125, 2375.21533203125, 390.109161376953125, 0.485478222370147705, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Woodland Filcher (Area: The Azure Span - Difficulty: 0) +(@CGUID+43, 193509, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3342.89990234375, 2364.084716796875, 386.423431396484375, 2.491533517837524414, 120, 6, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Woodland Filcher (Area: The Azure Span - Difficulty: 0) +(@CGUID+44, 190221, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3324.71533203125, 2394.008056640625, 409.89825439453125, 3.610646724700927734, 120, 0, 0, 5, 0, 0, 0, 0, 0, 48069), -- Pine Flicker (Area: The Azure Span - Difficulty: 0) +(@CGUID+45, 193511, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3274.082763671875, 2390.043701171875, 386.538970947265625, 1.696120262145996093, 120, 6, 0, 16796, 0, 1, 0, 0, 0, 48069), -- Woadspine (Area: The Azure Span - Difficulty: 0) +(@CGUID+46, 193497, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3210.613525390625, 2408.14794921875, 391.93817138671875, 1.00234997272491455, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Shortcoat Bear (Area: The Azure Span - Difficulty: 0) +(@CGUID+47, 190221, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3257.098388671875, 2419.534423828125, 465.31298828125, 1.089844584465026855, 120, 0, 0, 5, 0, 0, 0, 0, 0, 48069), -- Pine Flicker (Area: The Azure Span - Difficulty: 0) +(@CGUID+48, 190221, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3297.494384765625, 2362.50537109375, 446.179901123046875, 6.1339569091796875, 120, 0, 0, 5, 0, 0, 0, 0, 0, 48069), -- Pine Flicker (Area: The Azure Span - Difficulty: 0) +(@CGUID+49, 192968, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3287.065185546875, 2316.624267578125, 391.383514404296875, 2.808651685714721679, 120, 0, 0, 28249, 0, 0, 0, 0, 0, 48069), -- Oozing Decay (Area: The Azure Span - Difficulty: 0) +(@CGUID+50, 192968, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3287.26123046875, 2316.69189453125, 391.359832763671875, 2.808651685714721679, 120, 0, 0, 28249, 0, 0, 0, 0, 0, 48069), -- Oozing Decay (Area: The Azure Span - Difficulty: 0) +(@CGUID+51, 192968, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3242.24267578125, 2419.56982421875, 382.1826171875, 0.958544135093688964, 120, 0, 0, 28249, 0, 0, 0, 0, 0, 48069), -- Oozing Decay (Area: The Azure Span - Difficulty: 0) +(@CGUID+52, 192968, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3242.60009765625, 2419.060791015625, 382.261962890625, 2.224019765853881835, 120, 0, 0, 28249, 0, 0, 0, 0, 0, 48069), -- Oozing Decay (Area: The Azure Span - Difficulty: 0) +(@CGUID+53, 193497, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3317.92529296875, 2462.03125, 370.12274169921875, 5.238353252410888671, 120, 8, 0, 83980, 0, 1, 0, 0, 0, 48069), -- Shortcoat Bear (Area: The Azure Span - Difficulty: 0) +(@CGUID+54, 192968, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3313.263671875, 2448.664306640625, 371.596649169921875, 4.171561717987060546, 120, 0, 0, 28249, 0, 0, 0, 0, 0, 48069), -- Oozing Decay (Area: The Azure Span - Difficulty: 0) +(@CGUID+55, 192968, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3312.746337890625, 2448.697509765625, 371.348602294921875, 4.171561717987060546, 120, 0, 0, 28249, 0, 0, 0, 0, 0, 48069), -- Oozing Decay (Area: The Azure Span - Difficulty: 0) +(@CGUID+56, 190221, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3377.388671875, 2782.68603515625, 319.876007080078125, 3.628751039505004882, 120, 0, 0, 5, 0, 0, 0, 0, 0, 48069), -- Pine Flicker (Area: The Azure Span - Difficulty: 0) +(@CGUID+57, 193497, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3267.970458984375, 2751.9208984375, 336.005218505859375, 3.265947818756103515, 120, 0, 0, 83980, 0, 0, 0, 0, 0, 48069), -- Shortcoat Bear (Area: The Azure Span - Difficulty: 0) +(@CGUID+58, 190221, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3454.7255859375, 2796.169189453125, 314.72821044921875, 3.729835748672485351, 120, 0, 0, 5, 0, 0, 0, 0, 0, 48069); -- Pine Flicker (Area: The Azure Span - Difficulty: 0) +DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+58; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+19, 0, 0, 0, 0, 0, 1, 0, 567, 0, 0, 0, 0, ''), -- Red Furred Bull +(@CGUID+20, 0, 0, 0, 0, 0, 1, 0, 567, 0, 0, 0, 0, ''), -- Red Furred Bull +(@CGUID+41, 0, 0, 0, 3, 0, 1, 0, 455, 0, 0, 0, 0, ''); -- Woodland Filcher + +-- Creature Template +UPDATE `creature_template` SET `minlevel`=68, `maxlevel`=68, `faction`=16, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=193498; -- Juvenile Shortcoat Bear + +-- Waypoints for CGUID+18 +DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+18; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(@CGUID+18, @CGUID+18, 0, 0, 515, 0, 0), +(@CGUID+18, @CGUID+22, 6, 300, 515, 1, 10), +(@CGUID+18, @CGUID+24, 6, 60, 515, 1, 10), +(@CGUID+18, @CGUID+23, 6, 20, 515, 1, 10), +(@CGUID+18, @CGUID+21, 6, 340, 515, 1, 10); + +SET @PATH := (@CGUID+18) * 10; +DELETE FROM `waypoint_data` WHERE `id`= @PATH; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +(@PATH, 0, -3431.728, 2867.523, 281.4935, NULL, 0), +(@PATH, 1, -3419.981, 2899.703, 278.6351, NULL, 5474), +(@PATH, 2, -3431.728, 2867.523, 281.4935, NULL, 0), +(@PATH, 3, -3431.83, 2849.077, 282.5457, NULL, 0), +(@PATH, 4, -3402.982, 2829.287, 296.1257, NULL, 0), +(@PATH, 5, -3393.507, 2804.335, 305.7631, NULL, 0), +(@PATH, 6, -3367.661, 2768.48, 313.1128, NULL, 0), +(@PATH, 7, -3344.799, 2742.466, 325.5055, NULL, 0), +(@PATH, 8, -3338.543, 2711.809, 327.3452, NULL, 0), +(@PATH, 9, -3335.512, 2674.767, 330.0016, NULL, 0), +(@PATH, 10, -3314.007, 2650.757, 336.9271, NULL, 7867), +(@PATH, 11, -3335.512, 2674.767, 330.0016, NULL, 0), +(@PATH, 12, -3338.547, 2711.659, 327.283, NULL, 0), +(@PATH, 13, -3344.799, 2742.466, 325.5055, NULL, 0), +(@PATH, 14, -3367.661, 2768.48, 313.1128, NULL, 0), +(@PATH, 15, -3393.507, 2804.335, 305.7631, NULL, 0), +(@PATH, 16, -3402.903, 2829.225, 296.1129, NULL, 0), +(@PATH, 17, -3431.75, 2849.015, 282.6152, NULL, 0); + +UPDATE `creature` SET `position_x`= -3431.728, `position_y`= 2867.523, `position_z`= 281.4935, `orientation`= 0, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+18; +DELETE FROM `creature_addon` WHERE `guid`= @CGUID+18; +INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`) VALUES +(@CGUID+18, @PATH, 1); + +-- Waypoints for CGUID+27 +DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+27; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(@CGUID+27, @CGUID+27, 0, 0, 515, 0, 0), +(@CGUID+27, @CGUID+28, 4, 90, 515, 7, 13); + +SET @PATH := (@CGUID+27) * 10; +DELETE FROM `waypoint_data` WHERE `id`= @PATH; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +(@PATH, 0, -3368.637, 2503.476, 357.2046, NULL, 8120), +(@PATH, 1, -3378.715, 2520.76, 354.722, NULL, 0), +(@PATH, 2, -3395.434, 2536.872, 348.9058, NULL, 0), +(@PATH, 3, -3405.865, 2563.971, 343.0657, NULL, 0), +(@PATH, 4, -3427.337, 2579.958, 337.147, NULL, 0), +(@PATH, 5, -3451.198, 2584.038, 335.8872, NULL, 0), +(@PATH, 6, -3468.911, 2589.598, 334.9581, NULL, 0), +(@PATH, 7, -3471.467, 2596.681, 333.1936, NULL, 12127), +(@PATH, 8, -3468.911, 2589.598, 334.9581, NULL, 0), +(@PATH, 9, -3451.198, 2584.038, 335.8872, NULL, 0), +(@PATH, 10, -3427.337, 2579.958, 337.147, NULL, 0), +(@PATH, 11, -3405.865, 2563.971, 343.0657, NULL, 0), +(@PATH, 12, -3395.434, 2536.872, 348.9058, NULL, 0), +(@PATH, 13, -3378.715, 2520.76, 354.722, NULL, 0); + +UPDATE `creature` SET `position_x`= -3368.637, `position_y`= 2503.476, `position_z`= 357.2046, `orientation`= 0, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+27; +DELETE FROM `creature_addon` WHERE `guid`= @CGUID+27; +INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`) VALUES +(@CGUID+27, @PATH, 1); + +-- Waypoints for CGUID+36 +DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+36; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(@CGUID+36, @CGUID+36, 0, 0, 515, 0, 0), +(@CGUID+36, @CGUID+34, 6, 300, 515, 14, 29), +(@CGUID+36, @CGUID+31, 6, 60, 515, 14, 29), +(@CGUID+36, @CGUID+32, 6, 20, 515, 14, 29), +(@CGUID+36, @CGUID+35, 6, 340, 515, 14, 29); + +SET @PATH := (@CGUID+36) * 10; +DELETE FROM `waypoint_data` WHERE `id`= @PATH; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +(@PATH, 0, -3458.837, 2658.7, 320.8941, NULL, 0), +(@PATH, 1, -3467.094, 2646.333, 323.1231, NULL, 0), +(@PATH, 2, -3481.785, 2625.183, 327.2216, NULL, 0), +(@PATH, 3, -3479.976, 2605.903, 331.3741, NULL, 0), +(@PATH, 4, -3474.12, 2589.726, 334.2054, NULL, 0), +(@PATH, 5, -3468.488, 2572.898, 337.7356, NULL, 0), +(@PATH, 6, -3471.764, 2561.555, 340.4263, NULL, 0), +(@PATH, 7, -3466.884, 2541.586, 347.2043, NULL, 0), +(@PATH, 8, -3452.113, 2526.793, 350.9787, NULL, 0), +(@PATH, 9, -3424.503, 2495.325, 357.4188, NULL, 0), +(@PATH, 10, -3399.151, 2478.432, 363.8409, NULL, 0), +(@PATH, 11, -3371.424, 2463.726, 364.0047, NULL, 0), +(@PATH, 12, -3360.255, 2445.521, 371.7814, NULL, 0), +(@PATH, 13, -3358.184, 2422.88, 378.118, NULL, 0), +(@PATH, 14, -3360.905, 2397.951, 381.4866, NULL, 8263), +(@PATH, 15, -3358.17, 2422.805, 378.2343, NULL, 0), +(@PATH, 16, -3360.255, 2445.521, 371.7814, NULL, 0), +(@PATH, 17, -3371.424, 2463.726, 364.0047, NULL, 0), +(@PATH, 18, -3399.151, 2478.432, 363.8409, NULL, 0), +(@PATH, 19, -3424.503, 2495.325, 357.4188, NULL, 0), +(@PATH, 20, -3452.113, 2526.793, 350.9787, NULL, 0), +(@PATH, 21, -3466.884, 2541.586, 347.2043, NULL, 0), +(@PATH, 22, -3471.764, 2561.555, 340.4263, NULL, 0), +(@PATH, 23, -3468.488, 2572.898, 337.7356, NULL, 0), +(@PATH, 24, -3474.12, 2589.726, 334.2054, NULL, 0), +(@PATH, 25, -3479.976, 2605.903, 331.3741, NULL, 0), +(@PATH, 26, -3481.785, 2625.183, 327.2216, NULL, 0), +(@PATH, 27, -3467.094, 2646.333, 323.1231, NULL, 0), +(@PATH, 28, -3458.837, 2658.7, 320.8941, NULL, 0), +(@PATH, 29, -3459.622, 2676.675, 318.6869, NULL, 6859); + +UPDATE `creature` SET `position_x`= -3458.837, `position_y`= 2658.7, `position_z`= 320.8941, `orientation`= 0, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+36; +DELETE FROM `creature_addon` WHERE `guid`= @CGUID+36; +INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`) VALUES +(@CGUID+36, @PATH, 1); + +-- Waypoints for CGUID+14 +DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+14; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(@CGUID+14, @CGUID+14, 0, 0, 515, 0, 0), +(@CGUID+14, @CGUID+15, 4, 0, 515, 0, 0); + +SET @PATH := (@CGUID+14) * 10; +DELETE FROM `waypoint_data` WHERE `id`= @PATH; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +(@PATH, 0, -3292.83, 2765.562, 329.8903, NULL, 0), +(@PATH, 1, -3272.51, 2770.939, 334.2202, NULL, 0), +(@PATH, 2, -3248.28, 2769.512, 335.4793, NULL, 0), +(@PATH, 3, -3230.285, 2753.267, 338.4461, NULL, 0), +(@PATH, 4, -3234.465, 2718.448, 338.7516, NULL, 0), +(@PATH, 5, -3231.943, 2703.92, 342.3979, NULL, 0), +(@PATH, 6, -3279.533, 2715.971, 333.0733, NULL, 0), +(@PATH, 7, -3279.384, 2715.222, 333.0733, NULL, 0), +(@PATH, 8, -3274.8, 2708.097, 335.8755, NULL, 0), +(@PATH, 9, -3283.481, 2708.161, 332.993, NULL, 0), +(@PATH, 10, -3279.51, 2715.779, 333.0733, NULL, 0), +(@PATH, 11, -3284.165, 2710.661, 332.6612, NULL, 0), +(@PATH, 12, -3274.773, 2712.59, 333.8369, NULL, 1941), +(@PATH, 13, -3303.483, 2745.253, 328.144, NULL, 0); + +UPDATE `creature` SET `position_x`= -3292.83, `position_y`= 2765.562, `position_z`= 329.8903, `orientation`= 0, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+14; +DELETE FROM `creature_addon` WHERE `guid`= @CGUID+14; +INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`) VALUES +(@CGUID+14, @PATH, 1); diff --git a/sql/updates/world/master/2023_03_02_02_world.sql b/sql/updates/world/master/2023_03_02_02_world.sql new file mode 100644 index 000000000..eed979fcb --- /dev/null +++ b/sql/updates/world/master/2023_03_02_02_world.sql @@ -0,0 +1,119 @@ +SET @CGUID := 9003450; + +SET @NPCTEXTID := 590047; + +-- Creature +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+12; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 194613, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3475.859375, 2394.748291015625, 381.086181640625, 2.453157424926757812, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Unkimi (Area: The Azure Span - Difficulty: 0) +(@CGUID+1, 193100, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3466.880126953125, 2372.13720703125, 384.630859375, 0.119845442473888397, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Tuskarr Worker (Area: The Azure Span - Difficulty: 0) 256136 - Permanent Feign Death (Drowned Anim Kit)) +(@CGUID+2, 194058, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3390.391357421875, 2333.989013671875, 382.02508544921875, 0.042390976101160049, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Tuskarr Fisher (Area: The Azure Span - Difficulty: 0) (Auras: 375006 - [DNT] Hold Fish Bag) +(@CGUID+3, 194058, 2444, 13646, 13646, '0', 0, 0, 0, 1, -3426.09375, 2298.7119140625, 382.245635986328125, 1.100107312202453613, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Tuskarr Fisher (Area: The Azure Span - Difficulty: 0) (Auras: 384458 - Standing + Fishing) +(@CGUID+4, 194047, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3448.697998046875, 2374.803955078125, 384.479156494140625, 3.675567150115966796, 120, 0, 0, 79043, 0, 0, 0, 0, 0, 48317), -- Tame Bakar (Area: The Azure Span - Difficulty: 0) +(@CGUID+5, 193100, 2444, 13646, 13646, '0', 0, 0, 0, 1, -3458.557373046875, 2335.78125, 382.464630126953125, 0.076045498251914978, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Tuskarr Worker (Area: The Azure Span - Difficulty: 0) +(@CGUID+6, 193100, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3467.65966796875, 2378.026123046875, 384.736328125, 2.453157424926757812, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Tuskarr Worker (Area: The Azure Span - Difficulty: 0) +(@CGUID+7, 194044, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3469.092041015625, 2338.8837890625, 384.601318359375, 4.971851348876953125, 120, 0, 0, 27, 0, 0, 0, 0, 0, 48317), -- Tuskarr Child (Area: The Azure Span - Difficulty: 0) +(@CGUID+8, 194044, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3464.29345703125, 2370.798583984375, 384.69940185546875, 2.676327705383300781, 120, 0, 0, 27, 0, 0, 0, 0, 0, 48317), -- Tuskarr Child (Area: The Azure Span - Difficulty: 0) +(@CGUID+9, 194058, 2444, 13646, 13646, '0', 0, 0, 0, 1, -3396.6494140625, 2330.87841796875, 381.66375732421875, 4.258931636810302734, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Tuskarr Fisher (Area: The Azure Span - Difficulty: 0) (Auras: 384458 - Standing + Fishing) +(@CGUID+10, 194047, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3392.71533203125, 2330.46533203125, 381.842864990234375, 3.827915906906127929, 120, 0, 0, 79043, 0, 0, 0, 0, 0, 48317), -- Tame Bakar (Area: The Azure Span - Difficulty: 0) (Auras: 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath) +(@CGUID+11, 194047, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3459.28466796875, 2376.694580078125, 384.878509521484375, 3.827915906906127929, 120, 0, 0, 79043, 0, 0, 0, 0, 0, 48317), -- Tame Bakar (Area: The Azure Span - Difficulty: 0) (Auras: 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath) +(@CGUID+12, 193100, 2444, 13646, 13646, '0', 0, 0, 0, 0, -3462.71826171875, 2347.29296875, 384.46923828125, 4.717760086059570312, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317); -- Tuskarr Worker (Area: The Azure Span - Difficulty: 0) (Auras: 370802 - [DNT] Hold Logs) +DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+12; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Tuskarr Worker +(@CGUID+2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '375006'), -- Tuskarr Fisher - 375006 - [DNT] Hold Fish Bag +(@CGUID+4, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Tame Bakar +(@CGUID+5, 0, 0, 0, 0, 0, 1, 0, 568, 0, 0, 0, 0, ''), -- Tuskarr Worker +(@CGUID+6, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- Tuskarr Worker +(@CGUID+7, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Tuskarr Child +(@CGUID+10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '368927'), -- Tame Bakar - 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath +(@CGUID+11, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '368927'), -- Tame Bakar - 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath +(@CGUID+12, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '370802'); -- Tuskarr Worker - 370802 - [DNT] Hold Logs + +-- Creature Template +UPDATE `creature_template` SET `faction`=3273, `BaseAttackTime`=2000, `unit_flags`=33536, `unit_flags2`=2048 WHERE `entry`=194044; -- Tuskarr Child +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=2633, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=194047; -- Tame Bakar +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=3273, `BaseAttackTime`=2000, `unit_flags`=33024, `unit_flags2`=2048 WHERE `entry`=194058; -- Tuskarr Fisher +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=3273, `BaseAttackTime`=2000, `unit_flags`=33024, `unit_flags2`=2048 WHERE `entry`=193100; -- Tuskarr Worker +UPDATE `creature_template` SET `gossip_menu_id`=28957, `minlevel`=70, `maxlevel`=70, `faction`=3273, `npcflag`=3, `BaseAttackTime`=2000, `unit_flags`=33024, `unit_flags2`=2048 WHERE `entry`=194613; -- Unkimi + +-- Creature Equip +DELETE FROM `creature_equip_template` WHERE (`ID`=1 AND `CreatureID` IN (193100,194058,190136)); +INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `AppearanceModID1`, `ItemVisual1`, `ItemID2`, `AppearanceModID2`, `ItemVisual2`, `ItemID3`, `AppearanceModID3`, `ItemVisual3`, `VerifiedBuild`) VALUES +(193100, 1, 109579, 0, 0, 0, 0, 0, 0, 0, 0, 48317), -- Tuskarr Worker +(194058, 1, 34784, 0, 0, 0, 0, 0, 0, 0, 0, 48317), -- Tuskarr Fisher +(190136, 1, 34784, 0, 0, 0, 0, 0, 0, 0, 0, 48317); -- Tuskarr Fisherman + +-- Quets stuff +DELETE FROM `quest_details` WHERE `ID`=71233; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(71233, 1, 0, 0, 0, 0, 0, 0, 0, 48317); -- Falling Water + +DELETE FROM `creature_queststarter` WHERE (`id`=194613 AND `quest`=71233); +INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(194613, 71233, 48317); -- Falling Water offered Unkimi + +-- Gossip +DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+0; +INSERT INTO `npc_text` (`ID`, `Probability0`, `Probability1`, `Probability2`, `Probability3`, `Probability4`, `Probability5`, `Probability6`, `Probability7`, `BroadcastTextId0`, `BroadcastTextId1`, `BroadcastTextId2`, `BroadcastTextId3`, `BroadcastTextId4`, `BroadcastTextId5`, `BroadcastTextId6`, `BroadcastTextId7`, `VerifiedBuild`) VALUES +(@NPCTEXTID+0, 1, 0, 0, 0, 0, 0, 0, 0, 226731, 0, 0, 0, 0, 0, 0, 0, 48317); -- 194613 (Unkimi) + +DELETE FROM `gossip_menu` WHERE (`MenuID`=28957 AND `TextID`=@NPCTEXTID+0); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(28957, @NPCTEXTID+0, 48317); -- 194613 (Unkimi) + +-- SAI +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` IN (194058); +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` IN (-(@CGUID+3), -(@CGUID+9)); +DELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryOrGuid` = 19405800; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(-(@CGUID+3), 0, 0, 0, 1, 0, 100, 0, 2000, 8000, 18000, 22000, 80, 19405800, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'OOC - after 2-8s and repeat 18-22s - start ActionList - to self'), +(-(@CGUID+9), 0, 0, 0, 1, 0, 100, 0, 2000, 8000, 18000, 22000, 80, 19405800, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'OOC - after 2-8s and repeat 18-22s - start ActionList - to self'), +(19405800, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 11, 384458, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cast Standing + Fishing - to self'), +(19405800, 9, 1, 0, 0, 0, 100, 0, 8000, 8000, 0, 0, 92, 0, 384458, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'after 8s - interrupt spell Standing + Fishing - to self'); + +-- Waypoints for CGUID+2 +SET @PATH := (@CGUID+2) * 10; +DELETE FROM `waypoint_data` WHERE `id`= @PATH; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +(@PATH, 0, -3380.898, 2338.613, 382.4063, NULL, 0), +(@PATH, 1, -3379.335, 2343.036, 382.6854, NULL, 0), +(@PATH, 2, -3378.497, 2349.248, 383.1645, NULL, 0), +(@PATH, 3, -3379.25, 2354.861, 383.532, NULL, 7453), +(@PATH, 4, -3378.497, 2349.248, 383.1645, NULL, 0), +(@PATH, 5, -3379.335, 2343.036, 382.6854, NULL, 0), +(@PATH, 6, -3380.898, 2338.613, 382.4063, NULL, 0), +(@PATH, 7, -3383.945, 2335.41, 382.3353, NULL, 0), +(@PATH, 8, -3388.045, 2334.089, 382.0853, NULL, 0), +(@PATH, 9, -3392.753, 2333.889, 381.9644, NULL, 0), +(@PATH, 10, -3397.09, 2334.689, 381.9355, NULL, 0), +(@PATH, 11, -3401.155, 2336.945, 381.9266, NULL, 0), +(@PATH, 12, -3404.517, 2336.995, 382.0597, NULL, 5943), +(@PATH, 13, -3397.09, 2334.689, 381.9355, NULL, 0), +(@PATH, 14, -3392.753, 2333.889, 381.9644, NULL, 0), +(@PATH, 15, -3388.045, 2334.089, 382.0853, NULL, 0), +(@PATH, 16, -3383.945, 2335.41, 382.3353, NULL, 0); + +UPDATE `creature` SET `position_x`= -3380.898, `position_y`= 2338.613, `position_z`= 382.4063, `orientation`= 0, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+2; +DELETE FROM `creature_addon` WHERE `guid`= @CGUID+2; +INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`, `auras`) VALUES +(@CGUID+2, @PATH, 1, '375006'); + +-- Waypoints for CGUID+12 +SET @PATH := (@CGUID+12) * 10; +DELETE FROM `waypoint_data` WHERE `id`= @PATH; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +(@PATH, 0, -3462.313, 2337.3, 382.6117, NULL, 395), +(@PATH, 1, -3462.699, 2343.356, 383.6982, NULL, 0), +(@PATH, 2, -3461.925, 2355.358, 384.5795, NULL, 0), +(@PATH, 3, -3463.948, 2361.177, 384.5732, NULL, 0), +(@PATH, 4, -3468.198, 2363.028, 384.5754, NULL, 5810), +(@PATH, 5, -3463.948, 2361.177, 384.5732, NULL, 0), +(@PATH, 6, -3461.925, 2355.358, 384.5795, NULL, 0), +(@PATH, 7, -3462.728, 2349.031, 384.6093, NULL, 0), +(@PATH, 8, -3462.696, 2343.257, 383.6659, NULL, 0); + +UPDATE `creature` SET `position_x`= -3462.313, `position_y`= 2337.3, `position_z`= 382.6117, `orientation`= 0, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+12; +DELETE FROM `creature_addon` WHERE `guid`= @CGUID+12; +INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`, `auras`) VALUES +(@CGUID+12, @PATH, 1, '370802'); diff --git a/sql/updates/world/master/2023_03_02_03_world.sql b/sql/updates/world/master/2023_03_02_03_world.sql new file mode 100644 index 000000000..fb96b0952 --- /dev/null +++ b/sql/updates/world/master/2023_03_02_03_world.sql @@ -0,0 +1,56 @@ +-- Leymor +DELETE FROM `creature_text` WHERE `CreatureID` = 186644; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(186644, 0, 0, 'Leymor awakens as the stasis ritual is interrupted.', 41, 0, 100, 0, 0, 0, 0, 0, 'Leymor to Player'); + +UPDATE `creature_template` SET `unit_flags` = `unit_flags` & ~ (0x100 | 0x200), `AIName` = '', `ScriptName` = 'boss_leymor' WHERE `entry` = 186644; +UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_arcane_tender' WHERE `entry` = 191164; +UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_volatile_sapling' WHERE `entry` = 196559; +UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_ley_line_sprouts', `flags_extra` = 128 WHERE `entry` = 190509; + +UPDATE `creature_template_addon` SET `auras` = '' WHERE `entry` = 186644; + +DELETE FROM `instance_template` WHERE `map` = 2515; +INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES +(2515, 0, 'instance_azure_vault'); + +DELETE FROM `creature_template_addon` WHERE `entry` = 190509; + +DELETE FROM `areatrigger_template` WHERE (`IsServerSide`=0 AND `Id` IN (29766, 29888, 29793)); +INSERT INTO `areatrigger_template` (`Id`, `IsServerSide`, `Type`, `Flags`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `VerifiedBuild`) VALUES +(29766, 0, 0, 6, 5, 5, 0, 0, 0, 0, 0, 0, 47213), +(29888, 0, 0, 2, 4, 4, 0, 0, 0, 0, 0, 0, 47213), +(29793, 0, 0, 0, 100, 100, 0, 0, 0, 0, 0, 0, 47213); + +DELETE FROM `areatrigger_create_properties` WHERE `Id` IN (25356, 25515, 25390); +INSERT INTO `areatrigger_create_properties` (`Id`, `AreaTriggerId`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `TimeToTarget`, `TimeToTargetScale`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ShapeData6`, `ShapeData7`, `VerifiedBuild`) VALUES +(25356, 29766, 0, 33927, 0, 0, -1, 0, 352, 0, 300000, 0, 5, 5, 0, 0, 0, 0, 0, 0, 47213), -- SpellId : 374161 +(25515, 29888, 0, 34322, 0, 0, -1, 0, 352, 0, 15000, 0, 4, 4, 0, 0, 0, 0, 0, 0, 47213), -- SpellId : 375647 +(25390, 29793, 0, 0, 0, 0, -1, 0, 0, 0, 750, 0, 100, 100, 0, 0, 0, 0, 0, 0, 47213); -- SpellId : 375749 + +UPDATE `areatrigger_create_properties` SET `ScriptName` = 'at_leymor_arcane_eruption' WHERE `Id` = 25390; + +DELETE FROM `areatrigger_template_actions` WHERE `AreaTriggerId` IN (29766, 29888) AND `IsServerSide` = 0; +INSERT INTO `areatrigger_template_actions` (`AreaTriggerId`, `IsServerSide`, `ActionType`, `ActionParam`, `TargetType`) VALUES +(29766, 0, 0, 374523, 2), +(29888, 0, 0, 375649, 2); + +DELETE FROM `spell_script_names` WHERE `spell_id` IN (374364, 375652, 375732, 374567, 374720, 375591, 386660); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(374364, 'spell_ley_line_sprouts'), +(375652, 'spell_wild_eruption'), +(375732, 'spell_stasis_ritual'), +(374567, 'spell_explosive_brand'), +(374720, 'spell_consuming_stomp'), +(375591, 'spell_sappy_burst'), +(386660, 'spell_erupting_fissure'); + +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13 AND `SourceGroup` = 1 AND `SourceEntry` = 375738) OR (`SourceTypeOrReferenceId` = 13 AND `SourceGroup` = 1 AND `SourceEntry` = 375732) OR (`SourceTypeOrReferenceId` = 13 AND `SourceGroup` = 1 AND `SourceEntry` = 375652) OR (`SourceTypeOrReferenceId` = 13 AND `SourceGroup` = 2 AND `SourceEntry` = 374570) OR (`SourceTypeOrReferenceId` = 13 AND `SourceGroup` = 1 AND `SourceEntry` = 374720) OR (`SourceTypeOrReferenceId` = 13 AND `SourceGroup` = 1 AND `SourceEntry` = 394154); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 375738, 0, 0, 31, 0, 3, 186644, 0, 0, 0, 0, '', 'Spell 375738 can only hit Leymor'), +(13, 1, 375732, 0, 0, 31, 0, 3, 186644, 0, 0, 0, 0, '', 'Spell 375732 can only hit Leymor'), +(13, 1, 375652, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Spell 375652 can only hit Player'), +(13, 2, 374570, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Spell 374570 can only hit Player'), +(13, 2, 374570, 0, 1, 31, 0, 3, 190509, 0, 0, 0, 0, '', 'Spell 374570 can only hit Ley-Line Sprouts'), +(13, 1, 374720, 0, 0, 31, 0, 3, 190509, 0, 0, 0, 0, '', 'Spell 374720 can only hit Ley-Line Sprouts'), +(13, 1, 394154, 0, 0, 31, 0, 3, 190509, 0, 0, 0, 0, '', 'Spell 394154 can only hit Ley-Line Sprouts'); diff --git a/sql/updates/world/master/2023_03_04_00_world.sql b/sql/updates/world/master/2023_03_04_00_world.sql new file mode 100644 index 000000000..4fe9becfa --- /dev/null +++ b/sql/updates/world/master/2023_03_04_00_world.sql @@ -0,0 +1,103 @@ +SET @CGUID := 651865; +SET @OGUID := 400542; + +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+20; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 93725, 1220, 7334, 7599, '0', 0, 0, 0, 0, -864.46575927734375, 6093.65673828125, 14.50513267517089843, 5.402491092681884765, 120, 10, 0, 27, 0, 1, 0, 0, 0, 46549), -- Slithering Brownscale (Area: Shackle's Den - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+1, 91419, 1220, 7334, 7599, '0', 0, 0, 0, 0, -812.44964599609375, 6101.1103515625, 7.08855295181274414, 0.742335915565490722, 120, 0, 0, 3923, 100, 0, 0, 0, 0, 46549), -- Mr. Shackle (Area: Shackle's Den - Difficulty: 0) +(@CGUID+2, 101554, 1220, 7334, 7599, '0', 0, 0, 0, 0, -787.246826171875, 6226.30517578125, -0.36890578269958496, 2.065465450286865234, 120, 10, 0, 3923, 0, 1, 0, 0, 0, 46549), -- Spikebacked Scuttler (Area: Shackle's Den - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+3, 101554, 1220, 7334, 7599, '0', 0, 0, 0, 0, -774.09490966796875, 6249.50927734375, 0.628494739532470703, 5.767069816589355468, 120, 10, 0, 3923, 0, 1, 0, 0, 0, 46549), -- Spikebacked Scuttler (Area: Shackle's Den - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+4, 89288, 1220, 7334, 7599, '0', 0, 0, 0, 0, -824.7939453125, 6201.07861328125, 5.356404304504394531, 3.323116779327392578, 120, 10, 0, 1569, 0, 1, 0, 0, 0, 46549), -- Scuttleback Pincher (Area: Shackle's Den - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+5, 109028, 1220, 7334, 7599, '0', 0, 0, 0, 1, -815.31427001953125, 6122.203125, 5.129961013793945312, 0, 120, 0, 0, 23538, 0, 0, 0, 0, 0, 46549), -- Horkus (Area: Shackle's Den - Difficulty: 0) (Auras: 215919 - Truthguard Area Trigger) +(@CGUID+6, 91719, 1220, 7334, 7599, '0', 0, 0, 0, 1, -811.77874755859375, 6150.68701171875, 6.333962440490722656, 2.421398878097534179, 120, 0, 0, 29423, 0, 0, 0, 0, 0, 46549), -- Smuggler Brute (Area: Shackle's Den - Difficulty: 0) (Auras: 18950 - Invisibility and Stealth Detection) +(@CGUID+7, 114287, 1220, 7334, 7599, '0', 0, 0, 0, 0, -780.4461669921875, 6131.275390625, 4.729145050048828125, 3.784507036209106445, 120, 0, 0, 4511, 0, 0, 0, 0, 0, 46549), -- Hippogryph (Area: Shackle's Den - Difficulty: 0) +(@CGUID+8, 97289, 1220, 7334, 7599, '0', 0, 0, 0, 0, -794.554931640625, 6145.64892578125, 3.540369987487792968, 2.422825336456298828, 120, 10, 0, 27, 0, 1, 0, 0, 0, 46549), -- Juvenile Scuttleback (Area: Shackle's Den - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+9, 112866, 1220, 7334, 7599, '0', 0, 0, 0, 1, -782.51214599609375, 6128.51025390625, 4.729145050048828125, 3.441309213638305664, 120, 0, 0, 281565, 0, 0, 0, 0, 0, 46549), -- Avaya Farwind (Area: Shackle's Den - Difficulty: 0) +(@CGUID+10, 113892, 1220, 7334, 7599, '0', 0, 0, 0, 1, -782.07989501953125, 6126.8515625, 4.729145050048828125, 2.550699472427368164, 120, 0, 0, 3923, 0, 0, 0, 0, 0, 46549), -- Kevin Lee (Area: Shackle's Den - Difficulty: 0) +(@CGUID+11, 64806, 1220, 7334, 7599, '0', 0, 0, 0, 0, -781.65435791015625, 6067.4794921875, 11.43035507202148437, 1.244855403900146484, 120, 10, 0, 5, 0, 1, 0, 0, 0, 46549), -- Rapana Whelk (Area: Shackle's Den - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+12, 112871, 1220, 7334, 7599, '0', 0, 0, 0, 1, -784.22918701171875, 6127.033203125, 4.729145050048828125, 0.592259347438812255, 120, 0, 0, 3923, 0, 0, 0, 0, 0, 46549), -- Holland Mattila (Area: Shackle's Den - Difficulty: 0) +(@CGUID+13, 107768, 1220, 7334, 7599, '0', 0, 0, 0, 1, -800.5850830078125, 6103.63720703125, 5.642831802368164062, 1.934130191802978515, 120, 0, 0, 5885, 100, 0, 0, 0, 0, 46549), -- 'Smackdown' Jack (Area: Shackle's Den - Difficulty: 0) +(@CGUID+14, 101554, 1220, 7334, 7599, '0', 0, 0, 0, 0, -734.58599853515625, 6224.23974609375, 1.478126287460327148, 4.68700408935546875, 120, 10, 0, 3923, 0, 1, 0, 0, 0, 46549), -- Spikebacked Scuttler (Area: Shackle's Den - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+15, 101554, 1220, 7334, 7599, '0', 0, 0, 0, 0, -818.41400146484375, 6182.96630859375, 2.113361358642578125, 4.667453765869140625, 120, 10, 0, 3923, 0, 1, 0, 0, 0, 46549), -- Spikebacked Scuttler (Area: Shackle's Den - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+16, 91719, 1220, 7334, 7599, '0', 0, 0, 0, 1, -784.890625, 6154.587890625, 5.735948085784912109, 1.938125014305114746, 120, 0, 0, 29423, 0, 0, 0, 0, 0, 46549), -- Smuggler Brute (Area: Shackle's Den - Difficulty: 0) (Auras: 18950 - Invisibility and Stealth Detection) +(@CGUID+17, 112874, 1220, 7334, 7599, '0', 0, 0, 0, 0, -776.88543701171875, 6116.99853515625, 4.752652645111083984, 1.29154360294342041, 120, 0, 0, 3923, 0, 0, 0, 0, 0, 46549), -- Landon Doi (Area: Shackle's Den - Difficulty: 0) +(@CGUID+18, 64806, 1220, 7334, 7599, '0', 0, 0, 0, 0, -782.3492431640625, 6210.37255859375, -0.16590285301208496, 4.20244598388671875, 120, 10, 0, 5, 0, 1, 0, 0, 0, 46549), -- Rapana Whelk (Area: Shackle's Den - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+19, 89288, 1220, 7334, 7599, '0', 0, 0, 0, 0, -812.72698974609375, 6192.85986328125, 0.734699249267578125, 1.044620871543884277, 120, 10, 0, 1569, 0, 1, 0, 0, 0, 46549), -- Scuttleback Pincher (Area: Shackle's Den - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+20, 101554, 1220, 7334, 7599, '0', 0, 0, 0, 0, -811.843017578125, 6235.712890625, -1.4217691421508789, 5.610209465026855468, 120, 10, 0, 3923, 0, 1, 0, 0, 0, 46549); -- Spikebacked Scuttler (Area: Shackle's Den - Difficulty: 0) (possible waypoints or random movement) + +DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+20; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, ''), -- Mr. Shackle +(@CGUID+5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '215919'), -- Horkus - 215919 - Truthguard Area Trigger +(@CGUID+6, 0, 0, 0, 0, 0, 1, 1, 333, 0, 0, 0, 0, '18950'), -- Smuggler Brute - 18950 - Invisibility and Stealth Detection +(@CGUID+7, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Hippogryph +(@CGUID+9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Avaya Farwind +(@CGUID+10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Kevin Lee +(@CGUID+12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Holland Mattila +(@CGUID+13, 0, 0, 0, 0, 0, 1, 0, 426, 0, 0, 0, 0, ''), -- 'Smackdown' Jack +(@CGUID+16, 0, 0, 0, 0, 0, 1, 1, 333, 0, 0, 0, 0, '18950'); -- Smuggler Brute - 18950 - Invisibility and Stealth Detection + +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, 251829, 1220, 7334, 7599, '0', 0, 0, -799.203125, 6102.30126953125, 5.19053506851196289, 4.598945140838623046, 0, 0, -0.74605655670166015, 0.665882587432861328, 120, 255, 1, 46549), -- Mailbox (Area: Shackle's Den - Difficulty: 0) +(@OGUID+1, 258972, 1220, 7334, 7599, '0', 0, 0, -791.5850830078125, 6111.33349609375, 4.645809650421142578, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 46549), -- Campfire (Area: Shackle's Den - Difficulty: 0) +(@OGUID+2, 241907, 1220, 7334, 7599, '0', 0, 0, -821.1875, 6082.3525390625, 2.897713899612426757, 0.397231251001358032, 0, 0, 0.197312355041503906, 0.980340659618377685, 120, 255, 1, 46549), -- 6OR TradingPost Stack 02 (Area: Shackle's Den - Difficulty: 0) +(@OGUID+3, 241906, 1220, 7334, 7599, '0', 0, 0, -826.9774169921875, 6087.041015625, 2.936748504638671875, 5.856661796569824218, 0, 0, -0.21164894104003906, 0.977345764636993408, 120, 255, 1, 46549), -- 6OR TradingPost Stack 01 (Area: Shackle's Den - Difficulty: 0) +(@OGUID+4, 241907, 1220, 7334, 7599, '0', 0, 0, -826.86981201171875, 6091.80712890625, 2.913311481475830078, 4.869811534881591796, 0, 0, -0.64931774139404296, 0.760517239570617675, 120, 255, 1, 46549), -- 6OR TradingPost Stack 02 (Area: Shackle's Den - Difficulty: 0) +(@OGUID+5, 241906, 1220, 7334, 7599, '0', 0, 0, -826.515625, 6082.015625, 2.917426347732543945, 3.8948974609375, 0, 0, -0.929901123046875, 0.367809593677520751, 120, 255, 1, 46549), -- 6OR TradingPost Stack 01 (Area: Shackle's Den - Difficulty: 0) +(@OGUID+6, 241906, 1220, 7334, 7599, '0', 0, 0, -817.920166015625, 6083.40966796875, 2.88257145881652832, 1.091060161590576171, 0, 0, 0.518871307373046875, 0.854852378368377685, 120, 255, 1, 46549); -- 6OR TradingPost Stack 01 (Area: Shackle's Den - Difficulty: 0) + +DELETE FROM `gameobject_template_addon` WHERE `entry` IN (241906 /*6OR TradingPost Stack 01*/, 241907 /*6OR TradingPost Stack 02*/); +INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES +(241906, 114, 0, 0, 0), -- 6OR TradingPost Stack 01 +(241907, 114, 0, 0, 0); -- 6OR TradingPost Stack 02 + +DELETE FROM `creature_text` WHERE `CreatureID` = 91419; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(91419, 0, 0, 'It\'s unfortunate that affairs have come to this, but what are we going to do? Wait for them to come slaughter us in our sleep and go out of business?', 12, 0, 100, 6, 0, 0, 111167, 5, 'c to Player'), +(91419, 1, 0, 'Welcome to our humble place of business, traveler.', 12, 0, 100, 2, 0, 40019, 92192, 0, 'Mr. Shackle to Player'); + +UPDATE `gossip_menu` SET `VerifiedBuild`=46549 WHERE (`MenuID`=18270 AND `TextID`=26121) OR (`MenuID`=19881 AND `TextID`=29539); + +UPDATE `creature_template` SET `gossip_menu_id`=18270, `AIName` = 'SmartAI', `VerifiedBuild`=46549 WHERE `entry`=91419; -- Mr. Shackle +UPDATE `creature_template` SET `gossip_menu_id`=19881, `VerifiedBuild`=46549 WHERE `entry`=109028; -- Horkus +UPDATE `creature_template` SET `unit_flags`=33536, `VerifiedBuild`=46549 WHERE `entry`=112874; -- Landon Doi +UPDATE `creature_template` SET `VerifiedBuild`=46549 WHERE `entry`=64806; -- Rapana Whelk +UPDATE `creature_template` SET `VerifiedBuild`=46549 WHERE `entry`=89288; +UPDATE `creature_template` SET `VerifiedBuild`=46549 WHERE `entry`=91719; -- Smuggler Brute +UPDATE `creature_template` SET `VerifiedBuild`=46549 WHERE `entry`=114287; +UPDATE `creature_template` SET `VerifiedBuild`=46549 WHERE `entry`=97289; -- Juvenile Scuttleback +UPDATE `creature_template` SET `AIName` = 'SmartAI', `VerifiedBuild`=46549 WHERE `entry`=112866; -- Avaya Farwind +UPDATE `creature_template` SET `AIName` = 'SmartAI', `VerifiedBuild`=46549 WHERE `entry`=113892; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `VerifiedBuild`=46549 WHERE `entry`=112871; +UPDATE `creature_template` SET `VerifiedBuild`=46549 WHERE `entry`=107768; +UPDATE `creature_template` SET `VerifiedBuild`=46549 WHERE `entry`=93725; -- Slithering Brownscale +UPDATE `creature_template` SET `VerifiedBuild`=46549 WHERE `entry`=64352; -- Rapana Whelk + +UPDATE `creature_questitem` SET `VerifiedBuild`=46549 WHERE (`CreatureEntry`=101554 AND `Idx` IN (2,1,0)); + +DELETE FROM `creature_queststarter` WHERE (`id`=91419 AND `quest` IN (37657,37654)); +INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(91419, 37657, 46549), -- Making the World Safe for Profit offered Mr. Shackle +(91419, 37654, 46549); -- Maritime Law offered Mr. Shackle + +UPDATE `quest_poi_points` SET `VerifiedBuild`=46549 WHERE (`QuestID`=37657 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=37657 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=37657 AND `Idx1`=1 AND `Idx2`=10) OR (`QuestID`=37657 AND `Idx1`=1 AND `Idx2`=9) OR (`QuestID`=37657 AND `Idx1`=1 AND `Idx2`=8) OR (`QuestID`=37657 AND `Idx1`=1 AND `Idx2`=7) OR (`QuestID`=37657 AND `Idx1`=1 AND `Idx2`=6) OR (`QuestID`=37657 AND `Idx1`=1 AND `Idx2`=5) OR (`QuestID`=37657 AND `Idx1`=1 AND `Idx2`=4) OR (`QuestID`=37657 AND `Idx1`=1 AND `Idx2`=3) OR (`QuestID`=37657 AND `Idx1`=1 AND `Idx2`=2) OR (`QuestID`=37657 AND `Idx1`=1 AND `Idx2`=1) OR (`QuestID`=37657 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=37657 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=37654 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=37654 AND `Idx1`=0 AND `Idx2`=0); + +UPDATE `quest_details` SET `VerifiedBuild`=46549 WHERE `ID` IN (37657, 37654); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=112866 AND `source_type`=0 AND `id`=0 AND `link`=0; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `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 +(112866, 0, 0, 0, 1, 0, 100, 0, 5000, 7000, 5000, 7000, 0, '', 5, 1, 5, 6, 11, 25, 273, 274, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'OOC Every 5s to 7s - Play Random Emote - to self'); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=113892 AND `source_type`=0 AND `id`=0 AND `link`=0; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `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 +(113892, 0, 0, 0, 1, 0, 100, 0, 5000, 7000, 5000, 7000, 0, '', 5, 1, 5, 6, 11, 25, 273, 274, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'OOC Every 5s to 7s - Play Random Emote - to self'); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=112871 AND `source_type`=0 AND `id`=0 AND `link`=0; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `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 +(112871, 0, 0, 0, 1, 0, 100, 0, 5000, 7000, 5000, 7000, 0, '', 5, 1, 5, 6, 11, 25, 273, 274, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'OOC Every 5s to 7s - Play Random Emote - to self'); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=91419 AND `source_type`=0 AND `link`=0; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `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 +(91419, 0, 0, 0, 19, 0, 100, 0, 37657, 0, 0, 0, 0, '', 1, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Mr. Shackle - on quest 37657 accepted - Say text 0'), +(91419, 0, 1, 0, 10, 0, 100, 0, 1, 40, 180000, 300000, 1, '', 1, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Mr. Shackle - On LoS with Player Near - Say text 1'); diff --git a/sql/updates/world/master/2023_03_04_01_world.sql b/sql/updates/world/master/2023_03_04_01_world.sql new file mode 100644 index 000000000..5de55d0b5 --- /dev/null +++ b/sql/updates/world/master/2023_03_04_01_world.sql @@ -0,0 +1,9 @@ +-- Orgrimmar trainers +UPDATE `trainer` SET `VerifiedBuild`=47631 WHERE `Id` IN (136, 62, 27, 407, 122, 196, 163, 10, 63, 56, 46, 880, 91, 386, 29, 133, 373); + +UPDATE `trainer_spell` SET `VerifiedBuild`=47631 WHERE (`TrainerId`=136 AND `SpellId` IN (264639,88015,88006,264633,6412,6415,93741,6499,2544,2541,2539,37836,3399,6500,2546,3400,18238,4094,21175,46684,46688,18244,18243,18240)) OR (`TrainerId`=62 AND `SpellId` IN (264466,217645,104698,95471,74234,74202,74225,74193,74232,74200,74239,74223,74207,74191,74238,74230,74214,74198,74237,74229,74213,74197,74189,74236,74220,74212,74132,74235,74211,74195,74226,74201,74240,74192,74231,74199,264457,7426,7748,7457,7771,7420,14807,14293,13538,13529,13503,13501,13485,13421,7863,13626,13622,13607,13378,7779,7857,7788,7745,13646,13890,13887,13858,13836,13822,13815,13746,13700,13695,13693,13663,13661,13648,13644,13642,13640,13637,13631,13635,14810,14809,13659,63746,217637,13939,13937,13935,13917,13905,17181,17180,13948,13943,13941,20023,20013,20028,20016,20012,20008)) OR (`TrainerId`=27 AND `SpellId` IN (330158,330157,330156,330155,330154,264441,76179,76262,76281,76280,76180,76263,76291,76178,76474,76441,76438,76437,76436,76435,76434,76433,76293,76289,76288,76287,76286,76285,76283,76270,76269,76267,76266,76265,76264,76261,76260,76259,76258,76182,76181,330143,330142,330141,330140,330134,9983,3320,3319,3294,2739,2738,264435,8880,7408,3326,3324,3323,3293,3116,2666,2665,2661,2737,2662,9987,9986,9985,3491,3337,3333,3296,19667,19666,7817,6517,8768,3331,3328,3292,3117,2675,2674,2672,2670,2668,2742,2741,2740,2664,280671,9916,9993,15972,9918,19668,3508,3506,3502,9920,9921,9935,9926,9931,9928,7223,3501,16663,16647,16646,16730,16658,16657,16649,16641,16640,9968,9961,9959,16969,16644,16643,16642,16662,16653,16652,16971,10001,19669,16639)) OR (`TrainerId`=407 AND `SpellId` IN (12760,12718,12716,12717,8895,12715,12902,12905,12903,12899,12897,12895,12907,12759,12906,12908,12758,12754,12755,84413,95705,95707,84412,264484,95703,94748,84408,81720,84431,84415,84430,84406,84429,84421,81725,84428,84420,81724,81716,84411,84403,81715,84418,84410,81722,81714,84417,84409,84432,84416,264478,7430,3931,3929,3977,3925,3923,3922,3979,3958,15255,12603,12599,3962,3961,12595,12594,12591,12589,12590,12586,12585,3967,3965,3963,12615,3939,3956,9271,8334,6458,3955,3953,3950,3949,3946,3945,3942,3941,3978,3938,3937,3936,3934,3932,3973,12584,39895,12617,63750,12622,12619,12618,19788,23070,19791,19790,19825,19795,19794,23071,19792)) OR (`TrainerId`=122 AND `SpellId` IN (264244,96252,96254,96253,80477,80478,93935,94162,80726,80725,80508,80251,80250,80248,80247,80246,80245,80244,80243,80237,78866,80723,80721,80720,80719,80498,80497,80496,80493,80494,80495,80492,80491,80490,80488,80487,80486,80484,80482,80269,80481,80480,80479,264212,2331,2334,3170,2337,2332,7934,63732,7845,7841,7836,7837,7179,3447,3177,3176,3173,3171,3449,22808,7181,12609,11457,11448,11451,11450,11449,3452,3448,3450,114786,17551,17573,17572,17557,17556,17555,17553,17552,11478,11467,11465,11461,11460,15833)) OR (`TrainerId`=196 AND `SpellId` IN (265862,265856)) OR (`TrainerId`=163 AND `SpellId` IN (330241,330240,330239,330238,330237,264623,134585,99537,94743,75250,75264,75249,75247,74964,75248,75268,75260,75267,75263,75266,75262,75259,75261,75258,75265,75255,75292,75296,75290,75294,75269,75291,75295,75270,75297,75293,75141,75142,75145,75144,75146,75251,75252,75253,75254,75256,75257,330226,330225,330224,330223,330222,264617,3841,2394,2393,2392,2386,3840,2385,3914,8776,8465,7624,7623,3755,12046,12045,2402,2964,2396,3842,2397,2395,3852,3839,3859,8760,8758,8467,6690,3757,3813,6521,3845,63742,3855,3866,3850,3848,2406,2401,2399,3843,12071,12055,12052,3861,3865,8762,8764,3871,8791,8804,8799,8774,8772,8770,8766,12070,12069,12067,12065,12061,12053,12049,12050,12048,8489,8483,18453,18451,18442,18437,18424,18423,18411,18407,18403,12082,12076,18446,18444,18441,18438,18421,18420,18417,18416,18415,18402,18401,12092,12088,12079,12077,12074,12073,12072,18414,18413,18410,18409,18406,18450,18449)) OR (`TrainerId`=10 AND `SpellId` IN (271617,271663,271673,271659,271657,271661,271665)) OR (`TrainerId`=63 AND `SpellId` IN (264501,86654,89373,86653,89372,86652,89371,86643,86403,89370,86642,86402,89369,86649,86641,86609,86401,85785,89368,86648,86640,86616,86615,86375,86005,86004,264495,50598,50605,50612,52739,52843,48248,53462,58484,58472,92026,59478,59475,48247,58473,58485,57707,57706,57704,57703,58565,59480,59489,60336,59387,58476,58486,50599,50606,50614,59486,59484,57710,57709,57708,59491,59487,58478,58487,50600,50607,50616,59490,57712,57711,50609,50618,58480,58488,50601,50608,50617,59502,59494,59493)) OR (`TrainerId`=56 AND `SpellId` IN (330200,330199,330198,330197,330196,264584,163218,163216,99536,99535,84950,78436,78427,78432,78423,78398,78437,78405,78428,78396,78380,78419,78410,78433,78424,78415,78399,78438,78406,78420,78388,78411,78379,78416,78439,78407,330185,330184,330183,330181,330180,264578,226106,226107,226105,9065,3759,2162,2161,3756,2160,3816,3753,2153,226120,226116,226125,226119,226112,226117,226111,226121,226114,226108,226118,226113,226123,226122,226110,226124,226109,226115,20649,20648,9145,9074,9068,7135,3780,3760,3818,3770,3768,2166,3764,2168,3766,2167,2165,3817,3761,2159,3763,226126,226129,226134,226128,226127,226137,226132,226130,226131,226135,226133,226136,20650,9206,9201,9198,9196,7156,7151,7147,6661,10518,10511,10507,10499,10487,10482,3776,3774,24654,36076,36075,10650,24655,10647,36074,10630,10632,22331,19103,19102,19098,19092,19091,19083,19082,19072,19071,19065,19055,19052,10558,10556,10552,10548,19058,19047)) OR (`TrainerId`=46 AND `SpellId` IN (33392,33389)) OR (`TrainerId`=880 AND `SpellId` IN (7928,7929,3278,3277,74558,74556,88893,74557,27033,27032,45546,45545,3276,18630,10840,10841,18629)) OR (`TrainerId`=91 AND `SpellId` IN (265844,74537,84038,74530,74529,265838,2659,3304,2658,3569,3308,3307,10098,16153,10097,70524)) OR (`TrainerId`=386 AND `SpellId` IN (90266,33389,33392,34092)) OR (`TrainerId`=29 AND `SpellId` IN (264541,73622,99544,99543,99542,99541,99540,99539,73266,73270,73246,73268,73267,73243,73274,73250,73234,73281,73249,73241,73240,73279,73247,73239,73230,73226,73222,73225,73232,73228,73227,73223,73620,73496,73494,73478,73621,73497,73495,264533,36523,37818,32178,32179,26928,26927,26926,25280,25278,25490,25287,25284,25283,32801,25617,25612,25610,36524,38175,25615,25613,25498,25321,25318,25317,25305,32807,34959,34955,26880,26876,63743,26874,26872,25621,25620,32809,32808,34961,34960,36526,36525,62941,26911,26908,26907,26903,26902,26885,26883)) OR (`TrainerId`=133 AND `SpellId` IN (265826,265820)) OR (`TrainerId`=373 AND `SpellId` IN (158763,110394,89727,89725,89723,89726,89724,89129,80836)); + +DELETE FROM `creature_trainer` WHERE `CreatureID`=56068 AND `OptionID`=29500; +DELETE FROM `creature_trainer` WHERE `CreatureID`=3345; +INSERT INTO `creature_trainer` (`CreatureID`, `TrainerID`, `MenuID`, `OptionID`) VALUES +(3345, 62, 4168, 0); diff --git a/sql/updates/world/master/2023_03_08_00_world.sql b/sql/updates/world/master/2023_03_08_00_world.sql new file mode 100644 index 000000000..41d0d2c4b --- /dev/null +++ b/sql/updates/world/master/2023_03_08_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (260286); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(260286,0x00,9,0x00000000,0x00000000,0x00010000,0x00000001,0x0,0x0,0x1,0x2,0x0,0x10,0x0,0,0,0,0); -- Tip of the Spear diff --git a/sql/updates/world/master/2023_03_08_01_world.sql b/sql/updates/world/master/2023_03_08_01_world.sql new file mode 100644 index 000000000..080812619 --- /dev/null +++ b/sql/updates/world/master/2023_03_08_01_world.sql @@ -0,0 +1,278 @@ +SET @CGUID := 9003463; +SET @OGUID := 9000352; + +SET @NPCTEXTID := 590048; + +-- Creature +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+18; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 198895, 2444, 13862, 14489, '0', 0, 0, 0, 0, 234.2135467529296875, -1059.779541015625, 870.8746337890625, 1.720772266387939453, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Alregosa (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 384436 - Channel: Read Floating Book (Dragon) (BlueFX) [DNT]) +(@CGUID+1, 197766, 2444, 13862, 14489, '0', 0, 0, 0, 0, 241.4809112548828125, -1071.0052490234375, 911.65740966796875, 4.21468973159790039, 120, 0, 0, 33876, 0, 0, 0, 0, 0, 48317), -- Attentive Whelp (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+2, 184168, 2444, 13862, 14489, '0', 0, 0, 0, 1, 300.37847900390625, -1058.78125, 871.3021240234375, 2.752871274948120117, 120, 0, 0, 1693785, 0, 0, 0, 0, 0, 48317), -- Scalesworn Guardian (Area: The Seat of the Aspects - Difficulty: 0) (Auras: ) +(@CGUID+3, 193280, 2444, 13862, 14489, '0', 0, 0, 0, 0, 273.760406494140625, -1018.94622802734375, 870.8746337890625, 5.882435798645019531, 120, 0, 0, 338757, 0, 0, 0, 0, 0, 48317), -- Portal Bearer (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 381337 - [DNT] Channel Arcane) +(@CGUID+4, 197766, 2444, 13862, 14489, '0', 0, 0, 0, 0, 243.564239501953125, -1070.3004150390625, 911.65740966796875, 4.007763862609863281, 120, 0, 0, 33876, 0, 0, 0, 0, 0, 48317), -- Attentive Whelp (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+5, 184168, 2444, 13862, 14489, '0', 0, 0, 0, 1, 287.258697509765625, -1076.717041015625, 871.3028564453125, 2.435326576232910156, 120, 0, 0, 1693785, 0, 0, 0, 0, 0, 48317), -- Scalesworn Guardian (Area: The Seat of the Aspects - Difficulty: 0) (Auras: ) +(@CGUID+6, 193015, 2444, 13862, 14489, '0', 0, 0, 0, 0, 309.657989501953125, -1044.4254150390625, 870.7960205078125, 2.976417064666748046, 120, 0, 0, 135503, 0, 0, 0, 0, 0, 48317), -- Unatos (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+7, 198446, 2444, 13862, 14489, '0', 0, 0, 0, 0, 239.4583282470703125, -1075.1024169921875, 912.59490966796875, 0.856774091720581054, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Storidormi (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+8, 193280, 2444, 13862, 14489, '0', 0, 0, 0, 0, 283.4757080078125, -1025.93408203125, 870.8489990234375, 2.318567276000976562, 120, 0, 0, 338757, 0, 0, 0, 0, 0, 48317), -- Portal Bearer (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 381337 - [DNT] Channel Arcane) +(@CGUID+9, 197766, 2444, 13862, 14489, '0', 0, 0, 0, 0, 244.0677032470703125, -1073.1336669921875, 911.80511474609375, 3.631802797317504882, 120, 0, 0, 33876, 0, 0, 0, 0, 0, 48317), -- Attentive Whelp (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+10, 198447, 2444, 13862, 14489, '0', 0, 0, 0, 0, 238.5520782470703125, -1068.482666015625, 911.65740966796875, 4.739333152770996093, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Whelp Minder (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+11, 193282, 2444, 13862, 14489, '0', 0, 0, 0, 0, 250.2395782470703125, -1071.1666259765625, 870.8521728515625, 2.647563457489013671, 120, 0, 0, 338757, 0, 0, 0, 0, 0, 48317), -- Portal Bearer (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 381337 - [DNT] Channel Arcane) +(@CGUID+12, 184168, 2444, 13862, 14489, '0', 0, 0, 0, 1, 248.3177032470703125, -1013.44622802734375, 871.16259765625, 5.437053203582763671, 120, 0, 0, 1693785, 0, 0, 0, 0, 0, 48317), -- Scalesworn Guardian (Area: The Seat of the Aspects - Difficulty: 0) (Auras: ) +(@CGUID+13, 197766, 2444, 13862, 14489, '0', 0, 0, 0, 0, 241.4027862548828125, -1068.6944580078125, 911.65740966796875, 4.277214527130126953, 120, 0, 0, 33876, 0, 0, 0, 0, 0, 48317), -- Attentive Whelp (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+14, 193282, 2444, 13862, 14489, '0', 0, 0, 0, 0, 240.3854217529296875, -1064.5225830078125, 870.87469482421875, 5.592447757720947265, 120, 0, 0, 338757, 0, 0, 0, 0, 0, 48317), -- Portal Bearer (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 381337 - [DNT] Channel Arcane) +(@CGUID+15, 184168, 2444, 13862, 14489, '0', 0, 0, 0, 1, 226.61285400390625, -1042.2603759765625, 871.16259765625, 6.0945587158203125, 120, 0, 0, 1693785, 0, 0, 0, 0, 0, 48317), -- Scalesworn Guardian (Area: The Seat of the Aspects - Difficulty: 0) (Auras: ) +(@CGUID+16, 184168, 2444, 13862, 14489, '0', 0, 0, 0, 1, 442.119781494140625, -1032.2847900390625, 892.9259033203125, 0.597674071788787841, 120, 0, 0, 1693785, 0, 0, 0, 0, 0, 48317), -- Scalesworn Guardian (Area: The Seat of the Aspects - Difficulty: 0) (Auras: ) +(@CGUID+17, 184168, 2444, 13862, 14489, '0', 0, 0, 0, 1, 115.104156494140625, -1038.26220703125, 838.72430419921875, 5.169855594635009765, 120, 0, 0, 1693785, 0, 0, 0, 0, 0, 48317), -- Scalesworn Guardian (Area: The Seat of the Aspects - Difficulty: 0) (Auras: ) +(@CGUID+18, 184168, 2444, 13862, 14489, '0', 0, 0, 0, 1, 107.4288177490234375, -1021.23089599609375, 838.66455078125, 3.345880508422851562, 120, 0, 0, 1693785, 0, 0, 0, 0, 0, 48317); -- Scalesworn Guardian (Area: The Seat of the Aspects - Difficulty: 0) (Auras: ) +DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+18; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+1, 0, 0, 0, 0, 0, 1, 0, 0, 18310, 0, 0, 0, ''), -- Attentive Whelp +(@CGUID+2, 0, 0, 0, 0, 0, 1, 1, 717, 0, 0, 0, 0, ''), -- Scalesworn Guardian +(@CGUID+4, 0, 0, 0, 0, 0, 1, 0, 0, 18310, 0, 0, 0, ''), -- Attentive Whelp +(@CGUID+5, 0, 0, 0, 0, 0, 1, 1, 714, 0, 0, 0, 0, ''), -- Scalesworn Guardian +(@CGUID+7, 0, 0, 0, 0, 0, 1, 1, 378, 0, 0, 0, 0, ''), -- Storidormi +(@CGUID+9, 0, 0, 0, 0, 0, 1, 0, 0, 18310, 0, 0, 0, ''), -- Attentive Whelp +(@CGUID+10, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Whelp Minder +(@CGUID+12, 0, 0, 0, 0, 0, 1, 1, 714, 0, 0, 0, 0, ''), -- Scalesworn Guardian +(@CGUID+13, 0, 0, 0, 0, 0, 1, 0, 0, 18310, 0, 0, 0, ''), -- Attentive Whelp +(@CGUID+15, 0, 0, 0, 0, 0, 1, 1, 717, 0, 0, 0, 0, ''), -- Scalesworn Guardian +(@CGUID+16, 0, 0, 0, 0, 0, 1, 1, 714, 0, 0, 0, 0, ''), -- Scalesworn Guardian +(@CGUID+17, 0, 0, 0, 0, 0, 1, 1, 714, 0, 0, 0, 0, ''), -- Scalesworn Guardian +(@CGUID+18, 0, 0, 0, 0, 0, 1, 1, 714, 0, 0, 0, 0, ''); -- Scalesworn Guardian + +-- GameObject +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, 376417, 2444, 13862, 14489, '0', 0, 0, 245.4583282470703125, -1068.1180419921875, 870.78900146484375, 0.966586709022521972, 0, 0, 0.464697837829589843, 0.885469317436218261, 120, 255, 1, 48317), -- Portal to Stormwind (Area: The Seat of the Aspects - Difficulty: 0) +(@OGUID+1, 376418, 2444, 13862, 14489, '0', 0, 0, 278.9444580078125, -1021.5521240234375, 870.7882080078125, 0.966586709022521972, 0, 0, 0.464697837829589843, 0.885469317436218261, 120, 255, 1, 48317), -- Portal to Orgrimmar (Area: The Seat of the Aspects - Difficulty: 0) +(@OGUID+2, 378263, 2444, 13862, 14489, '0', 0, 0, 338.729156494140625, -1099.7083740234375, 894.79083251953125, 2.52008676528930664, 0, 0, 0.952103614807128906, 0.305775582790374755, 120, 255, 1, 48317), -- Teleport to Seat of the Aspects (Area: The Seat of the Aspects - Difficulty: 0) +(@OGUID+3, 380823, 2444, 13862, 14489, '0', 0, 0, 203.829864501953125, -1003.513916015625, 1436.8720703125, 5.665316581726074218, 0, 0, -0.30404376983642578, 0.952658057212829589, 120, 255, 1, 48317); -- Teleport to Bottom Floor (Area: The Seat of the Aspects - Difficulty: 0) +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+3; +INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `WorldEffectID`, `AIAnimKitID`) VALUES +(@OGUID+0, 0, 0, 0, 1, 0, 3503), -- Portal to Stormwind +(@OGUID+1, 0, 0, 0, 1, 0, 3503), -- Portal to Orgrimmar +(@OGUID+2, 0, 0, 0, 1, 0, 5460), -- Teleport to Seat of the Aspects +(@OGUID+3, 0, 0, 0, 1, 0, 5460); -- Teleport to Bottom Floor + +DELETE FROM `gameobject_template_addon` WHERE `entry` IN (380823 /*Teleport to Bottom Floor*/, 378263 /*Teleport to Seat of the Aspects*/); +INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES +(380823, 0, 262176, 0, 5460), -- Teleport to Bottom Floor +(378263, 0, 262176, 0, 5460); -- Teleport to Seat of the Aspects + +-- Creature Template +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=3277, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32832, `unit_flags2`=2048, `unit_flags3`=8388608 WHERE `entry`=184170; -- Scalesworn Guardian +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=3276, `BaseAttackTime`=2000, `unit_flags`=33024, `unit_flags2`=2048 WHERE `entry` IN (193282, 193280); -- Portal Bearer +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=198447; -- Whelp Minder +UPDATE `creature_template` SET `gossip_menu_id`=30060, `minlevel`=70, `maxlevel`=70, `faction`=3276, `npcflag`=1, `BaseAttackTime`=1000, `unit_flags`=512, `unit_flags2`=2048 WHERE `entry`=198446; -- Storidormi +UPDATE `creature_template` SET `gossip_menu_id`=28544, `minlevel`=70, `maxlevel`=70, `faction`=35, `npcflag`=131, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=193015; -- Unatos +UPDATE `creature_template` SET `gossip_menu_id`=27947, `minlevel`=70, `maxlevel`=70, `faction`=3277, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=32832, `unit_flags2`=2048, `unit_flags3`=8388608 WHERE `entry`=184168; -- Scalesworn Guardian +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=197766; -- Attentive Whelp +UPDATE `creature_template` SET `gossip_menu_id`=30163, `minlevel`=70, `maxlevel`=70, `faction`=35, `npcflag`=49, `BaseAttackTime`=2000, `unit_flags`=33024, `unit_flags2`=34816 WHERE `entry`=198895; -- Alregosa + +-- Equip Template +DELETE FROM `creature_equip_template` WHERE (`ID`=1 AND `CreatureID` IN (184170,184168)); +INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `AppearanceModID1`, `ItemVisual1`, `ItemID2`, `AppearanceModID2`, `ItemVisual2`, `ItemID3`, `AppearanceModID3`, `ItemVisual3`, `VerifiedBuild`) VALUES +(184170, 1, 191420, 0, 0, 0, 0, 0, 0, 0, 0, 48317), -- Scalesworn Guardian +(184168, 1, 192518, 0, 0, 0, 0, 0, 0, 0, 0, 48317); -- Scalesworn Guardian + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE (`DifficultyID`=0 AND `Entry` IN (201499,201498,201501,201500,201492,199261)); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(201499, 0, 0, 0, 2508, 48317), +(201498, 0, 0, 0, 2508, 48317), +(201501, 0, 0, 0, 2508, 48317), +(201500, 0, 0, 0, 2508, 48317), +(201492, 0, 0, 0, 2594, 48317), +(199261, 0, 0, 0, 2078, 48317); + +-- Spell target pos. data +DELETE FROM `spell_target_position` WHERE (`EffectIndex`=0 AND `ID` IN (385242,381326)); +INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `VerifiedBuild`) VALUES +(385242, 0, 2444, 291.470001220703125, -1066.1099853515625, 871.54998779296875, 48317), -- Spell: 385242 ([DNT] Teleport FROM Seat of the Aspects) Efffect: 252 (SPELL_EFFECT_TELEPORT_UNITS) +(381326, 0, 2444, 238.3699951171875, -1028.219970703125, 1437.2900390625, 48317); -- Spell: 381326 ([DNT] Teleport to Seat of the Aspects) Efffect: 252 (SPELL_EFFECT_TELEPORT_UNITS) + +-- Gossip +DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+3; +INSERT INTO `npc_text` (`ID`, `Probability0`, `Probability1`, `Probability2`, `Probability3`, `Probability4`, `Probability5`, `Probability6`, `Probability7`, `BroadcastTextId0`, `BroadcastTextId1`, `BroadcastTextId2`, `BroadcastTextId3`, `BroadcastTextId4`, `BroadcastTextId5`, `BroadcastTextId6`, `BroadcastTextId7`, `VerifiedBuild`) VALUES +(@NPCTEXTID+0, 1, 0, 0, 0, 0, 0, 0, 0, 232880, 0, 0, 0, 0, 0, 0, 0, 48317), -- 198895 (Alregosa) +(@NPCTEXTID+1, 1, 0, 0, 0, 0, 0, 0, 0, 232472, 0, 0, 0, 0, 0, 0, 0, 48317), -- 198446 (Storidormi) +(@NPCTEXTID+2, 1, 0, 0, 0, 0, 0, 0, 0, 224161, 0, 0, 0, 0, 0, 0, 0, 48317), -- 193015 (Unatos) +(@NPCTEXTID+3, 1, 0, 0, 0, 0, 0, 0, 0, 232881, 0, 0, 0, 0, 0, 0, 0, 48317); -- 198895 (Alregosa) + +DELETE FROM `gossip_menu` WHERE (`MenuID`=30163 AND `TextID`=@NPCTEXTID+3) OR (`MenuID`=30060 AND `TextID`=@NPCTEXTID+1) OR (`MenuID`=28544 AND `TextID`=@NPCTEXTID+2); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(30163, @NPCTEXTID+3, 48317), -- 198895 (Alregosa) +(30060, @NPCTEXTID+1, 48317), -- 198446 (Storidormi) +(28544, @NPCTEXTID+2, 48317); -- 193015 (Unatos) + +DELETE FROM `gossip_menu_option` WHERE (`MenuID`=28544 AND `OptionID` IN (1,0)) OR (`MenuID`=30163 AND `OptionID`=0) OR (`MenuID`=30060 AND `OptionID` IN (0,2,1)); +INSERT INTO `gossip_menu_option` (`GossipOptionID`, `MenuID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextId`, `Language`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `SpellID`, `Flags`, `OverrideIconID`, `GossipNpcOptionID`, `VerifiedBuild`) VALUES +(104165, 28544, 1, 1, 'I would like to browse the items you have for sale.', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107565, 30163, 0, 3, 'Please teach me.', 8442, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107454, 30060, 0, 0, 'Tell me of the dracthyr\'s origins.', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107452, 30060, 2, 0, 'Tell me of the Dawn of the Aspects.', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107453, 30060, 1, 0, 'Tell me of Neltharion\'s downfall.', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(55557, 28544, 0, 53, 'Where do I stand with the Valdrakken Accord?', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, 32484, 48317); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 30163 OR `SourceTypeOrReferenceId` = 14 AND `SourceGroup` = 30163; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15, 30163, 0, 0, 0, 15, 0, 128, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a mage'), +(14, 30163, @NPCTEXTID+0, 0, 0, 15, 0, 128, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a mage'); + +-- Quest stuff +DELETE FROM `quest_request_items` WHERE `ID`=72406; +INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `EmoteOnCompleteDelay`, `EmoteOnIncompleteDelay`, `CompletionText`, `VerifiedBuild`) VALUES +(72406, 0, 0, 0, 0, 'Welcome Valdrakken, $p.', 48317); -- Orientation: Valdrakken + +DELETE FROM `creature_queststarter` WHERE (`id`=193015 AND `quest`=72406); +INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(193015, 72406, 48317); -- Orientation: Valdrakken offered Unatos + +DELETE FROM `creature_questender` WHERE (`id`=193015 AND `quest`=72406); +INSERT INTO `creature_questender` (`id`, `quest`, `VerifiedBuild`) VALUES +(193015, 72406, 48317); -- Orientation: Valdrakken ended by Unatos + + -- Alregosa smart ai +SET @ENTRY := 198895; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 11, 384436, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On respawn - Self: Cast spell 384436 on Self'); + + -- Portal Bearer smart ai +SET @ENTRY := 193280; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 11, 381337, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On respawn - Self: Cast spell 381337 on Self'); + + -- Portal Bearer smart ai +SET @ENTRY := 193282; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 11, 381337, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On respawn - Self: Cast spell 381337 on Self'); + +-- Trainer Data +DELETE FROM `trainer` WHERE `Id`=1099; +INSERT INTO `trainer` (`Id`, `Type`, `Greeting`, `VerifiedBuild`) VALUES +(1099, 0, 'Welcome!', 48317); + +DELETE FROM `trainer_spell` WHERE (`TrainerId`=1099 AND `SpellId` IN (395289,395277)); +INSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES +(1099, 395289, 168000, 0, 0, 0, 0, 0, 68, 48317), -- No Faction found! MoneyCost not recalculated! +(1099, 395277, 168000, 0, 0, 0, 0, 0, 62, 48317); -- No Faction found! MoneyCost not recalculated! + +DELETE FROM `creature_trainer` WHERE (`CreatureID`=198895 AND `MenuID`=30163 AND `OptionID`=0); +INSERT INTO `creature_trainer` (`CreatureID`, `TrainerID`, `MenuID`, `OptionID`) VALUES +(198895, 1099, 30163, 0); + +-- Vendor Data +DELETE FROM `npc_vendor` WHERE (`entry`=193015 AND `item`=199763 AND `ExtendedCost`=7364 AND `type`=1) OR (`entry`=193015 AND `item`=199764 AND `ExtendedCost`=7364 AND `type`=1) OR (`entry`=193015 AND `item`=199765 AND `ExtendedCost`=7364 AND `type`=1) OR (`entry`=193015 AND `item`=199766 AND `ExtendedCost`=7364 AND `type`=1) OR (`entry`=193015 AND `item`=199736 AND `ExtendedCost`=7776 AND `type`=1) OR (`entry`=193015 AND `item`=199738 AND `ExtendedCost`=7791 AND `type`=1) OR (`entry`=193015 AND `item`=199739 AND `ExtendedCost`=7781 AND `type`=1) OR (`entry`=193015 AND `item`=200456 AND `ExtendedCost`=7779 AND `type`=1) OR (`entry`=193015 AND `item`=201795 AND `ExtendedCost`=7801 AND `type`=1) OR (`entry`=193015 AND `item`=201796 AND `ExtendedCost`=7801 AND `type`=1) OR (`entry`=193015 AND `item`=199820 AND `ExtendedCost`=7779 AND `type`=1) OR (`entry`=193015 AND `item`=199821 AND `ExtendedCost`=7779 AND `type`=1) OR (`entry`=193015 AND `item`=199823 AND `ExtendedCost`=7802 AND `type`=1) OR (`entry`=193015 AND `item`=199825 AND `ExtendedCost`=7801 AND `type`=1) OR (`entry`=193015 AND `item`=199700 AND `ExtendedCost`=7787 AND `type`=1) OR (`entry`=193015 AND `item`=199707 AND `ExtendedCost`=7801 AND `type`=1) OR (`entry`=193015 AND `item`=199806 AND `ExtendedCost`=7801 AND `type`=1) OR (`entry`=193015 AND `item`=199702 AND `ExtendedCost`=7787 AND `type`=1) OR (`entry`=193015 AND `item`=199705 AND `ExtendedCost`=7800 AND `type`=1) OR (`entry`=193015 AND `item`=199726 AND `ExtendedCost`=7801 AND `type`=1) OR (`entry`=193015 AND `item`=199728 AND `ExtendedCost`=7801 AND `type`=1) OR (`entry`=193015 AND `item`=199730 AND `ExtendedCost`=7801 AND `type`=1) OR (`entry`=193015 AND `item`=199732 AND `ExtendedCost`=7801 AND `type`=1) OR (`entry`=193015 AND `item`=199734 AND `ExtendedCost`=7803 AND `type`=1) OR (`entry`=193015 AND `item`=199670 AND `ExtendedCost`=7745 AND `type`=1) OR (`entry`=193015 AND `item`=199671 AND `ExtendedCost`=7743 AND `type`=1) OR (`entry`=193015 AND `item`=199672 AND `ExtendedCost`=7742 AND `type`=1) OR (`entry`=193015 AND `item`=199673 AND `ExtendedCost`=7741 AND `type`=1) OR (`entry`=193015 AND `item`=199674 AND `ExtendedCost`=7744 AND `type`=1) OR (`entry`=193015 AND `item`=199660 AND `ExtendedCost`=7745 AND `type`=1) OR (`entry`=193015 AND `item`=199661 AND `ExtendedCost`=7743 AND `type`=1) OR (`entry`=193015 AND `item`=199662 AND `ExtendedCost`=7742 AND `type`=1) OR (`entry`=193015 AND `item`=199663 AND `ExtendedCost`=7741 AND `type`=1) OR (`entry`=193015 AND `item`=199664 AND `ExtendedCost`=7744 AND `type`=1) OR (`entry`=193015 AND `item`=196962 AND `ExtendedCost`=7814 AND `type`=1) OR (`entry`=193015 AND `item`=197093 AND `ExtendedCost`=7814 AND `type`=1) OR (`entry`=193015 AND `item`=197350 AND `ExtendedCost`=7814 AND `type`=1) OR (`entry`=193015 AND `item`=197581 AND `ExtendedCost`=7814 AND `type`=1) OR (`entry`=193015 AND `item`=194320 AND `ExtendedCost`=7789 AND `type`=1) OR (`entry`=193015 AND `item`=198388 AND `ExtendedCost`=7788 AND `type`=1) OR (`entry`=193015 AND `item`=198389 AND `ExtendedCost`=7798 AND `type`=1) OR (`entry`=193015 AND `item`=199741 AND `ExtendedCost`=7788 AND `type`=1) OR (`entry`=193015 AND `item`=199742 AND `ExtendedCost`=7788 AND `type`=1) OR (`entry`=193015 AND `item`=199743 AND `ExtendedCost`=7778 AND `type`=1) OR (`entry`=193015 AND `item`=199744 AND `ExtendedCost`=7798 AND `type`=1) OR (`entry`=193015 AND `item`=199745 AND `ExtendedCost`=7782 AND `type`=1) OR (`entry`=193015 AND `item`=197145 AND `ExtendedCost`=7752 AND `type`=1) OR (`entry`=193015 AND `item`=197391 AND `ExtendedCost`=7752 AND `type`=1) OR (`entry`=193015 AND `item`=197613 AND `ExtendedCost`=7752 AND `type`=1) OR (`entry`=193015 AND `item`=199772 AND `ExtendedCost`=7799 AND `type`=1) OR (`entry`=193015 AND `item`=199773 AND `ExtendedCost`=7794 AND `type`=1) OR (`entry`=193015 AND `item`=199774 AND `ExtendedCost`=7799 AND `type`=1) OR (`entry`=193015 AND `item`=199775 AND `ExtendedCost`=7799 AND `type`=1) OR (`entry`=193015 AND `item`=199776 AND `ExtendedCost`=7793 AND `type`=1) OR (`entry`=193015 AND `item`=199757 AND `ExtendedCost`=7721 AND `type`=1) OR (`entry`=193015 AND `item`=199758 AND `ExtendedCost`=7721 AND `type`=1) OR (`entry`=193015 AND `item`=199680 AND `ExtendedCost`=7730 AND `type`=1) OR (`entry`=193015 AND `item`=199681 AND `ExtendedCost`=7730 AND `type`=1) OR (`entry`=193015 AND `item`=199682 AND `ExtendedCost`=7730 AND `type`=1) OR (`entry`=193015 AND `item`=199683 AND `ExtendedCost`=7730 AND `type`=1) OR (`entry`=193015 AND `item`=199684 AND `ExtendedCost`=7730 AND `type`=1) OR (`entry`=193015 AND `item`=199759 AND `ExtendedCost`=7364 AND `type`=1) OR (`entry`=193015 AND `item`=199760 AND `ExtendedCost`=7364 AND `type`=1) OR (`entry`=193015 AND `item`=199761 AND `ExtendedCost`=7364 AND `type`=1) OR (`entry`=193015 AND `item`=199762 AND `ExtendedCost`=7364 AND `type`=1) OR (`entry`=193015 AND `item`=199752 AND `ExtendedCost`=7766 AND `type`=1) OR (`entry`=193015 AND `item`=199753 AND `ExtendedCost`=7764 AND `type`=1) OR (`entry`=193015 AND `item`=199755 AND `ExtendedCost`=7767 AND `type`=1) OR (`entry`=193015 AND `item`=199754 AND `ExtendedCost`=7763 AND `type`=1) OR (`entry`=193015 AND `item`=199756 AND `ExtendedCost`=7765 AND `type`=1) OR (`entry`=193015 AND `item`=199647 AND `ExtendedCost`=7712 AND `type`=1) OR (`entry`=193015 AND `item`=199651 AND `ExtendedCost`=7712 AND `type`=1) OR (`entry`=193015 AND `item`=199652 AND `ExtendedCost`=7712 AND `type`=1) OR (`entry`=193015 AND `item`=200754 AND `ExtendedCost`=7709 AND `type`=1) OR (`entry`=193015 AND `item`=200752 AND `ExtendedCost`=7710 AND `type`=1) OR (`entry`=193015 AND `item`=200753 AND `ExtendedCost`=7717 AND `type`=1) OR (`entry`=193015 AND `item`=200751 AND `ExtendedCost`=7714 AND `type`=1) OR (`entry`=193015 AND `item`=200750 AND `ExtendedCost`=7713 AND `type`=1) OR (`entry`=193015 AND `item`=199648 AND `ExtendedCost`=7713 AND `type`=1) OR (`entry`=193015 AND `item`=194282 AND `ExtendedCost`=7374 AND `type`=1) OR (`entry`=193015 AND `item`=198912 AND `ExtendedCost`=7374 AND `type`=1) OR (`entry`=193015 AND `item`=194287 AND `ExtendedCost`=7374 AND `type`=1) OR (`entry`=193015 AND `item`=198941 AND `ExtendedCost`=7366 AND `type`=1) OR (`entry`=193015 AND `item`=194292 AND `ExtendedCost`=7372 AND `type`=1) OR (`entry`=193015 AND `item`=194290 AND `ExtendedCost`=7372 AND `type`=1) OR (`entry`=193015 AND `item`=194288 AND `ExtendedCost`=7372 AND `type`=1) OR (`entry`=193015 AND `item`=199244 AND `ExtendedCost`=7372 AND `type`=1) OR (`entry`=193015 AND `item`=199245 AND `ExtendedCost`=7372 AND `type`=1) OR (`entry`=193015 AND `item`=194495 AND `ExtendedCost`=7372 AND `type`=1) OR (`entry`=193015 AND `item`=194498 AND `ExtendedCost`=7372 AND `type`=1) OR (`entry`=193015 AND `item`=194500 AND `ExtendedCost`=7372 AND `type`=1) OR (`entry`=193015 AND `item`=198892 AND `ExtendedCost`=7356 AND `type`=1) OR (`entry`=193015 AND `item`=194279 AND `ExtendedCost`=7369 AND `type`=1) OR (`entry`=193015 AND `item`=194280 AND `ExtendedCost`=7369 AND `type`=1) OR (`entry`=193015 AND `item`=194479 AND `ExtendedCost`=7369 AND `type`=1) OR (`entry`=193015 AND `item`=194482 AND `ExtendedCost`=7369 AND `type`=1) OR (`entry`=193015 AND `item`=191545 AND `ExtendedCost`=7369 AND `type`=1) OR (`entry`=193015 AND `item`=199246 AND `ExtendedCost`=7358 AND `type`=1) OR (`entry`=193015 AND `item`=199817 AND `ExtendedCost`=7358 AND `type`=1) OR (`entry`=193015 AND `item`=199818 AND `ExtendedCost`=7358 AND `type`=1) OR (`entry`=193015 AND `item`=199767 AND `ExtendedCost`=7728 AND `type`=1) OR (`entry`=193015 AND `item`=199768 AND `ExtendedCost`=7724 AND `type`=1) OR (`entry`=193015 AND `item`=199769 AND `ExtendedCost`=7725 AND `type`=1) OR (`entry`=193015 AND `item`=199770 AND `ExtendedCost`=7726 AND `type`=1) OR (`entry`=193015 AND `item`=199771 AND `ExtendedCost`=7727 AND `type`=1); +INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES +(193015, 120, 199763, 0, 7364, 1, 100727, 0, 48317), -- Expedition Researcher's Hood +(193015, 119, 199764, 0, 7364, 1, 100727, 0, 48317), -- Expedition Mercenary's Helm +(193015, 118, 199765, 0, 7364, 1, 100727, 0, 48317), -- Field Scout's Helmet +(193015, 117, 199766, 0, 7364, 1, 100727, 0, 48317), -- Expedition Guard's Helm +(193015, 116, 199736, 0, 7776, 1, 100769, 0, 48317), -- Amber Dragonflame Blade +(193015, 115, 199738, 0, 7791, 1, 100769, 0, 48317), -- Ruby Dragonflame Blade +(193015, 114, 199739, 0, 7781, 1, 100769, 0, 48317), -- Emerald Dragonflame Blade +(193015, 113, 200456, 0, 7779, 1, 100769, 0, 48317), -- Valdrakken Armor Opener +(193015, 112, 201795, 0, 7801, 1, 100769, 0, 48317), -- Valdrakken Guard's Claw +(193015, 111, 201796, 0, 7801, 1, 100769, 0, 48317), -- Valdrakken Drakonid's Claw +(193015, 110, 199820, 0, 7779, 1, 100769, 0, 48317), -- Valdrakken Guard's Skullsplitter +(193015, 109, 199821, 0, 7779, 1, 100769, 0, 48317), -- Valdrakken Serrated Shortsword +(193015, 108, 199823, 0, 7802, 1, 100769, 0, 48317), -- Valdrakken Gatekeeper's Polearm +(193015, 107, 199825, 0, 7801, 1, 100769, 0, 48317), -- Valdrakken Belt Knife +(193015, 106, 199700, 0, 7787, 1, 100769, 0, 48317), -- Valdrakken Bladewing Decapitator +(193015, 105, 199707, 0, 7801, 1, 100769, 0, 48317), -- Valdrakken Wingguard Polearm +(193015, 104, 199806, 0, 7801, 1, 100769, 0, 48317), -- Valdrakken Drakeclaw Barrier +(193015, 103, 199702, 0, 7787, 1, 100769, 0, 48317), -- Valdrakken Guard's Barrier +(193015, 102, 199705, 0, 7800, 1, 100769, 0, 48317), -- Valdrakken Guard's Spear +(193015, 101, 199726, 0, 7801, 1, 100769, 0, 48317), -- Valdrakken Spellweaver's Scepter +(193015, 100, 199728, 0, 7801, 1, 100769, 0, 48317), -- Valdrakken Spellweaver's Stave +(193015, 99, 199730, 0, 7801, 1, 100769, 0, 48317), -- Valdrakken Bladewing Staff +(193015, 98, 199732, 0, 7801, 1, 100769, 0, 48317), -- Valdrakken Wing Glaive +(193015, 97, 199734, 0, 7803, 1, 100769, 0, 48317), -- Valdrakken Guard's Cutlass +(193015, 96, 199670, 0, 7745, 1, 100768, 0, 48317), -- Black Drakonid Shoulderplates +(193015, 95, 199671, 0, 7743, 1, 100768, 0, 48317), -- Cobalt Drakonid Shoulderplates +(193015, 94, 199672, 0, 7742, 1, 100768, 0, 48317), -- Bronze Drakonid Shoulderplates +(193015, 93, 199673, 0, 7741, 1, 100768, 0, 48317), -- Verdant Drakonid Shoulderplates +(193015, 92, 199674, 0, 7744, 1, 100768, 0, 48317), -- Crimson Drakonid Shoulderplates +(193015, 91, 199660, 0, 7745, 1, 100768, 0, 48317), -- Obsidian Jeweled Shoulderpads +(193015, 90, 199661, 0, 7743, 1, 100768, 0, 48317), -- Azure Jeweled Shoulderpads +(193015, 89, 199662, 0, 7742, 1, 100768, 0, 48317), -- Amber Jeweled Shoulderpads +(193015, 88, 199663, 0, 7741, 1, 100768, 0, 48317), -- Emerald Jeweled Shoulderpads +(193015, 87, 199664, 0, 7744, 1, 100768, 0, 48317), -- Ruby Jeweled Shoulderpads +(193015, 86, 196962, 0, 7814, 1, 100766, 0, 48317), -- Cliffside Wylderdrake: Silver and Purple Armor +(193015, 85, 197093, 0, 7814, 1, 100766, 0, 48317), -- Highland Drake: Silver and Purple Armor +(193015, 84, 197350, 0, 7814, 1, 100766, 0, 48317), -- Renewed Proto-Drake: Silver and Purple Armor +(193015, 83, 197581, 0, 7814, 1, 100766, 0, 48317), -- Windborne Velocidrake: Silver and Purple Armor +(193015, 82, 194320, 0, 7789, 1, 100765, 0, 48317), -- Reinforced Lavender Bottle +(193015, 81, 198388, 0, 7788, 1, 100765, 0, 48317), -- Swirling Draconian Concoction +(193015, 80, 198389, 0, 7798, 1, 100765, 0, 48317), -- Weighted Potion Cylinder +(193015, 79, 199741, 0, 7788, 1, 100765, 0, 48317), -- Compendium of Advanced Spells +(193015, 78, 199742, 0, 7788, 1, 100765, 0, 48317), -- A Mender's Mentality +(193015, 77, 199743, 0, 7778, 1, 100765, 0, 48317), -- Runic Symbols and their Meaning +(193015, 76, 199744, 0, 7798, 1, 100765, 0, 48317), -- Academy Student's Journal +(193015, 75, 199745, 0, 7782, 1, 100765, 0, 48317), -- Everflame Night Torch +(193015, 74, 197145, 0, 7752, 1, 100761, 0, 48317), -- Highland Drake: Bronze Scales +(193015, 73, 197391, 0, 7752, 1, 100761, 0, 48317), -- Renewed Proto-Drake: Bronze Scales +(193015, 72, 197613, 0, 7752, 1, 100761, 0, 48317), -- Windborne Velocidrake: Bronze Scales +(193015, 71, 199772, 0, 7799, 1, 0, 0, 48317), -- Titan Gatekeeper's Shield +(193015, 70, 199773, 0, 7794, 1, 0, 0, 48317), -- Titan Watcher's Scepter +(193015, 69, 199774, 0, 7799, 1, 0, 0, 48317), -- Ancient Titan Blunderbuss +(193015, 68, 199775, 0, 7799, 1, 0, 0, 48317), -- Titan Keeper's Gladius +(193015, 67, 199776, 0, 7793, 1, 0, 0, 48317), -- Titan Watcher's Broadsword +(193015, 66, 199757, 0, 7721, 1, 100758, 0, 48317), -- Magic Nibbler +(193015, 65, 199758, 0, 7721, 1, 100758, 0, 48317), -- Crimson Proto-Whelp +(193015, 64, 199680, 0, 7730, 1, 100757, 0, 48317), -- Obsidian Drakonid Helmet +(193015, 63, 199681, 0, 7730, 1, 100757, 0, 48317), -- Cobalt Drakonid Helmet +(193015, 62, 199682, 0, 7730, 1, 100757, 0, 48317), -- Bronze Drakonid Helmet +(193015, 61, 199683, 0, 7730, 1, 100757, 0, 48317), -- Verdant Drakonid Helmet +(193015, 60, 199684, 0, 7730, 1, 100757, 0, 48317), -- Crimson Drakonid Helmet +(193015, 59, 199759, 0, 7364, 1, 100721, 0, 48317), -- Valdrakken Plate Girdle +(193015, 58, 199760, 0, 7364, 1, 100721, 0, 48317), -- Valdrakken Spellweaver's Cord +(193015, 57, 199761, 0, 7364, 1, 100721, 0, 48317), -- Valdrakken Dragonspawn Waistguard +(193015, 56, 199762, 0, 7364, 1, 100721, 0, 48317), -- Valdrakken Guards Belt +(193015, 51, 199752, 0, 7766, 1, 100760, 0, 48317), -- Ensemble: Crimson Valdrakken Clothing +(193015, 50, 199753, 0, 7764, 1, 100760, 0, 48317), -- Ensemble: Black Valdrakken Clothing +(193015, 49, 199755, 0, 7767, 1, 100760, 0, 48317), -- Ensemble: Green Valdrakken Clothing +(193015, 48, 199754, 0, 7763, 1, 100760, 0, 48317), -- Ensemble: Azure Valdrakken Clothing +(193015, 47, 199756, 0, 7765, 1, 100760, 0, 48317), -- Ensemble: Bronze Valdrakken Clothing +(193015, 38, 199647, 0, 7712, 1, 0, 0, 48317), -- Dragon Garden Fork +(193015, 37, 199651, 0, 7712, 1, 0, 0, 48317), -- Dragon Garden Hoe +(193015, 36, 199652, 0, 7712, 1, 0, 0, 48317), -- Dragon Garden Rake +(193015, 32, 200754, 0, 7709, 1, 0, 0, 48317), -- Jeweled Gold Dragon Goblet +(193015, 31, 200752, 0, 7710, 1, 0, 0, 48317), -- Jeweled Silver Dragon Goblet +(193015, 30, 200753, 0, 7717, 1, 0, 0, 48317), -- Simple Gold Dragon Goblet +(193015, 29, 200751, 0, 7714, 1, 0, 0, 48317), -- Simple Silver Dragon Goblet +(193015, 28, 200750, 0, 7713, 1, 0, 0, 48317), -- Dragon Dinner Knife +(193015, 27, 199648, 0, 7713, 1, 0, 0, 48317), -- Dragon Dinner Fork +(193015, 26, 194282, 0, 7374, 1, 100733, 0, 48317), -- Pattern: Cushion of Time Travel +(193015, 25, 198912, 0, 7374, 1, 100733, 0, 48317), -- Technique: Illusion Parchment: Whirling Breeze +(193015, 24, 194287, 0, 7374, 1, 100728, 0, 48317), -- Pattern: Chronocloth Reagent Bag +(193015, 23, 198941, 0, 7366, 1, 100728, 0, 48317), -- Technique: Contract: Valdrakken Accord +(193015, 22, 194292, 0, 7372, 1, 100724, 0, 48317), -- Pattern: Master's Wildercloth Gardening Hat +(193015, 21, 194290, 0, 7372, 1, 100724, 0, 48317), -- Pattern: Master's Wildercloth Enchanter's Hat +(193015, 20, 194288, 0, 7372, 1, 100724, 0, 48317), -- Pattern: Master's Wildercloth Alchemist's Robe +(193015, 19, 199244, 0, 7372, 1, 100724, 0, 48317), -- Schematic: Khaz'gorite Delver's Helmet +(193015, 18, 199245, 0, 7372, 1, 100724, 0, 48317), -- Schematic: Lapidary's Khaz'gorite Clamps +(193015, 17, 194495, 0, 7372, 1, 100724, 0, 48317), -- Plans: Khaz'gorite Sickle +(193015, 16, 194498, 0, 7372, 1, 100724, 0, 48317), -- Plans: Khaz'gorite Needle Set +(193015, 15, 194500, 0, 7372, 1, 100724, 0, 48317), -- Plans: Khaz'gorite Leatherworker's Toolset +(193015, 14, 198892, 0, 7356, 1, 100720, 0, 48317), -- Technique: Cliffside Wylderdrake: Red Hair +(193015, 13, 194279, 0, 7369, 1, 100719, 0, 48317), -- Pattern: Azureweave Slippers +(193015, 12, 194280, 0, 7369, 1, 100719, 0, 48317), -- Pattern: Chronocloth Sash +(193015, 11, 194479, 0, 7369, 1, 100719, 0, 48317), -- Plans: Obsidian Seared Claymore +(193015, 10, 194482, 0, 7369, 1, 100719, 0, 48317), -- Plans: Obsidian Seared Invoker +(193015, 9, 191545, 0, 7369, 1, 100719, 0, 48317), -- Recipe: Sustaining Alchemist's Stone +(193015, 8, 199246, 0, 7358, 1, 100716, 0, 48317), -- Schematic: Tinker: Grounded Circuitry +(193015, 7, 199817, 0, 7358, 1, 100716, 0, 48317), -- Formula: Enchant Cloak - Homebound Speed +(193015, 6, 199818, 0, 7358, 1, 100716, 0, 48317), -- Formula: Enchant Boots - Watcher's Loam +(193015, 5, 199767, 0, 7728, 1, 100767, 0, 48317), -- Red Dragon Banner +(193015, 4, 199768, 0, 7724, 1, 100767, 0, 48317), -- Black Dragon Banner +(193015, 3, 199769, 0, 7725, 1, 100767, 0, 48317), -- Blue Dragon Banner +(193015, 2, 199770, 0, 7726, 1, 100767, 0, 48317), -- Bronze Dragon Banner +(193015, 1, 199771, 0, 7727, 1, 100767, 0, 48317); -- Green Dragon Banner diff --git a/sql/updates/world/master/2023_03_08_02_world.sql b/sql/updates/world/master/2023_03_08_02_world.sql new file mode 100644 index 000000000..7acddc44e --- /dev/null +++ b/sql/updates/world/master/2023_03_08_02_world.sql @@ -0,0 +1,113 @@ +SET @NPCTEXTID := 590052; + +DELETE FROM `points_of_interest` WHERE `ID` IN (7398, 7045, 7281, 7044, 7289, 7290, 7291, 7285, 7287, 7286, 7293, 7292, 7288, 7284, 7283, 7282, 7399, 7318, 7317, 7314, 7316, 7315, 7312, 7313, 7043, 7042, 7039, 7280, 7041, 7383, 7279, 7040); +INSERT INTO `points_of_interest` (`ID`, `PositionX`, `PositionY`, `PositionZ`, `Icon`, `Flags`, `Importance`, `Name`, `WMOGroupID`, `VerifiedBuild`) VALUES +(7398, 276.33099365234375, -854.89501953125, 822.58697509765625, 7, 99, 0, 'Item Upgrades', 67337, 48317), +(7045, 99.73699951171875, -1280.47998046875, 909.49700927734375, 7, 99, 0, 'Valdrakken Transmogrifier', 67337, 48317), +(7281, 188.7480010986328125, -590.614990234375, 817.344970703125, 7, 99, 0, 'Dragonriding Trainers', 0, 48317), +(7044, -116.6719970703125, -883.2239990234375, 804.6190185546875, 7, 99, 0, 'Valdrakken Stable Master', 66918, 48317), +(7289, 4.446529865264892578, -660.74200439453125, 773.6619873046875, 7, 99, 0, 'Valdrakken Tailoring', 66918, 48317), +(7290, 53.74670028686523437, -612.43597412109375, 773.6619873046875, 7, 99, 0, 'Valdrakken Leatherworking & Skinning', 66918, 48317), +(7291, 161.774993896484375, -765.6939697265625, 820.3699951171875, 7, 99, 0, 'Valdrakken Mining', 66918, 48317), +(7285, 56.24679946899414062, -789.7080078125, 795.93902587890625, 7, 99, 0, 'Valdrakken Jewelcrafting', 67808, 48317), +(7287, -62.6021995544433593, -761.1409912109375, 791.73797607421875, 7, 99, 0, 'Valdrakken Inscription', 66918, 48317), +(7286, -17.4706993103027343, -748.55902099609375, 793.208984375, 7, 99, 0, 'Valdrakken Herbalism', 66918, 48317), +(7293, -74.6863021850585937, -833.95599365234375, 791.531005859375, 7, 99, 0, 'Valdrakken Fishing', 65497, 48317), +(7292, 176.496002197265625, -811.79901123046875, 819.01800537109375, 7, 99, 0, 'Valdrakken Engineering', 65497, 48317), +(7288, 53.5027008056640625, -647.56097412109375, 773.66302490234375, 7, 99, 0, 'Valdrakken Enchanting', 66918, 48317), +(7284, 201.0529937744140625, -874.822021484375, 843.27801513671875, 7, 99, 0, 'Valdrakken Cooking', 66918, 48317), +(7283, 192.623992919921875, -736.25201416015625, 824.8909912109375, 7, 99, 0, 'Valdrakken Blacksmithing', 66749, 48317), +(7282, -45.9306983947753906, -726.67999267578125, 791.73699951171875, 7, 99, 0, 'Valdrakken Alchemy', 0, 48317), +(7399, 249.6670074462890625, -820.39300537109375, 822.5889892578125, 7, 99, 0, 'Gladiator\'s Refuge', 67337, 48317), +(7318, -8.94303035736083984, -676.6820068359375, 802.60400390625, 7, 99, 0, 'Valdrakken Trade Market', 0, 48317), +(7317, 88.16809844970703125, -392.19000244140625, 779.66497802734375, 7, 99, 0, 'Little Scales Daycare', 0, 48317), +(7314, 469.572998046875, -1038.1600341796875, 892.46697998046875, 7, 99, 0, 'Red District', 0, 48317), +(7316, 46.58050155639648437, -1207.739990234375, 887.0460205078125, 7, 99, 0, 'Green District', 0, 48317), +(7315, 218.1060028076171875, -1344.719970703125, 951.91497802734375, 7, 99, 0, 'Bronze District', 0, 48317), +(7312, 330.60198974609375, -700.572998046875, 833.99700927734375, 7, 99, 0, 'Blue District', 0, 48317), +(7313, 179.7350006103515625, -766.1510009765625, 820.33502197265625, 7, 99, 0, 'Black District', 0, 48317), +(7043, 278.00299072265625, -1055.699951171875, 870.6309814453125, 7, 99, 0, 'The Seat of the Aspects Portal Room', 67771, 48317), +(7042, 186.73199462890625, -889.66400146484375, 842.906982421875, 7, 99, 0, 'The Roasted Ram', 66918, 48317), +(7039, 105.194000244140625, -1050.969970703125, 838.57000732421875, 7, 99, 0, 'Valdrakken Bank', 67430, 48317), +(7280, 71.3975982666015625, -824.9849853515625, 843.0880126953125, 7, 99, 0, 'Valdrakken Auction House', 67878, 48317), +(7041, -7.87715005874633789, -846.42999267578125, 838.07098388671875, 7, 99, 0, 'Valdrakken Flight Master', 66804, 48317), +(7383, 55.3722991943359375, -714.15899658203125, 796.2860107421875, 7, 99, 0, 'Crafting Orders', 0, 48317), +(7279, 84.25319671630859375, -349.89898681640625, 780.67498779296875, 7, 99, 0, 'Battle Pet Trainer', 67337, 48317), +(7040, 159.4680023193359375, -637.4329833984375, 775.9169921875, 7, 99, 0, 'The Victorious Visage', 67337, 48317); + +DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+10; +INSERT INTO `npc_text` (`ID`, `Probability0`, `Probability1`, `Probability2`, `Probability3`, `Probability4`, `Probability5`, `Probability6`, `Probability7`, `BroadcastTextId0`, `BroadcastTextId1`, `BroadcastTextId2`, `BroadcastTextId3`, `BroadcastTextId4`, `BroadcastTextId5`, `BroadcastTextId6`, `BroadcastTextId7`, `VerifiedBuild`) VALUES +(@NPCTEXTID+0, 1, 0, 0, 0, 0, 0, 0, 0, 232137, 0, 0, 0, 0, 0, 0, 0, 48317), -- 184168 (Scalesworn Guardian) +(@NPCTEXTID+1, 1, 0, 0, 0, 0, 0, 0, 0, 232146, 0, 0, 0, 0, 0, 0, 0, 48317), -- 184168 (Scalesworn Guardian) +(@NPCTEXTID+2, 1, 0, 0, 0, 0, 0, 0, 0, 232145, 0, 0, 0, 0, 0, 0, 0, 48317), -- 184168 (Scalesworn Guardian) +(@NPCTEXTID+3, 1, 0, 0, 0, 0, 0, 0, 0, 232147, 0, 0, 0, 0, 0, 0, 0, 48317), -- 184168 (Scalesworn Guardian) +(@NPCTEXTID+4, 1, 0, 0, 0, 0, 0, 0, 0, 232148, 0, 0, 0, 0, 0, 0, 0, 48317), -- 184168 (Scalesworn Guardian) +(@NPCTEXTID+5, 1, 0, 0, 0, 0, 0, 0, 0, 232143, 0, 0, 0, 0, 0, 0, 0, 48317), -- 184168 (Scalesworn Guardian) +(@NPCTEXTID+6, 1, 0, 0, 0, 0, 0, 0, 0, 231612, 0, 0, 0, 0, 0, 0, 0, 48317), -- 184168 (Scalesworn Guardian) +(@NPCTEXTID+7, 1, 0, 0, 0, 0, 0, 0, 0, 232130, 0, 0, 0, 0, 0, 0, 0, 48317), -- 184168 (Scalesworn Guardian) +(@NPCTEXTID+8, 1, 0, 0, 0, 0, 0, 0, 0, 231616, 0, 0, 0, 0, 0, 0, 0, 48317), -- 184168 (Scalesworn Guardian) +(@NPCTEXTID+9, 1, 0, 0, 0, 0, 0, 0, 0, 217778, 0, 0, 0, 0, 0, 0, 0, 48317), -- 184168 (Scalesworn Guardian) +(@NPCTEXTID+10, 1, 0, 0, 0, 0, 0, 0, 0, 232136, 0, 0, 0, 0, 0, 0, 0, 48317); -- 184168 (Scalesworn Guardian) + +DELETE FROM `gossip_menu` WHERE (`MenuID`=29977 AND `TextID`=@NPCTEXTID+0) OR (`MenuID`=29978 AND `TextID`=@NPCTEXTID+1) OR (`MenuID`=29979 AND `TextID`=@NPCTEXTID+2) OR (`MenuID`=29980 AND `TextID`=@NPCTEXTID+3) OR (`MenuID`=29981 AND `TextID`=@NPCTEXTID+4) OR (`MenuID`=29982 AND `TextID`=@NPCTEXTID+5) OR (`MenuID`=29891 AND `TextID`=@NPCTEXTID+6) OR (`MenuID`=29986 AND `TextID`=@NPCTEXTID+7) OR (`MenuID`=29894 AND `TextID`=@NPCTEXTID+8) OR (`MenuID`=27947 AND `TextID`=@NPCTEXTID+9) OR (`MenuID`=29976 AND `TextID`=@NPCTEXTID+10); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(29977, @NPCTEXTID+0, 48317), -- 184168 (Scalesworn Guardian) +(29978, @NPCTEXTID+1, 48317), -- 184168 (Scalesworn Guardian) +(29979, @NPCTEXTID+2, 48317), -- 184168 (Scalesworn Guardian) +(29980, @NPCTEXTID+3, 48317), -- 184168 (Scalesworn Guardian) +(29981, @NPCTEXTID+4, 48317), -- 184168 (Scalesworn Guardian) +(29982, @NPCTEXTID+5, 48317), -- 184168 (Scalesworn Guardian) +(29891, @NPCTEXTID+6, 48317), -- 184168 (Scalesworn Guardian) +(29986, @NPCTEXTID+7, 48317), -- 184168 (Scalesworn Guardian) +(29894, @NPCTEXTID+8, 48317), -- 184168 (Scalesworn Guardian) +(27947, @NPCTEXTID+9, 48317), -- 184168 (Scalesworn Guardian) +(29976, @NPCTEXTID+10, 48317); -- 184168 (Scalesworn Guardian) + +DELETE FROM `gossip_menu` WHERE (`MenuID`=29897 AND `TextID`=918) OR (`MenuID`=29893 AND `TextID`=3861); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(29897, 918, 48317), -- 184168 (Scalesworn Guardian) +(29893, 3861, 48317); -- 184168 (Scalesworn Guardian) + +DELETE FROM `gossip_menu_option` WHERE (`MenuID`=29897 AND `OptionID` IN (3,1,4,10,2,8,7,9,11,0,6,12,5)) OR (`MenuID`=29893 AND `OptionID` IN (0,1,2)) OR (`MenuID`=27947 AND `OptionID` IN (6,14,0,1,12,5,11,2,8,10,4,9,3,7,13)) OR (`MenuID`=29977 AND `OptionID` IN (3,4,1,2,0)) OR (`MenuID`=29986 AND `OptionID` IN (0,2,4,1,3)); +INSERT INTO `gossip_menu_option` (`GossipOptionID`, `MenuID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextId`, `Language`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `SpellID`, `Flags`, `OverrideIconID`, `GossipNpcOptionID`, `VerifiedBuild`) VALUES +(107230, 29897, 3, 0, 'Enchanting', 3006, 0, 29891, 7288, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 3006 - 3463 - 4862 - 5121 - 5363 - 5892 - 6621 - 6709 - 6779 - 6948 - 7027 - 7103 - 15257 - 19234 - 45755 - 52063 +(107215, 29893, 0, 0, 'Auction House', 5316, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 5316 - 5423 - 5515 - 5913 - 6369 - 15208 - 32174 - 44627 +(54812, 27947, 6, 0, 'Inn', 5513, 0, 29891, 7042, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 5513 - 5911 - 6396 - 6633 - 6910 - 15224 - 19202 - 32166 - 44629 - 200258 +(107232, 29897, 1, 0, 'Blacksmithing', 2942, 0, 29891, 7283, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 2942 - 3461 - 4860 - 5117 - 5890 - 6619 - 6707 - 6777 - 6946 - 7025 - 15255 - 19249 - 45754 - 51346 +(107229, 29897, 4, 0, 'Engineering', 2943, 0, 29891, 7292, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 2943 - 4976 - 5123 - 5893 - 6622 - 6780 - 6949 - 7028 - 15259 - 32143 - 45756 - 51347 +(107223, 29897, 10, 0, 'Mining', 2944, 0, 29891, 7291, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 2944 - 3468 - 4868 - 5138 - 5898 - 6627 - 6714 - 6785 - 6954 - 7033 - 15271 - 32147 - 45769 - 51348 - 78976 - 167854 +(107765, 27947, 14, 0, 'Item Upgrades', 0, 0, 29891, 7398, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107231, 29897, 2, 0, 'Cooking', 2945, 0, 29891, 7284, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 2945 - 3462 - 4861 - 5119 - 5356 - 5891 - 6620 - 6708 - 6778 - 6947 - 7026 - 7100 - 16029 - 19233 - 45432 - 45763 +(107208, 27947, 0, 0, 'Auction House', 5316, 0, 29891, 7280, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 5316 - 5423 - 5515 - 5913 - 6369 - 15208 - 32174 - 44627 +(54815, 27947, 1, 0, 'Bank', 3426, 0, 29891, 7039, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 3426 - 5908 - 6631 - 6907 - 6987 - 15214 - 19201 - 32167 - 44628 - 78584 - 200249 +(107321, 29977, 3, 0, 'Green', 173217, 0, 29981, 7316, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107214, 29893, 1, 0, 'Bank', 3426, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 3426 - 5908 - 6631 - 6907 - 6987 - 15214 - 19201 - 32167 - 44628 - 78584 - 200249 +(107347, 29986, 0, 0, 'The Seat of the Aspects', 0, 0, 29976, 7043, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107345, 29986, 2, 0, 'Little Scales Whelp Daycare', 0, 0, 29891, 7317, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(54809, 27947, 12, 0, 'Stable Master', 8508, 0, 29891, 7044, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 8508 - 8511 - 8518 - 8524 - 8525 - 8529 - 8534 - 8536 - 8539 - 8542 - 15228 - 19208 - 45383 - 200263 +(54813, 27947, 5, 0, 'Flight Master', 2863, 0, 29891, 7041, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 2863 - 4889 - 6632 - 19203 - 45379 - 200256 +(107225, 29897, 8, 0, 'Jewelcrafting', 15267, 0, 29891, 7285, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 15267 - 18338 - 19235 - 44647 - 45758 +(107320, 29977, 4, 0, 'Red', 173221, 0, 29982, 7314, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107226, 29897, 7, 0, 'Inscription', 31542, 0, 29891, 7287, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 31542 - 32146 - 45757 - 48811 +(107224, 29897, 9, 0, 'Leatherworking', 2947, 0, 29891, 7290, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 2947 - 3467 - 4866 - 5133 - 5371 - 5897 - 6626 - 6713 - 6784 - 6953 - 7032 - 7115 - 15269 - 19236 - 45759 - 52071 +(107766, 29986, 4, 0, 'Gladiator\'s Refuge', 0, 0, 29891, 7399, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107346, 29986, 1, 0, 'Dragonflight Enclaves', 0, 0, 29977, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107323, 29977, 1, 0, 'Blue', 173218, 0, 29979, 7312, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107460, 27947, 11, 0, 'Rostrum of Transformation', 0, 0, 29891, 7281, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107222, 29897, 11, 0, 'Skinning', 2948, 0, 29891, 7290, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 2948 - 3471 - 4869 - 5140 - 5376 - 5899 - 6628 - 6716 - 6786 - 6955 - 7034 - 7118 - 15273 - 19237 - 45770 - 52076 - 106243 +(54814, 27947, 2, 0, 'Barber', 31340, 0, 29891, 7040, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 31340 - 45376 +(107322, 29977, 2, 0, 'Bronze', 0, 0, 29980, 7315, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(54810, 27947, 8, 0, 'Other Continents', 5914, 0, 29894, 7043, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 5914 - 47507 - 129194 - 129224 - 129235 - 129362 - 129389 +(54808, 27947, 10, 0, 'Profession Trainer', 2869, 0, 29897, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 2869 - 3430 - 4896 - 5112 - 5352 - 5916 - 6635 - 6912 - 7022 - 7095 - 15250 - 19210 - 45382 +(107602, 27947, 4, 0, 'Crafting Orders', 0, 0, 29891, 7383, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107344, 29986, 3, 0, 'Trade Market', 0, 0, 29891, 7318, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107233, 29897, 0, 0, 'Alchemy', 2952, 0, 29891, 7282, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 2952 - 3460 - 4859 - 5114 - 5354 - 5362 - 5889 - 6618 - 6706 - 6776 - 6945 - 7024 - 7097 - 15252 - 19232 - 45753 - 52058 +(107227, 29897, 6, 0, 'Herbalism', 2950, 0, 29891, 7286, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 2950 - 3466 - 4865 - 5129 - 5130 - 5370 - 5896 - 6625 - 6712 - 6783 - 6952 - 7031 - 7112 - 15265 - 32145 - 45434 - 45768 +(54811, 27947, 9, 0, 'Points of Interest', 32180, 0, 29986, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 32180 - 159628 +(107221, 29897, 12, 0, 'Tailoring', 2951, 0, 29891, 7289, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 2951 - 3469 - 4871 - 5144 - 5380 - 5900 - 6629 - 6717 - 6787 - 6956 - 7035 - 7121 - 15275 - 32148 - 45760 - 52077 +(107324, 29977, 0, 0, 'Black', 0, 0, 29978, 7313, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107213, 29893, 2, 0, 'Inn', 5513, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 5513 - 5911 - 6396 - 6633 - 6910 - 15224 - 19202 - 32166 - 44629 - 200258 +(107207, 27947, 3, 0, 'Battle Pet Trainer', 67342, 0, 29891, 7279, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), +(107228, 29897, 5, 0, 'Fishing', 3005, 0, 29891, 7293, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 3005 - 3465 - 4864 - 5127 - 5368 - 5895 - 6624 - 6711 - 6782 - 6951 - 7030 - 7109 - 15263 - 32144 - 45436 - 45767 - 99684 - 173226 +(107216, 27947, 7, 0, 'Mailbox', 4895, 0, 29893, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317), -- OptionBroadcastTextID: 4895 - 5093 - 5336 - 5514 - 5912 - 6397 - 15226 - 19204 - 45381 - 200260 +(54807, 27947, 13, 0, 'Transmogrifier', 160055, 0, 29891, 7045, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 48317); diff --git a/sql/updates/world/master/2023_03_09_00_world.sql b/sql/updates/world/master/2023_03_09_00_world.sql new file mode 100644 index 000000000..c8b641a5c --- /dev/null +++ b/sql/updates/world/master/2023_03_09_00_world.sql @@ -0,0 +1,184 @@ +SET @CGUID := 9003482; + +-- Creature +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+25; +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`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 188004, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 299.142364501953125, -1015.0103759765625, 870.8427734375, 5.912754535675048828, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Azure Retainer (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 383207 - Conversation Aura: Talk/Exclamation [DNT]) +(@CGUID+1, 193284, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 292.1788330078125, -1138.220458984375, 911.3271484375, 3.32702183723449707, 120, 0, 0, 225838, 0, 0, 0, 0, 0, 48317), -- Emerald Citizen (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+2, 193285, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 301.743072509765625, -1014.30902099609375, 870.84033203125, 3.802387952804565429, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Bronze Citizen (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+3, 193285, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 289.2725830078125, -1138.765625, 911.3271484375, 0.185429111123085021, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Bronze Citizen (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 383207 - Conversation Aura: Talk/Exclamation [DNT]) +(@CGUID+4, 197794, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 335.314239501953125, -1010.23089599609375, 963.03057861328125, 4.060590744018554687, 120, 0, 0, 1129190, 0, 0, 0, 0, 0, 48317), -- Emerald Dragon (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+5, 188007, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 316.244781494140625, -1000.44622802734375, 870.8345947265625, 0.538431107997894287, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Azure Scholar (Area: The Seat of the Aspects - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+6, 188008, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 283.44097900390625, -1092.560791015625, 875.055908203125, 3.933995962142944335, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Blue Whelp (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath) +(@CGUID+7, 193284, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 292.951385498046875, -1012.911376953125, 911.80511474609375, 4.165384292602539062, 120, 0, 0, 225838, 0, 0, 0, 0, 0, 48317), -- Emerald Citizen (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+8, 193284, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 194.685760498046875, -1010.61798095703125, 870.7139892578125, 2.971033096313476562, 120, 0, 0, 225838, 0, 0, 0, 0, 0, 48317), -- Emerald Citizen (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+9, 193285, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 291.052093505859375, -1015.18231201171875, 911.78472900390625, 0.874281525611877441, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Bronze Citizen (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 383207 - Conversation Aura: Talk/Exclamation [DNT]) +(@CGUID+10, 197242, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 317.645843505859375, -999.609375, 870.861328125, 3.561002254486083984, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Asahina (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 383207 - Conversation Aura: Talk/Exclamation [DNT]) (possible waypoints or random movement) +(@CGUID+11, 193284, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 252.279510498046875, -1107.7847900390625, 870.82861328125, 6.151369571685791015, 120, 0, 0, 225838, 0, 0, 0, 0, 0, 48317), -- Emerald Citizen (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+12, 197806, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 272.958343505859375, -1000.19268798828125, 913.1767578125, 3.933995962142944335, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Bronze Whelp (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath) +(@CGUID+13, 193285, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 207.138885498046875, -1080.5069580078125, 911.743896484375, 5.011152267456054687, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Bronze Citizen (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 383207 - Conversation Aura: Talk/Exclamation [DNT]) +(@CGUID+14, 193285, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 256.7413330078125, -1108.4444580078125, 870.818115234375, 2.977940320968627929, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Bronze Citizen (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+15, 193283, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 254.892364501953125, -1105.73095703125, 870.8192138671875, 4.609187126159667968, 120, 0, 0, 225838, 0, 0, 0, 0, 0, 48317), -- Ruby Citizen (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+16, 193284, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 208.0104217529296875, -1083.3367919921875, 911.743896484375, 2.018648862838745117, 120, 0, 0, 225838, 0, 0, 0, 0, 0, 48317), -- Emerald Citizen (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+17, 195331, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 333.638885498046875, -1095.41845703125, 1020.56109619140625, 2.569890737533569335, 120, 0, 0, 1129190, 0, 0, 0, 0, 0, 48317), -- Ruby Dragon (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 371171 - Cosmetic - Sleep Zzz (With Aggro Change) - Head (Scale 4, Down 1)) +(@CGUID+18, 188008, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 260.67535400390625, -1066.3489990234375, 912.5587158203125, 1.446961402893066406, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Blue Whelp (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath) +(@CGUID+19, 188004, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 228.3697967529296875, -1006.6754150390625, 870.7138671875, 5.631715774536132812, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Azure Retainer (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 383207 - Conversation Aura: Talk/Exclamation [DNT]) +(@CGUID+20, 193285, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 191.876739501953125, -1009.6875, 870.7139892578125, 5.963313579559326171, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Bronze Citizen (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 383207 - Conversation Aura: Talk/Exclamation [DNT]) +(@CGUID+21, 193285, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 230.7239532470703125, -1008.47052001953125, 870.7138671875, 2.641051054000854492, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Bronze Citizen (Area: The Seat of the Aspects - Difficulty: 0) +(@CGUID+22, 197806, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 246.7413177490234375, -1122.0382080078125, 963.03057861328125, 1.803510308265686035, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Bronze Whelp (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath) +(@CGUID+23, 188008, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 260.151031494140625, -1132.7222900390625, 963.03057861328125, 1.569526553153991699, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Blue Whelp (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath) +(@CGUID+24, 188008, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 251.0225677490234375, -1121.69970703125, 963.03057861328125, 1.42327737808227539, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317), -- Blue Whelp (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath) +(@CGUID+25, 197806, 2444, 13862, 14489, '0', 19586, 0, 0, 0, 246.7413177490234375, -1122.0382080078125, 963.03057861328125, 1.803510308265686035, 120, 0, 0, 112919, 0, 0, 0, 0, 0, 48317); -- Bronze Whelp (Area: The Seat of the Aspects - Difficulty: 0) (Auras: 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath) +DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+25; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '383207'), -- Azure Retainer - 383207 - Conversation Aura: Talk/Exclamation [DNT] +(@CGUID+3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '383207'), -- Bronze Citizen - 383207 - Conversation Aura: Talk/Exclamation [DNT] +(@CGUID+4, 0, 0, 0, 0, 0, 1, 0, 455, 0, 0, 0, 0, ''), -- Emerald Dragon +(@CGUID+6, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '368927'), -- Blue Whelp - 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath +(@CGUID+9, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '383207'), -- Bronze Citizen - 383207 - Conversation Aura: Talk/Exclamation [DNT] +(@CGUID+10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '383207'), -- Asahina - 383207 - Conversation Aura: Talk/Exclamation [DNT] +(@CGUID+12, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '368927'), -- Bronze Whelp - 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath +(@CGUID+13, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '383207'), -- Bronze Citizen - 383207 - Conversation Aura: Talk/Exclamation [DNT] +(@CGUID+17, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '371171'), -- Ruby Dragon - 371171 - Cosmetic - Sleep Zzz (With Aggro Change) - Head (Scale 4, Down 1) +(@CGUID+18, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '368927'), -- Blue Whelp - 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath +(@CGUID+19, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '383207'), -- Azure Retainer - 383207 - Conversation Aura: Talk/Exclamation [DNT] +(@CGUID+20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '383207'), -- Bronze Citizen - 383207 - Conversation Aura: Talk/Exclamation [DNT] +(@CGUID+25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '368927'), -- Bronze Whelp - 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath +(@CGUID+23, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '368927'), -- Blue Whelp - 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath +(@CGUID+24, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '368927'); -- Blue Whelp - 368927 - Cosmetic - Sleep Zzz (With Aggro Change) - Breath + +-- Creature Template +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=197806; -- Bronze Whelp +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048, `VehicleId`=7769 WHERE `entry`=188056; -- Azure Retainer +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=2007, `BaseAttackTime`=2000, `unit_flags`=33536, `unit_flags2`=2048 WHERE `entry`=197242; -- Asahina +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=188004; -- Azure Retainer +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=197805; -- Red Whelp +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=197804; -- Green Whelp +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33024, `unit_flags2`=2048 WHERE `entry`=193283; -- Ruby Citizen +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33024, `unit_flags2`=2048 WHERE `entry`=193285; -- Bronze Citizen +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33024, `unit_flags2`=2048 WHERE `entry`=193284; -- Emerald Citizen +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry` IN (197803, 188008); -- Blue Whelp +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33536, `unit_flags2`=2048, `HoverHeight`=10 WHERE `entry`=195331; -- Ruby Dragon +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=32768, `unit_flags2`=2048 WHERE `entry`=188007; -- Azure Scholar +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33536, `unit_flags2`=2048, `HoverHeight`=10 WHERE `entry`=197794; -- Emerald Dragon + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE (`Entry`=198480 AND `DifficultyID`=0); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(198480, 0, 0, 0, 371, 48317); + +-- Phasing +DELETE FROM `phase_name` WHERE `ID` = 19586; +INSERT INTO `phase_name` (`ID`, `Name`) VALUES +(19586, 'Cosmetic - See Citizen in Seat of Aspects'); + +DELETE FROM `phase_area` WHERE `PhaseId` = 19586; +INSERT INTO `phase_area` (`AreaId`, `PhaseId`, `Comment`) VALUES +(13862, 19586, 'Cosmetic - See Citizen in Seat of Aspects'); + +-- Update missing ActionPOI +UPDATE `gossip_menu_option` SET `ActionPoiID` = 7280 WHERE `GossipOptionID` = 107215; +UPDATE `gossip_menu_option` SET `ActionPoiID` = 7039 WHERE `GossipOptionID` = 107214; +UPDATE `gossip_menu_option` SET `ActionPoiID` = 7042 WHERE `GossipOptionID` = 107213; + + -- Scalesworn Guardian smart ai +SET @ENTRY := 184168; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, 62, 0, 100, 0, 29893, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On gossip action (0) from menu 29893 selected - Close Gossip - to self'), +(@ENTRY, 0, 1, 0, 62, 0, 100, 0, 29893, 1, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On gossip action (1) from menu 29893 selected - Close Gossip - to self'), +(@ENTRY, 0, 2, 0, 62, 0, 100, 0, 29893, 2, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On gossip action (2) from menu 29893 selected - Close Gossip - to self'); + +-- Waypoints for CGUID+10 +DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+10; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(@CGUID+10, @CGUID+10, 0, 0, 515, 0, 0), +(@CGUID+10, @CGUID+5, 2, 270, 515, 0, 0); + +SET @PATH := (@CGUID+10) * 10; +DELETE FROM `waypoint_data` WHERE `id`= @PATH; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +(@PATH, 0, 320.8536, -1008.05, 870.7996, NULL, 0), +(@PATH, 1, 320.7056, -1005.8, 870.8259, NULL, 0), +(@PATH, 2, 320.5751, -1003.814, 870.8499, NULL, 0), +(@PATH, 3, 316.2448, -1000.446, 870.8346, NULL, 21847), +(@PATH, 4, 314.4317, -999.0656, 870.8504, NULL, 0), +(@PATH, 5, 312.4535, -997.8751, 870.911, NULL, 0), +(@PATH, 6, 310.4778, -996.3765, 870.7982, NULL, 0), +(@PATH, 7, 308.6677, -994.9864, 870.863, NULL, 0), +(@PATH, 8, 306.8524, -993.6491, 870.8934, NULL, 0), +(@PATH, 9, 304.9613, -992.2668, 870.8914, NULL, 0), +(@PATH, 10, 303.1097, -990.9135, 870.808, NULL, 0), +(@PATH, 11, 301.315, -989.6017, 870.9321, NULL, 0), +(@PATH, 12, 299.373, -988.1823, 870.9103, NULL, 0), +(@PATH, 13, 297.3543, -986.7068, 870.9136, NULL, 0), +(@PATH, 14, 295.532, -985.6908, 870.9233, NULL, 0), +(@PATH, 15, 293.356, -984.6412, 870.9385, NULL, 0), +(@PATH, 16, 291.273, -983.6365, 870.9391, NULL, 0), +(@PATH, 17, 289.0369, -982.5581, 871.0032, NULL, 0), +(@PATH, 18, 286.8515, -981.5038, 870.9239, NULL, 0), +(@PATH, 19, 284.7703, -981.0396, 870.9044, NULL, 0), +(@PATH, 20, 282.4583, -980.6299, 870.8846, NULL, 0), +(@PATH, 21, 279.9607, -980.1873, 870.8633, NULL, 0), +(@PATH, 22, 278.9286, -980.0005, 870.8544, NULL, 0), +(@PATH, 23, 277.5443, -981.7516, 870.8801, NULL, 0), +(@PATH, 24, 276.1358, -983.5332, 870.9063, NULL, 0), +(@PATH, 25, 274.7261, -985.3163, 870.9324, NULL, 0), +(@PATH, 26, 273.1626, -987.0409, 870.9505, NULL, 0), +(@PATH, 27, 271.4859, -988.7433, 870.8006, NULL, 0), +(@PATH, 28, 269.8763, -990.3716, 870.8006, NULL, 0), +(@PATH, 29, 268.6969, -992.0905, 870.8006, NULL, 0), +(@PATH, 30, 267.4616, -993.9965, 870.8006, NULL, 0), +(@PATH, 31, 266.2181, -995.9151, 870.7883, NULL, 0), +(@PATH, 32, 264.947, -997.8764, 870.7795, NULL, 0), +(@PATH, 33, 263.7159, -999.7761, 870.7709, NULL, 0), +(@PATH, 34, 262.4857, -1001.674, 870.8301, NULL, 0), +(@PATH, 35, 261.3768, -1003.589, 870.8007, NULL, 0), +(@PATH, 36, 260.2878, -1005.59, 870.8007, NULL, 0), +(@PATH, 37, 259.1951, -1007.598, 870.8007, NULL, 0), +(@PATH, 38, 258.6691, -1009.508, 871.0745, NULL, 0), +(@PATH, 39, 258.1748, -1011.719, 871.1912, NULL, 0), +(@PATH, 40, 257.6726, -1013.965, 870.8472, NULL, 0), +(@PATH, 41, 258.3412, -1015.395, 870.8987, NULL, 0), +(@PATH, 42, 259.27, -1017.429, 870.9711, NULL, 0), +(@PATH, 43, 260.3948, -1018.996, 870.9489, NULL, 0), +(@PATH, 44, 262.1199, -1020.542, 870.8977, NULL, 0), +(@PATH, 45, 263.824, -1022.07, 870.8792, NULL, 0), +(@PATH, 46, 265.5292, -1023.51, 870.8793, NULL, 0), +(@PATH, 47, 267.2972, -1024.959, 870.8631, NULL, 0), +(@PATH, 48, 269.0696, -1026.412, 870.9633, NULL, 0), +(@PATH, 49, 270.8391, -1027.862, 870.911, NULL, 0), +(@PATH, 50, 272.6759, -1028.946, 870.8795, NULL, 0), +(@PATH, 51, 274.6453, -1030.106, 870.8456, NULL, 0), +(@PATH, 52, 276.6465, -1031.295, 870.8112, NULL, 0), +(@PATH, 53, 278.705, -1032.679, 870.7807, NULL, 0), +(@PATH, 54, 280.5935, -1033.948, 870.8006, NULL, 0), +(@PATH, 55, 282.3365, -1035.133, 870.7821, NULL, 0), +(@PATH, 56, 284.6162, -1035.971, 870.8187, NULL, 0), +(@PATH, 57, 286.8061, -1036.776, 870.8539, NULL, 0), +(@PATH, 58, 288.8116, -1037.486, 870.8861, NULL, 0), +(@PATH, 59, 291.0827, -1037.581, 870.8006, NULL, 0), +(@PATH, 60, 293.3204, -1037.674, 871.1913, NULL, 0), +(@PATH, 61, 295.0591, -1037.261, 870.975, NULL, 0), +(@PATH, 62, 297.2878, -1036.028, 870.8293, NULL, 0), +(@PATH, 63, 299.2704, -1034.889, 870.8491, NULL, 0), +(@PATH, 64, 301.1544, -1033.754, 870.9637, NULL, 0), +(@PATH, 65, 302.9082, -1032.096, 870.8781, NULL, 0), +(@PATH, 66, 304.5883, -1030.508, 870.9403, NULL, 0), +(@PATH, 67, 306.5566, -1028.595, 870.9609, NULL, 0), +(@PATH, 68, 308.2429, -1026.902, 870.9374, NULL, 0), +(@PATH, 69, 310.2072, -1024.858, 870.909, NULL, 0), +(@PATH, 70, 311.8018, -1022.919, 870.8826, NULL, 0), +(@PATH, 71, 313.3019, -1021.095, 870.8578, NULL, 0), +(@PATH, 72, 314.7801, -1019.297, 870.8333, NULL, 0), +(@PATH, 73, 316.1978, -1017.551, 870.8095, NULL, 0), +(@PATH, 74, 317.6331, -1015.784, 870.7855, NULL, 0), +(@PATH, 75, 318.5754, -1014.078, 870.8185, NULL, 0), +(@PATH, 76, 319.4319, -1011.95, 870.8453, NULL, 0), +(@PATH, 77, 320.2841, -1009.833, 870.8198, NULL, 0); + +UPDATE `creature` SET `position_x`= 320.8536, `position_y`= -1008.05, `position_z`= 870.7996, `orientation`= 0, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+10; +DELETE FROM `creature_addon` WHERE `guid`= @CGUID+10; +INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`) VALUES +(@CGUID+10, @PATH, 1);