diff options
author | Meji <alvaro.megias@outlook.com> | 2022-11-11 00:54:42 +0100 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2022-11-11 00:54:42 +0100 |
commit | c49a8b92c57b3a939559b7e8945da51a0bd3e60a (patch) | |
tree | 87daecb88f4bde4eede88329542a2e97a1e067f5 | |
parent | f3858a4146da7998ac65c46b1b849ca4e4a452a6 (diff) |
DB/Ashenvale: Added Hallows End spawns
Ref #28449
5 files changed, 499 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_11_11_09_world_ashenvale_silverwind_refuge.sql b/sql/updates/world/master/2022_11_11_09_world_ashenvale_silverwind_refuge.sql new file mode 100644 index 00000000000..0cfccb70705 --- /dev/null +++ b/sql/updates/world/master/2022_11_11_09_world_ashenvale_silverwind_refuge.sql @@ -0,0 +1,91 @@ +SET @OGUID := 246350; + +-- Gameobject templates +UPDATE `gameobject_template` SET `Data6`=0, `ContentTuningId`=425, `VerifiedBuild`=46366 WHERE `entry`=208117; -- Candy Bucket + +UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=208117; -- Candy Bucket + +-- Quests +DELETE FROM `quest_offer_reward` WHERE `ID`=28953; +INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES +(28953, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 46366); -- Candy Bucket + +DELETE FROM `gameobject_queststarter` WHERE `id`=208117; +INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(208117, 28953, 46366); + +UPDATE `gameobject_questender` SET `VerifiedBuild`=46366 WHERE (`id`=208117 AND `quest`=28953); + +DELETE FROM `game_event_gameobject_quest` WHERE `id`=208117; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 228712 AND 228739; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 228712 AND 228739; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+29; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 331, 420, '0', 0, 0, 2165.048583984375, -1149.1302490234375, 97.37541961669921875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+1, 180406, 1, 331, 420, '0', 0, 0, 2147.364501953125, -1215.4722900390625, 96.401611328125, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+2, 180407, 1, 331, 420, '0', 0, 0, 2132.76220703125, -1197.203125, 100.5833969116210937, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+3, 180408, 1, 331, 420, '0', 0, 0, 2165.036376953125, -1149.04345703125, 98.99346160888671875, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+4, 180410, 1, 331, 420, '0', 0, 0, 2138.517333984375, -1210.8350830078125, 98.14609527587890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+5, 180411, 1, 331, 420, '0', 0, 0, 2118.244873046875, -1190.2742919921875, 106.9416732788085937, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+6, 180414, 1, 331, 420, '0', 0, 0, 2162.84033203125, -1150.654541015625, 97.14914703369140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Cauldron (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+7, 180415, 1, 331, 420, '0', 0, 0, 2084.185791015625, -1200.5625, 102.8491134643554687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+8, 180415, 1, 331, 420, '0', 0, 0, 2080.916748046875, -1185.7586669921875, 102.8990936279296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+9, 180415, 1, 331, 420, '0', 0, 0, 2079.03125, -1198.4896240234375, 102.921356201171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+10, 180415, 1, 331, 420, '0', 0, 0, 2080.272705078125, -1180.2760009765625, 102.8286514282226562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+11, 180415, 1, 331, 420, '0', 0, 0, 2081.069580078125, -1195.8228759765625, 102.8893203735351562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+12, 180415, 1, 331, 420, '0', 0, 0, 2080.8056640625, -1201.6302490234375, 102.8531875610351562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+13, 180415, 1, 331, 420, '0', 0, 0, 2084.036376953125, -1184.55908203125, 102.8518829345703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+14, 180415, 1, 331, 420, '0', 0, 0, 2084.213623046875, -1197.0347900390625, 102.8878402709960937, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+15, 180415, 1, 331, 420, '0', 0, 0, 2078.475830078125, -1183.2569580078125, 102.8043670654296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+16, 180415, 1, 331, 420, '0', 0, 0, 2083.87841796875, -1181.4322509765625, 102.8462371826171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+17, 180425, 1, 331, 420, '0', 0, 0, 2086.93408203125, -1182.3316650390625, 102.4078292846679687, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- SkullCandle01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+18, 180426, 1, 331, 420, '0', 0, 0, 2159.704833984375, -1187.8489990234375, 93.67913055419921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+19, 180426, 1, 331, 420, '0', 0, 0, 2141.098876953125, -1187.9791259765625, 96.94974517822265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+20, 180426, 1, 331, 420, '0', 0, 0, 2151.35595703125, -1180.1666259765625, 94.19057464599609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+21, 180427, 1, 331, 420, '0', 0, 0, 2142.3212890625, -1187.5242919921875, 96.51727294921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+22, 180427, 1, 331, 420, '0', 0, 0, 2144.28125, -1191.3472900390625, 95.89453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+23, 180427, 1, 331, 420, '0', 0, 0, 2147.111083984375, -1188.3367919921875, 95.15750885009765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+24, 180471, 1, 331, 420, '0', 0, 0, 2125.826416015625, -1196.310791015625, 108.2275772094726562, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+25, 180471, 1, 331, 420, '0', 0, 0, 2125.826416015625, -1196.310791015625, 106.6285171508789062, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+26, 180472, 1, 331, 420, '0', 0, 0, 2126.0087890625, -1183.1319580078125, 109.2207794189453125, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+27, 180523, 1, 331, 420, '0', 0, 0, 2088.73095703125, -1200.6146240234375, 102.2795791625976562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+28, 185436, 1, 331, 420, '0', 0, 0, 2163.015625, -1151.1319580078125, 97.89810943603515625, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- Sitting Skeleton 03 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+29, 208117, 1, 331, 420, '0', 0, 0, 2087.255126953125, -1197.8697509765625, 101.7149734497070312, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366); -- Candy Bucket (Area: Silverwind Refuge - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+29; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29); diff --git a/sql/updates/world/master/2022_11_11_10_world_ashenvale_hellscreams_watch.sql b/sql/updates/world/master/2022_11_11_10_world_ashenvale_hellscreams_watch.sql new file mode 100644 index 00000000000..eafe8e79d7d --- /dev/null +++ b/sql/updates/world/master/2022_11_11_10_world_ashenvale_hellscreams_watch.sql @@ -0,0 +1,69 @@ +SET @OGUID := 246380; + +-- Gameobject templates +UPDATE `gameobject_template` SET `Data6`=0, `ContentTuningId`=425, `VerifiedBuild`=46366 WHERE `entry`=208118; -- Candy Bucket + +UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=208118; -- Candy Bucket + +-- Quests +DELETE FROM `quest_offer_reward` WHERE `ID`=28958; +INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES +(28958, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 46366); -- Candy Bucket + +DELETE FROM `gameobject_queststarter` WHERE `id`=208118; +INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(208118, 28958, 46366); + +UPDATE `gameobject_questender` SET `VerifiedBuild`=46366 WHERE (`id`=208118 AND `quest`=28958); + +DELETE FROM `game_event_gameobject_quest` WHERE `id`=208118; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 228740 AND 228756; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 228740 AND 228756; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+18; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 331, 4691, '0', 0, 0, 3003.99658203125, -481.645843505859375, 204.9393310546875, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+1, 180405, 1, 331, 4691, '0', 0, 0, 3041.913330078125, -496.395843505859375, 205.6269073486328125, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+2, 180406, 1, 331, 4691, '0', 0, 0, 2995.953125, -475.755218505859375, 204.8974609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+3, 180407, 1, 331, 4691, '0', 0, 0, 3037.11376953125, -541.529541015625, 205.6391754150390625, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+4, 180408, 1, 331, 4691, '0', 0, 0, 2989.84716796875, -510.84375, 199.8038482666015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+5, 180415, 1, 331, 4691, '0', 0, 0, 3042.66064453125, -534.87847900390625, 205.6391754150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+6, 180415, 1, 331, 4691, '0', 0, 0, 3043.99560546875, -535.4375, 205.6391754150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+7, 180415, 1, 331, 4691, '0', 0, 0, 3043.185791015625, -533.5711669921875, 205.6391754150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+8, 180425, 1, 331, 4691, '0', 0, 0, 3044.537353515625, -533.89410400390625, 207.7189178466796875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- SkullCandle01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+9, 180426, 1, 331, 4691, '0', 0, 0, 3012.491455078125, -503.782989501953125, 203.0664825439453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+10, 180426, 1, 331, 4691, '0', 0, 0, 3006.896728515625, -509.59027099609375, 201.7289581298828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+11, 180426, 1, 331, 4691, '0', 0, 0, 3028.29248046875, -515.703125, 203.3932952880859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+12, 180427, 1, 331, 4691, '0', 0, 0, 3015.93408203125, -530.6875, 206.3615264892578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+13, 180427, 1, 331, 4691, '0', 0, 0, 3007.53564453125, -510.723968505859375, 201.748626708984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+14, 180427, 1, 331, 4691, '0', 0, 0, 3017.497314453125, -515.69793701171875, 203.260833740234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+15, 180472, 1, 331, 4691, '0', 0, 0, 3045.37060546875, -533.763916015625, 211.114501953125, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+16, 180523, 1, 331, 4691, '0', 0, 0, 3044.5390625, -523.30902099609375, 206.0875701904296875, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- Apple Bob (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+17, 185434, 1, 331, 4691, '0', 0, 0, 3043.869873046875, -534.421875, 205.6391754150390625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- Sitting Skeleton 01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+18, 208118, 1, 331, 4691, '0', 0, 0, 3045.42529296875, -529.10589599609375, 205.6391754150390625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 46366); -- Candy Bucket (Area: Hellscream's Watch - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+18; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18); diff --git a/sql/updates/world/master/2022_11_11_11_world_ashenvale_zoramgar_outpost.sql b/sql/updates/world/master/2022_11_11_11_world_ashenvale_zoramgar_outpost.sql new file mode 100644 index 00000000000..3fb0c852ca2 --- /dev/null +++ b/sql/updates/world/master/2022_11_11_11_world_ashenvale_zoramgar_outpost.sql @@ -0,0 +1,99 @@ +SET @CGUID := 396405; +SET @OGUID := 246399; + +-- Gameobject templates +UPDATE `gameobject_template` SET `Data6`=0, `ContentTuningId`=425, `VerifiedBuild`=46366 WHERE `entry`=208119; -- Candy Bucket + +UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=208119; -- Candy Bucket + +-- Quests +DELETE FROM `quest_offer_reward` WHERE `ID`=28989; +INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES +(28989, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 46366); -- Candy Bucket + +DELETE FROM `gameobject_queststarter` WHERE `id`=208119; +INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(208119, 28989, 46366); + +UPDATE `gameobject_questender` SET `VerifiedBuild`=46366 WHERE (`id`=208119 AND `quest`=28989); + +DELETE FROM `game_event_gameobject_quest` WHERE `id`=208119; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 331, 414, '0', 0, 0, 0, 0, 3396.973876953125, 985.5233154296875, 5.702227592468261718, 5.139339923858642578, 120, 10, 0, 188, 0, 1, 0, 0, 0, 46366); -- Black Cat (Area: The Zoram Strand - Difficulty: 0) (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 228757 AND 228783; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 228757 AND 228783; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+28; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 331, 414, '0', 0, 0, 3326.157958984375, 972.0399169921875, 9.42227935791015625, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+1, 180406, 1, 331, 414, '0', 0, 0, 3351.471435546875, 964.26739501953125, 7.527106285095214843, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+2, 180407, 1, 331, 2897, '0', 0, 0, 3330.87158203125, 1018.6007080078125, 3.835628032684326171, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+3, 180415, 1, 331, 2897, '0', 0, 0, 3358.15966796875, 1044.5572509765625, 3.1458282470703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+4, 180415, 1, 331, 2897, '0', 0, 0, 3355.643310546875, 1049.0364990234375, 3.053768873214721679, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+5, 180415, 1, 331, 2897, '0', 0, 0, 3357.114501953125, 1040.9375, 3.377634525299072265, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+6, 180415, 1, 331, 2897, '0', 0, 0, 3354.369873046875, 1046.045166015625, 3.305082321166992187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+7, 180415, 1, 331, 2897, '0', 0, 0, 3352.939208984375, 1053.3785400390625, 2.97654271125793457, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+8, 180415, 1, 331, 2897, '0', 0, 0, 3351.59814453125, 1050.3958740234375, 3.193860769271850585, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+9, 180415, 1, 331, 2897, '0', 0, 0, 3348.28125, 1052.4566650390625, 3.210141181945800781, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+10, 180426, 1, 331, 414, '0', 0, 0, 3386.704833984375, 1005.65631103515625, 5.210733890533447265, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+11, 180426, 1, 331, 414, '0', 0, 0, 3351.9072265625, 986.27081298828125, 5.4076690673828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+12, 180426, 1, 331, 414, '0', 0, 0, 3362.537353515625, 1034.265625, 3.449913740158081054, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+13, 180426, 1, 331, 414, '0', 0, 0, 3362.8525390625, 1021.19268798828125, 3.560566425323486328, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+14, 180427, 1, 331, 414, '0', 0, 0, 3391.11376953125, 998.66668701171875, 5.279513835906982421, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+15, 180427, 1, 331, 414, '0', 0, 0, 3376.802001953125, 1005.64239501953125, 4.616852760314941406, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+16, 180427, 1, 331, 414, '0', 0, 0, 3339.288330078125, 984.765625, 5.663280487060546875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+17, 180427, 1, 331, 414, '0', 0, 0, 3367.884521484375, 1017.75177001953125, 3.561319589614868164, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+18, 180471, 1, 331, 414, '0', 0, 0, 3372.30029296875, 959.7569580078125, 12.19800567626953125, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+19, 180471, 1, 331, 414, '0', 0, 0, 3369.170166015625, 960.48785400390625, 12.29633808135986328, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+20, 180471, 1, 331, 414, '0', 0, 0, 3350.880126953125, 961.43402099609375, 12.25194740295410156, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+21, 180471, 1, 331, 414, '0', 0, 0, 3356.37158203125, 962.029541015625, 12.41311836242675781, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+22, 180471, 1, 331, 414, '0', 0, 0, 3353.872314453125, 961.85589599609375, 12.32870388031005859, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+23, 180471, 1, 331, 414, '0', 0, 0, 3366.09716796875, 961.47052001953125, 12.37916278839111328, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+24, 180471, 1, 331, 414, '0', 0, 0, 3363.62939453125, 962.0625, 12.5409708023071289, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+25, 180471, 1, 331, 414, '0', 0, 0, 3359.837646484375, 962.3507080078125, 12.63192939758300781, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+26, 180523, 1, 331, 414, '0', 0, 0, 3354.765625, 965.11981201171875, 7.954864501953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+27, 185454, 1, 331, 414, '0', 0, 0, 3351.60595703125, 965.15625, 7.564345359802246093, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- Laying Skeleton 02 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+28, 208119, 1, 331, 414, '0', 0, 0, 3362.1181640625, 950.40277099609375, 7.404267311096191406, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366); -- Candy Bucket (Area: The Zoram Strand - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+28; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28); diff --git a/sql/updates/world/master/2022_11_11_12_world_ashenvale_splintertree_post.sql b/sql/updates/world/master/2022_11_11_12_world_ashenvale_splintertree_post.sql new file mode 100644 index 00000000000..ea89d6565fa --- /dev/null +++ b/sql/updates/world/master/2022_11_11_12_world_ashenvale_splintertree_post.sql @@ -0,0 +1,119 @@ +SET @OGUID := 246428; + +-- Gameobject templates +UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=46366 WHERE `entry`=190079; -- Candy Bucket + +UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=190079; -- Candy Bucket + +-- Quests +UPDATE `quest_offer_reward` SET `VerifiedBuild`=46366 WHERE `ID`=12377; + +DELETE FROM `gameobject_queststarter` WHERE `id`=190079; +INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(190079, 12377, 46366); + +UPDATE `gameobject_questender` SET `VerifiedBuild`=46366 WHERE (`id`=190079 AND `quest`=12377); + +DELETE FROM `game_event_gameobject_quest` WHERE `id`=190079; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 226934 AND 227013; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 226934 AND 227013; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+44; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 331, 431, '0', 0, 0, 2329.608642578125, -2560.559814453125, 103.0934829711914062, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+1, 180405, 1, 331, 431, '0', 0, 0, 2327.700439453125, -2553.849853515625, 110.4697799682617187, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+2, 180405, 1, 331, 431, '0', 0, 0, 2307.949462890625, -2510.909912109375, 105.7291030883789062, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+3, 180406, 1, 331, 431, '0', 0, 0, 2227.998291015625, -2529.798583984375, 86.8814239501953125, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+4, 180406, 1, 331, 431, '0', 0, 0, 2333.512939453125, -2549.03564453125, 110.82147216796875, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+5, 180407, 1, 331, 431, '0', 0, 0, 2229.739501953125, -2548.776123046875, 87.61389923095703125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+6, 180407, 1, 331, 431, '0', 0, 0, 2339.915771484375, -2552.7734375, 103.0934829711914062, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+7, 180407, 1, 331, 431, '0', 0, 0, 2330.6884765625, -2551.5009765625, 110.649566650390625, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+8, 180411, 1, 331, 431, '0', 0, 0, 2318.243896484375, -2562.981689453125, 107.8570022583007812, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+9, 180411, 1, 331, 431, '0', 0, 0, 2344.4296875, -2542.9921875, 108.7235107421875, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+10, 180415, 1, 331, 431, '0', 0, 0, 2343.681396484375, -2567.655517578125, 103.9268112182617187, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 46366), -- CandleBlack01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+11, 180415, 1, 331, 431, '0', 0, 0, 2342.572021484375, -2569.174560546875, 103.8643112182617187, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- CandleBlack01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+12, 180425, 1, 331, 431, '0', 0, 0, 2342.5546875, -2568.893310546875, 104.0240402221679687, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- SkullCandle01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+13, 180425, 1, 331, 431, '0', 0, 0, 2349.322021484375, -2577.474853515625, 103.8781967163085937, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 46366), -- SkullCandle01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+14, 180471, 1, 331, 431, '0', 0, 0, 2322.481689453125, -2560.0322265625, 113.42572021484375, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+15, 180471, 1, 331, 431, '0', 0, 0, 2319.530517578125, -2566.1416015625, 113.3959426879882812, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+16, 180471, 1, 331, 431, '0', 0, 0, 2320.77001953125, -2568.89501953125, 113.3099899291992187, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+17, 180471, 1, 331, 431, '0', 0, 0, 2325.68310546875, -2557.5859375, 113.5483932495117187, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+18, 180471, 1, 331, 431, '0', 0, 0, 2328.533935546875, -2555.309814453125, 113.6980361938476562, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+19, 180471, 1, 331, 431, '0', 0, 0, 2321.947021484375, -2571.653564453125, 113.2679824829101562, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+20, 180471, 1, 331, 431, '0', 0, 0, 2323.061767578125, -2574.4072265625, 113.2757568359375, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+21, 180471, 1, 331, 431, '0', 0, 0, 2337.85498046875, -2548.358642578125, 113.971282958984375, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+22, 180471, 1, 331, 431, '0', 0, 0, 2331.66748046875, -2553.0546875, 113.761962890625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+23, 180471, 1, 331, 431, '0', 0, 0, 2324.2421875, -2577.280517578125, 113.2581405639648437, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+24, 180471, 1, 331, 431, '0', 0, 0, 2328.662353515625, -2589.872314453125, 113.3221435546875, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+25, 180471, 1, 331, 431, '0', 0, 0, 2325.221435546875, -2580.14501953125, 113.2763671875, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+26, 180471, 1, 331, 431, '0', 0, 0, 2327.646728515625, -2586.372314453125, 113.3064804077148437, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+27, 180471, 1, 331, 431, '0', 0, 0, 2334.759521484375, -2550.61376953125, 113.9008026123046875, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+28, 180471, 1, 331, 431, '0', 0, 0, 2340.88623046875, -2546.0078125, 114.06201171875, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+29, 180471, 1, 331, 431, '0', 0, 0, 2326.389892578125, -2583.169189453125, 113.29754638671875, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+30, 180471, 1, 331, 431, '0', 0, 0, 2350.35498046875, -2547.799560546875, 114.1019363403320312, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+31, 180471, 1, 331, 431, '0', 0, 0, 2356.3759765625, -2551.830810546875, 114.1353073120117187, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+32, 180471, 1, 331, 431, '0', 0, 0, 2353.4140625, -2549.889892578125, 114.1154937744140625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+33, 180471, 1, 331, 431, '0', 0, 0, 2347.387939453125, -2545.4853515625, 114.1698379516601562, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+34, 180471, 1, 331, 431, '0', 0, 0, 2362.1015625, -2556.065185546875, 114.1735687255859375, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+35, 180471, 1, 331, 431, '0', 0, 0, 2359.1884765625, -2553.90185546875, 114.094482421875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+36, 180471, 1, 331, 431, '0', 0, 0, 2368.5234375, -2560.4384765625, 114.186126708984375, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+37, 180471, 1, 331, 431, '0', 0, 0, 2364.94873046875, -2557.853271484375, 114.2046585083007812, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+38, 180472, 1, 331, 431, '0', 0, 0, 2333.122314453125, -2564.256103515625, 110.86163330078125, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+39, 180472, 1, 331, 431, '0', 0, 0, 2343.4697265625, -2556.66064453125, 110.9454269409179687, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+40, 180472, 1, 331, 431, '0', 0, 0, 2337.224853515625, -2579.24560546875, 110.8882064819335937, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+41, 180472, 1, 331, 431, '0', 0, 0, 2355.061767578125, -2565.0791015625, 110.8538970947265625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+42, 180472, 1, 331, 431, '0', 0, 0, 2351.8671875, -2577.112060546875, 110.8450469970703125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+43, 180523, 1, 331, 431, '0', 0, 0, 2347.419189453125, -2573.186767578125, 103.3643112182617187, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- Apple Bob (Area: Splintertree Post - Difficulty: 0) +(@OGUID+44, 190079, 1, 331, 431, '0', 0, 0, 2343.533935546875, -2565.0791015625, 103.0934829711914062, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 46366); -- Candy Bucket (Area: Splintertree Post - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+44; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44); diff --git a/sql/updates/world/master/2022_11_11_13_world_ashenvale_astranaar.sql b/sql/updates/world/master/2022_11_11_13_world_ashenvale_astranaar.sql new file mode 100644 index 00000000000..7a88df7a9ae --- /dev/null +++ b/sql/updates/world/master/2022_11_11_13_world_ashenvale_astranaar.sql @@ -0,0 +1,121 @@ +SET @OGUID := 246473; + +-- Gameobject templates +UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=46366 WHERE `entry`=190035; -- Candy Bucket + +UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=190035; -- Candy Bucket + +-- Quests +UPDATE `quest_offer_reward` SET `VerifiedBuild`=46366 WHERE `ID`=12345; + +DELETE FROM `gameobject_queststarter` WHERE `id`=190035; +INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES +(190035, 12345, 46366); + +UPDATE `gameobject_questender` SET `VerifiedBuild`=46366 WHERE (`id`=190035 AND `quest`=12345); + +DELETE FROM `game_event_gameobject_quest` WHERE `id`=190035; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+47; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 331, 415, '0', 0, 0, 2826.433837890625, -243.91168212890625, 106.5329971313476562, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+1, 180405, 1, 331, 415, '0', 0, 0, 2743.6220703125, -397.889312744140625, 120.6384735107421875, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+2, 180405, 1, 331, 415, '0', 0, 0, 2782.030029296875, -419.090240478515625, 122.6070022583007812, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+3, 180405, 1, 331, 415, '0', 0, 0, 2730.007568359375, -435.1630859375, 120.6391067504882812, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+4, 180405, 1, 331, 415, '0', 0, 0, 2780.868896484375, -428.41522216796875, 116.580718994140625, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+5, 180405, 1, 331, 415, '0', 0, 0, 2773.098876953125, -443.755218505859375, 122.60980224609375, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+6, 180405, 1, 331, 415, '0', 0, 0, 2606.150146484375, -457.218414306640625, 106.5486526489257812, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+7, 180406, 1, 331, 415, '0', 0, 0, 2831.8095703125, -248.503173828125, 106.7402725219726562, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Astranaar - Difficulty: 0) +(@OGUID+8, 180406, 1, 331, 415, '0', 0, 0, 2739.958251953125, -404.304779052734375, 120.6399993896484375, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Astranaar - Difficulty: 0) +(@OGUID+9, 180406, 1, 331, 415, '0', 0, 0, 2731.395751953125, -427.919586181640625, 120.6395797729492187, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Astranaar - Difficulty: 0) +(@OGUID+10, 180406, 1, 331, 415, '0', 0, 0, 2790.23779296875, -422.079010009765625, 122.6069869995117187, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Astranaar - Difficulty: 0) +(@OGUID+11, 180406, 1, 331, 415, '0', 0, 0, 2781.302001953125, -446.597564697265625, 122.6079025268554687, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Astranaar - Difficulty: 0) +(@OGUID+12, 180407, 1, 331, 415, '0', 0, 0, 2783.10888671875, -402.99810791015625, 121.0020370483398437, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Astranaar - Difficulty: 0) +(@OGUID+13, 180407, 1, 331, 415, '0', 0, 0, 2749.21728515625, -390.713775634765625, 121.0020217895507812, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Astranaar - Difficulty: 0) +(@OGUID+14, 180407, 1, 331, 415, '0', 0, 0, 2750.040771484375, -418.635009765625, 112.7466201782226562, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Astranaar - Difficulty: 0) +(@OGUID+15, 180407, 1, 331, 415, '0', 0, 0, 2729.929443359375, -444.183074951171875, 120.9909515380859375, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Astranaar - Difficulty: 0) +(@OGUID+16, 180407, 1, 331, 415, '0', 0, 0, 2608.522705078125, -462.551116943359375, 106.5605010986328125, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Astranaar - Difficulty: 0) +(@OGUID+17, 180410, 1, 331, 415, '0', 0, 0, 2775.96728515625, -423.697174072265625, 117.2342529296875, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+18, 180411, 1, 331, 415, '0', 0, 0, 2807.221435546875, -270.654510498046875, 116.5489120483398437, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+19, 180411, 1, 331, 415, '0', 0, 0, 2770.178955078125, -385.998260498046875, 127.0096817016601562, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+20, 180411, 1, 331, 415, '0', 0, 0, 2798.328125, -439.092010498046875, 125.571533203125, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+21, 180411, 1, 331, 415, '0', 0, 0, 2742.973876953125, -460.92535400390625, 126.0631790161132812, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+22, 180411, 1, 331, 415, '0', 0, 0, 2640.31591796875, -445.14410400390625, 118.6612396240234375, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+23, 180471, 1, 331, 415, '0', 0, 0, 2764.595458984375, -401.368072509765625, 142.18035888671875, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+24, 180471, 1, 331, 415, '0', 0, 0, 2783.611083984375, -403.243072509765625, 118.3683929443359375, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+25, 180471, 1, 331, 415, '0', 0, 0, 2748.732666015625, -390.555572509765625, 118.3756866455078125, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+26, 180471, 1, 331, 415, '0', 0, 0, 2743.267333984375, -397.821197509765625, 117.9752578735351562, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+27, 180471, 1, 331, 415, '0', 0, 0, 2757.095458984375, -390.619781494140625, 119.317047119140625, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+28, 180471, 1, 331, 415, '0', 0, 0, 2739.7041015625, -404.263885498046875, 118.0012435913085937, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+29, 180471, 1, 331, 415, '0', 0, 0, 2777.192626953125, -398.017364501953125, 119.1592330932617187, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+30, 180471, 1, 331, 415, '0', 0, 0, 2782.19970703125, -418.58160400390625, 120.0216522216796875, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+31, 180471, 1, 331, 415, '0', 0, 0, 2731.114501953125, -427.84375, 118.0837020874023437, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+32, 180471, 1, 331, 415, '0', 0, 0, 2729.73095703125, -435.02777099609375, 117.9990463256835937, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+33, 180471, 1, 331, 415, '0', 0, 0, 2790.411376953125, -421.576385498046875, 119.9747695922851562, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+34, 180471, 1, 331, 415, '0', 0, 0, 2772.92626953125, -444.076385498046875, 120.0067977905273437, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+35, 180471, 1, 331, 415, '0', 0, 0, 2781.09033203125, -447.010406494140625, 119.9969635009765625, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+36, 180471, 1, 331, 415, '0', 0, 0, 2729.50341796875, -444.03472900390625, 118.3273773193359375, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+37, 180471, 1, 331, 415, '0', 0, 0, 2748.257080078125, -446.2257080078125, 142.0001220703125, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+38, 180471, 1, 331, 415, '0', 0, 0, 2735.60498046875, -449.328125, 119.2264862060546875, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+39, 180471, 1, 331, 415, '0', 0, 0, 2755.82470703125, -456.727447509765625, 119.2664566040039062, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+40, 180472, 1, 331, 415, '0', 0, 0, 2748.2197265625, -403.135406494140625, 120.0552825927734375, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Astranaar - Difficulty: 0) +(@OGUID+41, 180472, 1, 331, 415, '0', 0, 0, 2766.134521484375, -396.895843505859375, 119.3674163818359375, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Astranaar - Difficulty: 0) +(@OGUID+42, 180472, 1, 331, 415, '0', 0, 0, 2779.35498046875, -426.357635498046875, 121.4535293579101562, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Astranaar - Difficulty: 0) +(@OGUID+43, 180472, 1, 331, 415, '0', 0, 0, 2737.157958984375, -433.642364501953125, 120.0482711791992187, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Astranaar - Difficulty: 0) +(@OGUID+44, 180472, 1, 331, 415, '0', 0, 0, 2775.8046875, -436.295135498046875, 121.4442672729492187, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Astranaar - Difficulty: 0) +(@OGUID+45, 180472, 1, 331, 415, '0', 0, 0, 2746.866455078125, -450.45660400390625, 119.3433609008789062, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Astranaar - Difficulty: 0) +(@OGUID+46, 180523, 1, 331, 415, '0', 0, 0, 2760.963623046875, -430.80902099609375, 111.7491226196289062, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 46366), -- Apple Bob (Area: Astranaar - Difficulty: 0) +(@OGUID+47, 190035, 1, 331, 415, '0', 0, 0, 2779.400146484375, -434.263092041015625, 116.5823822021484375, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366); -- Candy Bucket (Area: Astranaar - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+47; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47); |