DB Updates

This commit is contained in:
hondacrx
2024-02-21 21:12:56 -05:00
parent 5fce86ac37
commit 6e04c4639a
253 changed files with 383 additions and 105 deletions
@@ -0,0 +1,3 @@
-- TDB 1020.23111 auth
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/10.x/auth', 'ARCHIVED');
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=52188;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(52188,10,2,0,NULL,NULL,'977DF9993E94855DED5E328BA7A2F21F',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=52188 WHERE `gamebuild`=52148;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52188';
@@ -0,0 +1 @@
ALTER TABLE `account` ADD `timezone_offset` smallint NOT NULL DEFAULT '0' AFTER `os`;
@@ -0,0 +1,5 @@
-- drop .reload waypoint_scripts
DELETE FROM `rbac_permissions` WHERE `id`=706;
DELETE FROM `rbac_linked_permissions` WHERE `id`=706 OR `linkedId`=706;
DELETE FROM `rbac_account_permissions` WHERE `permissionId`=706;
DELETE FROM `rbac_default_permissions` WHERE `permissionId`=706;
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=52301;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(52301,10,2,0,NULL,NULL,'821AA3BB237B400B82F44970250539AA',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=52301 WHERE `gamebuild`=52188;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52301';
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=52393;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(52393,10,2,0,NULL,NULL,'B013ED23B7EF51B29A45594D9BBB0D03',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=52393 WHERE `gamebuild`=52301;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52393';
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=52485;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(52485,10,2,0,NULL,NULL,'5805CEB4650730AE489258DD30E34441',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=52485 WHERE `gamebuild`=52393;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52485';
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=52545;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(52545,10,2,0,NULL,NULL,'FB52179A8355A46EDBFBDC8E8E5CDAFD',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=52545 WHERE `gamebuild`=52485;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52545';
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=52607;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(52607,10,2,0,NULL,NULL,'8F002E4AADCAEABB08ABC2880B31AD60',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=52607 WHERE `gamebuild` IN(52545, 52485);
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52607';
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=52649;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(52649,10,2,0,NULL,NULL,'D0B779FBECEBC1ED5A85D83F03C8A75B',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=52649 WHERE `gamebuild`=52607;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52649';
@@ -0,0 +1,9 @@
DELETE FROM `rbac_permissions` WHERE `id` IN (795, 796);
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
(795,'Command: instance setbossstate'),
(796,'Command: instance getbossstate');
DELETE FROM `rbac_linked_permissions` WHERE `id`= 192 AND `linkedId` IN (795, 796);
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
(192,795),
(192,796);
@@ -0,0 +1,4 @@
ALTER TABLE `battlenet_accounts`
ADD `srp_version` tinyint(3) NOT NULL DEFAULT '1' AFTER `email`,
ADD `salt` binary(32) AFTER `srp_version`,
ADD `verifier` blob AFTER `salt`;
@@ -0,0 +1 @@
UPDATE `rbac_permissions` SET `name` = 'Command: reload waypoint_path' WHERE `id` = 707;
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=52808;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(52808,10,2,0,NULL,NULL,'6276712B6C8AEA21CD5D94D52FEE70EE',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=52808 WHERE `gamebuild`=52649;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52808';
@@ -0,0 +1,10 @@
DELETE FROM `build_info` WHERE `build` IN (52902,52968,52983,53007);
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(52902,10,2,5,NULL,NULL,'D4F0A24CDF165628538C1C387A326AF3',NULL,NULL,NULL),
(52968,10,2,5,NULL,NULL,'2D247FD440C44D4F1BF80B075B8720F2',NULL,NULL,NULL),
(52983,10,2,5,NULL,NULL,'B1E5ADA5FDD06C9AB5E5D8A6983324AC',NULL,NULL,NULL),
(53007,10,2,5,NULL,NULL,'A21AFB4D381C56AF471D994258C0EEF5',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=53007 WHERE `gamebuild`=52808;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53007';
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=53040;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(53040,10,2,5,NULL,NULL,'2F1283BF7B7F307B70DBBD75CC42D7C3',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=53040 WHERE `gamebuild`=53007;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53040';
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=53104;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(53104,10,2,5,NULL,NULL,'DBD79EC8DF044B53C78931B985CAB406',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=53104 WHERE `gamebuild`=53040;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53104';
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=53162;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(53162,10,2,5,NULL,NULL,'8A67511FBF8984EEE2B630F7CB23376A',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=53162 WHERE `gamebuild`=53104;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53162';
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=53212;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(53212,10,2,5,NULL,NULL,'08761EFF2F9B639364B9A9FBFFFFB949',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=53212 WHERE `gamebuild`=53162;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53212';
@@ -0,0 +1,3 @@
-- TDB 1020.23111 characters
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/10.x/characters', 'ARCHIVED');
@@ -0,0 +1,3 @@
-- TDB 1020.23111 hotfixes
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/10.x/hotfixes', 'ARCHIVED');
File diff suppressed because one or more lines are too long
@@ -0,0 +1,60 @@
--
-- Table structure for table `pvp_stat`
--
DROP TABLE IF EXISTS `pvp_stat`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `pvp_stat` (
`Description` text,
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`MapID` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`VerifiedBuild`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pvp_stat`
--
LOCK TABLES `pvp_stat` WRITE;
/*!40000 ALTER TABLE `pvp_stat` DISABLE KEYS */;
/*!40000 ALTER TABLE `pvp_stat` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pvp_stat_locale`
--
DROP TABLE IF EXISTS `pvp_stat_locale`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `pvp_stat_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Description_lang` text,
`VerifiedBuild` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`,`VerifiedBuild`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
/*!50500 PARTITION BY LIST COLUMNS(locale)
(PARTITION deDE VALUES IN ('deDE') ENGINE = InnoDB,
PARTITION esES VALUES IN ('esES') ENGINE = InnoDB,
PARTITION esMX VALUES IN ('esMX') ENGINE = InnoDB,
PARTITION frFR VALUES IN ('frFR') ENGINE = InnoDB,
PARTITION itIT VALUES IN ('itIT') ENGINE = InnoDB,
PARTITION koKR VALUES IN ('koKR') ENGINE = InnoDB,
PARTITION ptBR VALUES IN ('ptBR') ENGINE = InnoDB,
PARTITION ruRU VALUES IN ('ruRU') ENGINE = InnoDB,
PARTITION zhCN VALUES IN ('zhCN') ENGINE = InnoDB,
PARTITION zhTW VALUES IN ('zhTW') ENGINE = InnoDB) */;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pvp_stat_locale`
--
LOCK TABLES `pvp_stat_locale` WRITE;
/*!40000 ALTER TABLE `pvp_stat_locale` DISABLE KEYS */;
/*!40000 ALTER TABLE `pvp_stat_locale` ENABLE KEYS */;
UNLOCK TABLES;
@@ -0,0 +1,2 @@
ALTER TABLE `conditional_chr_model` MODIFY `ID` int UNSIGNED NOT NULL DEFAULT 0 FIRST;
ALTER TABLE `conditional_chr_model` MODIFY `ChrModelID` int NOT NULL DEFAULT 0 AFTER `ID`;
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,29 @@
DELETE FROM `tact_key` WHERE `VerifiedBuild`>0 AND `ID` IN (7727,7539,7714,7701,7735,7712,7691,7729,7649,7713,7732,7710,7715,7721,7650,7730,7700,7645,7683,7684,7711,7699,7733,7717,7740,7741,7720);
INSERT INTO `tact_key` (`ID`,`Key1`,`Key2`,`Key3`,`Key4`,`Key5`,`Key6`,`Key7`,`Key8`,`Key9`,`Key10`,`Key11`,`Key12`,`Key13`,`Key14`,`Key15`,`Key16`,`VerifiedBuild`) VALUES
(7539,122,105,15,252,1,225,42,196,174,5,43,237,96,23,6,152,53162),
(7645,161,97,245,108,30,123,130,130,254,217,117,53,58,120,105,120,53162),
(7649,205,102,254,153,243,210,251,171,100,7,213,34,197,245,191,136,53162),
(7650,170,241,61,27,134,115,170,154,11,191,167,128,20,82,91,184,53162),
(7683,70,159,2,240,185,222,54,101,173,196,63,36,169,248,67,235,53162),
(7684,119,38,27,116,187,239,9,38,63,6,216,2,137,119,22,44,53162),
(7691,22,108,162,164,219,217,161,58,138,45,161,6,181,56,228,80,53162),
(7699,227,243,183,214,159,97,235,14,159,32,149,172,222,90,20,207,53162),
(7700,52,194,48,190,118,209,212,120,34,124,88,30,57,25,99,56,53162),
(7701,69,65,222,244,142,60,152,44,127,219,133,168,102,156,106,66,53162),
(7710,176,222,202,81,240,212,245,76,20,245,84,97,197,226,97,191,53162),
(7711,161,186,157,165,192,252,57,109,50,90,78,35,156,104,232,239,53162),
(7712,67,151,52,112,185,249,243,201,11,229,59,33,173,19,94,30,53162),
(7713,99,229,170,243,90,179,167,233,38,197,93,232,187,55,207,116,53162),
(7714,82,206,155,211,119,45,201,24,144,136,169,112,247,165,127,160,53162),
(7715,251,13,39,4,159,175,226,32,43,232,105,228,145,141,174,2,53162),
(7717,3,56,147,28,135,151,192,208,122,35,147,51,52,198,211,231,53162),
(7720,214,206,222,64,170,168,139,179,137,46,163,178,211,214,113,136,53162),
(7721,12,2,235,57,255,59,241,85,50,124,237,163,255,197,125,243,53162),
(7727,135,148,10,36,140,44,172,90,167,113,142,243,140,177,45,28,53162),
(7729,66,193,55,11,6,148,229,197,115,181,203,47,123,41,200,122,53162),
(7730,34,3,29,170,224,152,22,227,185,150,248,208,58,191,37,2,53162),
(7732,237,58,74,95,43,249,199,29,99,64,222,213,123,216,80,138,53162),
(7733,34,175,190,1,179,148,156,52,123,146,237,232,3,4,10,59,53162),
(7735,78,23,61,106,202,215,27,254,84,0,94,178,176,227,216,121,53162),
(7740,76,174,207,66,194,181,114,111,7,142,126,176,177,38,129,179,53162),
(7741,199,252,138,173,187,253,118,110,182,55,48,164,201,152,231,105,53162);
@@ -0,0 +1,4 @@
-- TDB 1020.23111 world
UPDATE `version` SET `db_version`='TDB 1020.23111', `cache_id`=23111 LIMIT 1;
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/10.x/world', 'ARCHIVED');
@@ -0,0 +1,123 @@
SET @OGUID := 3005442;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=190084; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=190084; -- Candy Bucket
-- Quests
UPDATE `quest_offer_reward` SET `VerifiedBuild`=51886 WHERE `ID`=12382;
DELETE FROM `gameobject_queststarter` WHERE `id`=190084;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(190084, 12382, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=190084 AND `quest`=12382);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=190084;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 231617 AND 231661;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 231617 AND 231661;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+46;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 33, 117, '0', 0, 0, -12428.009765625, 132.83447265625, 3.73997807502746582, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 33, 117, '0', 0, 0, -12330.658203125, 169.2863006591796875, 16.24791336059570312, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+2, 180405, 0, 33, 117, '0', 0, 0, -12429.7822265625, 225.4612579345703125, 1.217295050621032714, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+3, 180405, 0, 33, 117, '0', 0, 0, -12383.953125, 229.4755096435546875, 15.22707271575927734, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+4, 180406, 0, 33, 117, '0', 0, 0, -12432.5986328125, 138.9429473876953125, 3.183878898620605468, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+5, 180406, 0, 33, 117, '0', 0, 0, -12397.3681640625, 129.2810821533203125, 16.65046119689941406, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+6, 180406, 0, 33, 117, '0', 0, 0, -12423.0478515625, 223.0655975341796875, 1.349156022071838378, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+7, 180406, 0, 33, 117, '0', 0, 0, -12331.6357421875, 179.3895111083984375, 16.12927055358886718, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+8, 180407, 0, 33, 117, '0', 0, 0, -12432.46875, 134.4552459716796875, 3.509543895721435546, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+9, 180407, 0, 33, 117, '0', 0, 0, -12386.4052734375, 128.4357147216796875, 16.494964599609375, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+10, 180407, 0, 33, 117, '0', 0, 0, -12373.7890625, 230.0304718017578125, 15.5079193115234375, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+11, 180411, 0, 33, 117, '0', 0, 0, -12425.2119140625, 184.6666717529296875, 22.937408447265625, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+12, 180411, 0, 33, 117, '0', 0, 0, -12452.228515625, 220.15972900390625, 23.67788124084472656, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+13, 180411, 0, 33, 117, '0', 0, 0, -12449.138671875, 191.111114501953125, 23.39250373840332031, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+14, 180411, 0, 33, 117, '0', 0, 0, -12406.53515625, 208.8246612548828125, 23.42061805725097656, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+15, 180411, 0, 33, 117, '0', 0, 0, -12425, 230.3975677490234375, 23.87989616394042968, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+16, 180471, 0, 33, 117, '0', 0, 0, -12427.46875, 200.4340362548828125, 12.97709465026855468, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+17, 180471, 0, 33, 117, '0', 0, 0, -12443.12890625, 197.7309112548828125, 8.0163421630859375, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+18, 180471, 0, 33, 117, '0', 0, 0, -12421.8095703125, 200.453125, 5.834054946899414062, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+19, 180471, 0, 33, 117, '0', 0, 0, -12415.2080078125, 195.2621612548828125, 7.879192829132080078, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+20, 180471, 0, 33, 117, '0', 0, 0, -12436.388671875, 188.8020782470703125, 7.177947044372558593, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+21, 180471, 0, 33, 117, '0', 0, 0, -12425.65625, 191.9270782470703125, 7.739860057830810546, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+22, 180471, 0, 33, 117, '0', 0, 0, -12436.7470703125, 225.0850677490234375, 7.963707923889160156, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+23, 180471, 0, 33, 117, '0', 0, 0, -12423.0068359375, 208.5243072509765625, 11.03492355346679687, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+24, 180471, 0, 33, 117, '0', 0, 0, -12415.7783203125, 207.154510498046875, 7.966198921203613281, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+25, 180471, 0, 33, 117, '0', 0, 0, -12449.5830078125, 207.2621612548828125, 8.5053863525390625, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+26, 180471, 0, 33, 117, '0', 0, 0, -12416.044921875, 217.8246612548828125, 8.443134307861328125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+27, 180471, 0, 33, 117, '0', 0, 0, -12437.2919921875, 212.060760498046875, 7.178095817565917968, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+28, 180471, 0, 33, 117, '0', 0, 0, -12428.65625, 215.578125, 9.139922142028808593, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+29, 180471, 0, 33, 117, '0', 0, 0, -12443.2880859375, 216.361114501953125, 8.265881538391113281, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+30, 180471, 0, 33, 117, '0', 0, 0, -12427.3193359375, 221.6979217529296875, 8.162608146667480468, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+31, 180471, 0, 33, 117, '0', 0, 0, -12440.580078125, 207.0885467529296875, 5.970573902130126953, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+32, 180472, 0, 33, 117, '0', 0, 0, -12432.6318359375, 197.814239501953125, 7.392722129821777343, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+33, 180472, 0, 33, 117, '0', 0, 0, -12439.9140625, 193.9031829833984375, 8.770547866821289062, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+34, 180472, 0, 33, 117, '0', 0, 0, -12421.2431640625, 193.4652862548828125, 8.942568778991699218, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+35, 180472, 0, 33, 117, '0', 0, 0, -12431.2158203125, 190.2777862548828125, 8.79494476318359375, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+36, 180472, 0, 33, 117, '0', 0, 0, -12415.544921875, 201.2934112548828125, 9.187487602233886718, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+37, 180472, 0, 33, 117, '0', 0, 0, -12421.0517578125, 219.435760498046875, 9.466778755187988281, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+38, 180472, 0, 33, 117, '0', 0, 0, -12439.9443359375, 220.4913177490234375, 9.350820541381835937, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+39, 180472, 0, 33, 117, '0', 0, 0, -12432.2880859375, 216.51910400390625, 7.256028175354003906, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+40, 180472, 0, 33, 117, '0', 0, 0, -12422.763671875, 212.8090362548828125, 7.253457069396972656, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+41, 180472, 0, 33, 117, '0', 0, 0, -12433.076171875, 223.7256927490234375, 9.326802253723144531, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+42, 180472, 0, 33, 117, '0', 0, 0, -12445.8798828125, 212.2630767822265625, 9.529207229614257812, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+43, 180472, 0, 33, 117, '0', 0, 0, -12445.77734375, 201.7794342041015625, 9.364244461059570312, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+44, 180472, 0, 33, 117, '0', 0, 0, -12415.90625, 212.548614501953125, 9.490024566650390625, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+45, 180523, 0, 33, 117, '0', 0, 0, -12423.06640625, 216.5520782470703125, 2.649869918823242187, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- Apple Bob (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
(@OGUID+46, 190084, 0, 33, 117, '0', 0, 0, -12431.958984375, 211.2803497314453125, 2.36514902114868164, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886); -- Candy Bucket (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+46;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46);
@@ -0,0 +1,93 @@
SET @OGUID := 3005489;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208125; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=208125; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID`=28964;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28964, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208125;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208125, 28964, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208125 AND `quest`=28964);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208125;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+32;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 33, 5320, '0', 0, 0, -12827.6494140625, -401.064239501953125, 12.95209598541259765, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 33, 5320, '0', 0, 0, -12805.5244140625, -436.21527099609375, 13.0759744644165039, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+2, 180406, 0, 33, 5320, '0', 0, 0, -12836.8642578125, -401.423614501953125, 12.95469093322753906, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+3, 180406, 0, 33, 5320, '0', 0, 0, -12860.87890625, -417.982635498046875, 12.96472644805908203, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+4, 180407, 0, 33, 5320, '0', 0, 0, -12809.0068359375, -445.875, 12.96668052673339843, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+5, 180407, 0, 33, 5320, '0', 0, 0, -12861.9306640625, -427.234375, 13.21140289306640625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+6, 180408, 0, 33, 5320, '0', 0, 0, -12818.767578125, -422.90277099609375, 18.00031089782714843, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+7, 180415, 0, 33, 5320, '0', 0, 0, -12841.625, -411.02777099609375, 13.66728687286376953, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+8, 180415, 0, 33, 5320, '0', 0, 0, -12841.705078125, -411.232635498046875, 13.61534976959228515, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+9, 180415, 0, 33, 5320, '0', 0, 0, -12811.4892578125, -428.375, 15.11994075775146484, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+10, 180415, 0, 33, 5320, '0', 0, 0, -12811.5595703125, -428.661468505859375, 15.00187492370605468, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 0, 33, 5320, '0', 0, 0, -12811.2470703125, -428.560760498046875, 15.18839359283447265, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+12, 180425, 0, 33, 5320, '0', 0, 0, -12821.5732421875, -425.86285400390625, 13.91074752807617187, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- SkullCandle01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+13, 180425, 0, 33, 5320, '0', 0, 0, -12847.0419921875, -418.032989501953125, 13.86970996856689453, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- SkullCandle01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+14, 180426, 0, 33, 5320, '0', 0, 0, -12837.603515625, -426.21875, 18.19655227661132812, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- Bat01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+15, 180426, 0, 33, 5320, '0', 0, 0, -12840.53125, -429.220489501953125, 21.11986732482910156, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- Bat01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+16, 180426, 0, 33, 5320, '0', 0, 0, -12834.5693359375, -424.203125, 19.83699989318847656, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- Bat01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+17, 180426, 0, 33, 5320, '0', 0, 0, -12836.919921875, -424.848968505859375, 21.17567062377929687, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- Bat01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+18, 180427, 0, 33, 5320, '0', 0, 0, -12839.919921875, -425.482635498046875, 19.43795394897460937, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- Bat02 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+19, 180427, 0, 33, 5320, '0', 0, 0, -12833.607421875, -429.9288330078125, 17.53478813171386718, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- Bat02 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+20, 180427, 0, 33, 5320, '0', 0, 0, -12835.6005859375, -427.7569580078125, 26.12606239318847656, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- Bat02 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+21, 180471, 0, 33, 5320, '0', 0, 0, -12823.9033203125, -420.399322509765625, 16.11289787292480468, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+22, 180471, 0, 33, 5320, '0', 0, 0, -12820.955078125, -428.20660400390625, 16.10209083557128906, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+23, 180471, 0, 33, 5320, '0', 0, 0, -12830.8134765625, -445.515625, 15.13029289245605468, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+24, 180471, 0, 33, 5320, '0', 0, 0, -12831.0068359375, -449.727447509765625, 15.24355411529541015, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+25, 180471, 0, 33, 5320, '0', 0, 0, -12813.22265625, -425.282989501953125, 16.12880516052246093, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+26, 180471, 0, 33, 5320, '0', 0, 0, -12816.0634765625, -417.4757080078125, 16.08460426330566406, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+27, 180471, 0, 33, 5320, '0', 0, 0, -12836.4130859375, -445.298614501953125, 15.17396068572998046, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+28, 180471, 0, 33, 5320, '0', 0, 0, -12836.5869140625, -449.477447509765625, 15.21264553070068359, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+29, 180472, 0, 33, 5320, '0', 0, 0, -12822.146484375, -424.140625, 16.56383705139160156, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+30, 180472, 0, 33, 5320, '0', 0, 0, -12837.576171875, -447.34027099609375, 17.73743438720703125, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+31, 180523, 0, 33, 5320, '0', 0, 0, -12853.28515625, -435.54339599609375, 13.22400093078613281, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- Apple Bob (Area: Fort Livingston - Difficulty: 0) CreateObject1
(@OGUID+32, 208125, 0, 33, 5320, '0', 0, 0, -12847.4755859375, -435.87152099609375, 12.96668052673339843, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886); -- Candy Bucket (Area: Fort Livingston - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+32;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32);
@@ -0,0 +1,269 @@
SET @OGUID := 3005522;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208147; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=208147; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID`=28969;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28969, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208147;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208147, 28969, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208147 AND `quest`=28969);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208147;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 231662 AND 231768;
DELETE FROM `gameobject` WHERE `guid`=232009;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 231662 AND 231768;
DELETE FROM `game_event_gameobject` WHERE `guid`=232009;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+117;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 5287, 1739, '0', 0, 0, -13302.5830078125, 698.98614501953125, 3.634574174880981445, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 5287, 1739, '0', 0, 0, -13299.5595703125, 780.607666015625, 3.02025008201599121, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+2, 180405, 0, 5287, 1739, '0', 0, 0, -13239.72265625, 727.53302001953125, 3.23460698127746582, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+3, 180405, 0, 5287, 1739, '0', 0, 0, -13223.5283203125, 788.5, 5.459138393402099609, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+4, 180405, 0, 5287, 1739, '0', 0, 0, -13211.5107421875, 765.31597900390625, 5.095337390899658203, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+5, 180406, 0, 5287, 1739, '0', 0, 0, -13308.5556640625, 705.08331298828125, 3.753398418426513671, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+6, 180406, 0, 5287, 1739, '0', 0, 0, -13234.59765625, 755.421875, 5.076615810394287109, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+7, 180406, 0, 5287, 1739, '0', 0, 0, -13204.6357421875, 781.25518798828125, 5.225908279418945312, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+8, 180406, 0, 5287, 1739, '0', 0, 0, -13218.87890625, 806.029541015625, 6.254114627838134765, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+9, 180407, 0, 5287, 1739, '0', 0, 0, -13292.28515625, 724.795166015625, 5.316525459289550781, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+10, 180407, 0, 5287, 1739, '0', 0, 0, -13217.361328125, 748.685791015625, 5.225267887115478515, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+11, 180407, 0, 5287, 1739, '0', 0, 0, -13228.75, 772.0694580078125, 5.126125335693359375, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+12, 180407, 0, 5287, 1739, '0', 0, 0, -13196.8818359375, 797.951416015625, 6.27034616470336914, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+13, 180408, 0, 5287, 1739, '0', 0, 0, -13276.357421875, 786.2430419921875, 5.884910106658935546, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+14, 180408, 0, 5287, 1739, '0', 0, 0, -13291.236328125, 789.27081298828125, 6.02010965347290039, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+15, 180408, 0, 5287, 1739, '0', 0, 0, -13276.1494140625, 776.24481201171875, 5.874763011932373046, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+16, 180408, 0, 5287, 1739, '0', 0, 0, -13283.646484375, 789.3125, 6.099256038665771484, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+17, 180410, 0, 5287, 1739, '0', 0, 0, -13291.9384765625, 721.97222900390625, 4.825801849365234375, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+18, 180411, 0, 5287, 1739, '0', 0, 0, -13284.3818359375, 795.5086669921875, 11.64819145202636718, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+19, 180426, 0, 5287, 1739, '0', 0, 0, -13281.548828125, 725.546875, 17.41829872131347656, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- Bat01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+20, 180426, 0, 5287, 1739, '0', 0, 0, -13287.9580078125, 719.37677001953125, 14.69112682342529296, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- Bat01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+21, 180426, 0, 5287, 1739, '0', 0, 0, -13290.03515625, 725.5555419921875, 16.37644767761230468, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- Bat01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+22, 180426, 0, 5287, 1739, '0', 0, 0, -13285.1767578125, 717.8836669921875, 12.55963611602783203, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- Bat01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+23, 180427, 0, 5287, 1739, '0', 0, 0, -13283.40625, 724.8975830078125, 15.27476310729980468, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- Bat02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+24, 180427, 0, 5287, 1739, '0', 0, 0, -13279.923828125, 721.0694580078125, 14.7591552734375, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- Bat02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+25, 180427, 0, 5287, 1739, '0', 0, 0, -13284.40625, 723.578125, 14.42632389068603515, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- Bat02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+26, 180427, 0, 5287, 1739, '0', 0, 0, -13281.611328125, 723.482666015625, 13.838653564453125, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- Bat02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+27, 180471, 0, 5287, 1739, '0', 0, 0, -13302.7607421875, 698.45831298828125, 9.479153633117675781, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+28, 180471, 0, 5287, 1739, '0', 0, 0, -13315.7392578125, 719.326416015625, 11.37168598175048828, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+29, 180471, 0, 5287, 1739, '0', 0, 0, -13320.111328125, 710.84552001953125, 11.18074417114257812, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+30, 180471, 0, 5287, 1739, '0', 0, 0, -13310.4306640625, 705.6649169921875, 9.323391914367675781, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+31, 180471, 0, 5287, 1739, '0', 0, 0, -13312.013671875, 707.54168701171875, 11.35943889617919921, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+32, 180471, 0, 5287, 1739, '0', 0, 0, -13302.951171875, 699.46527099609375, 9.535321235656738281, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+33, 180471, 0, 5287, 1739, '0', 0, 0, -13318.41015625, 705.45489501953125, 11.13893508911132812, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+34, 180471, 0, 5287, 1739, '0', 0, 0, -13313.7119140625, 712.92364501953125, 11.33930778503417968, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+35, 180471, 0, 5287, 1739, '0', 0, 0, -13308.0595703125, 704.32464599609375, 9.501451492309570312, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+36, 180471, 0, 5287, 1739, '0', 0, 0, -13263.1845703125, 690.18927001953125, 10.23772430419921875, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+37, 180471, 0, 5287, 1739, '0', 0, 0, -13269.0517578125, 697.092041015625, 10.18217182159423828, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+38, 180471, 0, 5287, 1739, '0', 0, 0, -13275.6630859375, 690.36456298828125, 10.27999687194824218, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+39, 180471, 0, 5287, 1739, '0', 0, 0, -13263.28125, 697.1180419921875, 10.05506610870361328, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+40, 180471, 0, 5287, 1739, '0', 0, 0, -13256.00390625, 689.82293701171875, 9.959278106689453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+41, 180471, 0, 5287, 1739, '0', 0, 0, -13317.361328125, 724.73614501953125, 11.30148601531982421, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+42, 180471, 0, 5287, 1739, '0', 0, 0, -13323.8232421875, 722.640625, 11.25609207153320312, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+43, 180471, 0, 5287, 1739, '0', 0, 0, -13268.8330078125, 690.38018798828125, 10.38430595397949218, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+44, 180471, 0, 5287, 1739, '0', 0, 0, -13322.0830078125, 717.045166015625, 11.251220703125, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+45, 180471, 0, 5287, 1739, '0', 0, 0, -13275.576171875, 697.046875, 10.24715900421142578, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+46, 180471, 0, 5287, 1739, '0', 0, 0, -13321.0419921875, 769.07989501953125, 8.513380050659179687, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+47, 180471, 0, 5287, 1739, '0', 0, 0, -13237.875, 721.5242919921875, 8.26969146728515625, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+48, 180471, 0, 5287, 1739, '0', 0, 0, -13261.1982421875, 746.01043701171875, 7.367527484893798828, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+49, 180471, 0, 5287, 1739, '0', 0, 0, -13315.0830078125, 773.95831298828125, 8.664608955383300781, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+50, 180471, 0, 5287, 1739, '0', 0, 0, -13321.3017578125, 758.63714599609375, 8.4150848388671875, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+51, 180471, 0, 5287, 1739, '0', 0, 0, -13302.3330078125, 775.7430419921875, 8.980707168579101562, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+52, 180471, 0, 5287, 1739, '0', 0, 0, -13225.9931640625, 690.58160400390625, 9.329193115234375, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+53, 180471, 0, 5287, 1739, '0', 0, 0, -13304.12890625, 775.71356201171875, 9.254458427429199218, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+54, 180471, 0, 5287, 1739, '0', 0, 0, -13250.4130859375, 696.59375, 10.46831989288330078, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+55, 180471, 0, 5287, 1739, '0', 0, 0, -13243.607421875, 689.8367919921875, 9.910434722900390625, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+56, 180471, 0, 5287, 1739, '0', 0, 0, -13237.7119140625, 726.37847900390625, 8.383161544799804687, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+57, 180471, 0, 5287, 1739, '0', 0, 0, -13238.021484375, 689.859375, 9.887042999267578125, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+58, 180471, 0, 5287, 1739, '0', 0, 0, -13246.3134765625, 713.31597900390625, 7.480349063873291015, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+59, 180471, 0, 5287, 1739, '0', 0, 0, -13295.3369140625, 775.70660400390625, 9.509516716003417968, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+60, 180471, 0, 5287, 1739, '0', 0, 0, -13264.4267578125, 748.32989501953125, 7.330601215362548828, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+61, 180471, 0, 5287, 1739, '0', 0, 0, -13298.9130859375, 787.0711669921875, 8.5334320068359375, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+62, 180471, 0, 5287, 1739, '0', 0, 0, -13243.6943359375, 696.5867919921875, 10.47141742706298828, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+63, 180471, 0, 5287, 1739, '0', 0, 0, -13300.4345703125, 775.717041015625, 9.571603775024414062, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+64, 180471, 0, 5287, 1739, '0', 0, 0, -13259.201171875, 745.4600830078125, 7.303742408752441406, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+65, 180471, 0, 5287, 1739, '0', 0, 0, -13238.021484375, 719.87152099609375, 8.25495147705078125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+66, 180471, 0, 5287, 1739, '0', 0, 0, -13250.236328125, 689.8350830078125, 10.02149772644042968, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+67, 180471, 0, 5287, 1739, '0', 0, 0, -13298.91015625, 786.232666015625, 8.428644180297851562, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+68, 180471, 0, 5287, 1739, '0', 0, 0, -13229.21875, 738.79864501953125, 7.076912879943847656, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+69, 180471, 0, 5287, 1739, '0', 0, 0, -13247.048828125, 712.23614501953125, 7.434943199157714843, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+70, 180471, 0, 5287, 1739, '0', 0, 0, -13237.736328125, 728.11285400390625, 8.391241073608398437, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+71, 180471, 0, 5287, 1739, '0', 0, 0, -13298.9306640625, 785.3836669921875, 8.8099365234375, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+72, 180471, 0, 5287, 1739, '0', 0, 0, -13237.673828125, 729.703125, 8.780866622924804687, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+73, 180471, 0, 5287, 1739, '0', 0, 0, -13238.15625, 696.58856201171875, 10.46476554870605468, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+74, 180471, 0, 5287, 1739, '0', 0, 0, -13313.4384765625, 775.6632080078125, 8.988854408264160156, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+75, 180471, 0, 5287, 1739, '0', 0, 0, -13315.5380859375, 758.55206298828125, 8.662702560424804687, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+76, 180471, 0, 5287, 1739, '0', 0, 0, -13298.853515625, 781.78472900390625, 8.717838287353515625, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+77, 180471, 0, 5287, 1739, '0', 0, 0, -13315.294921875, 769.0225830078125, 8.739010810852050781, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+78, 180471, 0, 5287, 1739, '0', 0, 0, -13245.0380859375, 714.2569580078125, 7.772821426391601562, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+79, 180471, 0, 5287, 1739, '0', 0, 0, -13320.91015625, 774.00518798828125, 8.491059303283691406, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+80, 180471, 0, 5287, 1739, '0', 0, 0, -13296.9169921875, 775.703125, 9.668292045593261718, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+81, 180471, 0, 5287, 1739, '0', 0, 0, -13241.1767578125, 715.5538330078125, 7.437693119049072265, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+82, 180471, 0, 5287, 1739, '0', 0, 0, -13298.9306640625, 784.22918701171875, 8.839211463928222656, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+83, 180471, 0, 5287, 1739, '0', 0, 0, -13310.59765625, 775.65277099609375, 9.4824676513671875, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+84, 180471, 0, 5287, 1739, '0', 0, 0, -13220.9345703125, 693.53125, 9.39056396484375, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+85, 180471, 0, 5287, 1739, '0', 0, 0, -13238.12890625, 717.96875, 8.485479354858398437, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+86, 180471, 0, 5287, 1739, '0', 0, 0, -13265.0693359375, 749.67706298828125, 7.285068988800048828, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+87, 180471, 0, 5287, 1739, '0', 0, 0, -13243.66015625, 714.98089599609375, 7.656339168548583984, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+88, 180471, 0, 5287, 1739, '0', 0, 0, -13305.69140625, 775.68231201171875, 9.107005119323730468, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+89, 180471, 0, 5287, 1739, '0', 0, 0, -13315.4580078125, 763.26739501953125, 8.729810714721679687, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+90, 180471, 0, 5287, 1739, '0', 0, 0, -13321.15625, 763.42535400390625, 8.476731300354003906, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+91, 180471, 0, 5287, 1739, '0', 0, 0, -13298.794921875, 779.8038330078125, 8.604342460632324218, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+92, 180471, 0, 5287, 1739, '0', 0, 0, -13313.978515625, 790.17535400390625, 10.03491687774658203, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+93, 180471, 0, 5287, 1739, '0', 0, 0, -13310.8681640625, 790.25347900390625, 10.08962535858154296, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+94, 180471, 0, 5287, 1739, '0', 0, 0, -13222.8017578125, 743.33331298828125, 6.331699371337890625, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+95, 180471, 0, 5287, 1739, '0', 0, 0, -13210.451171875, 699.67364501953125, 9.27510833740234375, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+96, 180471, 0, 5287, 1739, '0', 0, 0, -13215.3330078125, 696.765625, 9.288421630859375, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+97, 180471, 0, 5287, 1739, '0', 0, 0, -13320.2919921875, 790.15625, 10.04313182830810546, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+98, 180471, 0, 5287, 1739, '0', 0, 0, -13322.7080078125, 790.18927001953125, 10.16544628143310546, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+99, 180471, 0, 5287, 1739, '0', 0, 0, -13299.0244140625, 790.34722900390625, 10.33271026611328125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+100, 180471, 0, 5287, 1739, '0', 0, 0, -13309.3232421875, 790.26214599609375, 10.10956859588623046, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+101, 180471, 0, 5287, 1739, '0', 0, 0, -13295.94140625, 790.3975830078125, 10.00638580322265625, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+102, 180471, 0, 5287, 1739, '0', 0, 0, -13306.146484375, 790.2413330078125, 10.11559295654296875, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+103, 180472, 0, 5287, 1739, '0', 0, 0, -13306.4931640625, 702.9444580078125, 10.21372699737548828, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+104, 180472, 0, 5287, 1739, '0', 0, 0, -13262.7255859375, 747.515625, 8.165808677673339843, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+105, 180523, 0, 5287, 1739, '0', 0, 0, -13231.7744140625, 734.83856201171875, 3.494536876678466796, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- Apple Bob (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+106, 207941, 0, 5287, 1739, '0', 0, 0, -13258.826171875, 752.46356201171875, 15.47326374053955078, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+107, 208069, 0, 5287, 1739, '0', 0, 0, -13263.19140625, 739.2430419921875, 5.132593154907226562, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+108, 208069, 0, 5287, 1739, '0', 0, 0, -13303.1181640625, 767.4930419921875, 5.324397563934326171, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+109, 208069, 0, 5287, 1739, '0', 0, 0, -13245.455078125, 742.888916015625, 5.063835620880126953, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+110, 208072, 0, 5287, 1739, '0', 0, 0, -13258.06640625, 735.75347900390625, 4.858164787292480468, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+111, 208072, 0, 5287, 1739, '0', 0, 0, -13240.28515625, 746.40802001953125, 4.869463920593261718, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+112, 208072, 0, 5287, 1739, '0', 0, 0, -13297.3056640625, 767.81427001953125, 5.191071033477783203, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+113, 208078, 0, 5287, 1739, '0', 0, 0, -13307.5, 767.5711669921875, 6.653748035430908203, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+114, 208078, 0, 5287, 1739, '0', 0, 0, -13291.1533203125, 767.0711669921875, 4.924769878387451171, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+115, 208078, 0, 5287, 1739, '0', 0, 0, -13251.75, 738.57464599609375, 5.221030712127685546, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+116, 208078, 0, 5287, 1739, '0', 0, 0, -13261.451171875, 744.3125, 4.582062244415283203, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
(@OGUID+117, 208147, 0, 5287, 1739, '0', 0, 0, -13232.72265625, 725.55035400390625, 3.356358528137207031, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886); -- Candy Bucket (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+117;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79),
(12, @OGUID+80),
(12, @OGUID+81),
(12, @OGUID+82),
(12, @OGUID+83),
(12, @OGUID+84),
(12, @OGUID+85),
(12, @OGUID+86),
(12, @OGUID+87),
(12, @OGUID+88),
(12, @OGUID+89),
(12, @OGUID+90),
(12, @OGUID+91),
(12, @OGUID+92),
(12, @OGUID+93),
(12, @OGUID+94),
(12, @OGUID+95),
(12, @OGUID+96),
(12, @OGUID+97),
(12, @OGUID+98),
(12, @OGUID+99),
(12, @OGUID+100),
(12, @OGUID+101),
(12, @OGUID+102),
(12, @OGUID+103),
(12, @OGUID+104),
(12, @OGUID+105),
(12, @OGUID+106),
(12, @OGUID+107),
(12, @OGUID+108),
(12, @OGUID+109),
(12, @OGUID+110),
(12, @OGUID+111),
(12, @OGUID+112),
(12, @OGUID+113),
(12, @OGUID+114),
(12, @OGUID+115),
(12, @OGUID+116),
(12, @OGUID+117);
@@ -0,0 +1,97 @@
SET @OGUID := 3005640;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=190103; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=190103; -- Candy Bucket
-- Quests
UPDATE `quest_offer_reward` SET `VerifiedBuild`=51886 WHERE `ID`=12397;
DELETE FROM `gameobject_queststarter` WHERE `id`=190103;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(190103, 12397, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=190103 AND `quest`=12397);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=190103;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 231769 AND 231799;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 231769 AND 231799;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+33;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 5287, 35, '0', 0, 0, -14455.8408203125, 480.71240234375, 16.39013481140136718, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 5287, 35, '0', 0, 0, -14447.5244140625, 516.3836669921875, 26.43097877502441406, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+2, 180406, 0, 5287, 35, '0', 0, 0, -14414.5, 525.33697509765625, 10.05939960479736328, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+3, 180406, 0, 5287, 35, '0', 0, 0, -14476.16015625, 461.171875, 36.54711151123046875, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+4, 180407, 0, 5287, 35, '0', 0, 0, -14477.6669921875, 488.01214599609375, 14.90494441986083984, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+5, 180411, 0, 5287, 35, '0', 0, 0, -14424.232421875, 470, 26.78550148010253906, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+6, 180411, 0, 5287, 35, '0', 0, 0, -14462.599609375, 487.209991455078125, 28.71769905090332031, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+7, 180415, 0, 5287, 35, '0', 0, 0, -14459.25390625, 482.09027099609375, 21.265472412109375, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+8, 180415, 0, 5287, 35, '0', 0, 0, -14457.900390625, 486.016998291015625, 15.87720012664794921, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+9, 180415, 0, 5287, 35, '0', 0, 0, -14460, 482.864990234375, 21.64749908447265625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+10, 180415, 0, 5287, 35, '0', 0, 0, -14463.7998046875, 486.589996337890625, 21.636199951171875, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 0, 5287, 35, '0', 0, 0, -14462.375, 485.703125, 21.32836151123046875, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 0, 5287, 35, '0', 0, 0, -14453.7607421875, 494.274322509765625, 16.42455482482910156, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 5287, 35, '0', 0, 0, -14453.986328125, 494.36285400390625, 16.30660820007324218, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 5287, 35, '0', 0, 0, -14469.751953125, 481.3468017578125, 21.0760498046875, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 5287, 35, '0', 0, 0, -14469.646484375, 483.559906005859375, 16.48216819763183593, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+16, 180415, 0, 5287, 35, '0', 0, 0, -14466.09765625, 488.328125, 21.37956047058105468, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+17, 180415, 0, 5287, 35, '0', 0, 0, -14467.6845703125, 489.822906494140625, 21.65497207641601562, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 0, 5287, 35, '0', 0, 0, -14468.72265625, 490.8038330078125, 21.46869468688964843, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+19, 180415, 0, 5287, 35, '0', 0, 0, -14463.146484375, 495.619781494140625, 15.77869033813476562, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+20, 180425, 0, 5287, 35, '0', 0, 0, -14451.599609375, 491.964996337890625, 16.42309951782226562, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+21, 180425, 0, 5287, 35, '0', 0, 0, -14455.275390625, 497.72796630859375, 16.4212646484375, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+22, 180425, 0, 5287, 35, '0', 0, 0, -14461.642578125, 487.55035400390625, 15.97133255004882812, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+23, 180425, 0, 5287, 35, '0', 0, 0, -14465.5244140625, 478.232635498046875, 21.2693328857421875, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+24, 180425, 0, 5287, 35, '0', 0, 0, -14469.517578125, 481.239593505859375, 21.26347160339355468, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+25, 180425, 0, 5287, 35, '0', 0, 0, -14464.6220703125, 485.65972900390625, 21.2722930908203125, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+26, 180425, 0, 5287, 35, '0', 0, 0, -14473.017578125, 493.423614501953125, 16.04327774047851562, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+27, 180425, 0, 5287, 35, '0', 0, 0, -14468.0732421875, 488.15625, 21.26880836486816406, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+28, 180425, 0, 5287, 35, '0', 0, 0, -14457.7744140625, 502.84027099609375, 15.95049858093261718, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+29, 180471, 0, 5287, 35, '0', 0, 0, -14467.8408203125, 492.973968505859375, 24.03863906860351562, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+30, 180472, 0, 5287, 35, '0', 0, 0, -14460.7001953125, 477.2139892578125, 22.01980018615722656, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+31, 180472, 0, 5287, 35, '0', 0, 0, -14459.5, 488.27099609375, 19.84510040283203125, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+32, 180523, 0, 5287, 35, '0', 0, 0, -14463.0986328125, 479.9761962890625, 20.72477340698242187, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- Apple Bob (Area: Booty Bay - Difficulty: 0) CreateObject1
(@OGUID+33, 190103, 0, 5287, 35, '0', 0, 0, -14456.39453125, 494.09564208984375, 15.126068115234375, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886); -- Candy Bucket (Area: Booty Bay - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+33;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33);
@@ -0,0 +1,259 @@
SET @CGUID := 3000347;
SET @OGUID := 3005674;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208144; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=208144; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID`=28959;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28959, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208144;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208144, 28959, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208144 AND `quest`=28959);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208144;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 0, 4, 1437, '0', 0, 0, 0, 0, -10854.5068359375, -2662.6806640625, 55.06182098388671875, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 231534 AND 231616;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 231534 AND 231616;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+108;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 4, 1437, '0', 0, 0, -10910.3837890625, -2781.6875, 27.11775779724121093, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 4, 1437, '0', 0, 0, -10890.7607421875, -2715.4150390625, 13.47322654724121093, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+2, 180405, 0, 4, 1437, '0', 0, 0, -10910.2607421875, -2692.03125, 13.51072406768798828, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+3, 180408, 0, 4, 1437, '0', 0, 0, -10867.7392578125, -2692.520751953125, 12.28029727935791015, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+4, 180408, 0, 4, 1437, '0', 0, 0, -10884.8134765625, -2672.1806640625, 12.39948844909667968, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+5, 180408, 0, 4, 1437, '0', 0, 0, -10879.228515625, -2667.1650390625, 12.27243518829345703, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+6, 180408, 0, 4, 1437, '0', 0, 0, -10861.591796875, -2687.84375, 12.40300941467285156, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+7, 180410, 0, 4, 1437, '0', 0, 0, -10933.021484375, -2796.90966796875, 26.38058280944824218, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+8, 180410, 0, 4, 1437, '0', 0, 0, -10937.939453125, -2793.989501953125, 26.41790771484375, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+9, 180411, 0, 4, 1437, '0', 0, 0, -10946.716796875, -2772.248291015625, 11.16553115844726562, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+10, 180414, 0, 4, 1437, '0', 0, 0, -10941.2099609375, -2762.298583984375, 7.439187049865722656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Cauldron (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 0, 4, 1437, '0', 0, 0, -10931.7080078125, -2796.625, 25.58553695678710937, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 0, 4, 1437, '0', 0, 0, -10938.08203125, -2793.05029296875, 25.47644996643066406, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 4, 1437, '0', 0, 0, -10936.7080078125, -2794.34375, 25.65151405334472656, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 4, 1437, '0', 0, 0, -10932.486328125, -2795.96875, 25.64968490600585937, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 4, 1437, '0', 0, 0, -10931.5712890625, -2796.23779296875, 25.46962928771972656, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+16, 180415, 0, 4, 1437, '0', 0, 0, -10931.326171875, -2796.55908203125, 25.56562232971191406, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+17, 180415, 0, 4, 1437, '0', 0, 0, -10936.9912109375, -2793.432373046875, 25.61476516723632812, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 0, 4, 1437, '0', 0, 0, -10936.7412109375, -2793.9306640625, 25.61432838439941406, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+19, 180415, 0, 4, 1437, '0', 0, 0, -10937.4755859375, -2793.078125, 25.58017730712890625, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+20, 180415, 0, 4, 1437, '0', 0, 0, -10880.2724609375, -2696.053955078125, 21.04797172546386718, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+21, 180415, 0, 4, 1437, '0', 0, 0, -10882.25390625, -2694.307373046875, 21.18779182434082031, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+22, 180415, 0, 4, 1437, '0', 0, 0, -10872.59375, -2699.845458984375, 22.39959335327148437, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+23, 180415, 0, 4, 1437, '0', 0, 0, -10870.4384765625, -2698.451416015625, 20.96318244934082031, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+24, 180415, 0, 4, 1437, '0', 0, 0, -10889.8505859375, -2684.567626953125, 21.07930946350097656, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 0, 4, 1437, '0', 0, 0, -10876.3388671875, -2699.53125, 22.39856529235839843, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+26, 180415, 0, 4, 1437, '0', 0, 0, -10868.533203125, -2696.796875, 21.08182525634765625, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+27, 180415, 0, 4, 1437, '0', 0, 0, -10888.39453125, -2687.007080078125, 21.21856880187988281, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+28, 180415, 0, 4, 1437, '0', 0, 0, -10878.40625, -2697.6962890625, 20.94845008850097656, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+29, 180415, 0, 4, 1437, '0', 0, 0, -10866.7451171875, -2695.263916015625, 21.18761825561523437, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+30, 180415, 0, 4, 1437, '0', 0, 0, -10863.921875, -2692.0244140625, 21.28647994995117187, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+31, 180415, 0, 4, 1437, '0', 0, 0, -10892.205078125, -2680.98095703125, 22.40239143371582031, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+32, 180415, 0, 4, 1437, '0', 0, 0, -10864.96875, -2693.732666015625, 21.26141357421875, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+33, 180415, 0, 4, 1437, '0', 0, 0, -10891.513671875, -2682.12158203125, 20.86907768249511718, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+34, 180415, 0, 4, 1437, '0', 0, 0, -10878.7451171875, -2664.782958984375, 21.16489219665527343, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+35, 180415, 0, 4, 1437, '0', 0, 0, -10880.96875, -2666.607666015625, 21.26066398620605468, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+36, 180415, 0, 4, 1437, '0', 0, 0, -10853.3408203125, -2683.953125, 20.49903297424316406, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+37, 180415, 0, 4, 1437, '0', 0, 0, -10857.5283203125, -2687.4375, 21.04805946350097656, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+38, 180415, 0, 4, 1437, '0', 0, 0, -10889.828125, -2674.276123046875, 20.99936866760253906, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+39, 180415, 0, 4, 1437, '0', 0, 0, -10876.267578125, -2662.685791015625, 20.9932098388671875, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+40, 180415, 0, 4, 1437, '0', 0, 0, -10862.3486328125, -2690.73095703125, 21.27455711364746093, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+41, 180415, 0, 4, 1437, '0', 0, 0, -10886.419921875, -2671.392333984375, 21.19450569152832031, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+42, 180415, 0, 4, 1437, '0', 0, 0, -10884.4130859375, -2670.09033203125, 21.27244377136230468, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+43, 180415, 0, 4, 1437, '0', 0, 0, -10859.103515625, -2688.78125, 21.08301353454589843, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+44, 180415, 0, 4, 1437, '0', 0, 0, -10855.7568359375, -2685.939208984375, 20.9032440185546875, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+45, 180415, 0, 4, 1437, '0', 0, 0, -10888.08203125, -2672.782958984375, 21.15075302124023437, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+46, 180415, 0, 4, 1437, '0', 0, 0, -10860.6474609375, -2690.064208984375, 21.21953773498535156, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+47, 180415, 0, 4, 1437, '0', 0, 0, -10891.810546875, -2676.390625, 22.41292762756347656, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+48, 180415, 0, 4, 1437, '0', 0, 0, -10882.607421875, -2668.475830078125, 21.36581993103027343, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+49, 180415, 0, 4, 1437, '0', 0, 0, -10872.3330078125, -2659.755126953125, 22.41662025451660156, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+50, 180415, 0, 4, 1437, '0', 0, 0, -10870.2080078125, -2660.260498046875, 22.40339088439941406, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+51, 180415, 0, 4, 1437, '0', 0, 0, -10867.3330078125, -2663.6875, 20.87957191467285156, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+52, 180415, 0, 4, 1437, '0', 0, 0, -10863.9169921875, -2667.77783203125, 21.21164894104003906, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+53, 180415, 0, 4, 1437, '0', 0, 0, -10869.1630859375, -2661.498291015625, 20.72495269775390625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+54, 180415, 0, 4, 1437, '0', 0, 0, -10857.67578125, -2675.13720703125, 21.09292793273925781, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+55, 180415, 0, 4, 1437, '0', 0, 0, -10862.09375, -2671.314208984375, 21.2926483154296875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+56, 180415, 0, 4, 1437, '0', 0, 0, -10854.75390625, -2678.630126953125, 20.81046676635742187, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+57, 180415, 0, 4, 1437, '0', 0, 0, -10860.9619140625, -2672.61279296875, 21.28261756896972656, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+58, 180415, 0, 4, 1437, '0', 0, 0, -10873.548828125, -2660.354248046875, 20.64093208312988281, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+59, 180415, 0, 4, 1437, '0', 0, 0, -10859.2236328125, -2673.357666015625, 21.26133537292480468, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+60, 180415, 0, 4, 1437, '0', 0, 0, -10853.1826171875, -2682.59716796875, 21.25728225708007812, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+61, 180415, 0, 4, 1437, '0', 0, 0, -10863.455078125, -2669.598876953125, 21.2589111328125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+62, 180415, 0, 4, 1437, '0', 0, 0, -10853.0712890625, -2680.632080078125, 21.2674713134765625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+63, 180415, 0, 4, 1437, '0', 0, 0, -10856.2158203125, -2676.857666015625, 21.01546669006347656, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+64, 180415, 0, 4, 1437, '0', 0, 0, -10865.453125, -2665.9306640625, 21.09947586059570312, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+65, 180425, 0, 4, 1437, '0', 0, 0, -10932.8193359375, -2795.96533203125, 25.69707679748535156, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+66, 180426, 0, 4, 1437, '0', 0, 0, -10981.107421875, -2774.01220703125, 19.45093727111816406, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+67, 180426, 0, 4, 1437, '0', 0, 0, -10949.5400390625, -2766.82470703125, 32.81339645385742187, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- Bat01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+68, 180426, 0, 4, 1437, '0', 0, 0, -10926.1474609375, -2750.795166015625, 33.78972244262695312, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- Bat01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+69, 180426, 0, 4, 1437, '0', 0, 0, -10975.6357421875, -2770.654541015625, 24.09937858581542968, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- Bat01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+70, 180427, 0, 4, 1437, '0', 0, 0, -10914.8388671875, -2786.30908203125, 25.67024612426757812, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- Bat02 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+71, 180427, 0, 4, 1437, '0', 0, 0, -10966.263671875, -2763.541748046875, 22.07467079162597656, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- Bat02 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+72, 180427, 0, 4, 1437, '0', 0, 0, -10937.015625, -2744.145751953125, 31.75851821899414062, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- Bat02 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+73, 180427, 0, 4, 1437, '0', 0, 0, -10813.125, -2718.1025390625, 24.43842315673828125, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- Bat02 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+74, 180471, 0, 4, 1437, '0', 0, 0, -10914.4482421875, -2787.776123046875, 30.84101676940917968, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+75, 180471, 0, 4, 1437, '0', 0, 0, -10915.3193359375, -2788.029541015625, 30.24696159362792968, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+76, 180471, 0, 4, 1437, '0', 0, 0, -10913.734375, -2787.3056640625, 31.01108551025390625, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+77, 180471, 0, 4, 1437, '0', 0, 0, -10913.3095703125, -2786.598876953125, 30.06057167053222656, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+78, 180471, 0, 4, 1437, '0', 0, 0, -10985.828125, -2743.486083984375, 11.39045429229736328, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+79, 180471, 0, 4, 1437, '0', 0, 0, -10985.294921875, -2743.001708984375, 11.72096061706542968, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+80, 180471, 0, 4, 1437, '0', 0, 0, -10986.341796875, -2743.892333984375, 10.93878841400146484, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+81, 180472, 0, 4, 1437, '0', 0, 0, -10981.3388671875, -2739.81591796875, 12.38718509674072265, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+82, 180523, 0, 4, 1437, '0', 0, 0, -10863.736328125, -2672.55029296875, 10, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- Apple Bob (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+83, 185438, 0, 4, 1437, '0', 0, 0, -10935.8857421875, -2796.335205078125, 25.83452033996582031, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+84, 185454, 0, 4, 1437, '0', 0, 0, -10951.123046875, -2732.432373046875, 7.780379295349121093, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+85, 208057, 0, 4, 1437, '0', 0, 0, -10960.5986328125, -2805.107666015625, 25.33040809631347656, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+86, 208057, 0, 4, 1437, '0', 0, 0, -11035.70703125, -2726.470458984375, 29.81352424621582031, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+87, 208058, 0, 4, 1437, '0', 0, 0, -10886.6181640625, -2691.796875, 29.88393211364746093, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 3.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+88, 208061, 0, 4, 1437, '0', 0, 0, -11010.298828125, -2754.46875, 24.56011390686035156, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+89, 208061, 0, 4, 1437, '0', 0, 0, -11048.359375, -2712.453125, 30.43739891052246093, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+90, 208062, 0, 4, 1437, '0', 0, 0, -10945.748046875, -2816.338623046875, 27.55253410339355468, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+91, 208062, 0, 4, 1437, '0', 0, 0, -11022.84765625, -2741.460205078125, 25.54814529418945312, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+92, 208062, 0, 4, 1437, '0', 0, 0, -11061.2763671875, -2699.8369140625, 36.09294509887695312, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+93, 208064, 0, 4, 1437, '0', 0, 0, -10980.5048828125, -2739.32470703125, 9.357750892639160156, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- Web Corner (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+94, 208064, 0, 4, 1437, '0', 0, 0, -10987.080078125, -2744.114501953125, 9.373150825500488281, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- Web Corner (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+95, 208069, 0, 4, 1437, '0', 0, 0, -10919.095703125, -2788.875, 28.64537239074707031, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+96, 208069, 0, 4, 1437, '0', 0, 0, -11013.8994140625, -2761.072998046875, 5.69873666763305664, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+97, 208069, 0, 4, 1437, '0', 0, 0, -10943.763671875, -2723.513916015625, 9.95449066162109375, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+98, 208070, 0, 4, 1437, '0', 0, 0, -10913.763671875, -2788.109375, 27.71202659606933593, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- Web Hanging Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+99, 208070, 0, 4, 1437, '0', 0, 0, -10886.4736328125, -2691.671875, 15.40763568878173828, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- Web Hanging Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+100, 208071, 0, 4, 1437, '0', 0, 0, -10872.3681640625, -2723.94970703125, 32.01842880249023437, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+101, 208071, 0, 4, 1437, '0', 0, 0, -11035.107421875, -2738.67529296875, 15.28093147277832031, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+102, 208071, 0, 4, 1437, '0', 0, 0, -11060.201171875, -2711.748291015625, 21.99753761291503906, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+103, 208071, 0, 4, 1437, '0', 0, 0, -10914.9580078125, -2672.8681640625, 32.30809402465820312, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+104, 208072, 0, 4, 1437, '0', 0, 0, -10909.9619140625, -2779.739501953125, 27.70479774475097656, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+105, 208072, 0, 4, 1437, '0', 0, 0, -10967.359375, -2817.708251953125, 8.939711570739746093, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+106, 208078, 0, 4, 1437, '0', 0, 0, -10950.470703125, -2725.845458984375, 9.944890975952148437, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+107, 208078, 0, 4, 1437, '0', 0, 0, -11021.896484375, -2750.913330078125, 5.953338623046875, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
(@OGUID+108, 208144, 0, 4, 1437, '0', 0, 0, -10858.763671875, -2676.095458984375, 9.80770111083984375, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886); -- Candy Bucket (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+108;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79),
(12, @OGUID+80),
(12, @OGUID+81),
(12, @OGUID+82),
(12, @OGUID+83),
(12, @OGUID+84),
(12, @OGUID+85),
(12, @OGUID+86),
(12, @OGUID+87),
(12, @OGUID+88),
(12, @OGUID+89),
(12, @OGUID+90),
(12, @OGUID+91),
(12, @OGUID+92),
(12, @OGUID+93),
(12, @OGUID+94),
(12, @OGUID+95),
(12, @OGUID+96),
(12, @OGUID+97),
(12, @OGUID+98),
(12, @OGUID+99),
(12, @OGUID+100),
(12, @OGUID+101),
(12, @OGUID+102),
(12, @OGUID+103),
(12, @OGUID+104),
(12, @OGUID+105),
(12, @OGUID+106),
(12, @OGUID+107),
(12, @OGUID+108);
@@ -0,0 +1,245 @@
SET @CGUID := 3000348;
SET @OGUID := 3005783;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208122; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=208122; -- Candy Bucket
-- Quests
UPDATE `quest_template` SET `Expansion`=9, `VerifiedBuild`=51886 WHERE `ID`=28960; -- Candy Bucket
DELETE FROM `quest_offer_reward` WHERE `ID`=28960;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28960, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208122;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208122, 28960, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208122 AND `quest`=28960);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208122;
-- Creature spawns
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+1;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 0, 4, 1438, '0', 0, 0, 0, 0, -11012.487234375, -3373.503349609375, 64.28792919921875, 6.144051074981689453, 120, 10, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886), -- Black Cat (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@CGUID+1, 22816, 0, 4, 1438, '0', 0, 0, 0, 0, -11112.21575, -3435.637314453125, 79.3337249755859375, 5.947369098663330078, 120, 5, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+101;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 4, 1438, '0', 0, 0, -11046.2568359375, -3398.210205078125, 68.50495147705078125, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 4, 1438, '0', 0, 0, -10953.7744140625, -3383.772705078125, 68.44934844970703125, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+2, 180405, 0, 4, 1438, '0', 0, 0, -11112.546875, -3439.303955078125, 79.0820465087890625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+3, 180406, 0, 4, 1438, '0', 0, 0, -11039.2431640625, -3408.854248046875, 68.50495147705078125, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+4, 180407, 0, 4, 1438, '0', 0, 0, -10956.626953125, -3396.229248046875, 68.44934844970703125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+5, 180408, 0, 4, 1438, '0', 0, 0, -11108.298828125, -3456.411376953125, 70.87290191650390625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+6, 180408, 0, 4, 1438, '0', 0, 0, -11125.279296875, -3517.567626953125, 71.086181640625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+7, 180408, 0, 4, 1438, '0', 0, 0, -11152.001953125, -3485.15283203125, 71.06095123291015625, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+8, 180410, 0, 4, 1438, '0', 0, 0, -11028.6494140625, -3371.7744140625, 66.39879608154296875, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+9, 180410, 0, 4, 1438, '0', 0, 0, -10967.154296875, -3404.897705078125, 65.5581817626953125, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+10, 180411, 0, 4, 1438, '0', 0, 0, -10949.705078125, -3391.489501953125, 71.04183197021484375, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+11, 180411, 0, 4, 1438, '0', 0, 0, -11047.3134765625, -3406.522705078125, 71.12029266357421875, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 0, 4, 1438, '0', 0, 0, -11007.8974609375, -3387.109375, 64.48087310791015625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 4, 1438, '0', 0, 0, -11003.7451171875, -3386.578125, 63.8908843994140625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 4, 1438, '0', 0, 0, -11003.0712890625, -3390.8056640625, 63.75310516357421875, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 4, 1438, '0', 0, 0, -10992.6826171875, -3433.53466796875, 63.59180450439453125, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+16, 180415, 0, 4, 1438, '0', 0, 0, -10992.419921875, -3437.6494140625, 63.86163330078125, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+17, 180415, 0, 4, 1438, '0', 0, 0, -10989.0888671875, -3435.640625, 63.54892349243164062, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 0, 4, 1438, '0', 0, 0, -11012.861328125, -3455.848876953125, 66.6010284423828125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+19, 180415, 0, 4, 1438, '0', 0, 0, -10967.4482421875, -3456.046875, 66.58673095703125, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+20, 180415, 0, 4, 1438, '0', 0, 0, -11008.6025390625, -3455.60595703125, 66.57810211181640625, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+21, 180415, 0, 4, 1438, '0', 0, 0, -10966.169921875, -3452.09716796875, 66.55905914306640625, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+22, 180415, 0, 4, 1438, '0', 0, 0, -11004.4736328125, -3455.951416015625, 66.61136627197265625, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+23, 180415, 0, 4, 1438, '0', 0, 0, -11045.9287109375, -3459.416748046875, 67.31052398681640625, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+24, 180415, 0, 4, 1438, '0', 0, 0, -11042.7255859375, -3462.057373046875, 66.82050323486328125, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 0, 4, 1438, '0', 0, 0, -11032.5107421875, -3470.604248046875, 66.594390869140625, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+26, 180415, 0, 4, 1438, '0', 0, 0, -11038.96875, -3465.2900390625, 66.58574676513671875, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+27, 180415, 0, 4, 1438, '0', 0, 0, -11048.8212890625, -3462.52783203125, 67.19550323486328125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+28, 180415, 0, 4, 1438, '0', 0, 0, -11035.7861328125, -3468.032958984375, 66.60455322265625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+29, 180415, 0, 4, 1438, '0', 0, 0, -11051.0732421875, -3466.00341796875, 66.90793609619140625, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+30, 180415, 0, 4, 1438, '0', 0, 0, -11055.203125, -3466.59716796875, 66.846954345703125, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+31, 180415, 0, 4, 1438, '0', 0, 0, -11071.5986328125, -3465.663330078125, 66.597442626953125, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+32, 180415, 0, 4, 1438, '0', 0, 0, -11111.603515625, -3431.255126953125, 79.07505035400390625, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+33, 180415, 0, 4, 1438, '0', 0, 0, -11060.896484375, -3472.623291015625, 66.6041107177734375, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+34, 180415, 0, 4, 1438, '0', 0, 0, -11058.392578125, -3469.270751953125, 66.70288848876953125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+35, 180415, 0, 4, 1438, '0', 0, 0, -11075.765625, -3466.154541015625, 66.54193878173828125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+36, 180415, 0, 4, 1438, '0', 0, 0, -11032.47265625, -3474.798583984375, 66.64788818359375, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+37, 180415, 0, 4, 1438, '0', 0, 0, -11108.7470703125, -3438.609375, 79.2433624267578125, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+38, 180415, 0, 4, 1438, '0', 0, 0, -11076.154296875, -3462.036376953125, 66.615234375, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+39, 180415, 0, 4, 1438, '0', 0, 0, -11115.7783203125, -3432.84033203125, 78.82354736328125, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+40, 180415, 0, 4, 1438, '0', 0, 0, -11108.001953125, -3434.05908203125, 79.25872802734375, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+41, 180415, 0, 4, 1438, '0', 0, 0, -11034.64453125, -3478.34033203125, 66.59519195556640625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+42, 180415, 0, 4, 1438, '0', 0, 0, -11063.046875, -3476.25, 66.63637542724609375, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+43, 180415, 0, 4, 1438, '0', 0, 0, -11066.9619140625, -3477.62841796875, 66.58322906494140625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+44, 180415, 0, 4, 1438, '0', 0, 0, -11073.138671875, -3478.28125, 66.56403350830078125, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+45, 180415, 0, 4, 1438, '0', 0, 0, -11036.8662109375, -3481.890625, 66.60845947265625, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+46, 180415, 0, 4, 1438, '0', 0, 0, -11070.3076171875, -3475.1337890625, 66.5517730712890625, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+47, 180415, 0, 4, 1438, '0', 0, 0, -11042.8994140625, -3487.342041015625, 66.60446929931640625, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+48, 180415, 0, 4, 1438, '0', 0, 0, -11045.111328125, -3490.895751953125, 66.661651611328125, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+49, 180415, 0, 4, 1438, '0', 0, 0, -11039.14453125, -3485.421875, 66.65476226806640625, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+50, 180415, 0, 4, 1438, '0', 0, 0, -11072.904296875, -3489.765625, 66.5834808349609375, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+51, 180415, 0, 4, 1438, '0', 0, 0, -11075.107421875, -3486.161376953125, 66.5663909912109375, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+52, 180415, 0, 4, 1438, '0', 0, 0, -11047.4482421875, -3494.435791015625, 66.66265869140625, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+53, 180415, 0, 4, 1438, '0', 0, 0, -11075.185546875, -3481.942626953125, 66.5948638916015625, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+54, 180415, 0, 4, 1438, '0', 0, 0, -11050.9580078125, -3492.013916015625, 66.65380859375, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+55, 180425, 0, 4, 1438, '0', 0, 0, -11110.8369140625, -3440.078125, 79.17050933837890625, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+56, 180425, 0, 4, 1438, '0', 0, 0, -11114.23828125, -3431.279541015625, 79.03771209716796875, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- SkullCandle01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+57, 180425, 0, 4, 1438, '0', 0, 0, -11107.658203125, -3436.515625, 79.3122406005859375, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- SkullCandle01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+58, 180425, 0, 4, 1438, '0', 0, 0, -11109.4482421875, -3432.0400390625, 79.20508575439453125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- SkullCandle01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+59, 180426, 0, 4, 1438, '0', 0, 0, -10997.2392578125, -3380.545166015625, 89.46469879150390625, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- Bat01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+60, 180426, 0, 4, 1438, '0', 0, 0, -11000.5732421875, -3382.66845703125, 82.22509002685546875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+61, 180426, 0, 4, 1438, '0', 0, 0, -10995.95703125, -3386.975830078125, 91.05004119873046875, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- Bat01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+62, 180426, 0, 4, 1438, '0', 0, 0, -11003.955078125, -3388.57470703125, 85.3719329833984375, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- Bat01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+63, 180427, 0, 4, 1438, '0', 0, 0, -11000.595703125, -3385.57470703125, 81.42990875244140625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- Bat02 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+64, 180427, 0, 4, 1438, '0', 0, 0, -10996.6806640625, -3393.28125, 89.76798248291015625, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- Bat02 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+65, 180427, 0, 4, 1438, '0', 0, 0, -10999.1884765625, -3386.288330078125, 86.4967193603515625, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- Bat02 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+66, 180429, 0, 4, 1438, '0', 0, 0, -10933.642578125, -3500.63720703125, 67.3153839111328125, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+67, 180429, 0, 4, 1438, '0', 0, 0, -10939.17578125, -3499.270751953125, 67.45981597900390625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+68, 180471, 0, 4, 1438, '0', 0, 0, -11030.7158203125, -3372.70654296875, 68.09624481201171875, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+69, 180471, 0, 4, 1438, '0', 0, 0, -11038.873046875, -3374.57470703125, 68.12918853759765625, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+70, 180471, 0, 4, 1438, '0', 0, 0, -11018.8701171875, -3369.736083984375, 68.20053863525390625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+71, 180471, 0, 4, 1438, '0', 0, 0, -11026.794921875, -3372.272705078125, 68.19976806640625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+72, 180471, 0, 4, 1438, '0', 0, 0, -11023.876953125, -3405.61279296875, 68.5333709716796875, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+73, 180471, 0, 4, 1438, '0', 0, 0, -11019.4267578125, -3412.505126953125, 68.40533447265625, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+74, 180471, 0, 4, 1438, '0', 0, 0, -10960.185546875, -3450.748291015625, 69.7870330810546875, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+75, 180471, 0, 4, 1438, '0', 0, 0, -10961.013671875, -3452.0087890625, 69.78281402587890625, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+76, 180471, 0, 4, 1438, '0', 0, 0, -10960.5986328125, -3451.397705078125, 69.5558013916015625, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+77, 180471, 0, 4, 1438, '0', 0, 0, -10959.4443359375, -3449.51904296875, 69.74945831298828125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+78, 180471, 0, 4, 1438, '0', 0, 0, -11089.498046875, -3447.0556640625, 68.2094268798828125, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+79, 180471, 0, 4, 1438, '0', 0, 0, -11094.4345703125, -3440.463623046875, 68.1926727294921875, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+80, 180471, 0, 4, 1438, '0', 0, 0, -11053.6611328125, -3481.265625, 68.609283447265625, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+81, 180471, 0, 4, 1438, '0', 0, 0, -11053.013671875, -3481.751708984375, 68.48416900634765625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+82, 180471, 0, 4, 1438, '0', 0, 0, -11052.419921875, -3482.138916015625, 68.35546112060546875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+83, 180523, 0, 4, 1438, '0', 0, 0, -10916.763671875, -3421.395751953125, 66.54460906982421875, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- Apple Bob (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+84, 185436, 0, 4, 1438, '0', 0, 0, -11051.0849609375, -3372.609375, 65.60971832275390625, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+85, 185438, 0, 4, 1438, '0', 0, 0, -11044.9931640625, -3386.515625, 65.9428863525390625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+86, 207941, 0, 4, 1438, '0', 0, 0, -10989.783203125, -3471.6337890625, 80.555450439453125, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+87, 208058, 0, 4, 1438, '0', 0, 0, -10989.6162109375, -3471.885498046875, 75.31905364990234375, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 3.0 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+88, 208064, 0, 4, 1438, '0', 0, 0, -11058.4482421875, -3478.882080078125, 66.61786651611328125, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- Web Corner (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+89, 208069, 0, 4, 1438, '0', 0, 0, -11000.8134765625, -3348.732666015625, 68.52735137939453125, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+90, 208069, 0, 4, 1438, '0', 0, 0, -11008.216796875, -3456.578125, 68.56320953369140625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+91, 208069, 0, 4, 1438, '0', 0, 0, -11121.576171875, -3491.147705078125, 68.88101959228515625, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+92, 208071, 0, 4, 1438, '0', 0, 0, -10943.5361328125, -3392.60595703125, 66.8695220947265625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+93, 208071, 0, 4, 1438, '0', 0, 0, -11051.798828125, -3409.385498046875, 67.65984344482421875, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+94, 208072, 0, 4, 1438, '0', 0, 0, -11004.484375, -3387.739501953125, 66.05234527587890625, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+95, 208072, 0, 4, 1438, '0', 0, 0, -10965.5849609375, -3452.92529296875, 68.64261627197265625, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+96, 208072, 0, 4, 1438, '0', 0, 0, -11042.3408203125, -3461.288330078125, 68.84896087646484375, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+97, 208078, 0, 4, 1438, '0', 0, 0, -11013.6962890625, -3351.61279296875, 68.85970306396484375, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+98, 208078, 0, 4, 1438, '0', 0, 0, -10992.0361328125, -3434.739501953125, 65.70574951171875, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+99, 208078, 0, 4, 1438, '0', 0, 0, -11075.2119140625, -3465.170166015625, 68.61144256591796875, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+100, 208078, 0, 4, 1438, '0', 0, 0, -11132.201171875, -3480.095458984375, 68.84516143798828125, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
(@OGUID+101, 208122, 0, 4, 1438, '0', 0, 0, -10926.87890625, -3416.520751953125, 66.49752044677734375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886); -- Candy Bucket (Area: Nethergarde Keep - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+1;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0),
(12, @CGUID+1);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+101;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79),
(12, @OGUID+80),
(12, @OGUID+81),
(12, @OGUID+82),
(12, @OGUID+83),
(12, @OGUID+84),
(12, @OGUID+85),
(12, @OGUID+86),
(12, @OGUID+87),
(12, @OGUID+88),
(12, @OGUID+89),
(12, @OGUID+90),
(12, @OGUID+91),
(12, @OGUID+92),
(12, @OGUID+93),
(12, @OGUID+94),
(12, @OGUID+95),
(12, @OGUID+96),
(12, @OGUID+97),
(12, @OGUID+98),
(12, @OGUID+99),
(12, @OGUID+100),
(12, @OGUID+101);
@@ -0,0 +1,265 @@
SET @CGUID := 3000350;
SET @OGUID := 3005885;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208123; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=208123; -- Candy Bucket
-- Quests
UPDATE `quest_template` SET `Expansion`=9, `VerifiedBuild`=51886 WHERE `ID`=28961; -- Candy Bucket
DELETE FROM `quest_offer_reward` WHERE `ID`=28961;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28961, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208123;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208123, 28961, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208123 AND `quest`=28961);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208123;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 0, 4, 5084, '0', 0, 0, 0, 0, -12741.9541875, -2933.1281921875, 7.111256122589111328, 3.494016647338867187, 120, 10, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Surwich - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+112;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 4, 5044, '0', 0, 0, -12685.798828125, -2862.810791015625, 3.037108659744262695, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 4, 5044, '0', 0, 0, -12716.896484375, -2910.138916015625, 1.61208510398864746, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+2, 180405, 0, 4, 5084, '0', 0, 0, -12759.5517578125, -2905.5244140625, 8.800129890441894531, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+3, 180405, 0, 4, 5084, '0', 0, 0, -12745.5244140625, -2921.546875, 8.818005561828613281, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+4, 180406, 0, 4, 5044, '0', 0, 0, -12721.1181640625, -2957.1181640625, 8.849879264831542968, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+5, 180406, 0, 4, 5044, '0', 0, 0, -12730.048828125, -2933.076416015625, 8.765553474426269531, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+6, 180406, 0, 4, 5084, '0', 0, 0, -12769.955078125, -2918.873291015625, 8.788874626159667968, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+7, 180406, 0, 4, 5084, '0', 0, 0, -12751.7255859375, -2878.73779296875, 1.754202008247375488, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+8, 180407, 0, 4, 5044, '0', 0, 0, -12710.6181640625, -2942.89404296875, 8.910387992858886718, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+9, 180407, 0, 4, 5084, '0', 0, 0, -12714.794921875, -2846.380126953125, 1.40623021125793457, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+10, 180408, 0, 4, 5044, '0', 0, 0, -12685.8017578125, -2862.826416015625, 4.647865772247314453, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+11, 180411, 0, 4, 5044, '0', 0, 0, -12693.455078125, -2863.788330078125, 19.14152717590332031, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+12, 180411, 0, 4, 5084, '0', 0, 0, -12759.9892578125, -2856.083251953125, 15.28971195220947265, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 4, 5044, '0', 0, 0, -12667.955078125, -2908.920166015625, 3.875008106231689453, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 4, 5044, '0', 0, 0, -12687.06640625, -2908.100830078125, 4.126121997833251953, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 4, 5044, '0', 0, 0, -12648.625, -2906.263916015625, 3.721983671188354492, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+16, 180415, 0, 4, 5044, '0', 0, 0, -12665.40625, -2908.751708984375, 4.07225799560546875, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+17, 180415, 0, 4, 5044, '0', 0, 0, -12659.4130859375, -2908.671875, 3.901810646057128906, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 0, 4, 5044, '0', 0, 0, -12671.03125, -2908.654541015625, 3.99348759651184082, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+19, 180415, 0, 4, 5044, '0', 0, 0, -12676.6142578125, -2908.326416015625, 4.286301136016845703, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+20, 180415, 0, 4, 5044, '0', 0, 0, -12684.09765625, -2908.095458984375, 4.182917594909667968, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+21, 180415, 0, 4, 5044, '0', 0, 0, -12662.3818359375, -2908.845458984375, 3.846030473709106445, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+22, 180415, 0, 4, 5044, '0', 0, 0, -12654.31640625, -2908.96875, 3.841618061065673828, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+23, 180415, 0, 4, 5044, '0', 0, 0, -12679.107421875, -2908.28466796875, 3.994385719299316406, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+24, 180415, 0, 4, 5044, '0', 0, 0, -12656.794921875, -2908.935791015625, 4.144119739532470703, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 0, 4, 5044, '0', 0, 0, -12681.6142578125, -2908.303955078125, 4.220055103302001953, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+26, 180415, 0, 4, 5044, '0', 0, 0, -12649.267578125, -2908.963623046875, 4.03537750244140625, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+27, 180415, 0, 4, 5044, '0', 0, 0, -12651.7744140625, -2908.8212890625, 4.07260751724243164, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+28, 180415, 0, 4, 5044, '0', 0, 0, -12673.576171875, -2908.57470703125, 4.17918252944946289, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+29, 180415, 0, 4, 5044, '0', 0, 0, -12687.3232421875, -2894.210205078125, 3.616232156753540039, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+30, 180415, 0, 4, 5044, '0', 0, 0, -12687.423828125, -2876.491455078125, 4.013937950134277343, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+31, 180415, 0, 4, 5044, '0', 0, 0, -12681.7119140625, -2874.029541015625, 3.913488149642944335, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+32, 180415, 0, 4, 5044, '0', 0, 0, -12687.1767578125, -2904.4306640625, 4.012222766876220703, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+33, 180415, 0, 4, 5044, '0', 0, 0, -12684.21875, -2874.145751953125, 4.145032405853271484, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+34, 180415, 0, 4, 5044, '0', 0, 0, -12687.0693359375, -2901.770751953125, 3.826684236526489257, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+35, 180415, 0, 4, 5044, '0', 0, 0, -12687.173828125, -2899.2275390625, 4.019043445587158203, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+36, 180415, 0, 4, 5044, '0', 0, 0, -12673.1943359375, -2874.4619140625, 4.252676963806152343, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+37, 180415, 0, 4, 5044, '0', 0, 0, -12687.294921875, -2881.51904296875, 4.082584381103515625, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+38, 180415, 0, 4, 5044, '0', 0, 0, -12676.19140625, -2874.2431640625, 4.106088161468505859, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+39, 180415, 0, 4, 5044, '0', 0, 0, -12687.451171875, -2884.538330078125, 3.975873231887817382, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+40, 180415, 0, 4, 5044, '0', 0, 0, -12665.41015625, -2874.4462890625, 4.035517215728759765, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+41, 180415, 0, 4, 5044, '0', 0, 0, -12713.013671875, -2940.833251953125, 9.393002510070800781, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+42, 180415, 0, 4, 5044, '0', 0, 0, -12687.3994140625, -2887.09375, 3.787144660949707031, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+43, 180415, 0, 4, 5044, '0', 0, 0, -12687.2783203125, -2896.1337890625, 3.652406930923461914, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+44, 180415, 0, 4, 5044, '0', 0, 0, -12687.2783203125, -2879.015625, 3.783233165740966796, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+45, 180415, 0, 4, 5044, '0', 0, 0, -12670.56640625, -2874.55029296875, 4.069497585296630859, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+46, 180415, 0, 4, 5044, '0', 0, 0, -12679.142578125, -2874.04345703125, 4.208169460296630859, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+47, 180415, 0, 4, 5044, '0', 0, 0, -12667.9931640625, -2874.428955078125, 4.261453151702880859, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+48, 180415, 0, 4, 5044, '0', 0, 0, -12657.8681640625, -2849.579833984375, 5.128314971923828125, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+49, 180415, 0, 4, 5044, '0', 0, 0, -12658.0634765625, -2849.763916015625, 4.958123207092285156, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+50, 180415, 0, 4, 5044, '0', 0, 0, -12715.5693359375, -2939.142333984375, 9.447949409484863281, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+51, 180415, 0, 4, 5044, '0', 0, 0, -12723.767578125, -2932.552001953125, 9.554886817932128906, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+52, 180415, 0, 4, 5044, '0', 0, 0, -12658.013671875, -2850.007080078125, 5.12425851821899414, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+53, 180415, 0, 4, 5044, '0', 0, 0, -12687.271484375, -2874.017333984375, 3.974351167678833007, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+54, 180415, 0, 4, 5044, '0', 0, 0, -12717.517578125, -2937.298583984375, 9.684453010559082031, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+55, 180415, 0, 4, 5044, '0', 0, 0, -12721.78515625, -2934.239501953125, 9.566246986389160156, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+56, 180415, 0, 4, 5044, '0', 0, 0, -12719.62890625, -2935.71533203125, 9.375110626220703125, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+57, 180415, 0, 4, 5084, '0', 0, 0, -12748.7392578125, -2913.663330078125, 9.516018867492675781, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+58, 180415, 0, 4, 5084, '0', 0, 0, -12750.896484375, -2912.157958984375, 9.345971107482910156, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+59, 180415, 0, 4, 5084, '0', 0, 0, -12752.9892578125, -2910.59716796875, 9.568341255187988281, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+60, 180415, 0, 4, 5084, '0', 0, 0, -12739.59765625, -2893.65966796875, 2.907981634140014648, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+61, 180415, 0, 4, 5084, '0', 0, 0, -12753.6181640625, -2877.29345703125, 3.465916395187377929, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+62, 180415, 0, 4, 5084, '0', 0, 0, -12744.228515625, -2916.854248046875, 8.778136253356933593, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+63, 180415, 0, 4, 5084, '0', 0, 0, -12766.767578125, -2921.958251953125, 7.877005577087402343, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+64, 180415, 0, 4, 5084, '0', 0, 0, -12746.75390625, -2915.307373046875, 9.533960342407226562, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+65, 180415, 0, 4, 5084, '0', 0, 0, -12754.9482421875, -2908.7275390625, 9.406966209411621093, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+66, 180415, 0, 4, 5084, '0', 0, 0, -12740.0419921875, -2893.4306640625, 3.06853795051574707, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+67, 180415, 0, 4, 5084, '0', 0, 0, -12744.0068359375, -2917.392333984375, 8.724954605102539062, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+68, 180415, 0, 4, 5084, '0', 0, 0, -12766.9658203125, -2920.255126953125, 8.043856620788574218, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+69, 180415, 0, 4, 5084, '0', 0, 0, -12754.3857421875, -2873.079833984375, 3.34106755256652832, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+70, 180415, 0, 4, 5084, '0', 0, 0, -12746.84765625, -2856.32470703125, 3.148106813430786132, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+71, 180415, 0, 4, 5084, '0', 0, 0, -12750.0595703125, -2862.1875, 9.03588104248046875, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+72, 180415, 0, 4, 5084, '0', 0, 0, -12744.5595703125, -2856.111083984375, 8.978785514831542968, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+73, 180415, 0, 4, 5084, '0', 0, 0, -12749.22265625, -2859.34375, 3.330092191696166992, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+74, 180415, 0, 4, 5084, '0', 0, 0, -12744.6220703125, -2855.748291015625, 9.007655143737792968, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+75, 180415, 0, 4, 5084, '0', 0, 0, -12749.6494140625, -2862.197998046875, 9.111638069152832031, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+76, 180415, 0, 4, 5084, '0', 0, 0, -12746.96875, -2856.5869140625, 3.181696176528930664, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+77, 180415, 0, 4, 5084, '0', 0, 0, -12749.3818359375, -2861.9462890625, 9.015587806701660156, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+78, 180415, 0, 4, 5084, '0', 0, 0, -12747.1142578125, -2856.453125, 3.355197668075561523, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+79, 180415, 0, 4, 5084, '0', 0, 0, -12749.4306640625, -2859.678955078125, 3.267570018768310546, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+80, 180415, 0, 4, 5084, '0', 0, 0, -12740.392578125, -2847.475830078125, 9.434838294982910156, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+81, 180415, 0, 4, 5084, '0', 0, 0, -12722.41015625, -2828.470458984375, 15.04636478424072265, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+82, 180415, 0, 4, 5084, '0', 0, 0, -12722.103515625, -2828.545166015625, 14.99956130981445312, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+83, 180415, 0, 4, 5084, '0', 0, 0, -12727.3232421875, -2828.4931640625, 14.83307933807373046, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+84, 180415, 0, 4, 5084, '0', 0, 0, -12726.9130859375, -2828.51220703125, 14.9207916259765625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+85, 180415, 0, 4, 5084, '0', 0, 0, -12727.271484375, -2828.107666015625, 15.027984619140625, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+86, 180425, 0, 4, 5084, '0', 0, 0, -12739.646484375, -2893.38720703125, 3.163272857666015625, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- SkullCandle01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+87, 180425, 0, 4, 5084, '0', 0, 0, -12766.4130859375, -2921.984375, 8.115584373474121093, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- SkullCandle01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+88, 180425, 0, 4, 5084, '0', 0, 0, -12744.03125, -2917.032958984375, 8.854428291320800781, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- SkullCandle01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+89, 180425, 0, 4, 5084, '0', 0, 0, -12753.87890625, -2875.126708984375, 3.349851369857788085, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+90, 180425, 0, 4, 5084, '0', 0, 0, -12754.6533203125, -2870.579833984375, 3.96897292137145996, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- SkullCandle01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+91, 180426, 0, 4, 5044, '0', 0, 0, -12720.4033203125, -2885.65966796875, 8.425326347351074218, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- Bat01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+92, 180426, 0, 4, 5044, '0', 0, 0, -12719.736328125, -2884.717041015625, 15.24245166778564453, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- Bat01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+93, 180426, 0, 4, 5084, '0', 0, 0, -12712.9345703125, -2860.6181640625, 21.18886756896972656, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- Bat01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+94, 180426, 0, 4, 5084, '0', 0, 0, -12717.56640625, -2860.302001953125, 27.85648155212402343, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- Bat01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+95, 180426, 0, 4, 5084, '0', 0, 0, -12716.7919921875, -2862.73779296875, 23.76578712463378906, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- Bat01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+96, 180427, 0, 4, 5044, '0', 0, 0, -12715.8505859375, -2886.6962890625, 33.80703353881835937, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- Bat02 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+97, 180427, 0, 4, 5044, '0', 0, 0, -12719.7392578125, -2884.444580078125, 22.93523216247558593, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- Bat02 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+98, 180427, 0, 4, 5084, '0', 0, 0, -12717.3369140625, -2856.19091796875, 30.01530265808105468, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- Bat02 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+99, 180427, 0, 4, 5084, '0', 0, 0, -12723.7255859375, -2856.755126953125, 22.91867828369140625, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 51886), -- Bat02 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+100, 180471, 0, 4, 5044, '0', 0, 0, -12685.3056640625, -2858.802001953125, 7.48454141616821289, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+101, 180471, 0, 4, 5044, '0', 0, 0, -12686.201171875, -2857.491455078125, 7.582268714904785156, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+102, 180471, 0, 4, 5044, '0', 0, 0, -12685.7568359375, -2858.119873046875, 7.911072731018066406, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+103, 180471, 0, 4, 5084, '0', 0, 0, -12728.8505859375, -2829.376708984375, 9.911944389343261718, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+104, 180472, 0, 4, 5084, '0', 0, 0, -12720.6142578125, -2829.255126953125, 11.08089160919189453, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+105, 180523, 0, 4, 5084, '0', 0, 0, -12708.4169921875, -2817.720458984375, 7.539838314056396484, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- Apple Bob (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+106, 185435, 0, 4, 5084, '0', 0, 0, -12752.16015625, -2868.73779296875, 3.218705415725708007, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- Sitting Skeleton 02 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+107, 208057, 0, 4, 5084, '0', 0, 0, -12749.3232421875, -2853.173583984375, 18.36668014526367187, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 2.0 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+108, 208063, 0, 4, 5044, '0', 0, 0, -12685.78515625, -2858.005126953125, 5.998166084289550781, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- Web Hanging (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+109, 208064, 0, 4, 5044, '0', 0, 0, -12719.7119140625, -2890.45654296875, 4.22096109390258789, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- Web Corner (Area: The Tainted Forest - Difficulty: 0) CreateObject1
(@OGUID+110, 208064, 0, 4, 5084, '0', 0, 0, -12719.111328125, -2879.3994140625, 4.232028484344482421, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- Web Corner (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+111, 208069, 0, 4, 5084, '0', 0, 0, -12739.1142578125, -2895.13720703125, 3.22200322151184082, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Surwich - Difficulty: 0) CreateObject1
(@OGUID+112, 208123, 0, 4, 5084, '0', 0, 0, -12722.0380859375, -2817.779541015625, 7.540986061096191406, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886); -- Candy Bucket (Area: Surwich - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+112;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79),
(12, @OGUID+80),
(12, @OGUID+81),
(12, @OGUID+82),
(12, @OGUID+83),
(12, @OGUID+84),
(12, @OGUID+85),
(12, @OGUID+86),
(12, @OGUID+87),
(12, @OGUID+88),
(12, @OGUID+89),
(12, @OGUID+90),
(12, @OGUID+91),
(12, @OGUID+92),
(12, @OGUID+93),
(12, @OGUID+94),
(12, @OGUID+95),
(12, @OGUID+96),
(12, @OGUID+97),
(12, @OGUID+98),
(12, @OGUID+99),
(12, @OGUID+100),
(12, @OGUID+101),
(12, @OGUID+102),
(12, @OGUID+103),
(12, @OGUID+104),
(12, @OGUID+105),
(12, @OGUID+106),
(12, @OGUID+107),
(12, @OGUID+108),
(12, @OGUID+109),
(12, @OGUID+110),
(12, @OGUID+111),
(12, @OGUID+112);
@@ -0,0 +1,61 @@
SET @OGUID := 3005998;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208141; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=208141; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID`=28981;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28981, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208141;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208141, 28981, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208141 AND `quest`=28981);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208141;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 231976 AND 231990;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 231976 AND 231990;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+14;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 4815, 5058, '0', 0, 0, -5140.9755859375, 3301.190185546875, -118.638153076171875, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 0, 4815, 5058, '0', 0, 0, -5128.27587890625, 3276.7109375, -118.262252807617187, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 0, 4815, 5058, '0', 0, 0, -5154.8056640625, 3284.842041015625, -118.572822570800781, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+3, 180411, 0, 4815, 5058, '0', 0, 0, -5144.44775390625, 3277.48779296875, -113.983566284179687, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 0, 4815, 5058, '0', 0, 0, -5142.25537109375, 3302.0009765625, -118.863853454589843, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+5, 180415, 0, 4815, 5058, '0', 0, 0, -5142.52978515625, 3302.4140625, -118.856613159179687, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+6, 180415, 0, 4815, 5058, '0', 0, 0, -5145.5400390625, 3289.786376953125, -117.817031860351562, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+7, 180415, 0, 4815, 5058, '0', 0, 0, -5143.34716796875, 3289.389892578125, -111.512001037597656, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+8, 180415, 0, 4815, 5058, '0', 0, 0, -5142.04150390625, 3302.447998046875, -118.633956909179687, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+9, 180415, 0, 4815, 5058, '0', 0, 0, -5141.125, 3290.96875, -115.1085205078125, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+10, 180415, 0, 4815, 5058, '0', 0, 0, -5144.45166015625, 3290.58251953125, -117.813331604003906, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+11, 180425, 0, 4815, 5058, '0', 0, 0, -5155.673828125, 3286.34033203125, -118.482032775878906, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- SkullCandle01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+12, 180523, 0, 4815, 5058, '0', 0, 0, -5145.40283203125, 3286.828125, -118.987159729003906, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- Apple Bob (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+13, 185437, 0, 4815, 5058, '0', 0, 0, -5140.75, 3300.479248046875, -118.887657165527343, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- Laying Skeleton 01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
(@OGUID+14, 208141, 0, 4815, 5058, '0', 0, 0, -5143.12158203125, 3291.525146484375, -119.164093017578125, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886); -- Candy Bucket (Area: Deepmist Grotto - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+14;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14);
@@ -0,0 +1,91 @@
SET @OGUID := 3006013;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208142; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=208142; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID`=28982;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28982, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208142;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208142, 28982, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208142 AND `quest`=28982);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208142;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 231800 AND 231829;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 231800 AND 231829;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+29;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180406, 0, 5144, 5005, '0', 0, 0, -6144.44091796875, 4290.32666015625, -347.984771728515625, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+1, 180407, 0, 5144, 5005, '0', 0, 0, -6138.8125, 4306.08837890625, -347.75445556640625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+2, 180411, 0, 5144, 5005, '0', 0, 0, -6107.95849609375, 4300.85595703125, -346.072479248046875, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+3, 180415, 0, 5144, 5005, '0', 0, 0, -6145.1943359375, 4300.970703125, -344.564849853515625, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 0, 5144, 5005, '0', 0, 0, -6143.15283203125, 4297.56005859375, -347.13958740234375, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+5, 180415, 0, 5144, 5005, '0', 0, 0, -6143.11279296875, 4297.22998046875, -347.1011962890625, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+6, 180415, 0, 5144, 5005, '0', 0, 0, -6104.96337890625, 4299.21728515625, -346.190338134765625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+7, 180415, 0, 5144, 5005, '0', 0, 0, -6145.8818359375, 4293.13720703125, -345.156402587890625, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+8, 180415, 0, 5144, 5005, '0', 0, 0, -6106.67041015625, 4295.884765625, -348.025115966796875, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+9, 180415, 0, 5144, 5005, '0', 0, 0, -6104.8974609375, 4296.7568359375, -346.190338134765625, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+10, 180415, 0, 5144, 5005, '0', 0, 0, -6143.14599609375, 4301.703125, -342.964019775390625, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 0, 5144, 5005, '0', 0, 0, -6144.8662109375, 4292.81689453125, -345.90850830078125, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 0, 5144, 5005, '0', 0, 0, -6101.0869140625, 4294.24560546875, -345.081085205078125, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 5144, 5005, '0', 0, 0, -6108.283203125, 4297.7099609375, -344.280670166015625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 5144, 5005, '0', 0, 0, -6101.4150390625, 4293.20751953125, -346.654449462890625, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 5144, 5005, '0', 0, 0, -6146.1943359375, 4300.265625, -343.88470458984375, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+16, 180415, 0, 5144, 5005, '0', 0, 0, -6146.97900390625, 4291.50341796875, -344.685333251953125, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+17, 180415, 0, 5144, 5005, '0', 0, 0, -6140.13037109375, 4304.68310546875, -347.604339599609375, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 0, 5144, 5005, '0', 0, 0, -6140.5068359375, 4310.53466796875, -345.58282470703125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+19, 180415, 0, 5144, 5005, '0', 0, 0, -6107.2900390625, 4297.236328125, -345.842681884765625, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+20, 180415, 0, 5144, 5005, '0', 0, 0, -6142.33349609375, 4301.017578125, -344.49517822265625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+21, 180415, 0, 5144, 5005, '0', 0, 0, -6103.9931640625, 4296.009765625, -346.61578369140625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+22, 180415, 0, 5144, 5005, '0', 0, 0, -6106.53466796875, 4299.64599609375, -346.190338134765625, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+23, 180415, 0, 5144, 5005, '0', 0, 0, -6139.6181640625, 4311.69091796875, -344.61572265625, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+24, 180415, 0, 5144, 5005, '0', 0, 0, -6102.23779296875, 4296.8212890625, -346.190338134765625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 0, 5144, 5005, '0', 0, 0, -6145.7412109375, 4290.7578125, -343.474945068359375, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+26, 180425, 0, 5144, 5005, '0', 0, 0, -6105.22412109375, 4293.994140625, -348.282012939453125, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- SkullCandle01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+27, 180523, 0, 5144, 5005, '0', 0, 0, -6116.1650390625, 4298.72412109375, -348.054351806640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+28, 208078, 0, 5144, 5005, '0', 0, 0, -6108.40087890625, 4296.0927734375, -346.877838134765625, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
(@OGUID+29, 208142, 0, 5144, 5005, '0', 0, 0, -6110.24853515625, 4295.8662109375, -348.335113525390625, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886); -- Candy Bucket (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+29;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29);
@@ -0,0 +1,141 @@
SET @OGUID := 3006043;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208154; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=208154; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID`=28984;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28984, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208154;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208154, 28984, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208154 AND `quest`=28984);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208154;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 231868 AND 231922;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 231868 AND 231922;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+54;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 5144, 4970, '0', 0, 0, -6766.76416015625, 4187.67724609375, -478.58978271484375, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 0, 5144, 4970, '0', 0, 0, -6795.21875, 4193.59912109375, -478.2265625, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 0, 5144, 4970, '0', 0, 0, -6781.34375, 4210.0791015625, -479.217193603515625, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+3, 180408, 0, 5144, 4970, '0', 0, 0, -6766.82666015625, 4187.73095703125, -476.982818603515625, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+4, 180411, 0, 5144, 4970, '0', 0, 0, -6806.31787109375, 4220.09228515625, -479.48443603515625, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+5, 180415, 0, 5144, 4970, '0', 0, 0, -6797.439453125, 4193.55908203125, -475.8536376953125, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+6, 180415, 0, 5144, 4970, '0', 0, 0, -6790.939453125, 4185.89599609375, -478.103851318359375, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+7, 180415, 0, 5144, 4970, '0', 0, 0, -6799.87353515625, 4192.88916015625, -477.78662109375, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+8, 180415, 0, 5144, 4970, '0', 0, 0, -6801.98974609375, 4197.60693359375, -477.726287841796875, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+9, 180415, 0, 5144, 4970, '0', 0, 0, -6797.98095703125, 4194.548828125, -477.44146728515625, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+10, 180415, 0, 5144, 4970, '0', 0, 0, -6786.9375, 4200.91845703125, -479.2984619140625, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 0, 5144, 4970, '0', 0, 0, -6784.9755859375, 4197.6171875, -479.575469970703125, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 0, 5144, 4970, '0', 0, 0, -6786.05224609375, 4199.6083984375, -473.149749755859375, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 5144, 4970, '0', 0, 0, -6788.16845703125, 4200.22412109375, -479.383514404296875, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 5144, 4970, '0', 0, 0, -6802.28125, 4196.5390625, -476.1734619140625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 5144, 4970, '0', 0, 0, -6800.75, 4201.0869140625, -478.20953369140625, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+16, 180415, 0, 5144, 4970, '0', 0, 0, -6799.72900390625, 4196.16064453125, -477.684356689453125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+17, 180415, 0, 5144, 4970, '0', 0, 0, -6800.24462890625, 4197.4619140625, -477.951019287109375, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 0, 5144, 4970, '0', 0, 0, -6786.31591796875, 4197.21630859375, -479.6787109375, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+19, 180415, 0, 5144, 4970, '0', 0, 0, -6790.2744140625, 4187.0791015625, -478.0460205078125, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+20, 180415, 0, 5144, 4970, '0', 0, 0, -6801.611328125, 4200.3896484375, -476.683502197265625, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+21, 180415, 0, 5144, 4970, '0', 0, 0, -6790.05712890625, 4189.49658203125, -477.702789306640625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+22, 180415, 0, 5144, 4970, '0', 0, 0, -6789.59375, 4190.509765625, -476.149688720703125, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+23, 180415, 0, 5144, 4970, '0', 0, 0, -6801.06103515625, 4194.11474609375, -477.68603515625, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+24, 180415, 0, 5144, 4970, '0', 0, 0, -6772.658203125, 4182.861328125, -477.896148681640625, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 0, 5144, 4970, '0', 0, 0, -6770.484375, 4207.38037109375, -477.3897705078125, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+26, 180415, 0, 5144, 4970, '0', 0, 0, -6772.13720703125, 4181.89599609375, -476.476226806640625, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+27, 180415, 0, 5144, 4970, '0', 0, 0, -6773.41845703125, 4204.85791015625, -478.119293212890625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+28, 180415, 0, 5144, 4970, '0', 0, 0, -6778.27978515625, 4212.7197265625, -477.827911376953125, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+29, 180415, 0, 5144, 4970, '0', 0, 0, -6781.640625, 4212.92431640625, -476.98583984375, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+30, 180415, 0, 5144, 4970, '0', 0, 0, -6773.65478515625, 4206.1953125, -478.12548828125, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+31, 180415, 0, 5144, 4970, '0', 0, 0, -6787.533203125, 4188.96533203125, -477.977935791015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+32, 180415, 0, 5144, 4970, '0', 0, 0, -6789.96875, 4184.38525390625, -477.929962158203125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+33, 180415, 0, 5144, 4970, '0', 0, 0, -6769.7880859375, 4206.484375, -475.877166748046875, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+34, 180415, 0, 5144, 4970, '0', 0, 0, -6771.17529296875, 4183.84912109375, -478.125213623046875, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+35, 180415, 0, 5144, 4970, '0', 0, 0, -6783.6025390625, 4200.6787109375, -476.353912353515625, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+36, 180415, 0, 5144, 4970, '0', 0, 0, -6777.94091796875, 4214.07666015625, -477.865936279296875, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+37, 180415, 0, 5144, 4970, '0', 0, 0, -6787.783203125, 4187.29248046875, -478.040374755859375, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+38, 180415, 0, 5144, 4970, '0', 0, 0, -6781.90625, 4214.0634765625, -475.571197509765625, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+39, 180415, 0, 5144, 4970, '0', 0, 0, -6788.96875, 4184.83349609375, -476.36468505859375, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+40, 180415, 0, 5144, 4970, '0', 0, 0, -6770.408203125, 4172.5166015625, -476.14544677734375, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+41, 180415, 0, 5144, 4970, '0', 0, 0, -6761.3681640625, 4178.0791015625, -476.235198974609375, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+42, 180415, 0, 5144, 4970, '0', 0, 0, -6769.99462890625, 4183.17431640625, -478.0299072265625, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+43, 180415, 0, 5144, 4970, '0', 0, 0, -6763.1650390625, 4177.21337890625, -476.58990478515625, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+44, 180415, 0, 5144, 4970, '0', 0, 0, -6777.44287109375, 4165.9697265625, -476.377593994140625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+45, 180415, 0, 5144, 4970, '0', 0, 0, -6763.939453125, 4178.14306640625, -477.42584228515625, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+46, 180415, 0, 5144, 4970, '0', 0, 0, -6767.9755859375, 4171.046875, -476.08599853515625, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+47, 180415, 0, 5144, 4970, '0', 0, 0, -6762.05712890625, 4179.36376953125, -475.001800537109375, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+48, 180415, 0, 5144, 4970, '0', 0, 0, -6770.1474609375, 4171.51025390625, -474.396636962890625, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+49, 180415, 0, 5144, 4970, '0', 0, 0, -6766.77783203125, 4171.0712890625, -475.462188720703125, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+50, 180415, 0, 5144, 4970, '0', 0, 0, -6778.7587890625, 4165.48974609375, -475.193145751953125, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+51, 180425, 0, 5144, 4970, '0', 0, 0, -6795.1025390625, 4199.18994140625, -479.449981689453125, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- SkullCandle01 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+52, 180523, 0, 5144, 4970, '0', 0, 0, -6774.9150390625, 4172.43994140625, -479.581756591796875, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- Apple Bob (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+53, 208069, 0, 5144, 4970, '0', 0, 0, -6778.54150390625, 4169.9052734375, -479.773773193359375, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Legion's Rest - Difficulty: 0) CreateObject1
(@OGUID+54, 208154, 0, 5144, 4970, '0', 0, 0, -6773.4931640625, 4184.2724609375, -479.865447998046875, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886); -- Candy Bucket (Area: Legion's Rest - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+54;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54);
@@ -0,0 +1,109 @@
SET @OGUID := 3006098;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208133; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=208133; -- Candy Bucket
-- Quests
UPDATE `quest_template` SET `Expansion`=9, `VerifiedBuild`=51886 WHERE `ID`=28983; -- Candy Bucket
DELETE FROM `quest_offer_reward` WHERE `ID`=28983;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28983, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208133;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208133, 28983, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208133 AND `quest`=28983);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208133;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 231830 AND 231867;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 231830 AND 231867;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+37;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 5144, 4969, '0', 0, 0, -6619.2431640625, 4295.06591796875, -562.93927001953125, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 0, 5144, 4969, '0', 0, 0, -6620.171875, 4274.6953125, -563.09600830078125, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 0, 5144, 4969, '0', 0, 0, -6591.96728515625, 4294.52099609375, -562.802734375, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+3, 180411, 0, 5144, 4969, '0', 0, 0, -6599.01025390625, 4268.10400390625, -559.11181640625, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+4, 180411, 0, 5144, 4969, '0', 0, 0, -6607.923828125, 4330.24658203125, -507.861602783203125, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+5, 180414, 0, 5144, 4969, '0', 0, 0, -6614.52978515625, 4270.01220703125, -563.0760498046875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Cauldron (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+6, 180415, 0, 5144, 4969, '0', 0, 0, -6623.22900390625, 4300.8046875, -560.7392578125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+7, 180415, 0, 5144, 4969, '0', 0, 0, -6620.58154296875, 4303.12353515625, -560.88092041015625, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+8, 180415, 0, 5144, 4969, '0', 0, 0, -6622.7900390625, 4303.46630859375, -559.10736083984375, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+9, 180415, 0, 5144, 4969, '0', 0, 0, -6620.96337890625, 4301.79443359375, -560.7564697265625, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+10, 180415, 0, 5144, 4969, '0', 0, 0, -6620.080078125, 4306.29541015625, -559.6754150390625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 0, 5144, 4969, '0', 0, 0, -6596.16845703125, 4306.81005859375, -558.45343017578125, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 0, 5144, 4969, '0', 0, 0, -6620.43408203125, 4298.3681640625, -558.839111328125, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 5144, 4969, '0', 0, 0, -6622.921875, 4299.140625, -560.642578125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 5144, 4969, '0', 0, 0, -6622.03466796875, 4304.24658203125, -560.60321044921875, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 5144, 4969, '0', 0, 0, -6595.3125, 4298.4619140625, -561.453125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+16, 180415, 0, 5144, 4969, '0', 0, 0, -6595.27099609375, 4298.2119140625, -561.56134033203125, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+17, 180415, 0, 5144, 4969, '0', 0, 0, -6619.08349609375, 4306.45849609375, -561.12225341796875, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 0, 5144, 4969, '0', 0, 0, -6593.90625, 4303.5244140625, -560.73883056640625, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+19, 180415, 0, 5144, 4969, '0', 0, 0, -6620.33349609375, 4299.42529296875, -560.41162109375, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+20, 180415, 0, 5144, 4969, '0', 0, 0, -6596.595703125, 4305.783203125, -559.9893798828125, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+21, 180415, 0, 5144, 4969, '0', 0, 0, -6601.33837890625, 4266.8056640625, -560.396484375, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+22, 180415, 0, 5144, 4969, '0', 0, 0, -6616.6650390625, 4272.68994140625, -561.654541015625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+23, 180415, 0, 5144, 4969, '0', 0, 0, -6609.88037109375, 4265.8056640625, -559.00201416015625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+24, 180415, 0, 5144, 4969, '0', 0, 0, -6606.23095703125, 4266.69287109375, -561.5162353515625, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 0, 5144, 4969, '0', 0, 0, -6592.8193359375, 4304.49462890625, -560.7247314453125, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+26, 180415, 0, 5144, 4969, '0', 0, 0, -6610.1806640625, 4264.783203125, -557.5001220703125, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+27, 180415, 0, 5144, 4969, '0', 0, 0, -6599.328125, 4265.33154296875, -559.1348876953125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+28, 180415, 0, 5144, 4969, '0', 0, 0, -6599.13525390625, 4266.77685546875, -557.92669677734375, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+29, 180415, 0, 5144, 4969, '0', 0, 0, -6607.6806640625, 4262.56005859375, -558.48443603515625, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+30, 180415, 0, 5144, 4969, '0', 0, 0, -6601.25341796875, 4265.6884765625, -559.55621337890625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+31, 180415, 0, 5144, 4969, '0', 0, 0, -6608.78466796875, 4263.26318359375, -559.04827880859375, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+32, 180425, 0, 5144, 4969, '0', 0, 0, -6598.58349609375, 4298.5693359375, -561.74395751953125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+33, 180425, 0, 5144, 4969, '0', 0, 0, -6617.9599609375, 4273.48779296875, -562.1207275390625, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+34, 180523, 0, 5144, 4969, '0', 0, 0, -6608.58154296875, 4268.98779296875, -562.1094970703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+35, 185436, 0, 5144, 4969, '0', 0, 0, -6614.57275390625, 4269.75537109375, -562.52203369140625, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+36, 208078, 0, 5144, 4969, '0', 0, 0, -6591.79150390625, 4270.40478515625, -562.73712158203125, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Tranquil Wash - Difficulty: 0) CreateObject1
(@OGUID+37, 208133, 0, 5144, 4969, '0', 0, 0, -6611.76220703125, 4269.68310546875, -562.73992919921875, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886); -- Candy Bucket (Area: Tranquil Wash - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+37;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37);
@@ -0,0 +1,139 @@
SET @OGUID := 3006136;
-- Gameobject templates
UPDATE `gameobject_template` SET `Data6`=0, `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208155; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=208155; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID`=28986;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28986, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208155;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208155, 28986, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208155 AND `quest`=28986);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208155;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 231923 AND 231975;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 231923 AND 231975;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+53;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 5145, 4975, '0', 0, 0, -6537.3681640625, 6138.8603515625, -664.37237548828125, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 0, 5145, 4975, '0', 0, 0, -6528.1181640625, 6122.91748046875, -669.38629150390625, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 0, 5145, 4975, '0', 0, 0, -6522.07275390625, 6112.830078125, -669.76763916015625, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+3, 180407, 0, 5145, 4975, '0', 0, 0, -6555.9912109375, 6149.58935546875, -669.9681396484375, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+4, 180414, 0, 5145, 4975, '0', 0, 0, -6516.93212890625, 6108.38720703125, -671.24530029296875, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- Cauldron (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+5, 180415, 0, 5145, 4975, '0', 0, 0, -6498.126953125, 6078.650390625, -659.81494140625, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+6, 180415, 0, 5145, 4975, '0', 0, 0, -6507.09716796875, 6100.77587890625, -664.7452392578125, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+7, 180415, 0, 5145, 4975, '0', 0, 0, -6494.5869140625, 6074.15087890625, -664.43487548828125, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+8, 180415, 0, 5145, 4975, '0', 0, 0, -6492.94287109375, 6071.703125, -664.59820556640625, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+9, 180415, 0, 5145, 4975, '0', 0, 0, -6495.767578125, 6078.3681640625, -663.119384765625, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+10, 180415, 0, 5145, 4975, '0', 0, 0, -6503.40625, 6100.7734375, -664.12646484375, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 0, 5145, 4975, '0', 0, 0, -6532.47900390625, 6130.9453125, -665.811767578125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 0, 5145, 4975, '0', 0, 0, -6529.408203125, 6131.62939453125, -661.8270263671875, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 5145, 4975, '0', 0, 0, -6529.5380859375, 6131.96875, -661.721923828125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 5145, 4975, '0', 0, 0, -6529.6962890625, 6132.66162109375, -661.9068603515625, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 5145, 4975, '0', 0, 0, -6538.02587890625, 6141.44775390625, -662.50518798828125, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+16, 180415, 0, 5145, 4975, '0', 0, 0, -6537.88720703125, 6141.11962890625, -662.64923095703125, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+17, 180415, 0, 5145, 4975, '0', 0, 0, -6534.35400390625, 6137.9521484375, -663.92254638671875, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 0, 5145, 4975, '0', 0, 0, -6533.908203125, 6137.609375, -663.73126220703125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+19, 180415, 0, 5145, 4975, '0', 0, 0, -6533.955078125, 6138.5, -663.60986328125, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+20, 180415, 0, 5145, 4975, '0', 0, 0, -6550.52099609375, 6161.72119140625, -663.31768798828125, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+21, 180415, 0, 5145, 4975, '0', 0, 0, -6553.23974609375, 6164.2734375, -658.9351806640625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+22, 180415, 0, 5145, 4975, '0', 0, 0, -6553.3505859375, 6160.984375, -663.11309814453125, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+23, 180415, 0, 5145, 4975, '0', 0, 0, -6565.18603515625, 6167.91650390625, -661.31365966796875, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+24, 180415, 0, 5145, 4975, '0', 0, 0, -6585.58154296875, 6147.17529296875, -662.13604736328125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 0, 5145, 4975, '0', 0, 0, -6564.986328125, 6166.55810546875, -665.005126953125, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+26, 180415, 0, 5145, 4975, '0', 0, 0, -6563.455078125, 6167.7880859375, -662.96044921875, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+27, 180415, 0, 5145, 4975, '0', 0, 0, -6586.6787109375, 6149.72216796875, -665.13165283203125, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+28, 180415, 0, 5145, 4975, '0', 0, 0, -6584.73974609375, 6156.0859375, -665.5667724609375, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+29, 180415, 0, 5145, 4975, '0', 0, 0, -6587.04150390625, 6154.1162109375, -665.72259521484375, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+30, 180415, 0, 5145, 4975, '0', 0, 0, -6599.16162109375, 6177.1552734375, -665.08990478515625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+31, 180415, 0, 5145, 4975, '0', 0, 0, -6598.5693359375, 6174.1962890625, -662.38214111328125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+32, 180415, 0, 5145, 4975, '0', 0, 0, -6606.6943359375, 6177.51416015625, -665.96893310546875, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+33, 180415, 0, 5145, 4975, '0', 0, 0, -6607.73095703125, 6174.736328125, -666.4322509765625, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+34, 180425, 0, 5145, 4975, '0', 0, 0, -6532.82666015625, 6131.2734375, -665.67559814453125, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+35, 180425, 0, 5145, 4975, '0', 0, 0, -6555.84033203125, 6131.15478515625, -669.60369873046875, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+36, 180425, 0, 5145, 4975, '0', 0, 0, -6620.41162109375, 6145.96875, -855.353515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+37, 180471, 0, 5145, 4975, '0', 0, 0, -6531.17041015625, 6123.44970703125, -667.81915283203125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+38, 180471, 0, 5145, 4975, '0', 0, 0, -6524.66650390625, 6115.43505859375, -665.9256591796875, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+39, 180471, 0, 5145, 4975, '0', 0, 0, -6527.0849609375, 6119.66650390625, -666.04913330078125, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+40, 180471, 0, 5145, 4975, '0', 0, 0, -6522.4931640625, 6108.9521484375, -668.03985595703125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+41, 180471, 0, 5145, 4975, '0', 0, 0, -6555.78125, 6145.68505859375, -665.516845703125, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+42, 180471, 0, 5145, 4975, '0', 0, 0, -6563.12158203125, 6150.09814453125, -666.88897705078125, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+43, 180471, 0, 5145, 4975, '0', 0, 0, -6548.609375, 6140.20751953125, -665.22711181640625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+44, 180471, 0, 5145, 4975, '0', 0, 0, -6573.375, 6151.32470703125, -666.88897705078125, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+45, 180523, 0, 5145, 4975, '0', 0, 0, -6552.25537109375, 6138.05224609375, -669.76947021484375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+46, 185438, 0, 5145, 4975, '0', 0, 0, -6516.78125, 6108.4150390625, -670.69744873046875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+47, 208061, 0, 5145, 4975, '0', 0, 0, -6513.72216796875, 6081.68212890625, -666.72698974609375, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+48, 208069, 0, 5145, 4975, '0', 0, 0, -6535.55908203125, 6136.7744140625, -666.30828857421875, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+49, 208069, 0, 5145, 4975, '0', 0, 0, -6575.06103515625, 6148.42626953125, -664.3446044921875, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+50, 208072, 0, 5145, 4975, '0', 0, 0, -6530.18603515625, 6131.29150390625, -665.70684814453125, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+51, 208078, 0, 5145, 4975, '0', 0, 0, -6531.5537109375, 6134.955078125, -660.0418701171875, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+52, 208078, 0, 5145, 4975, '0', 0, 0, -6550.3193359375, 6137.33056640625, -663.10137939453125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
(@OGUID+53, 208155, 0, 5145, 4975, '0', 0, 0, -6551.15283203125, 6140.9755859375, -669.81085205078125, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886); -- Candy Bucket (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+53;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53);
@@ -0,0 +1,153 @@
SET @OGUID := 3006190;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208132; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=208132; -- Candy Bucket
-- Quests
UPDATE `quest_template` SET `Expansion`=9, `VerifiedBuild`=51886 WHERE `ID`=28985; -- Candy Bucket
DELETE FROM `quest_offer_reward` WHERE `ID`=28985;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28985, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208132;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208132, 28985, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208132 AND `quest`=28985);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208132;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+61;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 5145, 4976, '0', 0, 0, -6880.1005859375, 5941.791015625, -760.52716064453125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 5145, 4976, '0', 0, 0, -6856.60791015625, 5998.84716796875, -762.5745849609375, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+2, 180406, 0, 5145, 4976, '0', 0, 0, -6848.3505859375, 6013.109375, -757.63861083984375, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+3, 180406, 0, 5145, 4976, '0', 0, 0, -6858.60791015625, 5994.21875, -762.6826171875, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+4, 180407, 0, 5145, 4976, '0', 0, 0, -6874.2099609375, 5945.28564453125, -760.05792236328125, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+5, 180407, 0, 5145, 4976, '0', 0, 0, -6860.83154296875, 5989.8818359375, -763.06903076171875, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+6, 180408, 0, 5145, 4976, '0', 0, 0, -6848.35791015625, 6013.04931640625, -755.968994140625, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+7, 180414, 0, 5145, 4976, '0', 0, 0, -6852.859375, 6004.859375, -762.453125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- Cauldron (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+8, 180415, 0, 5145, 4976, '0', 0, 0, -6881.08154296875, 5942.38916015625, -763.26019287109375, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+9, 180415, 0, 5145, 4976, '0', 0, 0, -6881.73095703125, 5941.8359375, -763.05743408203125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+10, 180415, 0, 5145, 4976, '0', 0, 0, -6880.26025390625, 5942.93408203125, -763.04815673828125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 0, 5145, 4976, '0', 0, 0, -6886.375, 5930.30029296875, -757.18292236328125, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 0, 5145, 4976, '0', 0, 0, -6877.54541015625, 5946.126953125, -764.1541748046875, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 5145, 4976, '0', 0, 0, -6876.65966796875, 5946.67529296875, -764.27911376953125, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 5145, 4976, '0', 0, 0, -6877.126953125, 5945.796875, -763.40313720703125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 5145, 4976, '0', 0, 0, -6889.83837890625, 5927.44287109375, -758.4693603515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+16, 180415, 0, 5145, 4976, '0', 0, 0, -6887.35595703125, 5932.46533203125, -753.97503662109375, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+17, 180415, 0, 5145, 4976, '0', 0, 0, -6871.392578125, 5948.69189453125, -758.208984375, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 0, 5145, 4976, '0', 0, 0, -6891.1337890625, 5924.6552734375, -758.7484130859375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+19, 180415, 0, 5145, 4976, '0', 0, 0, -6873.43408203125, 5951.84228515625, -758.93560791015625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+20, 180415, 0, 5145, 4976, '0', 0, 0, -6849.546875, 6012.6162109375, -759.173095703125, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+21, 180415, 0, 5145, 4976, '0', 0, 0, -6849.6962890625, 6013.39501953125, -760.3284912109375, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+22, 180415, 0, 5145, 4976, '0', 0, 0, -6846.21337890625, 6005.1474609375, -757.23077392578125, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+23, 180415, 0, 5145, 4976, '0', 0, 0, -6845.00341796875, 6020.8505859375, -757.28350830078125, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+24, 180415, 0, 5145, 4976, '0', 0, 0, -6843.95849609375, 6007.22900390625, -757.2421875, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 0, 5145, 4976, '0', 0, 0, -6849.4150390625, 6012.0068359375, -759.0504150390625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+26, 180415, 0, 5145, 4976, '0', 0, 0, -6850.29150390625, 6014.587890625, -761.8104248046875, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+27, 180415, 0, 5145, 4976, '0', 0, 0, -6849.6318359375, 6012.93310546875, -758.98516845703125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+28, 180415, 0, 5145, 4976, '0', 0, 0, -6841.68408203125, 6026.02685546875, -756.010009765625, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+29, 180415, 0, 5145, 4976, '0', 0, 0, -6844.14599609375, 6024.6884765625, -752.98663330078125, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+30, 180415, 0, 5145, 4976, '0', 0, 0, -6847.345703125, 6022.90869140625, -757.312744140625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+31, 180415, 0, 5145, 4976, '0', 0, 0, -6874.3037109375, 6045.244140625, -759.26385498046875, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+32, 180415, 0, 5145, 4976, '0', 0, 0, -6848.6181640625, 6035.88037109375, -759.16961669921875, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+33, 180415, 0, 5145, 4976, '0', 0, 0, -6857.1787109375, 6040.15966796875, -765.3016357421875, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+34, 180415, 0, 5145, 4976, '0', 0, 0, -6875.89404296875, 6042.96337890625, -756.33758544921875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+35, 180415, 0, 5145, 4976, '0', 0, 0, -6847.40283203125, 6036.75, -755.3746337890625, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+36, 180415, 0, 5145, 4976, '0', 0, 0, -6867.642578125, 6046.9287109375, -759.85614013671875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+37, 180415, 0, 5145, 4976, '0', 0, 0, -6870.59912109375, 6047.806640625, -760.02178955078125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+38, 180415, 0, 5145, 4976, '0', 0, 0, -6859.85400390625, 6068.291015625, -756.64923095703125, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+39, 180415, 0, 5145, 4976, '0', 0, 0, -6860.9599609375, 6077.087890625, -760.18280029296875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+40, 180415, 0, 5145, 4976, '0', 0, 0, -6857.6474609375, 6070.41650390625, -759.28509521484375, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+41, 180415, 0, 5145, 4976, '0', 0, 0, -6863.91650390625, 6076.30712890625, -760.61090087890625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+42, 180425, 0, 5145, 4976, '0', 0, 0, -6880.61474609375, 5942.69091796875, -762.90997314453125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+43, 180425, 0, 5145, 4976, '0', 0, 0, -6876.90625, 5945.97412109375, -763.02923583984375, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+44, 180425, 0, 5145, 4976, '0', 0, 0, -6891.4150390625, 5967.6474609375, -763.99566650390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+45, 180425, 0, 5145, 4976, '0', 0, 0, -6849.98095703125, 6012.0390625, -761.28399658203125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+46, 180425, 0, 5145, 4976, '0', 0, 0, -6857.88720703125, 6040.61181640625, -765.0418701171875, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+47, 180471, 0, 5145, 4976, '0', 0, 0, -6859.80712890625, 5994.99853515625, -760.16778564453125, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+48, 180471, 0, 5145, 4976, '0', 0, 0, -6857.7744140625, 5999.00341796875, -760.08441162109375, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+49, 180471, 0, 5145, 4976, '0', 0, 0, -6866.15478515625, 6007.68310546875, -761.50079345703125, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+50, 180471, 0, 5145, 4976, '0', 0, 0, -6862.046875, 5991.046875, -760.49261474609375, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+51, 180471, 0, 5145, 4976, '0', 0, 0, -6863.02783203125, 6004.7177734375, -761.384033203125, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+52, 180471, 0, 5145, 4976, '0', 0, 0, -6858.74462890625, 6030.0390625, -763.69207763671875, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+53, 180472, 0, 5145, 4976, '0', 0, 0, -6862.64404296875, 6035.67529296875, -761.94061279296875, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+54, 180523, 0, 5145, 4976, '0', 0, 0, -6863.68603515625, 5997.23681640625, -762.946533203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+55, 208069, 0, 5145, 4976, '0', 0, 0, -6880.15966796875, 5946.98876953125, -764.90069580078125, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+56, 208069, 0, 5145, 4976, '0', 0, 0, -6859.42041015625, 6038.330078125, -766.0528564453125, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+57, 208072, 0, 5145, 4976, '0', 0, 0, -6884.57275390625, 5940.3349609375, -763.77313232421875, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+58, 208072, 0, 5145, 4976, '0', 0, 0, -6848.40087890625, 6011.34033203125, -758.751220703125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+59, 208078, 0, 5145, 4976, '0', 0, 0, -6874.64404296875, 5952.31787109375, -765.11865234375, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+60, 208078, 0, 5145, 4976, '0', 0, 0, -6848.828125, 6014.31005859375, -758.8798828125, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
(@OGUID+61, 208132, 0, 5145, 4976, '0', 0, 0, -6865.40283203125, 6005.45556640625, -763.8397216796875, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886); -- Candy Bucket (Area: Darkbreak Cove - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+61;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61);
@@ -0,0 +1,105 @@
SET @CGUID := 3000351;
SET @OGUID := 3006252;
-- Gameobject templates
UPDATE `gameobject_template` SET `Data6`=0, `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208153;
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=208153; -- Candy Bucket
-- Quests
UPDATE `quest_offer_reward` SET `VerifiedBuild`=51886 WHERE `ID`=28976;
DELETE FROM `gameobject_queststarter` WHERE `id`=208153;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208153, 28976, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208153 AND `quest`=28976);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208153;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 0, 4922, 5137, '0', 0, 0, 0, 0, -2745.97216796875, -6362.1494140625, 198.9930419921875, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: The Krazzworks - Difficulty: 0) CreateObject1
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 230736 AND 230785;
DELETE FROM `gameobject` WHERE `guid`=231999;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 230736 AND 230785;
DELETE FROM `game_event_gameobject` WHERE `guid`=231999;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+31;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180406, 0, 4922, 5137, '0', 0, 0, -2743.078125, -6412.76416015625, 242.0164337158203125, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+1, 180407, 0, 4922, 5137, '0', 0, 0, -2774.532958984375, -6407.875, 231.9047088623046875, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+2, 180408, 0, 4922, 5137, '0', 0, 0, -2747.802001953125, -6358.8818359375, 199.0170440673828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+3, 180409, 0, 4922, 5137, '0', 0, 0, -2754.34375, -6363.92724609375, 199.0292510986328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchBroom_01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+4, 180410, 0, 4922, 5137, '0', 0, 0, -2749.1875, -6362.22216796875, 199.00640869140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+5, 180411, 0, 4922, 5137, '0', 0, 0, -2744.30908203125, -6411.3505859375, 243.2164459228515625, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+6, 180414, 0, 4922, 5137, '0', 0, 0, -2751.361083984375, -6360.43408203125, 199.0269622802734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Cauldron (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+7, 180415, 0, 4922, 5137, '0', 0, 0, -2744.80908203125, -6362.89599609375, 198.900238037109375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+8, 180425, 0, 4922, 5137, '0', 0, 0, -2751.75341796875, -6363.21875, 199.0176544189453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+9, 180426, 0, 4922, 5137, '0', 0, 0, -2768.467041015625, -6410.13037109375, 245.491668701171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+10, 180426, 0, 4922, 5137, '0', 0, 0, -2760.427001953125, -6414.8369140625, 242.9449920654296875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+11, 180426, 0, 4922, 5137, '0', 0, 0, -2762.484375, -6399.38037109375, 241.7418975830078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+12, 180427, 0, 4922, 5137, '0', 0, 0, -2774.78125, -6408.07275390625, 243.7399139404296875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+13, 180427, 0, 4922, 5137, '0', 0, 0, -2774.526123046875, -6414.015625, 245.0953521728515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+14, 180427, 0, 4922, 5137, '0', 0, 0, -2764.538330078125, -6417.13525390625, 231.644561767578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+15, 180471, 0, 4922, 5137, '0', 0, 0, -2742.757080078125, -6370.19775390625, 198.602142333984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+16, 180472, 0, 4922, 5137, '0', 0, 0, -2742.83154296875, -6406.35400390625, 248.2779083251953125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+17, 180523, 0, 4922, 5137, '0', 0, 0, -2744.092041015625, -6407.45166015625, 241.947723388671875, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- Apple Bob (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+18, 185434, 0, 4922, 5137, '0', 0, 0, -2745.44091796875, -6369.048828125, 198.9598846435546875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Sitting Skeleton 01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+19, 185435, 0, 4922, 5137, '0', 0, 0, -2746.677001953125, -6367.69091796875, 198.9712066650390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Sitting Skeleton 02 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+20, 185436, 0, 4922, 5137, '0', 0, 0, -2747.8681640625, -6366.45849609375, 198.9819793701171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+21, 185437, 0, 4922, 5137, '0', 0, 0, -2743.302001953125, -6367.32666015625, 198.9544219970703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Laying Skeleton 01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+22, 185438, 0, 4922, 5137, '0', 0, 0, -2748.819580078125, -6365.1943359375, 198.991943359375, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+23, 185454, 0, 4922, 5137, '0', 0, 0, -2745.333251953125, -6365.70849609375, 198.970977783203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+24, 185455, 0, 4922, 5137, '0', 0, 0, -2746.663330078125, -6364.10400390625, 198.9063873291015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Laying Skeleton 03 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+25, 208063, 0, 4922, 5137, '0', 0, 0, -2744.489501953125, -6408.51025390625, 245.858154296875, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- Web Hanging (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+26, 208063, 0, 4922, 5137, '0', 0, 0, -2744.677001953125, -6406.41650390625, 245.56768798828125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- Web Hanging (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+27, 208064, 0, 4922, 5137, '0', 0, 0, -2751.447998046875, -6373.26416015625, 198.974365234375, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- Web Corner (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+28, 208075, 0, 4922, 5137, '0', 0, 0, -2754.18408203125, -6371.06591796875, 198.9959564208984375, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- Web Tall 01 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+29, 208076, 0, 4922, 5137, '0', 0, 0, -2756.84716796875, -6367.87841796875, 199.0155487060546875, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- Web Tall 02 (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+30, 208077, 0, 4922, 5137, '0', 0, 0, -2760.239501953125, -6359.65625, 201.367156982421875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- Web Wide (Area: The Krazzworks - Difficulty: 0) CreateObject1
(@OGUID+31, 208153, 0, 4922, 5137, '0', 0, 0, -2737.350830078125, -6412.0400390625, 242.3661346435546875, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886); -- Candy Bucket (Area: The Krazzworks - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+31;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31);
@@ -0,0 +1,341 @@
SET @OGUID := 3006284;
-- Gameobject templates
UPDATE `gameobject_template` SET `Data6`=0, `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208150; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=208150; -- Candy Bucket
-- Quests
UPDATE `quest_offer_reward` SET `VerifiedBuild`=51886 WHERE `ID`=28973;
DELETE FROM `gameobject_queststarter` WHERE `id`=208150;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208150, 28973, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208150 AND `quest`=28973);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208150;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 230598 AND 230735;
DELETE FROM `gameobject` WHERE `guid` BETWEEN 230786 AND 230926;
DELETE FROM `gameobject` WHERE `guid`=231998;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 230598 AND 230735;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 230786 AND 230926;
DELETE FROM `game_event_gameobject` WHERE `guid`=231998;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+153;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 4922, 5138, '0', 0, 0, -3654.2744140625, -5244.57470703125, 50.81135177612304687, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 4922, 5138, '0', 0, 0, -3701.975830078125, -5342.0068359375, 40.00477981567382812, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+2, 180405, 0, 4922, 5138, '0', 0, 0, -3673.833251953125, -5273.64404296875, 41.84757614135742187, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+3, 180406, 0, 4922, 5138, '0', 0, 0, -3653.49658203125, -5256.1494140625, 42.85026931762695312, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+4, 180406, 0, 4922, 5138, '0', 0, 0, -3659.6494140625, -5274.53662109375, 44.46908187866210937, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+5, 180406, 0, 4922, 5138, '0', 0, 0, -3668.239501953125, -5248.6318359375, 50.77281570434570312, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+6, 180406, 0, 4922, 5138, '0', 0, 0, -3691.55908203125, -5350.93212890625, 38.72241592407226562, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+7, 180407, 0, 4922, 5138, '0', 0, 0, -3647.8994140625, -5252.61279296875, 42.86903762817382812, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+8, 180407, 0, 4922, 5138, '0', 0, 0, -3691.998291015625, -5343.24853515625, 39.39379119873046875, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+9, 180407, 0, 4922, 5138, '0', 0, 0, -3729.298583984375, -5273.51025390625, 37.23723220825195312, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+10, 180407, 0, 4922, 5138, '0', 0, 0, -3664.79345703125, -5234.517578125, 50.75580215454101562, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+11, 180408, 0, 4922, 5138, '0', 0, 0, -3697.763916015625, -5368.126953125, 65.3935546875, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 0, 4922, 5138, '0', 0, 0, -3661.623291015625, -5275.9755859375, 43.44594192504882812, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 4922, 5138, '0', 0, 0, -3636.3994140625, -5291.0849609375, 42.39197921752929687, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 4922, 5138, '0', 0, 0, -3666.161376953125, -5279.1962890625, 43.81999588012695312, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 4922, 5138, '0', 0, 0, -3637.53466796875, -5290.908203125, 42.52363967895507812, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+16, 180415, 0, 4922, 5138, '0', 0, 0, -3667.62158203125, -5271.4599609375, 50.11974716186523437, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+17, 180415, 0, 4922, 5138, '0', 0, 0, -3666.310791015625, -5278.890625, 43.72710037231445312, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 0, 4922, 5138, '0', 0, 0, -3637.861083984375, -5291.51025390625, 42.45359420776367187, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+19, 180415, 0, 4922, 5138, '0', 0, 0, -3661.404541015625, -5276.15625, 43.42014694213867187, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+20, 180415, 0, 4922, 5138, '0', 0, 0, -3636.973876953125, -5290.86279296875, 42.4736328125, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+21, 180415, 0, 4922, 5138, '0', 0, 0, -3666.9619140625, -5271.66845703125, 50.13605880737304687, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+22, 180415, 0, 4922, 5138, '0', 0, 0, -3668.427001953125, -5271.2724609375, 50.14675140380859375, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+23, 180415, 0, 4922, 5138, '0', 0, 0, -3666.34375, -5271.77978515625, 50.19835281372070312, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+24, 180415, 0, 4922, 5138, '0', 0, 0, -3668.819580078125, -5271.0380859375, 49.99477767944335937, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 0, 4922, 5138, '0', 0, 0, -3665.26904296875, -5246.62841796875, 42.58551788330078125, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+26, 180415, 0, 4922, 5138, '0', 0, 0, -3669.286376953125, -5270.97412109375, 50.17560577392578125, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+27, 180415, 0, 4922, 5138, '0', 0, 0, -3672.076416015625, -5270.24462890625, 50.15790939331054687, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+28, 180415, 0, 4922, 5138, '0', 0, 0, -3671.4931640625, -5270.4287109375, 50.20567703247070312, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+29, 180415, 0, 4922, 5138, '0', 0, 0, -3677.3056640625, -5383.78662109375, 37.29427337646484375, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+30, 180415, 0, 4922, 5138, '0', 0, 0, -3670.859375, -5270.63037109375, 50.10826492309570312, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+31, 180415, 0, 4922, 5138, '0', 0, 0, -3673.078125, -5270.02783203125, 50.19440078735351562, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+32, 180415, 0, 4922, 5138, '0', 0, 0, -3669.682373046875, -5270.88916015625, 50.24713516235351562, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+33, 180415, 0, 4922, 5138, '0', 0, 0, -3674.73779296875, -5253.53466796875, 43.68207168579101562, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+34, 180415, 0, 4922, 5138, '0', 0, 0, -3726.810791015625, -5271.015625, 40.45112228393554687, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+35, 180415, 0, 4922, 5138, '0', 0, 0, -3726.373291015625, -5268.05224609375, 38.98664093017578125, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+36, 180415, 0, 4922, 5138, '0', 0, 0, -3726.147705078125, -5268.626953125, 38.86452102661132812, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+37, 180415, 0, 4922, 5138, '0', 0, 0, -3674.99658203125, -5252.31787109375, 43.58063507080078125, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+38, 180415, 0, 4922, 5138, '0', 0, 0, -3675.44091796875, -5252.3837890625, 43.4779052734375, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+39, 180415, 0, 4922, 5138, '0', 0, 0, -3675.651123046875, -5251.73974609375, 43.51439285278320312, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+40, 180415, 0, 4922, 5138, '0', 0, 0, -3674.973876953125, -5251.73779296875, 43.68123245239257812, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+41, 180415, 0, 4922, 5138, '0', 0, 0, -3668.782958984375, -5247.2900390625, 42.48121261596679687, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+42, 180415, 0, 4922, 5138, '0', 0, 0, -3665.960205078125, -5243.88720703125, 44.87910079956054687, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+43, 180415, 0, 4922, 5138, '0', 0, 0, -3670.069580078125, -5241.77978515625, 45.98332595825195312, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+44, 180415, 0, 4922, 5138, '0', 0, 0, -3666.197998046875, -5242.71875, 45.84253692626953125, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+45, 180415, 0, 4922, 5138, '0', 0, 0, -3665.060791015625, -5239.82666015625, 48.72539138793945312, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+46, 180415, 0, 4922, 5138, '0', 0, 0, -3665.4306640625, -5245.5537109375, 43.38390350341796875, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+47, 180415, 0, 4922, 5138, '0', 0, 0, -3669.583251953125, -5243.61474609375, 44.84346389770507812, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+48, 180415, 0, 4922, 5138, '0', 0, 0, -3665.661376953125, -5244.81103515625, 44.04916763305664062, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+49, 180415, 0, 4922, 5138, '0', 0, 0, -3669.2275390625, -5246.033203125, 43.23323440551757812, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+50, 180415, 0, 4922, 5138, '0', 0, 0, -3669.329833984375, -5245.015625, 43.93903350830078125, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+51, 180415, 0, 4922, 5138, '0', 0, 0, -3665.710205078125, -5240.47412109375, 47.9257965087890625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+52, 180415, 0, 4922, 5138, '0', 0, 0, -3663.333251953125, -5237.63916015625, 48.779754638671875, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+53, 180415, 0, 4922, 5138, '0', 0, 0, -3661.630126953125, -5235.8037109375, 48.85627365112304687, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+54, 180415, 0, 4922, 5138, '0', 0, 0, -3662.576416015625, -5236.82470703125, 48.77309799194335937, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+55, 180425, 0, 4922, 5138, '0', 0, 0, -3666.560791015625, -5279.05712890625, 43.85552215576171875, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+56, 180425, 0, 4922, 5138, '0', 0, 0, -3659.083251953125, -5276.80908203125, 42.994720458984375, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+57, 180425, 0, 4922, 5138, '0', 0, 0, -3677.638916015625, -5383.40478515625, 37.41154861450195312, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+58, 180425, 0, 4922, 5138, '0', 0, 0, -3674.838623046875, -5253.94091796875, 43.68205642700195312, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+59, 180426, 0, 4922, 5138, '0', 0, 0, -3620.76220703125, -5296.515625, 76.438995361328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+60, 180426, 0, 4922, 5138, '0', 0, 0, -3642.651123046875, -5297.2412109375, 61.64583969116210937, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+61, 180426, 0, 4922, 5138, '0', 0, 0, -3678.02783203125, -5295.86962890625, 54.80915451049804687, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+62, 180426, 0, 4922, 5138, '0', 0, 0, -3688.78466796875, -5313.18212890625, 64.1201629638671875, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+63, 180426, 0, 4922, 5138, '0', 0, 0, -3696.24658203125, -5294.1162109375, 56.31427383422851562, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+64, 180426, 0, 4922, 5138, '0', 0, 0, -3706.822998046875, -5309.40283203125, 63.53683090209960937, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+65, 180426, 0, 4922, 5138, '0', 0, 0, -3704.982666015625, -5290.611328125, 52.5624542236328125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+66, 180427, 0, 4922, 5138, '0', 0, 0, -3618.14404296875, -5288.8369140625, 76.56090545654296875, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+67, 180427, 0, 4922, 5138, '0', 0, 0, -3645.111083984375, -5299.78125, 62.04021453857421875, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+68, 180427, 0, 4922, 5138, '0', 0, 0, -3683.901123046875, -5304.1787109375, 64.5508270263671875, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+69, 180427, 0, 4922, 5138, '0', 0, 0, -3671.4375, -5305.74853515625, 63.5836334228515625, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+70, 180427, 0, 4922, 5138, '0', 0, 0, -3674.9375, -5330.423828125, 64.2681427001953125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+71, 180427, 0, 4922, 5138, '0', 0, 0, -3693.30908203125, -5314.66162109375, 59.46718215942382812, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+72, 180427, 0, 4922, 5138, '0', 0, 0, -3691.720458984375, -5292.31787109375, 61.68832015991210937, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+73, 180427, 0, 4922, 5138, '0', 0, 0, -3698.7119140625, -5303.09716796875, 60.11925506591796875, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+74, 180471, 0, 4922, 5138, '0', 0, 0, -3564.951416015625, -5285.515625, 63.40347671508789062, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+75, 180471, 0, 4922, 5138, '0', 0, 0, -3570.001708984375, -5282.61962890625, 63.40273666381835937, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+76, 180471, 0, 4922, 5138, '0', 0, 0, -3564.786376953125, -5302.78466796875, 63.41010284423828125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+77, 180471, 0, 4922, 5138, '0', 0, 0, -3560.30908203125, -5288.18408203125, 63.43655014038085937, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+78, 180471, 0, 4922, 5138, '0', 0, 0, -3558.522705078125, -5285.1787109375, 56.90599441528320312, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+79, 180471, 0, 4922, 5138, '0', 0, 0, -3576.182373046875, -5282.408203125, 60.36484909057617187, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+80, 180471, 0, 4922, 5138, '0', 0, 0, -3579.723876953125, -5300.40087890625, 63.47622299194335937, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+81, 180471, 0, 4922, 5138, '0', 0, 0, -3582.291748046875, -5293.90625, 63.43564987182617187, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+82, 180471, 0, 4922, 5138, '0', 0, 0, -3560.10595703125, -5293.783203125, 63.4101104736328125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+83, 180471, 0, 4922, 5138, '0', 0, 0, -3582.236083984375, -5288.01904296875, 63.48543930053710937, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+84, 180471, 0, 4922, 5138, '0', 0, 0, -3574.848876953125, -5303.142578125, 63.40879440307617187, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+85, 180471, 0, 4922, 5138, '0', 0, 0, -3560.203125, -5299.85791015625, 63.43255615234375, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+86, 180471, 0, 4922, 5138, '0', 0, 0, -3563.060791015625, -5282.57666015625, 56.9185791015625, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+87, 180471, 0, 4922, 5138, '0', 0, 0, -3570.838623046875, -5278.88720703125, 57.18320846557617187, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+88, 180471, 0, 4922, 5138, '0', 0, 0, -3569.842041015625, -5305.70166015625, 63.4256591796875, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+89, 180471, 0, 4922, 5138, '0', 0, 0, -3667.36279296875, -5270.68212890625, 45.23014450073242187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+90, 180471, 0, 4922, 5138, '0', 0, 0, -3668.078125, -5270.6025390625, 46.04820632934570312, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+91, 180471, 0, 4922, 5138, '0', 0, 0, -3638.234375, -5372.5087890625, 60.38775634765625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+92, 180471, 0, 4922, 5138, '0', 0, 0, -3627.828125, -5380.84228515625, 60.30280303955078125, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+93, 180471, 0, 4922, 5138, '0', 0, 0, -3630.786376953125, -5375.3037109375, 57.47060012817382812, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+94, 180471, 0, 4922, 5138, '0', 0, 0, -3643.416748046875, -5394.81103515625, 60.31293487548828125, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+95, 180471, 0, 4922, 5138, '0', 0, 0, -3628.423583984375, -5392.1474609375, 60.33880615234375, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+96, 180471, 0, 4922, 5138, '0', 0, 0, -3648.395751953125, -5391.71337890625, 60.33043670654296875, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+97, 180471, 0, 4922, 5138, '0', 0, 0, -3638.678955078125, -5397.59716796875, 60.33121871948242187, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+98, 180471, 0, 4922, 5138, '0', 0, 0, -3648.4462890625, -5386.09375, 60.31220245361328125, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+99, 180471, 0, 4922, 5138, '0', 0, 0, -3633.35595703125, -5394.9306640625, 60.3123779296875, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+100, 180471, 0, 4922, 5138, '0', 0, 0, -3625, -5378.55712890625, 54.12274551391601562, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+101, 180471, 0, 4922, 5138, '0', 0, 0, -3624.532958984375, -5386.5224609375, 53.81134414672851562, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+102, 180471, 0, 4922, 5138, '0', 0, 0, -3643.3056640625, -5375.03662109375, 60.33517074584960937, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+103, 180471, 0, 4922, 5138, '0', 0, 0, -3648.157958984375, -5380.408203125, 60.38024139404296875, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+104, 180471, 0, 4922, 5138, '0', 0, 0, -3628.166748046875, -5386.6181640625, 60.30788040161132812, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+105, 180471, 0, 4922, 5138, '0', 0, 0, -3624.944580078125, -5392.43408203125, 53.80905532836914062, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+106, 180471, 0, 4922, 5138, '0', 0, 0, -3671.520751953125, -5269.68603515625, 45.27940750122070312, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+107, 180471, 0, 4922, 5138, '0', 0, 0, -3670.760498046875, -5269.88037109375, 46.04819869995117187, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+108, 180471, 0, 4922, 5138, '0', 0, 0, -3688.935791015625, -5387.0537109375, 40.6433868408203125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+109, 180471, 0, 4922, 5138, '0', 0, 0, -3692.666748046875, -5383.34228515625, 40.61370849609375, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+110, 180471, 0, 4922, 5138, '0', 0, 0, -3689.31591796875, -5386.52587890625, 40.12000274658203125, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+111, 180471, 0, 4922, 5138, '0', 0, 0, -3688.444580078125, -5387.52099609375, 40.34614944458007812, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+112, 180471, 0, 4922, 5138, '0', 0, 0, -3691.9619140625, -5384.08349609375, 40.88255691528320312, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+113, 180471, 0, 4922, 5138, '0', 0, 0, -3682.842041015625, -5472.77978515625, 36.9305572509765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+114, 180471, 0, 4922, 5138, '0', 0, 0, -3742.083251953125, -5302.70849609375, 40.11863327026367187, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+115, 180471, 0, 4922, 5138, '0', 0, 0, -3742.15283203125, -5301.82666015625, 40.42900466918945312, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+116, 180471, 0, 4922, 5138, '0', 0, 0, -3742.208251953125, -5301.064453125, 40.72895050048828125, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+117, 180471, 0, 4922, 5138, '0', 0, 0, -3742.3681640625, -5296.5400390625, 40.42343902587890625, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+118, 180471, 0, 4922, 5138, '0', 0, 0, -3726.079833984375, -5270.47900390625, 58.90065383911132812, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+119, 180471, 0, 4922, 5138, '0', 0, 0, -3721.44970703125, -5267.84912109375, 58.84261703491210937, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+120, 180471, 0, 4922, 5138, '0', 0, 0, -3717.23779296875, -5250.71337890625, 58.8446197509765625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+121, 180471, 0, 4922, 5138, '0', 0, 0, -3732.255126953125, -5248.33837890625, 58.82315444946289062, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+122, 180471, 0, 4922, 5138, '0', 0, 0, -3737.217041015625, -5251.7744140625, 58.84609603881835937, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+123, 180471, 0, 4922, 5138, '0', 0, 0, -3740.682373046875, -5252, 52.32429122924804687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+124, 180471, 0, 4922, 5138, '0', 0, 0, -3716.736083984375, -5261.96337890625, 58.89995193481445312, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+125, 180471, 0, 4922, 5138, '0', 0, 0, -3736.991455078125, -5262.86474609375, 58.81587600708007812, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+126, 180471, 0, 4922, 5138, '0', 0, 0, -3739.859375, -5265.34716796875, 52.55641555786132812, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+127, 180471, 0, 4922, 5138, '0', 0, 0, -3737.03125, -5257.34912109375, 58.8222808837890625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+128, 180471, 0, 4922, 5138, '0', 0, 0, -3722.9775390625, -5247.59912109375, 58.83084487915039062, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+129, 180471, 0, 4922, 5138, '0', 0, 0, -3733.38720703125, -5268.361328125, 56.12745285034179687, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+130, 180471, 0, 4922, 5138, '0', 0, 0, -3716.755126953125, -5257.18408203125, 58.81712722778320312, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+131, 180471, 0, 4922, 5138, '0', 0, 0, -3740.6875, -5259.31591796875, 52.30318069458007812, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+132, 180471, 0, 4922, 5138, '0', 0, 0, -3727.288330078125, -5245.43408203125, 58.84140396118164062, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+133, 180471, 0, 4922, 5138, '0', 0, 0, -3715.192626953125, -5220.845703125, 43.26299667358398437, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+134, 180471, 0, 4922, 5138, '0', 0, 0, -3714.01904296875, -5220.0625, 43.69446182250976562, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+135, 180471, 0, 4922, 5138, '0', 0, 0, -3712.09033203125, -5218.13720703125, 43.43335723876953125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+136, 180472, 0, 4922, 5138, '0', 0, 0, -3563.939208984375, -5294.03466796875, 69.624664306640625, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+137, 180472, 0, 4922, 5138, '0', 0, 0, -3635.279541015625, -5391.7275390625, 66.49724578857421875, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+138, 180472, 0, 4922, 5138, '0', 0, 0, -3669.326416015625, -5269.96533203125, 47.217926025390625, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+139, 180472, 0, 4922, 5138, '0', 0, 0, -3730.21875, -5251.734375, 65.28433990478515625, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+140, 180523, 0, 4922, 5138, '0', 0, 0, -3667.859375, -5253.87158203125, 42.52528762817382812, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- Apple Bob (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+141, 207941, 0, 4922, 5138, '0', 0, 0, -3730.541748046875, -5330.408203125, 67.93035888671875, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+142, 208057, 0, 4922, 5138, '0', 0, 0, -3739.640625, -5299.40087890625, 42.72595596313476562, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 2.0 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+143, 208061, 0, 4922, 5138, '0', 0, 0, -3688.807373046875, -5383.52783203125, 42.852783203125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+144, 208062, 0, 4922, 5138, '0', 0, 0, -3711.67529296875, -5221.74462890625, 45.79445266723632812, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+145, 208069, 0, 4922, 5138, '0', 0, 0, -3656.475830078125, -5236.57275390625, 50.78117752075195312, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+146, 208069, 0, 4922, 5138, '0', 0, 0, -3664.814208984375, -5324.0380859375, 37.11321258544921875, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+147, 208069, 0, 4922, 5138, '0', 0, 0, -3675.720458984375, -5384.85595703125, 39.28628921508789062, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+148, 208072, 0, 4922, 5138, '0', 0, 0, -3660.19091796875, -5250.84716796875, 50.77921676635742187, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+149, 208072, 0, 4922, 5138, '0', 0, 0, -3666.92529296875, -5319.68603515625, 37.989471435546875, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+150, 208078, 0, 4922, 5138, '0', 0, 0, -3665.229248046875, -5328.7568359375, 37.44004440307617187, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+151, 208078, 0, 4922, 5138, '0', 0, 0, -3727.916748046875, -5272.3681640625, 37.23723220825195312, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+152, 208078, 0, 4922, 5138, '0', 0, 0, -3670.560791015625, -5240.61962890625, 50.76852798461914062, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1
(@OGUID+153, 208150, 0, 4922, 5138, '0', 0, 0, -3661.96875, -5251.94287109375, 42.13794326782226562, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886); -- Candy Bucket (Area: Bloodgulch - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+153;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79),
(12, @OGUID+80),
(12, @OGUID+81),
(12, @OGUID+82),
(12, @OGUID+83),
(12, @OGUID+84),
(12, @OGUID+85),
(12, @OGUID+86),
(12, @OGUID+87),
(12, @OGUID+88),
(12, @OGUID+89),
(12, @OGUID+90),
(12, @OGUID+91),
(12, @OGUID+92),
(12, @OGUID+93),
(12, @OGUID+94),
(12, @OGUID+95),
(12, @OGUID+96),
(12, @OGUID+97),
(12, @OGUID+98),
(12, @OGUID+99),
(12, @OGUID+100),
(12, @OGUID+101),
(12, @OGUID+102),
(12, @OGUID+103),
(12, @OGUID+104),
(12, @OGUID+105),
(12, @OGUID+106),
(12, @OGUID+107),
(12, @OGUID+108),
(12, @OGUID+109),
(12, @OGUID+110),
(12, @OGUID+111),
(12, @OGUID+112),
(12, @OGUID+113),
(12, @OGUID+114),
(12, @OGUID+115),
(12, @OGUID+116),
(12, @OGUID+117),
(12, @OGUID+118),
(12, @OGUID+119),
(12, @OGUID+120),
(12, @OGUID+121),
(12, @OGUID+122),
(12, @OGUID+123),
(12, @OGUID+124),
(12, @OGUID+125),
(12, @OGUID+126),
(12, @OGUID+127),
(12, @OGUID+128),
(12, @OGUID+129),
(12, @OGUID+130),
(12, @OGUID+131),
(12, @OGUID+132),
(12, @OGUID+133),
(12, @OGUID+134),
(12, @OGUID+135),
(12, @OGUID+136),
(12, @OGUID+137),
(12, @OGUID+138),
(12, @OGUID+139),
(12, @OGUID+140),
(12, @OGUID+141),
(12, @OGUID+142),
(12, @OGUID+143),
(12, @OGUID+144),
(12, @OGUID+145),
(12, @OGUID+146),
(12, @OGUID+147),
(12, @OGUID+148),
(12, @OGUID+149),
(12, @OGUID+150),
(12, @OGUID+151),
(12, @OGUID+152),
(12, @OGUID+153);
@@ -0,0 +1,414 @@
SET @OGUID := 3006438;
-- Gameobject templates
UPDATE `gameobject_template` SET `Data6`=0, `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208152; -- Candy Bucket
UPDATE `gameobject_template` SET `Data6`=0, `VerifiedBuild`=51886 WHERE `entry`=208091; -- HangingSkullLight01 (Scale 2.0)
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=208152; -- Candy Bucket
-- Quests
UPDATE `quest_template` SET `Expansion`=9, `VerifiedBuild`=51886 WHERE `ID` IN (28980, 28978, 28979, 28977); -- Candy Bucket
UPDATE `quest_offer_reward` SET `VerifiedBuild`=51886 WHERE `ID`=28975;
DELETE FROM `gameobject_queststarter` WHERE `id`=208152;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208152, 28975, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208152 AND `quest`=28975);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208152;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+192;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 4922, 5136, '0', 0, 0, -4014.24658203125, -6432.0537109375, 41.33692550659179687, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 4922, 5136, '0', 0, 0, -4037.779541015625, -6331.44970703125, 38.6033477783203125, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+2, 180405, 0, 4922, 5136, '0', 0, 0, -4137.58154296875, -6286.033203125, 7.411417007446289062, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+3, 180405, 0, 4922, 5136, '0', 0, 0, -4085.4775390625, -6246.5087890625, 7.383241653442382812, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+4, 180405, 0, 4922, 5136, '0', 0, 0, -4107.6875, -6253.55712890625, 7.373908042907714843, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+5, 180405, 0, 4922, 5136, '0', 0, 0, -3943.65625, -6306.16650390625, 32.77153396606445312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+6, 180405, 0, 4922, 5136, '0', 0, 0, -3910.507080078125, -6317.8125, 31.30204200744628906, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+7, 180405, 0, 4922, 5136, '0', 0, 0, -3897.88720703125, -6336.1337890625, 31.33370590209960937, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+8, 180405, 0, 4922, 5136, '0', 0, 0, -4028.453125, -6526.080078125, 14.41881656646728515, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+9, 180405, 0, 4922, 5136, '0', 0, 0, -3990.072998046875, -6543.32470703125, 16.22566032409667968, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+10, 180405, 0, 4922, 5136, '0', 0, 0, -3885.4931640625, -6475.32470703125, 19.94497108459472656, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+11, 180405, 0, 4922, 5136, '0', 0, 0, -3921.42529296875, -6549.35791015625, 18.43527603149414062, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+12, 180405, 0, 4922, 5136, '0', 0, 0, -3919.984375, -6572.6806640625, 18.38073158264160156, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+13, 180405, 0, 4922, 5136, '0', 0, 0, -4028.60595703125, -6576.046875, 18.49641227722167968, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+14, 180405, 0, 4922, 5136, '0', 0, 0, -4043.814208984375, -6593.6630859375, 18.40332412719726562, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+15, 180405, 0, 4922, 5136, '0', 0, 0, -4052.755126953125, -6636.9599609375, 18.45228195190429687, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+16, 180405, 0, 4922, 5136, '0', 0, 0, -3886.26220703125, -6603.48779296875, 18.43158149719238281, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+17, 180405, 0, 4922, 5136, '0', 0, 0, -3855.28125, -6651.37158203125, 18.19323158264160156, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+18, 180406, 0, 4922, 5136, '0', 0, 0, -4028.189208984375, -6330.8037109375, 38.232086181640625, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+19, 180406, 0, 4922, 5136, '0', 0, 0, -3928.95654296875, -6403.13037109375, 27.92719268798828125, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+20, 180406, 0, 4922, 5136, '0', 0, 0, -4147.46875, -6312.92041015625, 7.413112163543701171, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+21, 180406, 0, 4922, 5136, '0', 0, 0, -4121.8818359375, -6269.0400390625, 7.375771522521972656, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+22, 180406, 0, 4922, 5136, '0', 0, 0, -4093.935791015625, -6238.71728515625, 7.331247329711914062, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+23, 180406, 0, 4922, 5136, '0', 0, 0, -3943.73779296875, -6312.91845703125, 29.66635513305664062, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+24, 180406, 0, 4922, 5136, '0', 0, 0, -3902.61279296875, -6332.70654296875, 31.32979965209960937, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+25, 180406, 0, 4922, 5136, '0', 0, 0, -4029.515625, -6518.46875, 14.42045116424560546, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+26, 180406, 0, 4922, 5136, '0', 0, 0, -3885.217041015625, -6479.50341796875, 19.90328407287597656, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+27, 180406, 0, 4922, 5136, '0', 0, 0, -3930.954833984375, -6555.8056640625, 18.38473701477050781, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+28, 180406, 0, 4922, 5136, '0', 0, 0, -3894.4375, -6591.5712890625, 18.08836936950683593, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+29, 180406, 0, 4922, 5136, '0', 0, 0, -4039.87841796875, -6573.8212890625, 18.44090080261230468, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+30, 180406, 0, 4922, 5136, '0', 0, 0, -4048.0244140625, -6614.27587890625, 18.40908241271972656, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+31, 180406, 0, 4922, 5136, '0', 0, 0, -4047.286376953125, -6665.15625, 18.50899124145507812, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+32, 180406, 0, 4922, 5136, '0', 0, 0, -3888.657958984375, -6620.24853515625, 18.11359024047851562, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+33, 180406, 0, 4922, 5136, '0', 0, 0, -3864.932373046875, -6657.59912109375, 18.13533592224121093, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+34, 180406, 0, 4922, 5136, '0', 0, 0, -3844.295166015625, -6668.3349609375, 18.13579750061035156, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+35, 180407, 0, 4922, 5136, '0', 0, 0, -4155.26904296875, -6305.92041015625, 7.421420574188232421, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+36, 180407, 0, 4922, 5136, '0', 0, 0, -4128.9755859375, -6294.01025390625, 7.374823570251464843, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+37, 180407, 0, 4922, 5136, '0', 0, 0, -4099.0244140625, -6261.30224609375, 7.381142616271972656, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+38, 180407, 0, 4922, 5136, '0', 0, 0, -3953.220458984375, -6299.31591796875, 34.92429351806640625, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+39, 180407, 0, 4922, 5136, '0', 0, 0, -3911.2744140625, -6312.00341796875, 31.33430671691894531, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+40, 180407, 0, 4922, 5136, '0', 0, 0, -3885.423583984375, -6471.34716796875, 19.8886566162109375, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+41, 180407, 0, 4922, 5136, '0', 0, 0, -3884.579833984375, -6483.24462890625, 19.8886566162109375, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+42, 180407, 0, 4922, 5136, '0', 0, 0, -3910.326416015625, -6566.33349609375, 18.41125869750976562, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+43, 180407, 0, 4922, 5136, '0', 0, 0, -3902.782958984375, -6597.27099609375, 18.16530036926269531, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+44, 180407, 0, 4922, 5136, '0', 0, 0, -4032.6875, -6595.77978515625, 18.52175331115722656, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+45, 180407, 0, 4922, 5136, '0', 0, 0, -4041.432373046875, -6639.14599609375, 18.49236488342285156, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+46, 180407, 0, 4922, 5136, '0', 0, 0, -4057.5400390625, -6662.94091796875, 18.50334548950195312, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+47, 180407, 0, 4922, 5136, '0', 0, 0, -3866.61279296875, -6633.59716796875, 18.19599342346191406, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+48, 180407, 0, 4922, 5136, '0', 0, 0, -3854.111083984375, -6674.63916015625, 18.14653968811035156, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+49, 180408, 0, 4922, 5136, '0', 0, 0, -3916.635498046875, -6277.4931640625, 57.49567413330078125, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+50, 180411, 0, 4922, 5136, '0', 0, 0, -4075.05908203125, -6402.34912109375, 50.10919189453125, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+51, 180411, 0, 4922, 5136, '0', 0, 0, -4052.307373046875, -6524.3818359375, 36.3575439453125, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+52, 180411, 0, 4922, 5136, '0', 0, 0, -3890.522705078125, -6477.82275390625, 31.39930152893066406, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+53, 180415, 0, 4922, 5136, '0', 0, 0, -4013.814208984375, -6451.57666015625, 43.23686599731445312, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+54, 180415, 0, 4922, 5136, '0', 0, 0, -4002.62841796875, -6451.58837890625, 44.62434768676757812, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+55, 180415, 0, 4922, 5136, '0', 0, 0, -4016.291748046875, -6448.96728515625, 42.00847244262695312, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+56, 180415, 0, 4922, 5136, '0', 0, 0, -4000.76904296875, -6448.44287109375, 43.22340774536132812, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+57, 180415, 0, 4922, 5136, '0', 0, 0, -4000.0244140625, -6449.49658203125, 44.51594924926757812, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+58, 180415, 0, 4922, 5136, '0', 0, 0, -4013.263916015625, -6450.41650390625, 42.0448760986328125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+59, 180415, 0, 4922, 5136, '0', 0, 0, -4014.34033203125, -6452.69970703125, 44.53807449340820312, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+60, 180415, 0, 4922, 5136, '0', 0, 0, -4003.442626953125, -6450.48974609375, 43.25831985473632812, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+61, 180415, 0, 4922, 5136, '0', 0, 0, -4004.21875, -6449.470703125, 42.08104324340820312, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+62, 180415, 0, 4922, 5136, '0', 0, 0, -4001.614501953125, -6447.35791015625, 41.96797561645507812, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+63, 180415, 0, 4922, 5136, '0', 0, 0, -4017.8681640625, -6452.376953125, 45.8579864501953125, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+64, 180415, 0, 4922, 5136, '0', 0, 0, -4016.814208984375, -6450.078125, 43.1328277587890625, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+65, 180415, 0, 4922, 5136, '0', 0, 0, -4017.34033203125, -6451.2587890625, 44.49156570434570312, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+66, 180415, 0, 4922, 5136, '0', 0, 0, -4018.364501953125, -6453.41162109375, 47.1794586181640625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+67, 180415, 0, 4922, 5136, '0', 0, 0, -4014.859375, -6453.87841796875, 45.9936676025390625, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+68, 180415, 0, 4922, 5136, '0', 0, 0, -4006.37841796875, -6433.7119140625, 42.38346099853515625, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+69, 180415, 0, 4922, 5136, '0', 0, 0, -3999.282958984375, -6450.46337890625, 45.90983963012695312, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+70, 180415, 0, 4922, 5136, '0', 0, 0, -3998.53125, -6451.3994140625, 47.32863235473632812, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+71, 180415, 0, 4922, 5136, '0', 0, 0, -4001.913330078125, -6452.54150390625, 46.00838088989257812, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+72, 180415, 0, 4922, 5136, '0', 0, 0, -4015.307373046875, -6454.875, 47.25249099731445312, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+73, 180415, 0, 4922, 5136, '0', 0, 0, -4001.2275390625, -6453.470703125, 47.37291336059570312, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+74, 180415, 0, 4922, 5136, '0', 0, 0, -4007.239501953125, -6463.92041015625, 42.21347808837890625, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+75, 180425, 0, 4922, 5136, '0', 0, 0, -4006.7275390625, -6433.71875, 42.520294189453125, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+76, 180425, 0, 4922, 5136, '0', 0, 0, -4007.53466796875, -6463.68212890625, 42.49984359741210937, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+77, 180426, 0, 4922, 5136, '0', 0, 0, -4004.475830078125, -6375.142578125, 64.12500762939453125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+78, 180426, 0, 4922, 5136, '0', 0, 0, -4013.78125, -6365.50341796875, 64.29660797119140625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+79, 180426, 0, 4922, 5136, '0', 0, 0, -4008.904541015625, -6351.46337890625, 64.58998870849609375, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+80, 180426, 0, 4922, 5136, '0', 0, 0, -3993.291748046875, -6348.626953125, 56.53307723999023437, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+81, 180426, 0, 4922, 5136, '0', 0, 0, -3979, -6371.54541015625, 53.56987380981445312, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+82, 180426, 0, 4922, 5136, '0', 0, 0, -3996.560791015625, -6375.63037109375, 64.60797119140625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+83, 180426, 0, 4922, 5136, '0', 0, 0, -3976.029541015625, -6357.10791015625, 62.95828628540039062, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+84, 180426, 0, 4922, 5136, '0', 0, 0, -3995.4375, -6357.50341796875, 63.64907455444335937, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+85, 180426, 0, 4922, 5136, '0', 0, 0, -4005.93408203125, -6342.328125, 67.08591461181640625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+86, 180427, 0, 4922, 5136, '0', 0, 0, -4017.46533203125, -6375.53662109375, 57.28378677368164062, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+87, 180427, 0, 4922, 5136, '0', 0, 0, -3976.489501953125, -6384.861328125, 56.77489089965820312, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+88, 180427, 0, 4922, 5136, '0', 0, 0, -3975.010498046875, -6343.84716796875, 57.56363296508789062, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+89, 180427, 0, 4922, 5136, '0', 0, 0, -3990.725830078125, -6364.9306640625, 69.96472930908203125, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+90, 180427, 0, 4922, 5136, '0', 0, 0, -3994.501708984375, -6382.88037109375, 65.3880462646484375, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+91, 180427, 0, 4922, 5136, '0', 0, 0, -3997.770751953125, -6362.26904296875, 68.68874359130859375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+92, 180427, 0, 4922, 5136, '0', 0, 0, -3993.373291015625, -6339.99658203125, 68.57419586181640625, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+93, 180427, 0, 4922, 5136, '0', 0, 0, -3957.710205078125, -6365.09912109375, 58.00717544555664062, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+94, 180431, 0, 4922, 5136, '0', 0, 0, -4058.864501953125, -6395.171875, 60.1507720947265625, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+95, 180471, 0, 4922, 5136, '0', 0, 0, -4008.98779296875, -6429.92529296875, 50.25304031372070312, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+96, 180471, 0, 4922, 5136, '0', 0, 0, -4031.963623046875, -6331.09228515625, 42.94539260864257812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+97, 180471, 0, 4922, 5136, '0', 0, 0, -4004.84033203125, -6431.2119140625, 50.263885498046875, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+98, 180471, 0, 4922, 5136, '0', 0, 0, -4010.932373046875, -6429.486328125, 50.39281845092773437, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+99, 180471, 0, 4922, 5136, '0', 0, 0, -4006.694580078125, -6430.642578125, 50.25609207153320312, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+100, 180471, 0, 4922, 5136, '0', 0, 0, -4033.72216796875, -6331.17529296875, 43.31452178955078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+101, 180471, 0, 4922, 5136, '0', 0, 0, -4012.89404296875, -6430.39404296875, 50.23824691772460937, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+102, 180471, 0, 4922, 5136, '0', 0, 0, -4034.569580078125, -6331.205078125, 42.94719314575195312, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+103, 180471, 0, 4922, 5136, '0', 0, 0, -4032.854248046875, -6331.13720703125, 43.313629150390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+104, 180471, 0, 4922, 5136, '0', 0, 0, -4016.538330078125, -6432.47412109375, 50.27901840209960937, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+105, 180471, 0, 4922, 5136, '0', 0, 0, -4014.723876953125, -6431.4287109375, 50.24447250366210937, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+106, 180471, 0, 4922, 5136, '0', 0, 0, -4003.382080078125, -6459.80908203125, 46.63829803466796875, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+107, 180471, 0, 4922, 5136, '0', 0, 0, -4012.046875, -6460.83349609375, 46.63823699951171875, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+108, 180471, 0, 4922, 5136, '0', 0, 0, -3928.880126953125, -6408.6630859375, 33.2089996337890625, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+109, 180471, 0, 4922, 5136, '0', 0, 0, -4008.61279296875, -6462.24462890625, 46.63823699951171875, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+110, 180471, 0, 4922, 5136, '0', 0, 0, -4006.291748046875, -6462.01416015625, 46.63823699951171875, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+111, 180471, 0, 4922, 5136, '0', 0, 0, -3952.560791015625, -6282.60400390625, 33.04726791381835937, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+112, 180471, 0, 4922, 5136, '0', 0, 0, -3951.8525390625, -6283.6318359375, 32.48833465576171875, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+113, 180471, 0, 4922, 5136, '0', 0, 0, -3953.255126953125, -6281.47216796875, 32.44709014892578125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+114, 180471, 0, 4922, 5136, '0', 0, 0, -4030.975830078125, -6520.8056640625, 19.70601844787597656, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+115, 180471, 0, 4922, 5136, '0', 0, 0, -4031.130126953125, -6519.22216796875, 19.32196426391601562, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+116, 180471, 0, 4922, 5136, '0', 0, 0, -4030.694580078125, -6524.078125, 19.71022987365722656, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+117, 180471, 0, 4922, 5136, '0', 0, 0, -4030.701416015625, -6525.51220703125, 19.32114791870117187, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+118, 180471, 0, 4922, 5136, '0', 0, 0, -4030.848876953125, -6522.41162109375, 19.96128654479980468, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+119, 180471, 0, 4922, 5136, '0', 0, 0, -3916.505126953125, -6478.05029296875, 26.36955451965332031, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+120, 180471, 0, 4922, 5136, '0', 0, 0, -3916.467041015625, -6479.11474609375, 26.72385787963867187, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+121, 180471, 0, 4922, 5136, '0', 0, 0, -3921.420166015625, -6389.5380859375, 33.24254226684570312, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+122, 180471, 0, 4922, 5136, '0', 0, 0, -3916.27783203125, -6480.9912109375, 25.99164390563964843, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+123, 180471, 0, 4922, 5136, '0', 0, 0, -3916.223876953125, -6481.96728515625, 25.36803627014160156, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+124, 180471, 0, 4922, 5136, '0', 0, 0, -3916.53125, -6477.01025390625, 25.74652099609375, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+125, 180471, 0, 4922, 5136, '0', 0, 0, -3916.579833984375, -6475.955078125, 25.27353477478027343, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+126, 180471, 0, 4922, 5136, '0', 0, 0, -3916.385498046875, -6480.04150390625, 26.34237289428710937, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+127, 180471, 0, 4922, 5136, '0', 0, 0, -3895.630126953125, -6387.31591796875, 33.03534317016601562, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+128, 180471, 0, 4922, 5136, '0', 0, 0, -3895.989501953125, -6386.0712890625, 32.42795181274414062, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+129, 180471, 0, 4922, 5136, '0', 0, 0, -3895.25341796875, -6388.50341796875, 32.44718170166015625, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+130, 180471, 0, 4922, 5136, '0', 0, 0, -3979.921875, -6536.7587890625, 18.69080352783203125, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+131, 180471, 0, 4922, 5136, '0', 0, 0, -3969.069580078125, -6540.49462890625, 18.28324317932128906, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+132, 180471, 0, 4922, 5136, '0', 0, 0, -3975.920166015625, -6535.17724609375, 18.46033859252929687, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+133, 180471, 0, 4922, 5136, '0', 0, 0, -3913.32470703125, -6490.3505859375, 19.28137016296386718, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+134, 180471, 0, 4922, 5136, '0', 0, 0, -3909.69091796875, -6493.58349609375, 19.65296745300292968, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+135, 180471, 0, 4922, 5136, '0', 0, 0, -4001.5625, -6549.908203125, 19.16351318359375, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+136, 180471, 0, 4922, 5136, '0', 0, 0, -4001.90283203125, -6557.501953125, 20.343597412109375, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+137, 180471, 0, 4922, 5136, '0', 0, 0, -4001.29345703125, -6563.26220703125, 19.980865478515625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+138, 180472, 0, 4922, 5136, '0', 0, 0, -4006.998291015625, -6427.314453125, 48.7367095947265625, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+139, 180472, 0, 4922, 5136, '0', 0, 0, -4015.37841796875, -6428.06787109375, 48.73851394653320312, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+140, 180472, 0, 4922, 5136, '0', 0, 0, -4010.2119140625, -6461.34228515625, 47.43559646606445312, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+141, 180472, 0, 4922, 5136, '0', 0, 0, -4005.09033203125, -6460.5712890625, 47.43559646606445312, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+142, 180523, 0, 4922, 5136, '0', 0, 0, -4091.788330078125, -6395.142578125, 40.34520721435546875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+143, 207941, 0, 4922, 5136, '0', 0, 0, -3931.28125, -6238.60791015625, 49.67975616455078125, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+144, 207941, 0, 4922, 5136, '0', 0, 0, -4042.182373046875, -6470.501953125, 61.19839859008789062, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+145, 207941, 0, 4922, 5136, '0', 0, 0, -3879.75341796875, -6355.9462890625, 60.10880661010742187, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+146, 207941, 0, 4922, 5136, '0', 0, 0, -4096.25341796875, -6498.0625, 61.03839874267578125, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+147, 208061, 0, 4922, 5136, '0', 0, 0, -4036.451416015625, -6401.314453125, 43.77225112915039062, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+148, 208062, 0, 4922, 5136, '0', 0, 0, -4049.404541015625, -6373.27099609375, 43.77141189575195312, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+149, 208063, 0, 4922, 5136, '0', 0, 0, -4005.194580078125, -6465.36279296875, 44.18155670166015625, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- Web Hanging (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+150, 208069, 0, 4922, 5136, '0', 0, 0, -4054.06591796875, -6368.17041015625, 44.12609100341796875, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+151, 208069, 0, 4922, 5136, '0', 0, 0, -3986.979248046875, -6310.20654296875, 34.68635940551757812, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+152, 208069, 0, 4922, 5136, '0', 0, 0, -4010.87158203125, -6462.5556640625, 48.45132827758789062, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+153, 208069, 0, 4922, 5136, '0', 0, 0, -3945.8212890625, -6300.548828125, 36.88203811645507812, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+154, 208069, 0, 4922, 5136, '0', 0, 0, -3911.880126953125, -6278.48779296875, 31.30278205871582031, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+155, 208069, 0, 4922, 5136, '0', 0, 0, -3930.416748046875, -6523.0537109375, 16.29862022399902343, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+156, 208069, 0, 4922, 5136, '0', 0, 0, -3870.45654296875, -6356.45849609375, 31.28498077392578125, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+157, 208071, 0, 4922, 5136, '0', 0, 0, -4036.755126953125, -6420.53125, 62.27724075317382812, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+158, 208071, 0, 4922, 5136, '0', 0, 0, -4064.171875, -6360.54345703125, 62.22534942626953125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+159, 208071, 0, 4922, 5136, '0', 0, 0, -3932.958251953125, -6269.1005859375, 61.32847213745117187, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+160, 208071, 0, 4922, 5136, '0', 0, 0, -3955.333251953125, -6264.27978515625, 61.40367889404296875, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+161, 208071, 0, 4922, 5136, '0', 0, 0, -3884.725830078125, -6401.0537109375, 61.1245269775390625, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+162, 208071, 0, 4922, 5136, '0', 0, 0, -3872.138916015625, -6381.6025390625, 60.86630630493164062, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+163, 208072, 0, 4922, 5136, '0', 0, 0, -4033.064208984375, -6410.47412109375, 44.41486740112304687, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+164, 208072, 0, 4922, 5136, '0', 0, 0, -3939.8525390625, -6403.673828125, 32.44175338745117187, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+165, 208072, 0, 4922, 5136, '0', 0, 0, -4004.213623046875, -6461.84716796875, 48.45132827758789062, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+166, 208072, 0, 4922, 5136, '0', 0, 0, -3941.27783203125, -6317.0244140625, 32.7041015625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+167, 208072, 0, 4922, 5136, '0', 0, 0, -3926.892333984375, -6266.84375, 31.433074951171875, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+168, 208072, 0, 4922, 5136, '0', 0, 0, -3998.5, -6489.03125, 18.07044219970703125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+169, 208072, 0, 4922, 5136, '0', 0, 0, -3891.69970703125, -6347.515625, 31.373931884765625, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+170, 208078, 0, 4922, 5136, '0', 0, 0, -4057.979248046875, -6358.04541015625, 44.286590576171875, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+171, 208078, 0, 4922, 5136, '0', 0, 0, -3992.0087890625, -6297.798828125, 34.60448455810546875, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+172, 208078, 0, 4922, 5136, '0', 0, 0, -4001.538330078125, -6455.94091796875, 48.45148849487304687, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+173, 208078, 0, 4922, 5136, '0', 0, 0, -4014.59716796875, -6457.1806640625, 48.45146560668945312, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+174, 208078, 0, 4922, 5136, '0', 0, 0, -3954.772705078125, -6304.92041015625, 31.91400146484375, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+175, 208078, 0, 4922, 5136, '0', 0, 0, -3911.890625, -6292.3837890625, 31.44728660583496093, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+176, 208078, 0, 4922, 5136, '0', 0, 0, -3933.69970703125, -6443.15478515625, 18.57140731811523437, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+177, 208078, 0, 4922, 5136, '0', 0, 0, -3870.432373046875, -6371.4150390625, 30.84044075012207031, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+178, 208091, 0, 4922, 5136, '0', 0, 0, -4059.4619140625, -6395.08837890625, 49.77289199829101562, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+179, 208091, 0, 4922, 5136, '0', 0, 0, -4060.857666015625, -6392.05712890625, 48.07537078857421875, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+180, 208091, 0, 4922, 5136, '0', 0, 0, -4059.201416015625, -6389.55224609375, 53.77394485473632812, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+181, 208091, 0, 4922, 5136, '0', 0, 0, -4058.17529296875, -6398.1962890625, 48.07476043701171875, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+182, 208091, 0, 4922, 5136, '0', 0, 0, -4055.15283203125, -6398.4619140625, 53.74792861938476562, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+183, 208091, 0, 4922, 5136, '0', 0, 0, -4058.8369140625, -6396.61279296875, 49.08711624145507812, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+184, 208091, 0, 4922, 5136, '0', 0, 0, -4055.1650390625, -6395.98779296875, 53.29498291015625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+185, 208091, 0, 4922, 5136, '0', 0, 0, -4055.067626953125, -6393.046875, 52.49815750122070312, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+186, 208091, 0, 4922, 5136, '0', 0, 0, -4054.833251953125, -6400.31787109375, 55.35950088500976562, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+187, 208091, 0, 4922, 5136, '0', 0, 0, -4060.185791015625, -6393.52783203125, 49.09291458129882812, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+188, 208091, 0, 4922, 5136, '0', 0, 0, -4057.30908203125, -6391.3125, 53.29167556762695312, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+189, 208091, 0, 4922, 5136, '0', 0, 0, -4061.359375, -6387.0068359375, 56.59610366821289062, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+190, 208091, 0, 4922, 5136, '0', 0, 0, -4060.413330078125, -6388.16845703125, 55.32298660278320312, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+191, 208091, 0, 4922, 5136, '0', 0, 0, -4054.375, -6401.734375, 56.65497207641601562, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
(@OGUID+192, 208152, 0, 4922, 5136, '0', 0, 0, -4086.50341796875, -6409.46337890625, 39.997955322265625, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886); -- Candy Bucket (Area: Dragonmaw Port - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+192;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79),
(12, @OGUID+80),
(12, @OGUID+81),
(12, @OGUID+82),
(12, @OGUID+83),
(12, @OGUID+84),
(12, @OGUID+85),
(12, @OGUID+86),
(12, @OGUID+87),
(12, @OGUID+88),
(12, @OGUID+89),
(12, @OGUID+90),
(12, @OGUID+91),
(12, @OGUID+92),
(12, @OGUID+93),
(12, @OGUID+94),
(12, @OGUID+95),
(12, @OGUID+96),
(12, @OGUID+97),
(12, @OGUID+98),
(12, @OGUID+99),
(12, @OGUID+100),
(12, @OGUID+101),
(12, @OGUID+102),
(12, @OGUID+103),
(12, @OGUID+104),
(12, @OGUID+105),
(12, @OGUID+106),
(12, @OGUID+107),
(12, @OGUID+108),
(12, @OGUID+109),
(12, @OGUID+110),
(12, @OGUID+111),
(12, @OGUID+112),
(12, @OGUID+113),
(12, @OGUID+114),
(12, @OGUID+115),
(12, @OGUID+116),
(12, @OGUID+117),
(12, @OGUID+118),
(12, @OGUID+119),
(12, @OGUID+120),
(12, @OGUID+121),
(12, @OGUID+122),
(12, @OGUID+123),
(12, @OGUID+124),
(12, @OGUID+125),
(12, @OGUID+126),
(12, @OGUID+127),
(12, @OGUID+128),
(12, @OGUID+129),
(12, @OGUID+130),
(12, @OGUID+131),
(12, @OGUID+132),
(12, @OGUID+133),
(12, @OGUID+134),
(12, @OGUID+135),
(12, @OGUID+136),
(12, @OGUID+137),
(12, @OGUID+138),
(12, @OGUID+139),
(12, @OGUID+140),
(12, @OGUID+141),
(12, @OGUID+142),
(12, @OGUID+143),
(12, @OGUID+144),
(12, @OGUID+145),
(12, @OGUID+146),
(12, @OGUID+147),
(12, @OGUID+148),
(12, @OGUID+149),
(12, @OGUID+150),
(12, @OGUID+151),
(12, @OGUID+152),
(12, @OGUID+153),
(12, @OGUID+154),
(12, @OGUID+155),
(12, @OGUID+156),
(12, @OGUID+157),
(12, @OGUID+158),
(12, @OGUID+159),
(12, @OGUID+160),
(12, @OGUID+161),
(12, @OGUID+162),
(12, @OGUID+163),
(12, @OGUID+164),
(12, @OGUID+165),
(12, @OGUID+166),
(12, @OGUID+167),
(12, @OGUID+168),
(12, @OGUID+169),
(12, @OGUID+170),
(12, @OGUID+171),
(12, @OGUID+172),
(12, @OGUID+173),
(12, @OGUID+174),
(12, @OGUID+175),
(12, @OGUID+176),
(12, @OGUID+177),
(12, @OGUID+178),
(12, @OGUID+179),
(12, @OGUID+180),
(12, @OGUID+181),
(12, @OGUID+182),
(12, @OGUID+183),
(12, @OGUID+184),
(12, @OGUID+185),
(12, @OGUID+186),
(12, @OGUID+187),
(12, @OGUID+188),
(12, @OGUID+189),
(12, @OGUID+190),
(12, @OGUID+191),
(12, @OGUID+192);
@@ -0,0 +1,107 @@
SET @OGUID := 3006631;
-- Gameobject templates
UPDATE `gameobject_template` SET `Data6`=0, `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208151; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=208151; -- Candy Bucket
-- Quests
UPDATE `quest_offer_reward` SET `VerifiedBuild`=51886 WHERE `ID`=28974;
DELETE FROM `gameobject_queststarter` WHERE `id`=208151;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208151, 28974, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208151 AND `quest`=28974);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208151;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 230927 AND 230961;
DELETE FROM `gameobject` WHERE `guid`=232002;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 230927 AND 230961;
DELETE FROM `game_event_gameobject` WHERE `guid`=232002;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+37;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 4922, 5471, '0', 0, 524, -4817.189453125, -4849.44970703125, 198.1060791015625, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 4922, 5471, '0', 0, 524, -4830.99462890625, -4852.234375, 199.3955841064453125, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+2, 180406, 0, 4922, 5471, '0', 0, 524, -4814.62841796875, -4840.14404296875, 198.17291259765625, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+3, 180406, 0, 4922, 5471, '0', 0, 524, -4847.517578125, -4823.66162109375, 196.8101348876953125, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+4, 180406, 0, 4922, 5471, '0', 0, 524, -4859.845703125, -4885.56103515625, 194.544158935546875, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+5, 180407, 0, 4922, 5471, '0', 0, 524, -4838.4130859375, -4813.6337890625, 199.5372772216796875, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+6, 180407, 0, 4922, 5471, '0', 0, 524, -4810.71728515625, -4811.38037109375, 196.7663726806640625, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+7, 180407, 0, 4922, 5471, '0', 0, 524, -4868.578125, -4895.17041015625, 192.5298614501953125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+8, 180410, 0, 4922, 5471, '0', 0, 524, -4865.5380859375, -4845.234375, 199.1121826171875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+9, 180411, 0, 4922, 5471, '0', 0, 524, -4853.017578125, -4811.720703125, 202.467376708984375, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+10, 180415, 0, 4922, 5471, '0', 0, 524, -4839.96875, -4848.5849609375, 198.9072418212890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 0, 4922, 5471, '0', 0, 524, -4849.61962890625, -4850.13720703125, 199.436065673828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 0, 4922, 5471, '0', 0, 524, -4846.51904296875, -4848.392578125, 199.4553985595703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 4922, 5471, '0', 0, 524, -4853.07666015625, -4853.1005859375, 197.9499664306640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 4922, 5471, '0', 0, 524, -4863.06591796875, -4835.87158203125, 201.7410736083984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 4922, 5471, '0', 0, 524, -4860.26416015625, -4835.46875, 198.8046417236328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+16, 180415, 0, 4922, 5471, '0', 0, 524, -4863.283203125, -4837.59716796875, 198.941253662109375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+17, 180415, 0, 4922, 5471, '0', 0, 524, -4860.7255859375, -4834.93603515625, 200.1615142822265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 0, 4922, 5471, '0', 0, 524, -4862.2431640625, -4833.48779296875, 201.4193878173828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+19, 180425, 0, 4922, 5471, '0', 0, 524, -4840.73974609375, -4850.00341796875, 199.679840087890625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- SkullCandle01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+20, 180425, 0, 4922, 5471, '0', 0, 524, -4847.751953125, -4850.6943359375, 199.4253997802734375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- SkullCandle01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+21, 180425, 0, 4922, 5471, '0', 0, 524, -4856.04541015625, -4856.22216796875, 197.52447509765625, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- SkullCandle01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+22, 180426, 0, 4922, 5471, '0', 0, 524, -4832.51416015625, -4833.81591796875, 208.416839599609375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+23, 180426, 0, 4922, 5471, '0', 0, 524, -4837.8818359375, -4831.76416015625, 208.185638427734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+24, 180426, 0, 4922, 5471, '0', 0, 524, -4827.76220703125, -4826.2255859375, 209.186859130859375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+25, 180426, 0, 4922, 5471, '0', 0, 524, -4832.689453125, -4825.2900390625, 208.481536865234375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+26, 180427, 0, 4922, 5471, '0', 0, 524, -4835.265625, -4828.4619140625, 208.288421630859375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+27, 180427, 0, 4922, 5471, '0', 0, 524, -4841.59912109375, -4843.15283203125, 196.3478240966796875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+28, 180427, 0, 4922, 5471, '0', 0, 524, -4825.265625, -4822.158203125, 196.2855224609375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+29, 180471, 0, 4922, 5471, '0', 0, 524, -4843.39404296875, -4814.9306640625, 201.6149444580078125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+30, 180471, 0, 4922, 5471, '0', 0, 524, -4844.0625, -4816.87841796875, 201.7270050048828125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+31, 180471, 0, 4922, 5471, '0', 0, 524, -4846.06591796875, -4820.11474609375, 201.6976318359375, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+32, 180471, 0, 4922, 5471, '0', 0, 524, -4847.3505859375, -4821.78125, 201.5751495361328125, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+33, 180472, 0, 4922, 5471, '0', 0, 524, -4845.03466796875, -4818.455078125, 203.2819366455078125, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+34, 180523, 0, 4922, 5471, '0', 0, 524, -4853.19775390625, -4807.642578125, 196.9888763427734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+35, 208063, 0, 4922, 5471, '0', 0, 524, -4847.673828125, -4815.5244140625, 198.1702728271484375, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- Web Hanging (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+36, 208064, 0, 4922, 5471, '0', 0, 524, -4851.1025390625, -4819.60791015625, 197.72027587890625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- Web Corner (Area: Crushblow - Difficulty: 0) CreateObject1
(@OGUID+37, 208151, 0, 4922, 5471, '0', 0, 524, -4855.9755859375, -4815.2568359375, 196.6106414794921875, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886); -- Candy Bucket (Area: Crushblow - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+37;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37);
@@ -0,0 +1,148 @@
SET @CGUID := 3000352;
SET @OGUID := 3006669;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208130; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=208130; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID`=28978;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28978, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208130;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208130, 28978, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208130 AND `quest`=28978);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208130;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 0, 4922, 5142, '0', 0, 0, 0, 0, -3235.9921875, -5009.970703125, 121.8743820190429687, 6.272729396820068359, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Thundermar - Difficulty: 0) CreateObject1
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+54;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 4922, 5142, '0', 0, 0, -3213.75341796875, -5046.18408203125, 120.4340667724609375, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 4922, 5142, '0', 0, 0, -3185.19091796875, -4993.5380859375, 120.5458297729492187, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+2, 180406, 0, 4922, 5142, '0', 0, 0, -3228.345458984375, -5006.9912109375, 120.54296875, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+3, 180406, 0, 4922, 5142, '0', 0, 0, -3186.842041015625, -5005.16845703125, 121.6221694946289062, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+4, 180406, 0, 4922, 5142, '0', 0, 0, -3194.420166015625, -5063.81103515625, 121.6938095092773437, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+5, 180407, 0, 4922, 5142, '0', 0, 0, -3192.060791015625, -5006.1005859375, 120.6062698364257812, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+6, 180407, 0, 4922, 5142, '0', 0, 0, -3182.401123046875, -5044.1650390625, 120.5376815795898437, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+7, 180408, 0, 4922, 5142, '0', 0, 0, -3213.842041015625, -5046.267578125, 122.0939102172851562, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+8, 180411, 0, 4922, 5142, '0', 0, 0, -3226.4619140625, -5002.15283203125, 125.9590225219726562, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+9, 180414, 0, 4922, 5142, '0', 0, 0, -3215.600830078125, -5040.8056640625, 120.4995803833007812, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- Cauldron (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+10, 180415, 0, 4922, 5142, '0', 0, 0, -3181.467041015625, -5026.34033203125, 122.8794326782226562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 0, 4922, 5142, '0', 0, 0, -3181.960205078125, -5018.97900390625, 123.3023300170898437, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 0, 4922, 5142, '0', 0, 0, -3181.923583984375, -5019.99853515625, 122.9446792602539062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 4922, 5142, '0', 0, 0, -3181.505126953125, -5027.7744140625, 122.8810501098632812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 4922, 5142, '0', 0, 0, -3181.838623046875, -5021.5400390625, 122.8860702514648437, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 4922, 5142, '0', 0, 0, -3181.498291015625, -5028.77587890625, 123.2391891479492187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+16, 180425, 0, 4922, 5142, '0', 0, 0, -3219.204833984375, -4996.33349609375, 124.8443984985351562, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- SkullCandle01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+17, 180425, 0, 4922, 5142, '0', 0, 0, -3194.189208984375, -5034.86474609375, 124.8492813110351562, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- SkullCandle01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+18, 180425, 0, 4922, 5142, '0', 0, 0, -3206.645751953125, -5050.064453125, 124.5228805541992187, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- SkullCandle01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+19, 180426, 0, 4922, 5142, '0', 0, 0, -3207.4462890625, -5000.35791015625, 124.0326309204101562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+20, 180426, 0, 4922, 5142, '0', 0, 0, -3204.255126953125, -5007.611328125, 124.23980712890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+21, 180426, 0, 4922, 5142, '0', 0, 0, -3204.098876953125, -5029.048828125, 124.1910171508789062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+22, 180426, 0, 4922, 5142, '0', 0, 0, -3203.07470703125, -5030.98974609375, 124.1128921508789062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+23, 180426, 0, 4922, 5142, '0', 0, 0, -3204.779541015625, -5015.15283203125, 124.3357162475585937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+24, 180427, 0, 4922, 5142, '0', 0, 0, -3208.26904296875, -5007.01025390625, 124.230133056640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+25, 180427, 0, 4922, 5142, '0', 0, 0, -3203.75341796875, -5028.2099609375, 124.1800918579101562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+26, 180427, 0, 4922, 5142, '0', 0, 0, -3204.592041015625, -5014.85791015625, 124.3387832641601562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+27, 180427, 0, 4922, 5142, '0', 0, 0, -3204.303955078125, -5016.81103515625, 124.2758636474609375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+28, 180428, 0, 4922, 5142, '0', 0, 0, -3218.20654296875, -5041.71337890625, 120.2840728759765625, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+29, 180471, 0, 4922, 5142, '0', 0, 0, -3214, -5039.27783203125, 127.6022567749023437, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+30, 180471, 0, 4922, 5142, '0', 0, 0, -3231.84716796875, -4999.58837890625, 124.1406631469726562, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+31, 180471, 0, 4922, 5142, '0', 0, 0, -3231.842041015625, -5004.37158203125, 124.1608734130859375, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+32, 180471, 0, 4922, 5142, '0', 0, 0, -3211.79345703125, -5044.59033203125, 128.5394744873046875, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+33, 180471, 0, 4922, 5142, '0', 0, 0, -3211.154541015625, -5046.05712890625, 127.7040786743164062, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+34, 180471, 0, 4922, 5142, '0', 0, 0, -3213.4150390625, -5040.921875, 128.56036376953125, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+35, 180471, 0, 4922, 5142, '0', 0, 0, -3183.560791015625, -5049.9150390625, 124.0442581176757812, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+36, 180471, 0, 4922, 5142, '0', 0, 0, -3199.822998046875, -5066.17724609375, 128.67291259765625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+37, 180471, 0, 4922, 5142, '0', 0, 0, -3204.857666015625, -5064.96337890625, 128.7720184326171875, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+38, 180471, 0, 4922, 5142, '0', 0, 0, -3207.26904296875, -5064.92529296875, 127.7363662719726562, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+39, 180471, 0, 4922, 5142, '0', 0, 0, -3197.704833984375, -5067.171875, 127.6429824829101562, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+40, 180471, 0, 4922, 5142, '0', 0, 0, -3181.875, -5047.361328125, 124.1390380859375, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+41, 180471, 0, 4922, 5142, '0', 0, 0, -3209.107666015625, -5065.32470703125, 126.1587600708007812, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+42, 180471, 0, 4922, 5142, '0', 0, 0, -3196.310791015625, -5068.298828125, 125.930572509765625, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+43, 180472, 0, 4922, 5142, '0', 0, 0, -3231.732666015625, -5002.0400390625, 126.2105865478515625, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+44, 180472, 0, 4922, 5142, '0', 0, 0, -3183.038330078125, -5027.4130859375, 125.3242034912109375, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+45, 180472, 0, 4922, 5142, '0', 0, 0, -3183.385498046875, -5020.46875, 125.2332077026367187, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+46, 180472, 0, 4922, 5142, '0', 0, 0, -3212.56591796875, -5042.73291015625, 129.7841644287109375, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+47, 180472, 0, 4922, 5142, '0', 0, 0, -3202.2900390625, -5065.46533203125, 129.6165924072265625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+48, 180523, 0, 4922, 5142, '0', 0, 0, -3226.69970703125, -5045.26025390625, 120.9619827270507812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+49, 185436, 0, 4922, 5142, '0', 0, 0, -3215.9306640625, -5040.9375, 121.005859375, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+50, 208063, 0, 4922, 5142, '0', 0, 0, -3217.939208984375, -5045.28466796875, 122.3961029052734375, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- Web Hanging (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+51, 208063, 0, 4922, 5142, '0', 0, 0, -3182.998291015625, -5048.5224609375, 121.9560394287109375, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- Web Hanging (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+52, 208064, 0, 4922, 5142, '0', 0, 0, -3231.611083984375, -5007.19970703125, 121.7464370727539062, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- Web Corner (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+53, 208064, 0, 4922, 5142, '0', 0, 0, -3182.354248046875, -5029.8818359375, 122.4231033325195312, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- Web Corner (Area: Thundermar - Difficulty: 0) CreateObject1
(@OGUID+54, 208130, 0, 4922, 5142, '0', 0, 0, -3223.255126953125, -5051.986328125, 120.662872314453125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886); -- Candy Bucket (Area: Thundermar - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+54;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54);
@@ -0,0 +1,145 @@
SET @OGUID := 3006724;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208131; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=208131; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID`=28979;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28979, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208131;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208131, 28979, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208131 AND `quest`=28979);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208131;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+58;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 4922, 5000, '0', 0, 524, -4200.953125, -4714.80224609375, 126.791656494140625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 4922, 5000, '0', 0, 524, -4210.046875, -4713.40087890625, 126.7920608520507812, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+2, 180405, 0, 4922, 5000, '0', 0, 524, -4216.16162109375, -4742.2119140625, 126.7438430786132812, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+3, 180406, 0, 4922, 5000, '0', 0, 524, -4178.470703125, -4712.578125, 127.3537368774414062, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+4, 180406, 0, 4922, 5000, '0', 0, 524, -4202.65283203125, -4710.5625, 126.791656494140625, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+5, 180406, 0, 4922, 5000, '0', 0, 524, -4208.59033203125, -4750.001953125, 126.446502685546875, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+6, 180406, 0, 4922, 5000, '0', 0, 524, -4212.2275390625, -4709.3662109375, 126.791656494140625, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+7, 180407, 0, 4922, 5000, '0', 0, 524, -4180.390625, -4710.25537109375, 127.48681640625, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+8, 180407, 0, 4922, 5000, '0', 0, 524, -4204.27099609375, -4706.46728515625, 126.791656494140625, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+9, 180407, 0, 4922, 5000, '0', 0, 524, -4208.64404296875, -4717.90625, 126.791656494140625, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+10, 180410, 0, 4922, 5000, '0', 0, 524, -4157.8349609375, -4733.7880859375, 128.7502288818359375, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 0, 4922, 5000, '0', 0, 524, -4171.1806640625, -4752.546875, 126.7862930297851562, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 0, 4922, 5000, '0', 0, 524, -4168.423828125, -4725.4775390625, 128.047943115234375, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 0, 4922, 5000, '0', 0, 524, -4171.54541015625, -4752.5400390625, 126.63836669921875, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 0, 4922, 5000, '0', 0, 524, -4171.2744140625, -4752.2568359375, 126.5438232421875, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+15, 180415, 0, 4922, 5000, '0', 0, 524, -4192.67724609375, -4701.5224609375, 129.4752960205078125, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+16, 180415, 0, 4922, 5000, '0', 0, 524, -4192.22900390625, -4701.7119140625, 129.6625518798828125, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+17, 180415, 0, 4922, 5000, '0', 0, 524, -4191.15478515625, -4701.96728515625, 129.5249481201171875, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 0, 4922, 5000, '0', 0, 524, -4190.74658203125, -4702.10791015625, 129.374969482421875, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+19, 180415, 0, 4922, 5000, '0', 0, 524, -4200.91845703125, -4748.81787109375, 129.8241119384765625, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+20, 180415, 0, 4922, 5470, '0', 0, 524, -4225.142578125, -4713.61279296875, 130.118621826171875, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: Victor's Point - Difficulty: 0) CreateObject1
(@OGUID+21, 180415, 0, 4922, 5470, '0', 0, 524, -4224.625, -4722.015625, 130.1117706298828125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: Victor's Point - Difficulty: 0) CreateObject1
(@OGUID+22, 180415, 0, 4922, 5470, '0', 0, 524, -4215.95849609375, -4692.46875, 130.0878448486328125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Victor's Point - Difficulty: 0) CreateObject1
(@OGUID+23, 180415, 0, 4922, 5470, '0', 0, 524, -4219.20849609375, -4733.22412109375, 130.1584930419921875, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Victor's Point - Difficulty: 0) CreateObject1
(@OGUID+24, 180415, 0, 4922, 5470, '0', 0, 524, -4224.923828125, -4702.98291015625, 129.952239990234375, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Victor's Point - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 0, 4922, 5470, '0', 0, 524, -4221.5400390625, -4697.95166015625, 130.1660308837890625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Victor's Point - Difficulty: 0) CreateObject1
(@OGUID+26, 180425, 0, 4922, 5000, '0', 0, 524, -4168.7412109375, -4725.1806640625, 128.04400634765625, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- SkullCandle01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+27, 180425, 0, 4922, 5000, '0', 0, 524, -4158.8369140625, -4735.953125, 127.8777694702148437, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- SkullCandle01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+28, 180425, 0, 4922, 5000, '0', 0, 524, -4191.72216796875, -4701.85400390625, 129.9062652587890625, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- SkullCandle01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+29, 180426, 0, 4922, 5000, '0', 0, 524, -4199.72412109375, -4726.37353515625, 140.19708251953125, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- Bat01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+30, 180426, 0, 4922, 5000, '0', 0, 524, -4195.5556640625, -4729.60791015625, 136.1619873046875, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- Bat01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+31, 180426, 0, 4922, 5000, '0', 0, 524, -4195.298828125, -4725.91650390625, 138.9772491455078125, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- Bat01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+32, 180426, 0, 4922, 5000, '0', 0, 524, -4198.830078125, -4730.6494140625, 141.1849365234375, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- Bat01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+33, 180427, 0, 4922, 5000, '0', 0, 524, -4116.07666015625, -4663.3818359375, 108.8890533447265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+34, 180427, 0, 4922, 5000, '0', 0, 524, -4196.23095703125, -4720.84228515625, 138.5313262939453125, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- Bat02 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+35, 180427, 0, 4922, 5000, '0', 0, 524, -4189.86279296875, -4729.94287109375, 140.31427001953125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- Bat02 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+36, 180427, 0, 4922, 5000, '0', 0, 524, -4197.40283203125, -4727.93408203125, 142.1798095703125, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- Bat02 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+37, 180427, 0, 4922, 5000, '0', 0, 524, -4204.921875, -4727.80712890625, 142.514862060546875, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- Bat02 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+38, 180471, 0, 4922, 5000, '0', 0, 524, -4165.986328125, -4736.3193359375, 130.42144775390625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+39, 180471, 0, 4922, 5000, '0', 0, 524, -4174.81103515625, -4720.91162109375, 130.9341583251953125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+40, 180471, 0, 4922, 5000, '0', 0, 524, -4170.18603515625, -4728.58349609375, 130.95294189453125, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+41, 180471, 0, 4922, 5000, '0', 0, 524, -4166.06787109375, -4735.8369140625, 130.243896484375, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+42, 180471, 0, 4922, 5000, '0', 0, 524, -4166.33154296875, -4734.5380859375, 129.9285430908203125, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+43, 180471, 0, 4922, 5000, '0', 0, 524, -4173.83349609375, -4722.17724609375, 130.6707305908203125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+44, 180471, 0, 4922, 5000, '0', 0, 524, -4166.1943359375, -4735.17041015625, 130.1086883544921875, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+45, 180471, 0, 4922, 5000, '0', 0, 524, -4170.828125, -4727.25341796875, 130.693756103515625, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+46, 180471, 0, 4922, 5000, '0', 0, 524, -4190.20849609375, -4748.6005859375, 129.8781280517578125, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+47, 180471, 0, 4922, 5000, '0', 0, 524, -4185.5068359375, -4749.53662109375, 129.614776611328125, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+48, 180471, 0, 4922, 5000, '0', 0, 524, -4188.92529296875, -4748.99658203125, 129.6548614501953125, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+49, 180471, 0, 4922, 5000, '0', 0, 524, -4184.203125, -4749.61962890625, 129.8195343017578125, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+50, 180523, 0, 4922, 5000, '0', 0, 524, -4178.6787109375, -4722.43408203125, 127.1973037719726562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+51, 185438, 0, 4922, 5000, '0', 0, 524, -4165.23291015625, -4742.27978515625, 127.0000762939453125, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+52, 208063, 0, 4922, 5000, '0', 0, 524, -4181.17529296875, -4693.58837890625, 146.574981689453125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- Web Hanging (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+53, 208063, 0, 4922, 5000, '0', 0, 524, -4191.48095703125, -4699.859375, 146.574981689453125, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- Web Hanging (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+54, 208063, 0, 4922, 5000, '0', 0, 524, -4187.42041015625, -4683.19287109375, 146.574981689453125, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- Web Hanging (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+55, 208063, 0, 4922, 5000, '0', 0, 524, -4197.73779296875, -4689.36279296875, 146.574981689453125, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- Web Hanging (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+56, 208069, 0, 4922, 5000, '0', 0, 524, -4169.658203125, -4720.79541015625, 128.0487518310546875, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+57, 208078, 0, 4922, 5000, '0', 0, 524, -4164.626953125, -4740.0068359375, 128.4586639404296875, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Verrall River - Difficulty: 0) CreateObject1
(@OGUID+58, 208131, 0, 4922, 5470, '0', 0, 524, -4169.04541015625, -4730.3974609375, 126.79205322265625, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886); -- Candy Bucket (Area: Victor's Point - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+58;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58);
@@ -0,0 +1,103 @@
SET @OGUID := 3006783;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208128; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=208128; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID`=28977;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28977, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208128;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208128, 28977, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208128 AND `quest`=28977);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208128;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+37;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 4922, 5141, '0', 0, 0, -4187.70849609375, -5620.42041015625, 24.82945060729980468, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 0, 4922, 5141, '0', 0, 0, -4204.60791015625, -5606.44287109375, 24.48499870300292968, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 0, 4922, 5141, '0', 0, 0, -4206.93408203125, -5605.71337890625, 24.15107917785644531, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+3, 180411, 0, 4922, 5141, '0', 0, 0, -4201.15625, -5613.9619140625, 25.61416816711425781, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 0, 4922, 5141, '0', 0, 0, -4192.78125, -5589.6806640625, 29.14145278930664062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+5, 180415, 0, 4922, 5141, '0', 0, 0, -4191.72900390625, -5588.939453125, 29.58252716064453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+6, 180415, 0, 4922, 5141, '0', 0, 0, -4198.890625, -5593.189453125, 28.63249397277832031, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+7, 180415, 0, 4922, 5141, '0', 0, 0, -4199.94775390625, -5593.81591796875, 28.83009910583496093, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+8, 180425, 0, 4922, 5141, '0', 0, 0, -4190.08837890625, -5620.61279296875, 28.25670814514160156, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- SkullCandle01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+9, 180426, 0, 4922, 5141, '0', 0, 0, -4189.3681640625, -5603.1943359375, 42.43651199340820312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+10, 180426, 0, 4922, 5141, '0', 0, 0, -4179.033203125, -5594.24658203125, 44.67435073852539062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+11, 180426, 0, 4922, 5141, '0', 0, 0, -4189.1474609375, -5602.626953125, 42.49602127075195312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+12, 180426, 0, 4922, 5141, '0', 0, 0, -4169.5224609375, -5585.5712890625, 46.4376983642578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+13, 180427, 0, 4922, 5141, '0', 0, 0, -4186.658203125, -5599.72900390625, 25.67495155334472656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+14, 180427, 0, 4922, 5141, '0', 0, 0, -4189.4130859375, -5602.02099609375, 42.51659011840820312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+15, 180427, 0, 4922, 5141, '0', 0, 0, -4169.31103515625, -5585.3681640625, 29.16791152954101562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+16, 180471, 0, 4922, 5141, '0', 0, 0, -4199.0068359375, -5617.76416015625, 26.68486976623535156, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+17, 180471, 0, 4922, 5141, '0', 0, 0, -4193.7880859375, -5621.73291015625, 29.28407478332519531, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+18, 180471, 0, 4922, 5141, '0', 0, 0, -4199.408203125, -5616.88916015625, 29.245758056640625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+19, 180471, 0, 4922, 5141, '0', 0, 0, -4200.15625, -5616.22900390625, 29.25821304321289062, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+20, 180471, 0, 4922, 5141, '0', 0, 0, -4194.86962890625, -5620.8193359375, 29.226959228515625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+21, 180471, 0, 4922, 5141, '0', 0, 0, -4201.01220703125, -5615.45166015625, 29.27922248840332031, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+22, 180471, 0, 4922, 5141, '0', 0, 0, -4196.546875, -5619.95849609375, 26.66889190673828125, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+23, 180471, 0, 4922, 5141, '0', 0, 0, -4195.798828125, -5619.97900390625, 29.20718002319335937, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+24, 180471, 0, 4922, 5141, '0', 0, 0, -4208.330078125, -5612.38916015625, 27.54268836975097656, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+25, 180471, 0, 4922, 5141, '0', 0, 0, -4212.19091796875, -5608.9775390625, 27.566497802734375, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+26, 180471, 0, 4922, 5141, '0', 0, 0, -4199.00341796875, -5594.751953125, 30.7640380859375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+27, 180471, 0, 4922, 5141, '0', 0, 0, -4194.111328125, -5591.57666015625, 31.08837890625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+28, 180471, 0, 4922, 5141, '0', 0, 0, -4192.765625, -5590.77587890625, 31.23200225830078125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+29, 180471, 0, 4922, 5141, '0', 0, 0, -4191.564453125, -5590.04150390625, 31.38327789306640625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+30, 180471, 0, 4922, 5141, '0', 0, 0, -4196.515625, -5593.02099609375, 30.88837051391601562, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+31, 180471, 0, 4922, 5141, '0', 0, 0, -4210.1005859375, -5610.65966796875, 27.5615692138671875, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+32, 180471, 0, 4922, 5141, '0', 0, 0, -4197.84228515625, -5593.90625, 30.81922721862792968, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+33, 180472, 0, 4922, 5141, '0', 0, 0, -4195.87158203125, -5616.7744140625, 30.60381698608398437, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+34, 180523, 0, 4922, 5141, '0', 0, 0, -4190.73974609375, -5618.0087890625, 24.38985824584960937, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- Apple Bob (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+35, 208063, 0, 4922, 5141, '0', 0, 0, -4197.283203125, -5618.3193359375, 24.32053947448730468, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- Web Hanging (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+36, 208064, 0, 4922, 5141, '0', 0, 0, -4201.328125, -5614.88720703125, 26.59420585632324218, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51886), -- Web Corner (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
(@OGUID+37, 208128, 0, 4922, 5141, '0', 0, 0, -4203.3525390625, -5618.625, 23.50105857849121093, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886); -- Candy Bucket (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+37;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37);
@@ -0,0 +1,205 @@
SET @OGUID := 3006821;
-- Gameobject templates
UPDATE `gameobject_template` SET `ContentTuningId`=425, `VerifiedBuild`=51886 WHERE `entry`=208129; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=208129; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID`=28980;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(28980, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=208129;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(208129, 28980, 51886);
UPDATE `gameobject_questender` SET `VerifiedBuild`=51886 WHERE (`id`=208129 AND `quest`=28980);
DELETE FROM `game_event_gameobject_quest` WHERE `id`=208129;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 224905 AND 224990;
DELETE FROM `gameobject` WHERE `guid`=229086;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 224905 AND 224990;
DELETE FROM `game_event_gameobject` WHERE `guid`=229086;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+85;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 0, 4922, 5140, '0', 0, 551, -4783.03125, -6602.4462890625, 11.49245262145996093, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 4922, 5140, '0', 0, 551, -4818.86474609375, -6642.41845703125, 11.50401020050048828, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+2, 180405, 0, 4922, 5140, '0', 0, 551, -4853.29345703125, -6658.90087890625, 13.00760746002197265, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+3, 180405, 0, 4922, 5140, '0', 0, 551, -4737.6787109375, -6676.8369140625, 11.76568317413330078, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+4, 180405, 0, 4922, 5140, '0', 0, 551, -4774.19287109375, -6727.4755859375, 11.62903404235839843, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+5, 180405, 0, 4922, 5140, '0', 0, 551, -4739.5849609375, -6734.57275390625, 11.44643878936767578, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+6, 180405, 0, 4922, 5140, '0', 0, 551, -4826.8212890625, -6725.11962890625, 11.34984302520751953, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+7, 180405, 0, 4922, 5140, '0', 0, 551, -4886.11962890625, -6703.98095703125, 11.42978858947753906, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+8, 180406, 0, 4922, 5140, '0', 0, 551, -4800.47216796875, -6619.033203125, 11.4133758544921875, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+9, 180406, 0, 4922, 5140, '0', 0, 551, -4868.32666015625, -6687.98974609375, 11.49730587005615234, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+10, 180406, 0, 4922, 5140, '0', 0, 551, -4754.32666015625, -6693.43212890625, 11.83968830108642578, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+11, 180406, 0, 4922, 5140, '0', 0, 551, -4741, -6653.140625, 11.78505992889404296, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+12, 180406, 0, 4922, 5140, '0', 0, 551, -4758.2587890625, -6744.484375, 11.56098270416259765, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+13, 180406, 0, 4922, 5140, '0', 0, 551, -4808.86279296875, -6727.20654296875, 11.76126861572265625, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+14, 180406, 0, 4922, 5140, '0', 0, 551, -4843.30908203125, -6707.70849609375, 11.488189697265625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+15, 180406, 0, 4922, 5140, '0', 0, 551, -4902.71337890625, -6687.01220703125, 11.36803245544433593, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+16, 180407, 0, 4922, 5140, '0', 0, 551, -4817.30712890625, -6601.59375, 11.31447792053222656, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+17, 180407, 0, 4922, 5140, '0', 0, 551, -4834.689453125, -6657.984375, 11.47730064392089843, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+18, 180407, 0, 4922, 5140, '0', 0, 551, -4758.22412109375, -6635.90966796875, 11.71684837341308593, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+19, 180407, 0, 4922, 5140, '0', 0, 551, -4864.70849609375, -6668.80712890625, 13.00743579864501953, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+20, 180407, 0, 4922, 5140, '0', 0, 551, -4791.251953125, -6711.05029296875, 11.6861572265625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+21, 180407, 0, 4922, 5140, '0', 0, 551, -4755.3837890625, -6717.05712890625, 11.36858367919921875, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+22, 180407, 0, 4922, 5140, '0', 0, 551, -4859.92724609375, -6724.765625, 11.57766532897949218, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+23, 180410, 0, 4922, 5140, '0', 0, 551, -4709.720703125, -6680.20849609375, 10.96661090850830078, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+24, 180411, 0, 4922, 5140, '0', 0, 551, -4863.625, -6654.55712890625, 14.87817859649658203, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 0, 4922, 5140, '0', 0, 551, -4855.66162109375, -6654.15283203125, 9.046175003051757812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+26, 180415, 0, 4922, 5140, '0', 0, 551, -4853.986328125, -6650.04150390625, 9.401288032531738281, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+27, 180415, 0, 4922, 5140, '0', 0, 551, -4795.07470703125, -6597.27783203125, 10.76078510284423828, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+28, 180415, 0, 4922, 5140, '0', 0, 551, -4796.2744140625, -6597.26904296875, 9.416761398315429687, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+29, 180415, 0, 4922, 5140, '0', 0, 551, -4854.68408203125, -6651.92529296875, 9.280835151672363281, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+30, 180426, 0, 4922, 5140, '0', 0, 551, -4850.93212890625, -6686.220703125, 5.4978485107421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+31, 180426, 0, 4922, 5140, '0', 0, 551, -4797.17041015625, -6642.55908203125, 15.90646743774414062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+32, 180426, 0, 4922, 5140, '0', 0, 551, -4821.31787109375, -6674.845703125, 4.33315134048461914, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+33, 180426, 0, 4922, 5140, '0', 0, 551, -4764.171875, -6657.142578125, 15.93044757843017578, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+34, 180426, 0, 4922, 5140, '0', 0, 551, -4776.6005859375, -6686.5693359375, 15.90508747100830078, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+35, 180427, 0, 4922, 5140, '0', 0, 551, -4836.53466796875, -6681.95849609375, 4.673399925231933593, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+36, 180427, 0, 4922, 5140, '0', 0, 551, -4789.4599609375, -6643.111328125, 15.94717121124267578, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+37, 180427, 0, 4922, 5140, '0', 0, 551, -4802.265625, -6680.38525390625, 17.86889457702636718, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+38, 180427, 0, 4922, 5140, '0', 0, 551, -4810.02978515625, -6700.22216796875, 27.38306999206542968, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+39, 180427, 0, 4922, 5140, '0', 0, 551, -4787.5693359375, -6677.95849609375, 19.44479751586914062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+40, 180429, 0, 4922, 5140, '0', 0, 551, -4836.52587890625, -6637.0087890625, 11.30548858642578125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+41, 180429, 0, 4922, 5140, '0', 0, 551, -4846.09716796875, -6646.0380859375, 11.34215545654296875, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+42, 180471, 0, 4922, 5140, '0', 0, 551, -4860.29541015625, -6580.65283203125, 12.08787918090820312, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+43, 180471, 0, 4922, 5140, '0', 0, 551, -4855.501953125, -6576.03662109375, 12.08102798461914062, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+44, 180471, 0, 4922, 5140, '0', 0, 551, -4861.51220703125, -6582.95166015625, 12.721099853515625, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+45, 180471, 0, 4922, 5140, '0', 0, 551, -4832.5869140625, -6581.05029296875, 12.24674892425537109, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+46, 180471, 0, 4922, 5140, '0', 0, 551, -4840.29150390625, -6588.6806640625, 12.33683109283447265, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+47, 180471, 0, 4922, 5140, '0', 0, 551, -4863.42529296875, -6590.10595703125, 12.725006103515625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+48, 180471, 0, 4922, 5140, '0', 0, 551, -4845.4150390625, -6577, 11.92548847198486328, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+49, 180471, 0, 4922, 5140, '0', 0, 551, -4833.33837890625, -6591.86962890625, 12.25795459747314453, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+50, 180471, 0, 4922, 5140, '0', 0, 551, -4843.0537109375, -6594.5537109375, 12.32470607757568359, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+51, 180471, 0, 4922, 5140, '0', 0, 551, -4842.76416015625, -6595.38525390625, 12.31158161163330078, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+52, 180471, 0, 4922, 5140, '0', 0, 551, -4833.4775390625, -6591.330078125, 12.32831573486328125, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+53, 180471, 0, 4922, 5140, '0', 0, 551, -4825.65625, -6583.6318359375, 12.19698810577392578, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+54, 180471, 0, 4922, 5140, '0', 0, 551, -4839.77587890625, -6588.3369140625, 12.3270730972290039, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+55, 180471, 0, 4922, 5140, '0', 0, 551, -4836.203125, -6597.94091796875, 12.25212574005126953, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+56, 180471, 0, 4922, 5140, '0', 0, 551, -4839.111328125, -6578.876953125, 12.24824714660644531, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+57, 180471, 0, 4922, 5140, '0', 0, 551, -4851.41845703125, -6574.97216796875, 11.93285846710205078, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+58, 180471, 0, 4922, 5140, '0', 0, 551, -4836.94775390625, -6598.1650390625, 12.28483009338378906, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+59, 180471, 0, 4922, 5140, '0', 0, 551, -4866.140625, -6655.25341796875, 17.29807281494140625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+60, 180471, 0, 4922, 5140, '0', 0, 551, -4865.21875, -6654.55908203125, 17.193084716796875, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+61, 180471, 0, 4922, 5140, '0', 0, 551, -4848.26025390625, -6614.86279296875, 12.77606201171875, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+62, 180471, 0, 4922, 5140, '0', 0, 551, -4843.84033203125, -6621.09912109375, 12.78331470489501953, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+63, 180471, 0, 4922, 5140, '0', 0, 551, -4819.0869140625, -6585.91650390625, 12.19769001007080078, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+64, 180471, 0, 4922, 5140, '0', 0, 551, -4868.11474609375, -6657.02978515625, 17.06357574462890625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+65, 180471, 0, 4922, 5140, '0', 0, 551, -4842.890625, -6621.2119140625, 12.76513195037841796, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+66, 180471, 0, 4922, 5140, '0', 0, 551, -4864.16162109375, -6653.73974609375, 17.0713653564453125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+67, 180471, 0, 4922, 5140, '0', 0, 551, -4867.236328125, -6656.2099609375, 17.172821044921875, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+68, 180471, 0, 4922, 5140, '0', 0, 551, -4842.30712890625, -6610.17041015625, 12.779296875, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+69, 180471, 0, 4922, 5140, '0', 0, 551, -4837.49462890625, -6616.484375, 12.77096080780029296, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+70, 180471, 0, 4922, 5140, '0', 0, 551, -4837.34716796875, -6615.85400390625, 12.778533935546875, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+71, 180471, 0, 4922, 5140, '0', 0, 551, -4848.46533203125, -6615.8056640625, 12.80338001251220703, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+72, 180471, 0, 4922, 5140, '0', 0, 551, -4843.017578125, -6610.251953125, 12.78795909881591796, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+73, 180472, 0, 4922, 5140, '0', 0, 551, -4716.953125, -6658.548828125, 13.20601367950439453, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+74, 180472, 0, 4922, 5140, '0', 0, 551, -4714.533203125, -6664.19775390625, 13.33271217346191406, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+75, 180472, 0, 4922, 5140, '0', 0, 551, -4739.1181640625, -6749.1494140625, 13.54162788391113281, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+76, 180472, 0, 4922, 5140, '0', 0, 551, -4743.6181640625, -6753.55224609375, 13.57956504821777343, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+77, 180523, 0, 4922, 5140, '0', 0, 551, -4881.09228515625, -6596.736328125, 11.28020381927490234, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- Apple Bob (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+78, 180523, 0, 4922, 5140, '0', 0, 551, -4922.9306640625, -6621.18603515625, 11.19168758392333984, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- Apple Bob (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+79, 185434, 0, 4922, 5140, '0', 0, 551, -4857.63037109375, -6651.75341796875, 9.17775726318359375, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- Sitting Skeleton 01 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+80, 185436, 0, 4922, 5140, '0', 0, 551, -4857.46728515625, -6649.7275390625, 9.414888381958007812, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+81, 185438, 0, 4922, 5140, '0', 0, 551, -4795.783203125, -6597.52783203125, 9.416761398315429687, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+82, 185454, 0, 4922, 5140, '0', 0, 551, -4855.44775390625, -6649.3525390625, 9.408928871154785156, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+83, 208077, 0, 4922, 5140, '0', 0, 551, -4855.76220703125, -6649.23095703125, 10.15548133850097656, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- Web Wide (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+84, 208129, 0, 4922, 5140, '0', 0, 551, -4890.484375, -6594.45849609375, 10.83288288116455078, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- Candy Bucket (Area: Highbank - Difficulty: 0) CreateObject1
(@OGUID+85, 208129, 0, 4922, 5140, '0', 0, 551, -4916.66650390625, -6626.69091796875, 10.83049392700195312, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886); -- Candy Bucket (Area: Highbank - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+85;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79),
(12, @OGUID+80),
(12, @OGUID+81),
(12, @OGUID+82),
(12, @OGUID+83),
(12, @OGUID+84),
(12, @OGUID+85);
@@ -0,0 +1,41 @@
SET @CGUID := 7000030;
DELETE FROM `creature` WHERE `guid` = @CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 121235, 1643, 8717, 8718, '0', 8988, 0, 0, 1, 1051.326416015625, -624.9461669921875, 0.700018584728240966, 0.429101288318634033, 120, 0, 0, 17621, 0, 0, NULL, NULL, NULL, NULL, 52129); -- Taelia (Area: Tradewinds Market - Difficulty: 0) CreateObject1
DELETE FROM `creature_template_addon` WHERE `entry` IN (121235 /*121235 (Taelia)*/);
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(121235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''); -- 121235 (Taelia)
UPDATE `creature_template` SET `npcflag`=281474976710659 WHERE `entry`=121235; -- Taelia
DELETE FROM `creature_queststarter` WHERE (`id`=121235 AND `quest`=47099);
INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(121235, 47099, 52129); -- Get Your Bearings offered Taelia
-- Phasing
DELETE FROM `phase_name` WHERE `ID` = 8988;
INSERT INTO `phase_name` (`ID`, `Name`) VALUES
(8988, 'Cosmetic - Taelia (Boralus intro)');
DELETE FROM `phase_area` WHERE `PhaseId` = 8988 AND `AreaId` = 8718;
INSERT INTO `phase_area` (`AreaId`, `PhaseId`, `Comment`) VALUES
(8718, 8988, 'See Taelia at Tradewinds Market');
-- Conditions
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=26 AND `SourceGroup`=8988 AND `SourceEntry` = 0;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(26, 8988, 0, 0, 0, 47, 0, 47099, 2 | 8 | 64, 0, 1, 0, 0, '', 'Apply Phase 8988 if quest 47099 is not taken | complete | rewarded');
-- Gossip
UPDATE `gossip_menu` SET `VerifiedBuild`=52129 WHERE (`MenuID`=21307 AND `TextID`=32364);
DELETE FROM `creature_template_gossip` WHERE (`CreatureID`=121235 AND `MenuID`=21307);
INSERT INTO `creature_template_gossip` (`CreatureID`, `MenuID`, `VerifiedBuild`) VALUES
(121235, 21307, 52129); -- Taelia
-- Quest
UPDATE `quest_poi` SET `VerifiedBuild`=52129 WHERE (`QuestID`=47099 AND `BlobIndex`=0 AND `Idx1`=4) OR (`QuestID`=47099 AND `BlobIndex`=0 AND `Idx1`=3) OR (`QuestID`=47099 AND `BlobIndex`=0 AND `Idx1`=2) OR (`QuestID`=47099 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=47099 AND `BlobIndex`=0 AND `Idx1`=0);
UPDATE `quest_poi_points` SET `VerifiedBuild`=52129 WHERE (`QuestID`=47099 AND `Idx1`=4 AND `Idx2`=0) OR (`QuestID`=47099 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=47099 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=47099 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=47099 AND `Idx1`=0 AND `Idx2`=0);
UPDATE `quest_details` SET `VerifiedBuild`=52129 WHERE `ID`=47099;
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,5 @@
-- remove 'sundered_mob' string id
UPDATE `creature_template` SET `StringId`=NULL WHERE `entry` IN(198874, 205735, 205734, 205737, 198872, 205736, 198871, 198873, 198869);
UPDATE `creature` SET `StringId`='kazzara_intro_trash' WHERE `guid` IN(9003990, 9003965, 9003968, 9003983, 9003992, 9003985, 9003993, 9003986);
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hallows_end_childrens_custome_aura';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(97135, 'spell_hallows_end_childrens_custome_aura');
@@ -0,0 +1,15 @@
SET @POOLID = 40015;
DELETE FROM `quest_pool_template` WHERE `poolId`=@POOLID;
INSERT INTO `quest_pool_template` (`poolId`, `numActive`, `description`) VALUES
(@POOLID, 1, 'Alegorn - Daily Quests');
DELETE FROM `quest_pool_members` WHERE `poolId`=@POOLID;
INSERT INTO `quest_pool_members` (`questId`, `poolId`, `poolIndex`, `description`) VALUES
(29313, @POOLID, 0, 'The Secret to Perfect Kimchi'),
(29314, @POOLID, 1, 'Remembering the Ancestors'),
(29316, @POOLID, 2, 'Back to Basics'),
(29318, @POOLID, 3, 'Ribs for the Sentinels'),
(29357, @POOLID, 4, 'Spice Bread Aplenty');
UPDATE `quest_template_addon` SET `RequiredSkillID` = 185, `RequiredSkillPoints` = 1 WHERE `ID` IN (29313, 29314, 29316, 29318, 29357);
@@ -0,0 +1,15 @@
SET @POOLID = 40016;
DELETE FROM `quest_pool_template` WHERE `poolId`=@POOLID;
INSERT INTO `quest_pool_template` (`poolId`, `numActive`, `description`) VALUES
(@POOLID, 1, 'Robby Flay - Daily Quests');
DELETE FROM `quest_pool_members` WHERE `poolId`=@POOLID;
INSERT INTO `quest_pool_members` (`questId`, `poolId`, `poolIndex`, `description`) VALUES
(26153, @POOLID, 0, 'Penny''s Pumpkin Pancakes'),
(26177, @POOLID, 1, 'Feeling Crabby'),
(26183, @POOLID, 2, 'The King''s Cider'),
(26190, @POOLID, 3, 'A Fisherman''s Feast'),
(26192, @POOLID, 4, 'Orphans Like Cookies Too!');
UPDATE `quest_template_addon` SET `RequiredSkillID` = 185, `RequiredSkillPoints` = 1 WHERE `ID` IN (26153, 26177, 26183, 26190, 26192);
@@ -0,0 +1,15 @@
SET @POOLID = 40017;
DELETE FROM `quest_pool_template` WHERE `poolId`=@POOLID;
INSERT INTO `quest_pool_template` (`poolId`, `numActive`, `description`) VALUES
(@POOLID, 1, 'Catherine Leland - Daily Quests');
DELETE FROM `quest_pool_members` WHERE `questId` IN (26414, 26420, 26442, 26488, 26536);
INSERT INTO `quest_pool_members` (`questId`, `poolId`, `poolIndex`, `description`) VALUES
(26414, @POOLID, 0, 'Hitting a Walleye'),
(26420, @POOLID, 1, 'Diggin'' for Worms'),
(26442, @POOLID, 2, 'Rock Lobster'),
(26488, @POOLID, 3, 'Big Gulp'),
(26536, @POOLID, 4, 'Thunder Falls');
UPDATE `quest_template_addon` SET `RequiredSkillID` = 356, `RequiredSkillPoints` = 1 WHERE `ID` IN (26414, 26420, 26442, 26488, 26536);
@@ -0,0 +1,15 @@
SET @POOLID = 40018;
DELETE FROM `quest_pool_template` WHERE `poolId`=@POOLID;
INSERT INTO `quest_pool_template` (`poolId`, `numActive`, `description`) VALUES
(@POOLID, 1, 'Daryl Riknussun - Daily Quests');
DELETE FROM `quest_pool_members` WHERE `poolId`=@POOLID;
INSERT INTO `quest_pool_members` (`questId`, `poolId`, `poolIndex`, `description`) VALUES
(29351, @POOLID, 0, 'A Round for the Guards'),
(29352, @POOLID, 1, 'A Fowl Shortage'),
(29353, @POOLID, 2, 'Keepin'' the Haggis Flowin'''),
(29355, @POOLID, 3, 'Can''t Get Enough Spice Bread'),
(29356, @POOLID, 4, 'I Need to Cask a Favor');
UPDATE `quest_template_addon` SET `RequiredSkillID` = 185, `RequiredSkillPoints` = 1 WHERE `ID` IN (29351, 29352, 29353, 29355, 29356);
@@ -0,0 +1,3 @@
-- Update exclusive groups
UPDATE `quest_template_addon` SET `ExclusiveGroup`=26153 WHERE `ID` IN (26153, 26177, 26183, 26190, 26192, 29313, 29314, 29316, 29318, 29351, 29352, 29353, 29355, 29356, 29357);
UPDATE `quest_template_addon` SET `ExclusiveGroup`=26414 WHERE `ID` IN (26414, 26420, 26442, 26488, 26536, 29321, 29323, 29324, 29325, 29342, 29343, 29344, 29347, 29350, 29359);
@@ -0,0 +1,157 @@
--
SET @CGUID := 3000353;
SET @OGUID := 3006907;
-- Old creature spawns
DELETE FROM `creature` WHERE `guid`=396028;
DELETE FROM `game_event_creature` WHERE `guid`=396028;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 40435, 1, 1657, 0, '0', 0, 0, 0, 0, 9932.779296875, 2490.90966796875, 1316.70166015625, 1.256637096405029296, 120, 0, 0, 18771, 0, 0, NULL, NULL, NULL, NULL, 46366); -- Headless Ghost (Area: 0 - Difficulty: 0)
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 244120 AND 244140;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 244120 AND 244140;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+20;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 1657, 0, '0', 0, 0, 10139.099609375, 2229.2900390625, 1344.300048828125, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0)
(@OGUID+1, 180405, 1, 1657, 0, '0', 0, 0, 10135.5224609375, 2228.1025390625, 1329.60791015625, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0)
(@OGUID+2, 180405, 1, 1657, 0, '0', 0, 0, 9945.0126953125, 2500.426025390625, 1318.03759765625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0)
(@OGUID+3, 180405, 1, 1657, 0, '0', 0, 0, 9923.931640625, 2512.173095703125, 1318.3348388671875, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0)
(@OGUID+4, 180406, 1, 1657, 0, '0', 0, 0, 10126.6337890625, 2222.048583984375, 1329.6080322265625, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0)
(@OGUID+5, 180406, 1, 1657, 0, '0', 0, 0, 10125.599609375, 2220.140625, 1344.300048828125, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0)
(@OGUID+6, 180406, 1, 1657, 1659, '0', 0, 0, 10152.1396484375, 2238.201416015625, 1344.29541015625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Craftsmen's Terrace - Difficulty: 0)
(@OGUID+7, 180406, 1, 1657, 1658, '0', 0, 0, 9960.2216796875, 2513.61474609375, 1318.8035888671875, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Cenarion Enclave - Difficulty: 0)
(@OGUID+8, 180406, 1, 1657, 0, '0', 0, 0, 9927.162109375, 2508.964111328125, 1318.3125, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0)
(@OGUID+9, 180407, 1, 1657, 0, '0', 0, 0, 10112.771484375, 2211.4775390625, 1344.29541015625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0)
(@OGUID+10, 180407, 1, 1657, 1658, '0', 0, 0, 9946.2392578125, 2531.130126953125, 1318.2926025390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Cenarion Enclave - Difficulty: 0)
(@OGUID+11, 180407, 1, 1657, 0, '0', 0, 0, 9950.3955078125, 2499.17333984375, 1317.87939453125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0)
(@OGUID+12, 180411, 1, 1657, 1658, '0', 0, 0, 9959.142578125, 2515.4853515625, 1349.817626953125, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Cenarion Enclave - Difficulty: 0)
(@OGUID+13, 180411, 1, 1657, 0, '0', 0, 0, 9935.6044921875, 2509.44970703125, 1327.91650390625, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0)
(@OGUID+14, 180411, 1, 1657, 0, '0', 0, 0, 9940.3740234375, 2509.09375, 1327.8707275390625, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0)
(@OGUID+15, 180471, 1, 1657, 1659, '0', 0, 0, 10105.7158203125, 2211.15283203125, 1333.7686767578125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Craftsmen's Terrace - Difficulty: 0)
(@OGUID+16, 180471, 1, 1657, 1659, '0', 0, 0, 10153.9189453125, 2244.0869140625, 1333.7386474609375, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Craftsmen's Terrace - Difficulty: 0)
(@OGUID+17, 180472, 1, 1657, 0, '0', 0, 0, 10129.4453125, 2226.998291015625, 1334.852294921875, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0)
(@OGUID+18, 180472, 1, 1657, 0, '0', 0, 0, 9937.7626953125, 2510.5546875, 1325.3033447265625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0)
(@OGUID+19, 180523, 1, 1657, 0, '0', 0, 0, 10139.1826171875, 2223.765625, 1330.244873046875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- Apple Bob (Area: 0 - Difficulty: 0)
(@OGUID+20, 190038, 1, 1657, 1659, '0', 0, 0, 10124.0751953125, 2228.78125, 1328.241455078125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366); -- Candy Bucket (Area: Craftsmen's Terrace - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+20;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20);
--
SET @OGUID := 3006928;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 244084 AND 244119;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 244084 AND 244119;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+35;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 141, 186, '0', 0, 0, 9779.2392578125, 953.00372314453125, 1308.074951171875, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+1, 180405, 1, 141, 186, '0', 0, 0, 9805.8955078125, 962.4366455078125, 1324.0103759765625, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+2, 180405, 1, 141, 186, '0', 0, 0, 9772.6533203125, 893.5382080078125, 1297.3258056640625, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+3, 180405, 1, 141, 186, '0', 0, 0, 9818.9306640625, 948.16668701171875, 1310.056884765625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+4, 180406, 1, 141, 186, '0', 0, 0, 9781.9716796875, 943.55816650390625, 1308.02587890625, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Dolanaar - Difficulty: 0)
(@OGUID+5, 180406, 1, 141, 186, '0', 0, 0, 9840.5498046875, 961.529296875, 1308.017822265625, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Dolanaar - Difficulty: 0)
(@OGUID+6, 180406, 1, 141, 186, '0', 0, 0, 9888.5830078125, 964.22393798828125, 1313.8277587890625, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Dolanaar - Difficulty: 0)
(@OGUID+7, 180407, 1, 141, 186, '0', 0, 0, 9837.6181640625, 970.7393798828125, 1308.047119140625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Dolanaar - Difficulty: 0)
(@OGUID+8, 180407, 1, 141, 186, '0', 0, 0, 9812.095703125, 932.71807861328125, 1308.51611328125, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Dolanaar - Difficulty: 0)
(@OGUID+9, 180407, 1, 141, 186, '0', 0, 0, 9757.326171875, 900.83831787109375, 1295.517333984375, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Dolanaar - Difficulty: 0)
(@OGUID+10, 180407, 1, 141, 186, '0', 0, 0, 9878.7568359375, 970.5555419921875, 1313.7774658203125, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Dolanaar - Difficulty: 0)
(@OGUID+11, 180410, 1, 141, 186, '0', 0, 0, 9894.0517578125, 1001.46221923828125, 1315.51953125, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+12, 180410, 1, 141, 186, '0', 0, 0, 9798.0908203125, 972.73309326171875, 1314.5699462890625, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+13, 180411, 1, 141, 186, '0', 0, 0, 9879.9150390625, 961.01214599609375, 1318.2142333984375, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+14, 180411, 1, 141, 186, '0', 0, 0, 9772.8173828125, 945.8680419921875, 1322.5361328125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+15, 180411, 1, 141, 186, '0', 0, 0, 9848.728515625, 969.07293701171875, 1324.3013916015625, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+16, 180415, 1, 141, 186, '0', 0, 0, 9880.380859375, 967.783447265625, 1314.7418212890625, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+17, 180415, 1, 141, 186, '0', 0, 0, 9885.2958984375, 964.76324462890625, 1314.7408447265625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+18, 180415, 1, 141, 186, '0', 0, 0, 9796.2353515625, 984.41253662109375, 1315.6304931640625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+19, 180471, 1, 141, 186, '0', 0, 0, 9900.8076171875, 995.55206298828125, 1326.1708984375, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+20, 180471, 1, 141, 186, '0', 0, 0, 9836.4365234375, 976.59893798828125, 1316.436767578125, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+21, 180471, 1, 141, 186, '0', 0, 0, 9842.8115234375, 955.97393798828125, 1316.52490234375, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+22, 180471, 1, 141, 186, '0', 0, 0, 9778.0029296875, 889.44097900390625, 1301.1475830078125, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+23, 180471, 1, 141, 186, '0', 0, 0, 9831.2431640625, 963.77606201171875, 1337.8822021484375, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+24, 180471, 1, 141, 186, '0', 0, 0, 9772.0126953125, 890.326416015625, 1301.0426025390625, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+25, 180471, 1, 141, 186, '0', 0, 0, 9902.015625, 994.24481201171875, 1318.825927734375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+26, 180471, 1, 141, 186, '0', 0, 0, 9902.634765625, 1002.81951904296875, 1325.5806884765625, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+27, 180471, 1, 141, 186, '0', 0, 0, 9904.154296875, 991.19097900390625, 1326.1500244140625, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+28, 180471, 1, 141, 186, '0', 0, 0, 9900.9443359375, 1000.013916015625, 1317.0673828125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+29, 180471, 1, 141, 186, '0', 0, 0, 9908.966796875, 1001.43402099609375, 1323.5059814453125, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+30, 180471, 1, 141, 186, '0', 0, 0, 9907.5166015625, 992.8680419921875, 1320.7427978515625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0)
(@OGUID+31, 180472, 1, 141, 186, '0', 0, 0, 9837.193359375, 965.625, 1316.685546875, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Dolanaar - Difficulty: 0)
(@OGUID+32, 180472, 1, 141, 186, '0', 0, 0, 9782.4814453125, 949.0555419921875, 1316.6497802734375, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Dolanaar - Difficulty: 0)
(@OGUID+33, 180472, 1, 141, 186, '0', 0, 0, 9775.3955078125, 892.34722900390625, 1306.3057861328125, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Dolanaar - Difficulty: 0)
(@OGUID+34, 180523, 1, 141, 186, '0', 0, 0, 9829.3564453125, 971.16143798828125, 1308.7762451171875, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46366), -- Apple Bob (Area: Dolanaar - Difficulty: 0)
(@OGUID+35, 190034, 1, 141, 186, '0', 0, 0, 9800.078125, 982.900634765625, 1313.8837890625, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366); -- Candy Bucket (Area: Dolanaar - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+35;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35);
@@ -0,0 +1,140 @@
--
SET @OGUID := 3006964;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 245850 AND 245912;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 245850 AND 245912;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+62;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 530, 3525, 3584, '0', 0, 0, -1971.005615234375, -11867.123046875, 49.0355224609375, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+1, 180405, 530, 3525, 3584, '0', 0, 0, -1886.126708984375, -11892.0283203125, 37.16268157958984375, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+2, 180405, 530, 3525, 3584, '0', 0, 0, -2092.205078125, -11850.0517578125, 52.0183563232421875, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+3, 180406, 530, 3525, 3584, '0', 0, 0, -1929.4615478515625, -11964.478515625, 57.55423355102539062, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+4, 180406, 530, 3525, 3584, '0', 0, 0, -1968.48486328125, -11875.4658203125, 48.83435821533203125, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+5, 180406, 530, 3525, 3584, '0', 0, 0, -2039.5360107421875, -11898.8251953125, 46.463531494140625, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+6, 180407, 530, 3525, 3584, '0', 0, 0, -1961.8824462890625, -11869.126953125, 49.53715896606445312, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Blood Watch - Difficulty: 0)
(@OGUID+7, 180407, 530, 3525, 3584, '0', 0, 0, -1890.3828125, -11868.1572265625, 36.95304489135742187, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Blood Watch - Difficulty: 0)
(@OGUID+8, 180407, 530, 3525, 3584, '0', 0, 0, -2027.5677490234375, -11903.46875, 47.02361297607421875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Blood Watch - Difficulty: 0)
(@OGUID+9, 180407, 530, 3525, 3584, '0', 0, 0, -2014.1978759765625, -11803.8076171875, 54.66114044189453125, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Blood Watch - Difficulty: 0)
(@OGUID+10, 180411, 530, 3525, 3584, '0', 0, 0, -1914.009765625, -11794.5703125, 73.4864654541015625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+11, 180425, 530, 3525, 3584, '0', 0, 0, -1960.275634765625, -11891.7060546875, 50.1805419921875, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 46366), -- SkullCandle01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+12, 180425, 530, 3525, 3584, '0', 0, 0, -1989.674072265625, -11918.416015625, 52.61247634887695312, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46366), -- SkullCandle01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+13, 180426, 530, 3525, 3584, '0', 0, 0, -1958.907958984375, -11899.7158203125, 58.21694564819335937, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+14, 180426, 530, 3525, 3584, '0', 0, 0, -1943.71875, -11896.1923828125, 55.97334671020507812, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+15, 180426, 530, 3525, 3584, '0', 0, 0, -1971.1302490234375, -11903.6611328125, 61.39725875854492187, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+16, 180426, 530, 3525, 3584, '0', 0, 0, -1934.2882080078125, -11881.09765625, 56.73195266723632812, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+17, 180426, 530, 3525, 3584, '0', 0, 0, -1983.001708984375, -11899.2431640625, 58.54936981201171875, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+18, 180426, 530, 3525, 3584, '0', 0, 0, -1989.9600830078125, -11877.6767578125, 58.25811004638671875, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+19, 180426, 530, 3525, 3584, '0', 0, 0, -1990.25, -11888.75, 57.30620574951171875, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+20, 180426, 530, 3525, 3584, '0', 0, 0, -1944.046875, -11864.8525390625, 56.884063720703125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+21, 180426, 530, 3525, 3584, '0', 0, 0, -1957.3975830078125, -11856.326171875, 62.97618484497070312, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+22, 180426, 530, 3525, 3584, '0', 0, 0, -1987.998291015625, -11863.455078125, 50.67772293090820312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+23, 180426, 530, 3525, 3584, '0', 0, 0, -1975.23095703125, -11857.2568359375, 54.67333602905273437, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+24, 180427, 530, 3525, 3584, '0', 0, 0, -1977.4410400390625, -11901.4150390625, 61.03636932373046875, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+25, 180427, 530, 3525, 3584, '0', 0, 0, -1937.7100830078125, -11889.140625, 55.27680206298828125, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+26, 180427, 530, 3525, 3584, '0', 0, 0, -1963.8228759765625, -11900.5068359375, 57.15956497192382812, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+27, 180427, 530, 3525, 3584, '0', 0, 0, -1948.875, -11898.8681640625, 57.657958984375, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+28, 180427, 530, 3525, 3584, '0', 0, 0, -1987.454833984375, -11894.5576171875, 54.70169830322265625, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+29, 180427, 530, 3525, 3584, '0', 0, 0, -1990.6614990234375, -11883.2783203125, 54.50783157348632812, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+30, 180427, 530, 3525, 3584, '0', 0, 0, -1937.7379150390625, -11871.5107421875, 58.08891677856445312, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+31, 180427, 530, 3525, 3584, '0', 0, 0, -1951.4410400390625, -11860.423828125, 59.8607177734375, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+32, 180427, 530, 3525, 3584, '0', 0, 0, -1990.4879150390625, -11871.798828125, 52.47985458374023437, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+33, 180427, 530, 3525, 3584, '0', 0, 0, -1967.4010009765625, -11856.0986328125, 56.9408111572265625, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+34, 180427, 530, 3525, 3584, '0', 0, 0, -1982.9930419921875, -11859.28515625, 58.3022613525390625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+35, 180471, 530, 3525, 3584, '0', 0, 0, -1982.751708984375, -11817.4580078125, 57.89363479614257812, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+36, 180471, 530, 3525, 3584, '0', 0, 0, -1983.3541259765625, -11816.9345703125, 58.388427734375, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+37, 180471, 530, 3525, 3584, '0', 0, 0, -1982.0382080078125, -11818.044921875, 57.3370513916015625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+38, 180471, 530, 3525, 3584, '0', 0, 0, -2000.88720703125, -11811.623046875, 59.51848602294921875, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+39, 180471, 530, 3525, 3584, '0', 0, 0, -2001.5616455078125, -11811.4111328125, 58.97216796875, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+40, 180471, 530, 3525, 3584, '0', 0, 0, -1990.486083984375, -11814.2763671875, 60.2953033447265625, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+41, 180471, 530, 3525, 3584, '0', 0, 0, -1996.595458984375, -11812.810546875, 58.75216293334960937, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+42, 180471, 530, 3525, 3584, '0', 0, 0, -1991.9478759765625, -11813.986328125, 60.04421615600585937, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+43, 180471, 530, 3525, 3584, '0', 0, 0, -1988.9478759765625, -11814.783203125, 60.31566238403320312, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+44, 180471, 530, 3525, 3584, '0', 0, 0, -1999.375, -11811.8349609375, 60.13572311401367187, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+45, 180471, 530, 3525, 3584, '0', 0, 0, -1992.888916015625, -11813.6494140625, 59.75961685180664062, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+46, 180471, 530, 3525, 3584, '0', 0, 0, -1993.5106201171875, -11813.369140625, 59.88570022583007812, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+47, 180471, 530, 3525, 3584, '0', 0, 0, -1991.2430419921875, -11814.0986328125, 60.65585708618164062, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+48, 180471, 530, 3525, 3584, '0', 0, 0, -2000.1197509765625, -11811.75, 59.49271774291992187, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+49, 180471, 530, 3525, 3584, '0', 0, 0, -1998.0728759765625, -11812.3095703125, 59.95083236694335937, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+50, 180471, 530, 3525, 3584, '0', 0, 0, -1998.6978759765625, -11812.048828125, 59.96184539794921875, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+51, 180471, 530, 3525, 3584, '0', 0, 0, -1997.4166259765625, -11812.419921875, 59.43864059448242187, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+52, 180471, 530, 3525, 3584, '0', 0, 0, -1985.65625, -11815.7607421875, 57.7563629150390625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+53, 180471, 530, 3525, 3584, '0', 0, 0, -1984.19970703125, -11816.59765625, 57.97170639038085937, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+54, 180471, 530, 3525, 3584, '0', 0, 0, -1989.595458984375, -11814.4501953125, 60.1123199462890625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+55, 180471, 530, 3525, 3584, '0', 0, 0, -1984.9913330078125, -11816.1982421875, 57.97513198852539062, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0)
(@OGUID+56, 180472, 530, 3525, 3584, '0', 0, 0, -1996.326416015625, -11919.7470703125, 55.69097518920898437, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+57, 180472, 530, 3525, 3584, '0', 0, 0, -1925.3016357421875, -11858.427734375, 55.81879043579101562, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+58, 180472, 530, 3525, 3584, '0', 0, 0, -2002.6978759765625, -11897.4140625, 55.77862548828125, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+59, 180472, 530, 3525, 3584, '0', 0, 0, -1941.1881103515625, -11848.171875, 56.1128387451171875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+60, 180472, 530, 3525, 3584, '0', 0, 0, -2051.3671875, -11878.04296875, 52.93396377563476562, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Blood Watch - Difficulty: 0)
(@OGUID+61, 180523, 530, 3525, 3584, '0', 0, 0, -2053.140625, -11895.9443359375, 46.58018875122070312, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 46366), -- Apple Bob (Area: Blood Watch - Difficulty: 0)
(@OGUID+62, 190045, 530, 3525, 3584, '0', 0, 0, -2062.625732421875, -11891.9951171875, 46.14381790161132812, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366); -- Candy Bucket (Area: Blood Watch - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+62;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62);
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,56 @@
--
SET @OGUID := 3007668;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 245913 AND 245933;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 245913 AND 245933;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+20;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 148, 4659, '0', 0, 0, 7411.1162109375, -278.234375, 8.934340476989746093, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+1, 180406, 1, 148, 4659, '0', 0, 0, 7381.33251953125, -263.53125, 12.09750843048095703, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Lor'danel - Difficulty: 0)
(@OGUID+2, 180407, 1, 148, 4659, '0', 0, 0, 7394.3125, -250.383682250976562, 7.181427001953125, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Lor'danel - Difficulty: 0)
(@OGUID+3, 180408, 1, 148, 4659, '0', 0, 0, 7381.2958984375, -263.614593505859375, 13.7848825454711914, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+4, 180410, 1, 148, 4659, '0', 0, 0, 7435.2978515625, -264.880218505859375, 13.7694549560546875, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+5, 180411, 1, 148, 4659, '0', 0, 0, 7410.98095703125, -272.861114501953125, 13.40834999084472656, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+6, 180415, 1, 148, 4659, '0', 0, 0, 7395.01806640625, -262.899322509765625, 7.42963409423828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+7, 180415, 1, 148, 4659, '0', 0, 0, 7395.0244140625, -261.642364501953125, 7.437504291534423828, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+8, 180415, 1, 148, 4659, '0', 0, 0, 7393.76806640625, -261.6319580078125, 7.419237613677978515, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+9, 180415, 1, 148, 4659, '0', 0, 0, 7393.78564453125, -262.883697509765625, 7.425035953521728515, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+10, 180425, 1, 148, 4659, '0', 0, 0, 7394.38525390625, -262.25347900390625, 7.56592559814453125, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- SkullCandle01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+11, 180426, 1, 148, 4659, '0', 0, 0, 7373.4912109375, -250.699661254882812, 7.587674617767333984, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+12, 180426, 1, 148, 4659, '0', 0, 0, 7367.265625, -263.35589599609375, 8.791996002197265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+13, 180426, 1, 148, 4659, '0', 0, 0, 7370.84375, -261.857635498046875, 7.386890888214111328, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+14, 180426, 1, 148, 4659, '0', 0, 0, 7354.90966796875, -244.26910400390625, 8.128786087036132812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Lor'danel - Difficulty: 0)
(@OGUID+15, 180427, 1, 148, 4659, '0', 0, 0, 7371.91748046875, -252.482635498046875, 7.57148599624633789, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Lor'danel - Difficulty: 0)
(@OGUID+16, 180427, 1, 148, 4659, '0', 0, 0, 7360.20654296875, -266.84722900390625, 7.565318584442138671, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Lor'danel - Difficulty: 0)
(@OGUID+17, 180427, 1, 148, 4659, '0', 0, 0, 7379.4384765625, -246.286453247070312, 7.336325645446777343, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Lor'danel - Difficulty: 0)
(@OGUID+18, 180427, 1, 148, 4659, '0', 0, 0, 7355.89404296875, -248.864578247070312, 7.988028526306152343, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Lor'danel - Difficulty: 0)
(@OGUID+19, 180472, 1, 148, 4659, '0', 0, 0, 7446.35400390625, -271.11285400390625, 17.94329833984375, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Lor'danel - Difficulty: 0)
(@OGUID+20, 208115, 1, 148, 4659, '0', 0, 0, 7408.3193359375, -267.013885498046875, 8.931618690490722656, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366); -- Candy Bucket (Area: Lor'danel - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+20;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20);
@@ -0,0 +1,295 @@
--
SET @CGUID := 3000402;
SET @OGUID := 3007689;
-- Old creature spawns
DELETE FROM `creature` WHERE `guid`=396403;
DELETE FROM `creature_addon` WHERE `guid`=396403;
DELETE FROM `waypoint_data` WHERE `id`=31712240;
DELETE FROM `game_event_creature` WHERE `guid`=396403;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 1, 361, 1998, '0', 0, 0, 0, 0, 6200.27, -1897.3038, 568.16974, 0, 120, 0, 0, 188, 0, 2, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Talonbranch Glade - Difficulty: 0)
SET @ENTRY := 22816;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `creature_addon` WHERE `guid`=@CGUID+0;
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+0, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 22816 (Black Cat)
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES
(@PATH, 0, 6200.27, -1897.3038, 568.16974, NULL, 0),
(@PATH, 1, 6212.0635, -1902.507, 566.9387, NULL, 0);
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 245934 AND 246003;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 245934 AND 246003;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+69;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 361, 1998, '0', 0, 0, 6204.93994140625, -1894.015625, 566.0648193359375, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+1, 180405, 1, 361, 1998, '0', 0, 0, 6212.84033203125, -1940.75, 569.06573486328125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+2, 180406, 1, 361, 1998, '0', 0, 0, 6199.3212890625, -1875.625, 567.36895751953125, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+3, 180406, 1, 361, 1998, '0', 0, 0, 6170.34033203125, -1912.560791015625, 567.6689453125, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+4, 180406, 1, 361, 1998, '0', 0, 0, 6257.98095703125, -1968.1927490234375, 570.51165771484375, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+5, 180407, 1, 361, 1998, '0', 0, 0, 6146.14306640625, -1916.32470703125, 568.02899169921875, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+6, 180407, 1, 361, 1998, '0', 0, 0, 6196.53466796875, -1946.9254150390625, 573.67523193359375, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+7, 180408, 1, 361, 1998, '0', 0, 0, 6139.10791015625, -1899.2742919921875, 572.59375, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+8, 180410, 1, 361, 1998, '0', 0, 0, 6219.6416015625, -1932.4427490234375, 571.20208740234375, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+9, 180411, 1, 361, 1998, '0', 0, 0, 6151.96337890625, -1910.0208740234375, 571.94781494140625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+10, 180415, 1, 361, 1998, '0', 0, 0, 6186.94189453125, -1924.0538330078125, 569.16387939453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+11, 180415, 1, 361, 1998, '0', 0, 0, 6161.4287109375, -1910.515625, 568.55352783203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+12, 180415, 1, 361, 1998, '0', 0, 0, 6173.99462890625, -1930.7916259765625, 567.96295166015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+13, 180415, 1, 361, 1998, '0', 0, 0, 6147.533203125, -1930.111083984375, 567.65966796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+14, 180415, 1, 361, 1998, '0', 0, 0, 6175.8681640625, -1945.2117919921875, 567.76947021484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+15, 180415, 1, 361, 1998, '0', 0, 0, 6157.11181640625, -1927.2847900390625, 567.596923828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+16, 180415, 1, 361, 1998, '0', 0, 0, 6172.65185546875, -1950.4478759765625, 567.8326416015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+17, 180415, 1, 361, 1998, '0', 0, 0, 6177.876953125, -1939.5989990234375, 567.63128662109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+18, 180415, 1, 361, 1998, '0', 0, 0, 6171.47998046875, -1928.30908203125, 567.5225830078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+19, 180415, 1, 361, 1998, '0', 0, 0, 6173.328125, -1957.5885009765625, 567.77093505859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+20, 180415, 1, 361, 1998, '0', 0, 0, 6144.65625, -1932.5625, 567.63604736328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+21, 180415, 1, 361, 1998, '0', 0, 0, 6176.7568359375, -1936.359375, 567.8721923828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+22, 180415, 1, 361, 1998, '0', 0, 0, 6174.23681640625, -1948.1007080078125, 567.57501220703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+23, 180415, 1, 361, 1998, '0', 0, 0, 6167.99755859375, -1926.4254150390625, 567.904296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+24, 180415, 1, 361, 1998, '0', 0, 0, 6153.88525390625, -1927.3160400390625, 567.93292236328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+25, 180415, 1, 361, 1998, '0', 0, 0, 6175.54150390625, -1933.8004150390625, 567.56280517578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+26, 180415, 1, 361, 1998, '0', 0, 0, 6172.17724609375, -1954.7899169921875, 567.498291015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+27, 180415, 1, 361, 1998, '0', 0, 0, 6160.33935546875, -1927.44970703125, 567.54718017578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+28, 180415, 1, 361, 1998, '0', 0, 0, 6177.20751953125, -1942.7725830078125, 567.63751220703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+29, 180415, 1, 361, 1998, '0', 0, 0, 6142.27099609375, -1934.8125, 567.8426513671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+30, 180415, 1, 361, 1998, '0', 0, 0, 6174.80126953125, -1961.44970703125, 567.53863525390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+31, 180415, 1, 361, 1998, '0', 0, 0, 6163.8212890625, -1926.63720703125, 567.53155517578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+32, 180415, 1, 361, 1998, '0', 0, 0, 6150.47412109375, -1928.6302490234375, 567.50067138671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+33, 180425, 1, 361, 1998, '0', 0, 0, 6187.04443359375, -1925.357666015625, 569.1531982421875, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 46366), -- SkullCandle01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+34, 180426, 1, 361, 1998, '0', 0, 0, 6188.14404296875, -1877.15625, 563.8330078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+35, 180426, 1, 361, 1998, '0', 0, 0, 6195.95068359375, -1884.1978759765625, 570.4658203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+36, 180426, 1, 361, 1998, '0', 0, 0, 6226.98876953125, -1912.015625, 562.3446044921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+37, 180426, 1, 361, 1998, '0', 0, 0, 6227.81005859375, -1918.5208740234375, 581.6318359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+38, 180426, 1, 361, 1998, '0', 0, 0, 6188.52880859375, -1890.282958984375, 582.65899658203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+39, 180426, 1, 361, 1998, '0', 0, 0, 6225.8193359375, -1931.21533203125, 578.00732421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+40, 180427, 1, 361, 1998, '0', 0, 0, 6194.408203125, -1879.9600830078125, 569.66204833984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+41, 180427, 1, 361, 1998, '0', 0, 0, 6201.92431640625, -1873.7847900390625, 565.859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+42, 180427, 1, 361, 1998, '0', 0, 0, 6189.8115234375, -1872.670166015625, 565.859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+43, 180427, 1, 361, 1998, '0', 0, 0, 6230.0078125, -1939.578125, 581.58917236328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+44, 180427, 1, 361, 1998, '0', 0, 0, 6222.70751953125, -1933.076416015625, 574.78515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+45, 180427, 1, 361, 1998, '0', 0, 0, 6223.6015625, -1954.767333984375, 580.94427490234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+46, 180471, 1, 361, 1998, '0', 0, 0, 6186.53125, -1913.65283203125, 575.09930419921875, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+47, 180471, 1, 361, 1998, '0', 0, 0, 6187.22314453125, -1913.8853759765625, 576.28857421875, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+48, 180471, 1, 361, 1998, '0', 0, 0, 6185.3994140625, -1914.09033203125, 573.92596435546875, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+49, 180471, 1, 361, 1998, '0', 0, 0, 6182.82666015625, -1917.6492919921875, 572.09906005859375, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+50, 180471, 1, 361, 1998, '0', 0, 0, 6183.5693359375, -1921.092041015625, 570.81134033203125, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+51, 180471, 1, 361, 1998, '0', 0, 0, 6183.3505859375, -1920.15625, 571.25811767578125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+52, 180471, 1, 361, 1998, '0', 0, 0, 6186.111328125, -1922.9774169921875, 570.22979736328125, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+53, 180471, 1, 361, 1998, '0', 0, 0, 6183.49462890625, -1915.642333984375, 573.0003662109375, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+54, 180471, 1, 361, 1998, '0', 0, 0, 6184.734375, -1914.767333984375, 573.51690673828125, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+55, 180471, 1, 361, 1998, '0', 0, 0, 6187.86474609375, -1914.1510009765625, 577.24755859375, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+56, 180471, 1, 361, 1998, '0', 0, 0, 6190.2431640625, -1914.8038330078125, 581.08349609375, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+57, 180471, 1, 361, 1998, '0', 0, 0, 6189.4375, -1914.5191650390625, 579.86376953125, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+58, 180471, 1, 361, 1998, '0', 0, 0, 6185.978515625, -1913.5364990234375, 574.31280517578125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+59, 180471, 1, 361, 1998, '0', 0, 0, 6183.17041015625, -1918.842041015625, 571.77288818359375, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+60, 180471, 1, 361, 1998, '0', 0, 0, 6184.3134765625, -1921.704833984375, 570.65460205078125, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+61, 180471, 1, 361, 1998, '0', 0, 0, 6188.61474609375, -1914.2396240234375, 578.57666015625, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+62, 180471, 1, 361, 1998, '0', 0, 0, 6185.1865234375, -1922.2413330078125, 570.50421142578125, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+63, 180471, 1, 361, 1998, '0', 0, 0, 6183.041015625, -1916.5103759765625, 572.54534912109375, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+64, 180472, 1, 361, 1998, '0', 0, 0, 6213.955078125, -1928.5555419921875, 572.9891357421875, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+65, 180523, 1, 361, 1998, '0', 0, 0, 6165.01123046875, -1952.3316650390625, 567.84478759765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+66, 185434, 1, 361, 1998, '0', 0, 0, 6223.1796875, -1880.592041015625, 566.0218505859375, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- Sitting Skeleton 01 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+67, 185435, 1, 361, 1998, '0', 0, 0, 6201.3134765625, -1872.3367919921875, 566.74932861328125, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 46366), -- Sitting Skeleton 02 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+68, 185454, 1, 361, 1998, '0', 0, 0, 6172.15087890625, -1911.2430419921875, 567.67572021484375, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- Laying Skeleton 02 (Area: Talonbranch Glade - Difficulty: 0)
(@OGUID+69, 208159, 1, 361, 1998, '0', 0, 0, 6158.0224609375, -1952.34375, 568.02911376953125, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366); -- Candy Bucket (Area: Talonbranch Glade - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+69;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69);
--
SET @CGUID := 3000403;
SET @OGUID := 3007759;
-- Old creature spawns
DELETE FROM `creature` WHERE `guid`=396404;
DELETE FROM `game_event_creature` WHERE `guid`=396404;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 1, 361, 5645, '0', 0, 0, 0, 0, 6074.42041015625, -870.1185302734375, 411.9312744140625, 1.104033231735229492, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Whisperwind Grove - Difficulty: 0)
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246004 AND 246045;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246004 AND 246045;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+41;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 361, 5645, '0', 0, 0, 6044.70068359375, -854.79864501953125, 426.23907470703125, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+1, 180405, 1, 361, 5645, '0', 0, 0, 6077.2255859375, -904.217041015625, 414.751800537109375, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+2, 180405, 1, 361, 5645, '0', 0, 0, 6108.91845703125, -861.779541015625, 412.381256103515625, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+3, 180406, 1, 361, 5645, '0', 0, 0, 6075.87158203125, -836.42706298828125, 414.82843017578125, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+4, 180406, 1, 361, 5645, '0', 0, 0, 6068.0380859375, -897.90277099609375, 414.751251220703125, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+5, 180406, 1, 361, 5645, '0', 0, 0, 6111.2021484375, -886.8524169921875, 413.499359130859375, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+6, 180407, 1, 361, 5645, '0', 0, 0, 6049.27783203125, -859.342041015625, 426.238861083984375, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+7, 180411, 1, 361, 5645, '0', 0, 0, 6044.845703125, -855.154541015625, 417.24658203125, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+8, 180414, 1, 361, 5645, '0', 0, 0, 6074.19091796875, -890.6319580078125, 412.070953369140625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- Cauldron (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+9, 180415, 1, 361, 5645, '0', 0, 0, 6050.953125, -857.404541015625, 414.953521728515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+10, 180415, 1, 361, 5645, '0', 0, 0, 6056.27099609375, -852.85418701171875, 412.649932861328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+11, 180415, 1, 361, 5645, '0', 0, 0, 6050.95068359375, -847.72393798828125, 412.681793212890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+12, 180415, 1, 361, 5645, '0', 0, 0, 6053.85400390625, -855.125, 413.743499755859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+13, 180415, 1, 361, 5645, '0', 0, 0, 6049.0068359375, -849.82989501953125, 413.62890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+14, 180415, 1, 361, 5645, '0', 0, 0, 6046.27880859375, -852.920166015625, 414.981048583984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+15, 180415, 1, 361, 5645, '0', 0, 0, 6076.916015625, -890.1007080078125, 412.16094970703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+16, 180415, 1, 361, 5645, '0', 0, 0, 6073.95751953125, -894.38714599609375, 414.7017822265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+17, 180415, 1, 361, 5645, '0', 0, 0, 6071.61474609375, -897.8350830078125, 415.58111572265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+18, 180415, 1, 361, 5645, '0', 0, 0, 6075.515625, -892.04864501953125, 413.573516845703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+19, 180415, 1, 361, 5645, '0', 0, 0, 6076.3681640625, -900.98089599609375, 415.573760986328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+20, 180415, 1, 361, 5645, '0', 0, 0, 6080.234375, -895.22052001953125, 413.568511962890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+21, 180415, 1, 361, 5645, '0', 0, 0, 6081.609375, -893.19964599609375, 412.11846923828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+22, 180415, 1, 361, 5645, '0', 0, 0, 6078.58251953125, -897.7742919921875, 414.776214599609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+23, 180425, 1, 361, 5645, '0', 0, 0, 6076.36279296875, -888.920166015625, 413.872039794921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- SkullCandle01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+24, 180426, 1, 361, 5645, '0', 0, 0, 6094.3837890625, -863.4444580078125, 427.66961669921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+25, 180426, 1, 361, 5645, '0', 0, 0, 6088.12353515625, -871.203125, 427.66961669921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+26, 180426, 1, 361, 5645, '0', 0, 0, 6086.35595703125, -858.8992919921875, 427.66961669921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+27, 180427, 1, 361, 5645, '0', 0, 0, 6096.9833984375, -864.3125, 431.452972412109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+28, 180427, 1, 361, 5645, '0', 0, 0, 6083.6650390625, -867.373291015625, 431.452972412109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+29, 180427, 1, 361, 5645, '0', 0, 0, 6091.09619140625, -874.11285400390625, 431.452972412109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+30, 180471, 1, 361, 5645, '0', 0, 0, 6084.1181640625, -828.765625, 418.227935791015625, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+31, 180471, 1, 361, 5645, '0', 0, 0, 6085.23974609375, -828.16839599609375, 418.957427978515625, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+32, 180471, 1, 361, 5645, '0', 0, 0, 6086.26025390625, -827.1180419921875, 419.709930419921875, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+33, 180471, 1, 361, 5645, '0', 0, 0, 6088.7177734375, -826.3975830078125, 418.253875732421875, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+34, 180471, 1, 361, 5645, '0', 0, 0, 6087.515625, -826.92535400390625, 419.009674072265625, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+35, 180471, 1, 361, 5645, '0', 0, 0, 6067.7509765625, -910.63543701171875, 418.559478759765625, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+36, 180471, 1, 361, 5645, '0', 0, 0, 6065.3056640625, -909.03643798828125, 418.475494384765625, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+37, 180471, 1, 361, 5645, '0', 0, 0, 6066.53564453125, -909.888916015625, 418.993072509765625, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+38, 180472, 1, 361, 5645, '0', 0, 0, 6107.1494140625, -892.09722900390625, 416.917510986328125, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+39, 180523, 1, 361, 5645, '0', 0, 0, 6071.09912109375, -908.5399169921875, 415.229888916015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+40, 185436, 1, 361, 5645, '0', 0, 0, 6074.03564453125, -890.74652099609375, 412.646087646484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Sitting Skeleton 03 (Area: Whisperwind Grove - Difficulty: 0)
(@OGUID+41, 208158, 1, 361, 5645, '0', 0, 0, 6065.92724609375, -905.00177001953125, 414.79315185546875, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366); -- Candy Bucket (Area: Whisperwind Grove - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+41;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41);
@@ -0,0 +1,154 @@
--
SET @OGUID := 3007801;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246046 AND 246115;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246046 AND 246115;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+69;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 618, 2255, '0', 0, 0, 6733.34912109375, -4617.0693359375, 733.55694580078125, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0)
(@OGUID+1, 180405, 1, 618, 2255, '0', 0, 0, 6737.84521484375, -4636.26806640625, 721.75616455078125, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0)
(@OGUID+2, 180405, 1, 618, 2255, '0', 0, 0, 6723.8115234375, -4665.580078125, 726.10479736328125, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0)
(@OGUID+3, 180405, 1, 618, 2255, '0', 0, 0, 6775.2275390625, -4644.59375, 733.3270263671875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0)
(@OGUID+4, 180405, 1, 618, 2255, '0', 0, 0, 6700.099609375, -4672.84521484375, 730.83709716796875, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0)
(@OGUID+5, 180405, 1, 618, 2255, '0', 0, 0, 6697.14990234375, -4665.7666015625, 722.89617919921875, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0)
(@OGUID+6, 180405, 1, 618, 2255, '0', 0, 0, 6758.6865234375, -4698.85791015625, 733.82427978515625, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0)
(@OGUID+7, 180405, 1, 618, 2255, '0', 0, 0, 6759.9912109375, -4674.02001953125, 724.00970458984375, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0)
(@OGUID+8, 180405, 1, 618, 2255, '0', 0, 0, 6662.09375, -4670.12841796875, 733.8468017578125, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0)
(@OGUID+9, 180405, 1, 618, 2255, '0', 0, 0, 6713.72900390625, -4697.01171875, 721.199462890625, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0)
(@OGUID+10, 180406, 1, 618, 2255, '0', 0, 0, 6716.7666015625, -4617.89404296875, 733.5845947265625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0)
(@OGUID+11, 180406, 1, 618, 2255, '0', 0, 0, 6760.84228515625, -4644.65966796875, 733.65985107421875, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0)
(@OGUID+12, 180406, 1, 618, 2255, '0', 0, 0, 6752.48681640625, -4655.7421875, 724.299560546875, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0)
(@OGUID+13, 180406, 1, 618, 2255, '0', 0, 0, 6687.16015625, -4662.48876953125, 724.810791015625, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0)
(@OGUID+14, 180406, 1, 618, 2255, '0', 0, 0, 6730.2666015625, -4677.18115234375, 721.11114501953125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0)
(@OGUID+15, 180406, 1, 618, 2255, '0', 0, 0, 6687.5322265625, -4697.845703125, 733.60382080078125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0)
(@OGUID+16, 180406, 1, 618, 2255, '0', 0, 0, 6775.24560546875, -4698.47412109375, 733.3720703125, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0)
(@OGUID+17, 180406, 1, 618, 2255, '0', 0, 0, 6713.71435546875, -4724.4375, 733.69561767578125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0)
(@OGUID+18, 180407, 1, 618, 2255, '0', 0, 0, 6690.19384765625, -4643.65087890625, 733.41790771484375, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0)
(@OGUID+19, 180407, 1, 618, 2255, '0', 0, 0, 6700.3017578125, -4668.0419921875, 730.83709716796875, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0)
(@OGUID+20, 180407, 1, 618, 2255, '0', 0, 0, 6724.93994140625, -4680.4130859375, 721.42767333984375, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0)
(@OGUID+21, 180407, 1, 618, 2255, '0', 0, 0, 6696.8388671875, -4675.14453125, 723.0299072265625, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0)
(@OGUID+22, 180407, 1, 618, 2255, '0', 0, 0, 6760.2265625, -4668.0859375, 724.09014892578125, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0)
(@OGUID+23, 180407, 1, 618, 2255, '0', 0, 0, 6802.75341796875, -4671.65625, 733.762451171875, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0)
(@OGUID+24, 180407, 1, 618, 2255, '0', 0, 0, 6729.962890625, -4724.88916015625, 733.53289794921875, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0)
(@OGUID+25, 180415, 1, 618, 2255, '0', 0, 0, 6685.228515625, -4668.42724609375, 722.60894775390625, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- CandleBlack01 (Area: Everlook - Difficulty: 0)
(@OGUID+26, 180425, 1, 618, 2255, '0', 0, 0, 6692.7431640625, -4672.7744140625, 722.6988525390625, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46366), -- SkullCandle01 (Area: Everlook - Difficulty: 0)
(@OGUID+27, 180425, 1, 618, 2255, '0', 0, 0, 6685.0224609375, -4673.27099609375, 722.63671875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- SkullCandle01 (Area: Everlook - Difficulty: 0)
(@OGUID+28, 180426, 1, 618, 2255, '0', 0, 0, 6730.80810546875, -4663.4443359375, 730.42205810546875, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0)
(@OGUID+29, 180426, 1, 618, 2255, '0', 0, 0, 6731.44091796875, -4663.30908203125, 731.5755615234375, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0)
(@OGUID+30, 180426, 1, 618, 2255, '0', 0, 0, 6731.8056640625, -4662.783203125, 734.596923828125, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0)
(@OGUID+31, 180426, 1, 618, 2255, '0', 0, 0, 6731.705078125, -4662.5400390625, 730.150390625, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0)
(@OGUID+32, 180426, 1, 618, 2255, '0', 0, 0, 6731.65625, -4662.94091796875, 731.19610595703125, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0)
(@OGUID+33, 180426, 1, 618, 2255, '0', 0, 0, 6731.78662109375, -4662.9931640625, 734.247802734375, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0)
(@OGUID+34, 180426, 1, 618, 2255, '0', 0, 0, 6731.9912109375, -4662.5244140625, 732.326171875, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0)
(@OGUID+35, 180426, 1, 618, 2255, '0', 0, 0, 6731.64501953125, -4662.8037109375, 735.1912841796875, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0)
(@OGUID+36, 180426, 1, 618, 2255, '0', 0, 0, 6731.71630859375, -4662.53466796875, 728.93609619140625, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0)
(@OGUID+37, 180426, 1, 618, 2255, '0', 0, 0, 6732.04345703125, -4662.8974609375, 732.00396728515625, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0)
(@OGUID+38, 180427, 1, 618, 2255, '0', 0, 0, 6731.6025390625, -4662.7744140625, 730.6702880859375, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0)
(@OGUID+39, 180427, 1, 618, 2255, '0', 0, 0, 6731.7431640625, -4662.7568359375, 731.85943603515625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0)
(@OGUID+40, 180427, 1, 618, 2255, '0', 0, 0, 6732.1162109375, -4662.84912109375, 735.059814453125, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0)
(@OGUID+41, 180427, 1, 618, 2255, '0', 0, 0, 6731.9306640625, -4663.15966796875, 732.6463623046875, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0)
(@OGUID+42, 180427, 1, 618, 2255, '0', 0, 0, 6731.45654296875, -4662.6025390625, 732.0150146484375, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0)
(@OGUID+43, 180427, 1, 618, 2255, '0', 0, 0, 6732.0712890625, -4662.66650390625, 732.9244384765625, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0)
(@OGUID+44, 180427, 1, 618, 2255, '0', 0, 0, 6731.4990234375, -4662.5, 733.62164306640625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0)
(@OGUID+45, 180427, 1, 618, 2255, '0', 0, 0, 6732.24853515625, -4663.0224609375, 732.98504638671875, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0)
(@OGUID+46, 180427, 1, 618, 2255, '0', 0, 0, 6731.35595703125, -4662.908203125, 732.08551025390625, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0)
(@OGUID+47, 180427, 1, 618, 2255, '0', 0, 0, 6731.80029296875, -4662.71875, 731.36505126953125, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0)
(@OGUID+48, 180471, 1, 618, 2255, '0', 0, 0, 6746.0390625, -4630.78759765625, 729.53460693359375, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Everlook - Difficulty: 0)
(@OGUID+49, 180471, 1, 618, 2255, '0', 0, 0, 6694.69287109375, -4659.875, 724.97894287109375, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Everlook - Difficulty: 0)
(@OGUID+50, 180471, 1, 618, 2255, '0', 0, 0, 6694.02783203125, -4681.49853515625, 724.97637939453125, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Everlook - Difficulty: 0)
(@OGUID+51, 180471, 1, 618, 2255, '0', 0, 0, 6678.20166015625, -4659.38525390625, 724.85675048828125, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Everlook - Difficulty: 0)
(@OGUID+52, 180471, 1, 618, 2255, '0', 0, 0, 6678.68212890625, -4680.46337890625, 724.98846435546875, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Everlook - Difficulty: 0)
(@OGUID+53, 180472, 1, 618, 2255, '0', 0, 0, 6687.814453125, -4654.67529296875, 726.51177978515625, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+54, 180472, 1, 618, 2255, '0', 0, 0, 6694.94189453125, -4654.85791015625, 726.55377197265625, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+55, 180472, 1, 618, 2255, '0', 0, 0, 6687.564453125, -4659.60791015625, 726.2718505859375, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+56, 180472, 1, 618, 2255, '0', 0, 0, 6699.99072265625, -4659.21044921875, 726.56634521484375, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+57, 180472, 1, 618, 2255, '0', 0, 0, 6677.1328125, -4654.3212890625, 725.605712890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+58, 180472, 1, 618, 2255, '0', 0, 0, 6686.34619140625, -4685.8818359375, 726.42315673828125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+59, 180472, 1, 618, 2255, '0', 0, 0, 6677.68310546875, -4669.080078125, 726.2742919921875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+60, 180472, 1, 618, 2255, '0', 0, 0, 6686.59619140625, -4680.9287109375, 726.23858642578125, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+61, 180472, 1, 618, 2255, '0', 0, 0, 6672.74560546875, -4668.8349609375, 726.47198486328125, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+62, 180472, 1, 618, 2255, '0', 0, 0, 6672.2412109375, -4680.4287109375, 726.4774169921875, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+63, 180472, 1, 618, 2255, '0', 0, 0, 6699.064453125, -4681.75537109375, 726.4681396484375, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+64, 180472, 1, 618, 2255, '0', 0, 0, 6673.2587890625, -4659.15478515625, 726.476806640625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+65, 180472, 1, 618, 2255, '0', 0, 0, 6695.16259765625, -4686.56787109375, 725.58721923828125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+66, 180472, 1, 618, 2255, '0', 0, 0, 6678.44775390625, -4685.40625, 726.52935791015625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+67, 180472, 1, 618, 2255, '0', 0, 0, 6710.42724609375, -4697.76416015625, 727.2896728515625, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0)
(@OGUID+68, 180523, 1, 618, 2255, '0', 0, 0, 6692.2119140625, -4661.60791015625, 721.98907470703125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 46366), -- Apple Bob (Area: Everlook - Difficulty: 0)
(@OGUID+69, 190106, 1, 618, 2255, '0', 0, 0, 6693.94775390625, -4671.05322265625, 721.5731201171875, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366); -- Candy Bucket (Area: Everlook - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+69;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69);
@@ -0,0 +1,138 @@
--
SET @OGUID := 3007871;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246288 AND 246349;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246288 AND 246349;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+61;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 16, 4821, '0', 0, 0, 3599.34033203125, -6420.4130859375, 14.92302322387695312, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+1, 180405, 1, 16, 4821, '0', 0, 0, 3548.22314453125, -6503.57470703125, 43.47087478637695312, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+2, 180405, 1, 16, 4821, '0', 0, 0, 3477.62841796875, -6422.17041015625, 11.62490081787109375, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+3, 180405, 1, 16, 4821, '0', 0, 0, 3456.790771484375, -6492.19091796875, 20.23287582397460937, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+4, 180406, 1, 16, 4821, '0', 0, 0, 3545.248291015625, -6309.720703125, 0.754246532917022705, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+5, 180406, 1, 16, 4821, '0', 0, 0, 3585.451416015625, -6420.7431640625, 14.87507152557373046, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+6, 180406, 1, 16, 4821, '0', 0, 0, 3530.57470703125, -6494.9931640625, 41.09633636474609375, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+7, 180406, 1, 16, 4821, '0', 0, 0, 3469.37158203125, -6479.93603515625, 20.232879638671875, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+8, 180407, 1, 16, 5306, '0', 0, 0, 3581.736083984375, -6455.5556640625, 20.51021385192871093, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Hull of the Foebreaker - Difficulty: 0)
(@OGUID+9, 180407, 1, 16, 4821, '0', 0, 0, 3590.708251953125, -6535.205078125, 50.17335891723632812, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+10, 180407, 1, 16, 4821, '0', 0, 0, 3527.541748046875, -6504.8193359375, 43.47087478637695312, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+11, 180407, 1, 16, 4821, '0', 0, 0, 3504.713623046875, -6437.80908203125, 20.23289680480957031, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+12, 180407, 1, 16, 4821, '0', 0, 0, 3498.69189453125, -6397.4462890625, 11.49479198455810546, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+13, 180408, 1, 16, 4821, '0', 0, 0, 3548.197021484375, -6503.51904296875, 45.12577056884765625, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+14, 180409, 1, 16, 4821, '0', 0, 0, 3549.6171875, -6502.83837890625, 40.99541091918945312, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- G_WitchBroom_01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+15, 180410, 1, 16, 4821, '0', 0, 0, 3611.579833984375, -6481.05712890625, 22.14409446716308593, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+16, 180410, 1, 16, 4821, '0', 0, 0, 3540.2353515625, -6497.7119140625, 44.25957107543945312, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+17, 180411, 1, 16, 4821, '0', 0, 0, 3605.146728515625, -6439.40625, 14.89805984497070312, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+18, 180411, 1, 16, 4821, '0', 0, 0, 3537.615478515625, -6509.01220703125, 45.89495468139648437, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+19, 180415, 1, 16, 4821, '0', 0, 0, 3538.8125, -6498.97216796875, 42.63893890380859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+20, 180415, 1, 16, 4821, '0', 0, 0, 3537.001708984375, -6510.21728515625, 43.47087478637695312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+21, 180415, 1, 16, 4821, '0', 0, 0, 3537.717041015625, -6503.58837890625, 43.47087478637695312, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+22, 180415, 1, 16, 4821, '0', 0, 0, 3537.509521484375, -6499.94775390625, 43.48051834106445312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+23, 180415, 1, 16, 4821, '0', 0, 0, 3542.724853515625, -6503.68408203125, 43.47087478637695312, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+24, 180415, 1, 16, 4821, '0', 0, 0, 3527.03125, -6503.35791015625, 43.47087478637695312, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+25, 180415, 1, 16, 4821, '0', 0, 0, 3531.671875, -6498.80224609375, 42.65270233154296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+26, 180415, 1, 16, 4821, '0', 0, 0, 3532.846435546875, -6509.93408203125, 43.47087478637695312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+27, 180415, 1, 16, 4821, '0', 0, 0, 3532.704833984375, -6499.908203125, 43.47087478637695312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+28, 180415, 1, 16, 4821, '0', 0, 0, 3532.538330078125, -6503.25, 43.47087478637695312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+29, 180426, 1, 16, 4821, '0', 0, 0, 3535.37060546875, -6459.77978515625, 49.21615982055664062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+30, 180426, 1, 16, 4821, '0', 0, 0, 3534.372314453125, -6451.6337890625, 45.64139175415039062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+31, 180426, 1, 16, 4821, '0', 0, 0, 3532.6572265625, -6457.234375, 47.92422866821289062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+32, 180427, 1, 16, 4821, '0', 0, 0, 3534.471435546875, -6458.328125, 48.42770767211914062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+33, 180427, 1, 16, 4821, '0', 0, 0, 3535.818603515625, -6455.626953125, 47.23282241821289062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+34, 180427, 1, 16, 4821, '0', 0, 0, 3532.8759765625, -6459.48095703125, 48.96438980102539062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+35, 180427, 1, 16, 4821, '0', 0, 0, 3532.796142578125, -6458.796875, 48.59543228149414062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+36, 180431, 1, 16, 4821, '0', 0, 0, 3544.982666015625, -6446.42724609375, 37.49847412109375, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 46366), -- G_Pumpkin_01 scale 4.0 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+37, 180471, 1, 16, 4821, '0', 0, 0, 3531.822998046875, -6522.60791015625, 48.52970123291015625, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+38, 180471, 1, 16, 4821, '0', 0, 0, 3524.799560546875, -6529.93603515625, 49.48054122924804687, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+39, 180471, 1, 16, 4821, '0', 0, 0, 3527.7587890625, -6522.296875, 44.85824203491210937, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+40, 180471, 1, 16, 4821, '0', 0, 0, 3524.9775390625, -6504.361328125, 49.36654281616210937, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+41, 180471, 1, 16, 4821, '0', 0, 0, 3525.4296875, -6524.75537109375, 59.87563705444335937, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+42, 180471, 1, 16, 4821, '0', 0, 0, 3518.7353515625, -6509.13720703125, 59.95137405395507812, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+43, 180471, 1, 16, 4821, '0', 0, 0, 3512.2822265625, -6503.97412109375, 49.35243606567382812, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+44, 180471, 1, 16, 4821, '0', 0, 0, 3528.658935546875, -6522.5068359375, 45.69745635986328125, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+45, 180471, 1, 16, 4821, '0', 0, 0, 3530.73095703125, -6522.51025390625, 47.54932403564453125, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+46, 180471, 1, 16, 4821, '0', 0, 0, 3518.3369140625, -6504.1875, 49.15529251098632812, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+47, 180471, 1, 16, 4821, '0', 0, 0, 3529.694580078125, -6522.3974609375, 46.61844635009765625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+48, 180471, 1, 16, 4821, '0', 0, 0, 3525.845458984375, -6509.44091796875, 60.02410888671875, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+49, 180471, 1, 16, 4821, '0', 0, 0, 3512.150146484375, -6508.88916015625, 60.2926177978515625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+50, 180471, 1, 16, 4821, '0', 0, 0, 3511.556396484375, -6529.470703125, 49.45423507690429687, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+51, 180471, 1, 16, 4821, '0', 0, 0, 3511.74658203125, -6524.17041015625, 60.11174774169921875, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+52, 180471, 1, 16, 4821, '0', 0, 0, 3517.716064453125, -6529.6630859375, 49.09471893310546875, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+53, 180471, 1, 16, 4821, '0', 0, 0, 3518.346435546875, -6524.31103515625, 59.93560028076171875, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+54, 180472, 1, 16, 4821, '0', 0, 0, 3447.723876953125, -6497.00537109375, 25.28648757934570312, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+55, 180472, 1, 16, 4821, '0', 0, 0, 3449.470458984375, -6576.439453125, 63.68678665161132812, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+56, 180523, 1, 16, 4821, '0', 0, 0, 3530.14501953125, -6523.89599609375, 43.84289932250976562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+57, 185434, 1, 16, 4821, '0', 0, 0, 3548.732666015625, -6502.205078125, 42.34893417358398437, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- Sitting Skeleton 01 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+58, 185436, 1, 16, 4821, '0', 0, 0, 3547.78466796875, -6502.44775390625, 42.15895462036132812, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- Sitting Skeleton 03 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+59, 185454, 1, 16, 4821, '0', 0, 0, 3548.06591796875, -6500.90087890625, 40.96922683715820312, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- Laying Skeleton 02 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+60, 208052, 1, 16, 4821, '0', 0, 0, 3548.09716796875, -6501.85595703125, 41.05363845825195312, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- Cauldron Scale 1.5 (Area: Bilgewater Harbor - Difficulty: 0)
(@OGUID+61, 208140, 1, 16, 4821, '0', 0, 0, 3536.690185546875, -6522.09033203125, 43.48497390747070312, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 46366); -- Candy Bucket (Area: Bilgewater Harbor - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+61;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61);
@@ -0,0 +1,430 @@
--
SET @OGUID := 3007933;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246350 AND 246379;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246350 AND 246379;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+29;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 331, 420, '0', 0, 0, 2165.048583984375, -1149.1302490234375, 97.37541961669921875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+1, 180406, 1, 331, 420, '0', 0, 0, 2147.364501953125, -1215.4722900390625, 96.401611328125, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+2, 180407, 1, 331, 420, '0', 0, 0, 2132.76220703125, -1197.203125, 100.5833969116210937, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+3, 180408, 1, 331, 420, '0', 0, 0, 2165.036376953125, -1149.04345703125, 98.99346160888671875, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+4, 180410, 1, 331, 420, '0', 0, 0, 2138.517333984375, -1210.8350830078125, 98.14609527587890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+5, 180411, 1, 331, 420, '0', 0, 0, 2118.244873046875, -1190.2742919921875, 106.9416732788085937, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+6, 180414, 1, 331, 420, '0', 0, 0, 2162.84033203125, -1150.654541015625, 97.14914703369140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Cauldron (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+7, 180415, 1, 331, 420, '0', 0, 0, 2084.185791015625, -1200.5625, 102.8491134643554687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+8, 180415, 1, 331, 420, '0', 0, 0, 2080.916748046875, -1185.7586669921875, 102.8990936279296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+9, 180415, 1, 331, 420, '0', 0, 0, 2079.03125, -1198.4896240234375, 102.921356201171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+10, 180415, 1, 331, 420, '0', 0, 0, 2080.272705078125, -1180.2760009765625, 102.8286514282226562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+11, 180415, 1, 331, 420, '0', 0, 0, 2081.069580078125, -1195.8228759765625, 102.8893203735351562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+12, 180415, 1, 331, 420, '0', 0, 0, 2080.8056640625, -1201.6302490234375, 102.8531875610351562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+13, 180415, 1, 331, 420, '0', 0, 0, 2084.036376953125, -1184.55908203125, 102.8518829345703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+14, 180415, 1, 331, 420, '0', 0, 0, 2084.213623046875, -1197.0347900390625, 102.8878402709960937, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+15, 180415, 1, 331, 420, '0', 0, 0, 2078.475830078125, -1183.2569580078125, 102.8043670654296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+16, 180415, 1, 331, 420, '0', 0, 0, 2083.87841796875, -1181.4322509765625, 102.8462371826171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+17, 180425, 1, 331, 420, '0', 0, 0, 2086.93408203125, -1182.3316650390625, 102.4078292846679687, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- SkullCandle01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+18, 180426, 1, 331, 420, '0', 0, 0, 2159.704833984375, -1187.8489990234375, 93.67913055419921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+19, 180426, 1, 331, 420, '0', 0, 0, 2141.098876953125, -1187.9791259765625, 96.94974517822265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+20, 180426, 1, 331, 420, '0', 0, 0, 2151.35595703125, -1180.1666259765625, 94.19057464599609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+21, 180427, 1, 331, 420, '0', 0, 0, 2142.3212890625, -1187.5242919921875, 96.51727294921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+22, 180427, 1, 331, 420, '0', 0, 0, 2144.28125, -1191.3472900390625, 95.89453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+23, 180427, 1, 331, 420, '0', 0, 0, 2147.111083984375, -1188.3367919921875, 95.15750885009765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+24, 180471, 1, 331, 420, '0', 0, 0, 2125.826416015625, -1196.310791015625, 108.2275772094726562, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+25, 180471, 1, 331, 420, '0', 0, 0, 2125.826416015625, -1196.310791015625, 106.6285171508789062, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+26, 180472, 1, 331, 420, '0', 0, 0, 2126.0087890625, -1183.1319580078125, 109.2207794189453125, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+27, 180523, 1, 331, 420, '0', 0, 0, 2088.73095703125, -1200.6146240234375, 102.2795791625976562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+28, 185436, 1, 331, 420, '0', 0, 0, 2163.015625, -1151.1319580078125, 97.89810943603515625, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- Sitting Skeleton 03 (Area: Silverwind Refuge - Difficulty: 0)
(@OGUID+29, 208117, 1, 331, 420, '0', 0, 0, 2087.255126953125, -1197.8697509765625, 101.7149734497070312, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366); -- Candy Bucket (Area: Silverwind Refuge - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+29;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29);
--
SET @OGUID := 3007963;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246380 AND 246398;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246380 AND 246398;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+18;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 331, 4691, '0', 0, 0, 3003.99658203125, -481.645843505859375, 204.9393310546875, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+1, 180405, 1, 331, 4691, '0', 0, 0, 3041.913330078125, -496.395843505859375, 205.6269073486328125, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+2, 180406, 1, 331, 4691, '0', 0, 0, 2995.953125, -475.755218505859375, 204.8974609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+3, 180407, 1, 331, 4691, '0', 0, 0, 3037.11376953125, -541.529541015625, 205.6391754150390625, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+4, 180408, 1, 331, 4691, '0', 0, 0, 2989.84716796875, -510.84375, 199.8038482666015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+5, 180415, 1, 331, 4691, '0', 0, 0, 3042.66064453125, -534.87847900390625, 205.6391754150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+6, 180415, 1, 331, 4691, '0', 0, 0, 3043.99560546875, -535.4375, 205.6391754150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+7, 180415, 1, 331, 4691, '0', 0, 0, 3043.185791015625, -533.5711669921875, 205.6391754150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+8, 180425, 1, 331, 4691, '0', 0, 0, 3044.537353515625, -533.89410400390625, 207.7189178466796875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- SkullCandle01 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+9, 180426, 1, 331, 4691, '0', 0, 0, 3012.491455078125, -503.782989501953125, 203.0664825439453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+10, 180426, 1, 331, 4691, '0', 0, 0, 3006.896728515625, -509.59027099609375, 201.7289581298828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+11, 180426, 1, 331, 4691, '0', 0, 0, 3028.29248046875, -515.703125, 203.3932952880859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+12, 180427, 1, 331, 4691, '0', 0, 0, 3015.93408203125, -530.6875, 206.3615264892578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+13, 180427, 1, 331, 4691, '0', 0, 0, 3007.53564453125, -510.723968505859375, 201.748626708984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+14, 180427, 1, 331, 4691, '0', 0, 0, 3017.497314453125, -515.69793701171875, 203.260833740234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+15, 180472, 1, 331, 4691, '0', 0, 0, 3045.37060546875, -533.763916015625, 211.114501953125, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+16, 180523, 1, 331, 4691, '0', 0, 0, 3044.5390625, -523.30902099609375, 206.0875701904296875, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- Apple Bob (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+17, 185434, 1, 331, 4691, '0', 0, 0, 3043.869873046875, -534.421875, 205.6391754150390625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- Sitting Skeleton 01 (Area: Hellscream's Watch - Difficulty: 0)
(@OGUID+18, 208118, 1, 331, 4691, '0', 0, 0, 3045.42529296875, -529.10589599609375, 205.6391754150390625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 46366); -- Candy Bucket (Area: Hellscream's Watch - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+18;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18);
--
SET @CGUID := 3000404;
SET @OGUID := 3007982;
-- Old creature spawns
DELETE FROM `creature` WHERE `guid`=396405;
DELETE FROM `game_event_creature` WHERE `guid`=396405;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 1, 331, 414, '0', 0, 0, 0, 0, 3396.973876953125, 985.5233154296875, 5.702227592468261718, 5.139339923858642578, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: The Zoram Strand - Difficulty: 0) (possible waypoints or random movement)
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246399 AND 246427;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246399 AND 246427;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+28;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 331, 414, '0', 0, 0, 3326.157958984375, 972.0399169921875, 9.42227935791015625, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+1, 180406, 1, 331, 414, '0', 0, 0, 3351.471435546875, 964.26739501953125, 7.527106285095214843, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+2, 180407, 1, 331, 2897, '0', 0, 0, 3330.87158203125, 1018.6007080078125, 3.835628032684326171, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Zoram'gar Outpost - Difficulty: 0)
(@OGUID+3, 180415, 1, 331, 2897, '0', 0, 0, 3358.15966796875, 1044.5572509765625, 3.1458282470703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0)
(@OGUID+4, 180415, 1, 331, 2897, '0', 0, 0, 3355.643310546875, 1049.0364990234375, 3.053768873214721679, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0)
(@OGUID+5, 180415, 1, 331, 2897, '0', 0, 0, 3357.114501953125, 1040.9375, 3.377634525299072265, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0)
(@OGUID+6, 180415, 1, 331, 2897, '0', 0, 0, 3354.369873046875, 1046.045166015625, 3.305082321166992187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0)
(@OGUID+7, 180415, 1, 331, 2897, '0', 0, 0, 3352.939208984375, 1053.3785400390625, 2.97654271125793457, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0)
(@OGUID+8, 180415, 1, 331, 2897, '0', 0, 0, 3351.59814453125, 1050.3958740234375, 3.193860769271850585, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0)
(@OGUID+9, 180415, 1, 331, 2897, '0', 0, 0, 3348.28125, 1052.4566650390625, 3.210141181945800781, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0)
(@OGUID+10, 180426, 1, 331, 414, '0', 0, 0, 3386.704833984375, 1005.65631103515625, 5.210733890533447265, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+11, 180426, 1, 331, 414, '0', 0, 0, 3351.9072265625, 986.27081298828125, 5.4076690673828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+12, 180426, 1, 331, 414, '0', 0, 0, 3362.537353515625, 1034.265625, 3.449913740158081054, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+13, 180426, 1, 331, 414, '0', 0, 0, 3362.8525390625, 1021.19268798828125, 3.560566425323486328, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+14, 180427, 1, 331, 414, '0', 0, 0, 3391.11376953125, 998.66668701171875, 5.279513835906982421, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+15, 180427, 1, 331, 414, '0', 0, 0, 3376.802001953125, 1005.64239501953125, 4.616852760314941406, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+16, 180427, 1, 331, 414, '0', 0, 0, 3339.288330078125, 984.765625, 5.663280487060546875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+17, 180427, 1, 331, 414, '0', 0, 0, 3367.884521484375, 1017.75177001953125, 3.561319589614868164, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+18, 180471, 1, 331, 414, '0', 0, 0, 3372.30029296875, 959.7569580078125, 12.19800567626953125, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+19, 180471, 1, 331, 414, '0', 0, 0, 3369.170166015625, 960.48785400390625, 12.29633808135986328, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+20, 180471, 1, 331, 414, '0', 0, 0, 3350.880126953125, 961.43402099609375, 12.25194740295410156, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+21, 180471, 1, 331, 414, '0', 0, 0, 3356.37158203125, 962.029541015625, 12.41311836242675781, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+22, 180471, 1, 331, 414, '0', 0, 0, 3353.872314453125, 961.85589599609375, 12.32870388031005859, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+23, 180471, 1, 331, 414, '0', 0, 0, 3366.09716796875, 961.47052001953125, 12.37916278839111328, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+24, 180471, 1, 331, 414, '0', 0, 0, 3363.62939453125, 962.0625, 12.5409708023071289, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+25, 180471, 1, 331, 414, '0', 0, 0, 3359.837646484375, 962.3507080078125, 12.63192939758300781, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+26, 180523, 1, 331, 414, '0', 0, 0, 3354.765625, 965.11981201171875, 7.954864501953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+27, 185454, 1, 331, 414, '0', 0, 0, 3351.60595703125, 965.15625, 7.564345359802246093, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- Laying Skeleton 02 (Area: The Zoram Strand - Difficulty: 0)
(@OGUID+28, 208119, 1, 331, 414, '0', 0, 0, 3362.1181640625, 950.40277099609375, 7.404267311096191406, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366); -- Candy Bucket (Area: The Zoram Strand - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+28;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28);
--
SET @OGUID := 3008011;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246428 AND 246472;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246428 AND 246472;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+44;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 331, 431, '0', 0, 0, 2329.608642578125, -2560.559814453125, 103.0934829711914062, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+1, 180405, 1, 331, 431, '0', 0, 0, 2327.700439453125, -2553.849853515625, 110.4697799682617187, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+2, 180405, 1, 331, 431, '0', 0, 0, 2307.949462890625, -2510.909912109375, 105.7291030883789062, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+3, 180406, 1, 331, 431, '0', 0, 0, 2227.998291015625, -2529.798583984375, 86.8814239501953125, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+4, 180406, 1, 331, 431, '0', 0, 0, 2333.512939453125, -2549.03564453125, 110.82147216796875, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+5, 180407, 1, 331, 431, '0', 0, 0, 2229.739501953125, -2548.776123046875, 87.61389923095703125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+6, 180407, 1, 331, 431, '0', 0, 0, 2339.915771484375, -2552.7734375, 103.0934829711914062, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+7, 180407, 1, 331, 431, '0', 0, 0, 2330.6884765625, -2551.5009765625, 110.649566650390625, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+8, 180411, 1, 331, 431, '0', 0, 0, 2318.243896484375, -2562.981689453125, 107.8570022583007812, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+9, 180411, 1, 331, 431, '0', 0, 0, 2344.4296875, -2542.9921875, 108.7235107421875, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+10, 180415, 1, 331, 431, '0', 0, 0, 2343.681396484375, -2567.655517578125, 103.9268112182617187, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 46366), -- CandleBlack01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+11, 180415, 1, 331, 431, '0', 0, 0, 2342.572021484375, -2569.174560546875, 103.8643112182617187, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- CandleBlack01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+12, 180425, 1, 331, 431, '0', 0, 0, 2342.5546875, -2568.893310546875, 104.0240402221679687, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- SkullCandle01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+13, 180425, 1, 331, 431, '0', 0, 0, 2349.322021484375, -2577.474853515625, 103.8781967163085937, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 46366), -- SkullCandle01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+14, 180471, 1, 331, 431, '0', 0, 0, 2322.481689453125, -2560.0322265625, 113.42572021484375, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+15, 180471, 1, 331, 431, '0', 0, 0, 2319.530517578125, -2566.1416015625, 113.3959426879882812, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+16, 180471, 1, 331, 431, '0', 0, 0, 2320.77001953125, -2568.89501953125, 113.3099899291992187, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+17, 180471, 1, 331, 431, '0', 0, 0, 2325.68310546875, -2557.5859375, 113.5483932495117187, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+18, 180471, 1, 331, 431, '0', 0, 0, 2328.533935546875, -2555.309814453125, 113.6980361938476562, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+19, 180471, 1, 331, 431, '0', 0, 0, 2321.947021484375, -2571.653564453125, 113.2679824829101562, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+20, 180471, 1, 331, 431, '0', 0, 0, 2323.061767578125, -2574.4072265625, 113.2757568359375, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+21, 180471, 1, 331, 431, '0', 0, 0, 2337.85498046875, -2548.358642578125, 113.971282958984375, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+22, 180471, 1, 331, 431, '0', 0, 0, 2331.66748046875, -2553.0546875, 113.761962890625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+23, 180471, 1, 331, 431, '0', 0, 0, 2324.2421875, -2577.280517578125, 113.2581405639648437, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+24, 180471, 1, 331, 431, '0', 0, 0, 2328.662353515625, -2589.872314453125, 113.3221435546875, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+25, 180471, 1, 331, 431, '0', 0, 0, 2325.221435546875, -2580.14501953125, 113.2763671875, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+26, 180471, 1, 331, 431, '0', 0, 0, 2327.646728515625, -2586.372314453125, 113.3064804077148437, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+27, 180471, 1, 331, 431, '0', 0, 0, 2334.759521484375, -2550.61376953125, 113.9008026123046875, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+28, 180471, 1, 331, 431, '0', 0, 0, 2340.88623046875, -2546.0078125, 114.06201171875, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+29, 180471, 1, 331, 431, '0', 0, 0, 2326.389892578125, -2583.169189453125, 113.29754638671875, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+30, 180471, 1, 331, 431, '0', 0, 0, 2350.35498046875, -2547.799560546875, 114.1019363403320312, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+31, 180471, 1, 331, 431, '0', 0, 0, 2356.3759765625, -2551.830810546875, 114.1353073120117187, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+32, 180471, 1, 331, 431, '0', 0, 0, 2353.4140625, -2549.889892578125, 114.1154937744140625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+33, 180471, 1, 331, 431, '0', 0, 0, 2347.387939453125, -2545.4853515625, 114.1698379516601562, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+34, 180471, 1, 331, 431, '0', 0, 0, 2362.1015625, -2556.065185546875, 114.1735687255859375, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+35, 180471, 1, 331, 431, '0', 0, 0, 2359.1884765625, -2553.90185546875, 114.094482421875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+36, 180471, 1, 331, 431, '0', 0, 0, 2368.5234375, -2560.4384765625, 114.186126708984375, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+37, 180471, 1, 331, 431, '0', 0, 0, 2364.94873046875, -2557.853271484375, 114.2046585083007812, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+38, 180472, 1, 331, 431, '0', 0, 0, 2333.122314453125, -2564.256103515625, 110.86163330078125, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+39, 180472, 1, 331, 431, '0', 0, 0, 2343.4697265625, -2556.66064453125, 110.9454269409179687, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+40, 180472, 1, 331, 431, '0', 0, 0, 2337.224853515625, -2579.24560546875, 110.8882064819335937, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+41, 180472, 1, 331, 431, '0', 0, 0, 2355.061767578125, -2565.0791015625, 110.8538970947265625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+42, 180472, 1, 331, 431, '0', 0, 0, 2351.8671875, -2577.112060546875, 110.8450469970703125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0)
(@OGUID+43, 180523, 1, 331, 431, '0', 0, 0, 2347.419189453125, -2573.186767578125, 103.3643112182617187, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- Apple Bob (Area: Splintertree Post - Difficulty: 0)
(@OGUID+44, 190079, 1, 331, 431, '0', 0, 0, 2343.533935546875, -2565.0791015625, 103.0934829711914062, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 46366); -- Candy Bucket (Area: Splintertree Post - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+44;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44);
--
SET @OGUID := 3008056;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246473 AND 246520;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246473 AND 246520;
-- 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);
@@ -0,0 +1,824 @@
--
SET @OGUID := 3008104;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246521 AND 246607;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246521 AND 246607;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+86;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 406, 4933, '0', 0, 0, 954.70831298828125, -48.4583320617675781, 94.8471527099609375, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+1, 180405, 1, 406, 4933, '0', 0, 0, 940.04864501953125, -25.4756946563720703, 94.20475006103515625, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+2, 180406, 1, 406, 4933, '0', 0, 0, 896.0242919921875, -20.666666030883789, 101.1702728271484375, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+3, 180406, 1, 406, 4933, '0', 0, 0, 901.4132080078125, 57.9305572509765625, 87.22731781005859375, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+4, 180406, 1, 406, 4933, '0', 0, 0, 882.14239501953125, 32.08333206176757812, 94.20452880859375, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+5, 180407, 1, 406, 4933, '0', 0, 0, 950.16143798828125, -68.954864501953125, 94.2718353271484375, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+6, 180407, 1, 406, 4933, '0', 0, 0, 881.55902099609375, -4.30381965637207031, 92.67475128173828125, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+7, 180408, 1, 406, 4933, '0', 0, 0, 940, -25.4236106872558593, 95.8884429931640625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+8, 180415, 1, 406, 4933, '0', 0, 0, 881.078125, -2.8125, 92.67475128173828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+9, 180415, 1, 406, 4933, '0', 0, 0, 879.32293701171875, -4.61458349227905273, 93.56500244140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+10, 180415, 1, 406, 4933, '0', 0, 0, 878.40106201171875, -2.90104174613952636, 94.0791778564453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+11, 180415, 1, 406, 4933, '0', 0, 0, 882.60589599609375, 33.89583206176757812, 93.68312835693359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+12, 180415, 1, 406, 4933, '0', 0, 0, 884.29168701171875, 32.77951431274414062, 93.8354949951171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+13, 180415, 1, 406, 4933, '0', 0, 0, 883.15625, 30.88020896911621093, 92.6267242431640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+14, 180425, 1, 406, 4933, '0', 0, 0, 882.90625, -5.86111116409301757, 94.74570465087890625, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- SkullCandle01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+15, 180426, 1, 406, 4933, '0', 0, 0, 942.25177001953125, -30.6614589691162109, 100.2658767700195312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+16, 180426, 1, 406, 4933, '0', 0, 0, 948.16668701171875, -9.45138931274414062, 94.92339324951171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+17, 180426, 1, 406, 4933, '0', 0, 0, 928.62152099609375, -14.3663196563720703, 98.14812469482421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+18, 180426, 1, 406, 4933, '0', 0, 0, 906.32293701171875, 10.046875, 98.28238677978515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+19, 180426, 1, 406, 4933, '0', 0, 0, 923.9288330078125, 31.66493034362792968, 83.21709442138671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+20, 180426, 1, 406, 4933, '0', 0, 0, 900.36456298828125, 10.93229198455810546, 98.27581024169921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+21, 180426, 1, 406, 4933, '0', 0, 0, 904.2274169921875, 39.3125, 98.06629180908203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+22, 180426, 1, 406, 4933, '0', 0, 0, 904.359375, 45.00347137451171875, 97.79483795166015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+23, 180427, 1, 406, 4933, '0', 0, 0, 941.60589599609375, -27.4600696563720703, 99.12456512451171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+24, 180427, 1, 406, 4933, '0', 0, 0, 927.1632080078125, -11.0833330154418945, 98.04749298095703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+25, 180427, 1, 406, 4933, '0', 0, 0, 924.875, -15.6319446563720703, 98.17313385009765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+26, 180427, 1, 406, 4933, '0', 0, 0, 910.40625, 8.296875, 98.17301177978515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+27, 180427, 1, 406, 4933, '0', 0, 0, 909.0382080078125, 7.854166507720947265, 98.21073150634765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+28, 180427, 1, 406, 4933, '0', 0, 0, 907.54168701171875, 49.578125, 97.65796661376953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+29, 180471, 1, 406, 4933, '0', 0, 0, 937.592041015625, -53.921875, 113.8689498901367187, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+30, 180471, 1, 406, 4933, '0', 0, 0, 936.592041015625, -76.375, 113.1704788208007812, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+31, 180471, 1, 406, 4933, '0', 0, 0, 926.8819580078125, -51.6197929382324218, 114.8010635375976562, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+32, 180471, 1, 406, 4933, '0', 0, 0, 919.1024169921875, -58.2552070617675781, 114.6268692016601562, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+33, 180471, 1, 406, 4933, '0', 0, 0, 934.44097900390625, -78.1354141235351562, 113.45855712890625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+34, 180471, 1, 406, 4933, '0', 0, 0, 916.9930419921875, -62.7413215637207031, 115.0168533325195312, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+35, 180471, 1, 406, 4933, '0', 0, 0, 944.29864501953125, -67.0850677490234375, 113.2283401489257812, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+36, 180471, 1, 406, 4933, '0', 0, 0, 943.8507080078125, -60.7118072509765625, 113.5377426147460937, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+37, 180471, 1, 406, 4933, '0', 0, 0, 918.16839599609375, -60.5121536254882812, 114.786712646484375, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+38, 180471, 1, 406, 4933, '0', 0, 0, 932.859375, -51.2465286254882812, 114.8121719360351562, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+39, 180471, 1, 406, 4933, '0', 0, 0, 940.68231201171875, -56.4913215637207031, 113.52850341796875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+40, 180471, 1, 406, 4933, '0', 0, 0, 942.37152099609375, -58.6163215637207031, 113.542633056640625, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+41, 180471, 1, 406, 4933, '0', 0, 0, 942.88018798828125, -69.375, 113.0213699340820312, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+42, 180471, 1, 406, 4933, '0', 0, 0, 935.2569580078125, -52.5972213745117187, 114.3351516723632812, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+43, 180471, 1, 406, 4933, '0', 0, 0, 938.44268798828125, -75.1614608764648437, 112.9589996337890625, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+44, 180471, 1, 406, 4933, '0', 0, 0, 922.66668701171875, -54.5659713745117187, 114.5504837036132812, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+45, 180471, 1, 406, 4933, '0', 0, 0, 941.75518798828125, -71.5208358764648437, 112.8463668823242187, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+46, 180471, 1, 406, 4933, '0', 0, 0, 924.734375, -52.9826393127441406, 114.6700286865234375, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+47, 180471, 1, 406, 4933, '0', 0, 0, 889.763916015625, -17.8611106872558593, 98.94818878173828125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+48, 180471, 1, 406, 4933, '0', 0, 0, 891.1944580078125, -19.5954856872558593, 98.92685699462890625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+49, 180471, 1, 406, 4933, '0', 0, 0, 878.18402099609375, -6.46527767181396484, 98.61115264892578125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+50, 180471, 1, 406, 4933, '0', 0, 0, 886.86114501953125, -13.8107643127441406, 99.19623565673828125, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+51, 180471, 1, 406, 4933, '0', 0, 0, 882.18927001953125, -9.21180534362792968, 98.95917510986328125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+52, 180471, 1, 406, 4933, '0', 0, 0, 888.31768798828125, -15.8159723281860351, 99.07407379150390625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+53, 180471, 1, 406, 4933, '0', 0, 0, 883.93231201171875, -10.5503473281860351, 99.14459991455078125, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+54, 180471, 1, 406, 4933, '0', 0, 0, 880.232666015625, -7.92013883590698242, 98.76059722900390625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+55, 180471, 1, 406, 4933, '0', 0, 0, 886.0711669921875, 76.8663177490234375, 99.4853057861328125, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+56, 180471, 1, 406, 4933, '0', 0, 0, 890.19268798828125, 85.828125, 99.52677154541015625, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+57, 180471, 1, 406, 4933, '0', 0, 0, 887.482666015625, 79.345489501953125, 99.39505767822265625, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+58, 180471, 1, 406, 4933, '0', 0, 0, 880.484375, 74.51389312744140625, 99.02370452880859375, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+59, 180471, 1, 406, 4933, '0', 0, 0, 866.6649169921875, 79.017364501953125, 98.29232025146484375, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+60, 180471, 1, 406, 4933, '0', 0, 0, 871.45489501953125, 76.09027862548828125, 98.14907073974609375, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+61, 180471, 1, 406, 4933, '0', 0, 0, 868.94097900390625, 77.82291412353515625, 98.20992279052734375, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+62, 180471, 1, 406, 4933, '0', 0, 0, 875.2413330078125, 74.99652862548828125, 98.34706878662109375, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+63, 180471, 1, 406, 4933, '0', 0, 0, 877.83331298828125, 74.7118072509765625, 98.68788909912109375, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+64, 180471, 1, 406, 4933, '0', 0, 0, 888.74652099609375, 81.51041412353515625, 99.3215484619140625, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+65, 180471, 1, 406, 4933, '0', 0, 0, 890.4913330078125, 88.80208587646484375, 99.8720855712890625, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+66, 180471, 1, 406, 4933, '0', 0, 0, 890.68927001953125, 91.00521087646484375, 100.1230621337890625, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+67, 180471, 1, 406, 4933, '0', 0, 0, 887.87677001953125, 96.6631927490234375, 99.77388763427734375, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+68, 180471, 1, 406, 4933, '0', 0, 0, 885.47393798828125, 98.23090362548828125, 99.4007720947265625, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+69, 180471, 1, 406, 4933, '0', 0, 0, 873.65106201171875, 101.157989501953125, 98.99581146240234375, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+70, 180471, 1, 406, 4933, '0', 0, 0, 876.30035400390625, 101.0625, 98.92598724365234375, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+71, 180471, 1, 406, 4933, '0', 0, 0, 878.8663330078125, 100.927093505859375, 98.8835601806640625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+72, 180471, 1, 406, 4933, '0', 0, 0, 883.66839599609375, 99.454864501953125, 99.14742279052734375, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+73, 180472, 1, 406, 4933, '0', 0, 0, 940.58160400390625, -73.3697891235351562, 113.83154296875, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+74, 180472, 1, 406, 4933, '0', 0, 0, 920.6805419921875, -56.2760429382324218, 115.8675003051757812, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+75, 180472, 1, 406, 4933, '0', 0, 0, 939.52606201171875, -54.8420143127441406, 114.6406936645507812, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+76, 180472, 1, 406, 4933, '0', 0, 0, 922.420166015625, -45.1510429382324218, 98.07187652587890625, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+77, 180472, 1, 406, 4933, '0', 0, 0, 915.4305419921875, -34.6423606872558593, 98.12963104248046875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+78, 180472, 1, 406, 4933, '0', 0, 0, 885.66839599609375, -11.8871526718139648, 100.573333740234375, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+79, 180472, 1, 406, 4933, '0', 0, 0, 879.28472900390625, 26.77430534362792968, 98.77677154541015625, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+80, 180472, 1, 406, 4933, '0', 0, 0, 873.1180419921875, 75.3368072509765625, 99.272003173828125, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+81, 180472, 1, 406, 4933, '0', 0, 0, 889.94268798828125, 83.42014312744140625, 100.400177001953125, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+82, 180472, 1, 406, 4933, '0', 0, 0, 881.41143798828125, 100.3524322509765625, 100.202667236328125, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+83, 180523, 1, 406, 4933, '0', 0, 0, 874.46875, -17.78125, 93.07834625244140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+84, 207736, 1, 406, 4933, '0', 0, 0, 934.279541015625, -58.4965286254882812, 94.516632080078125, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+85, 207736, 1, 406, 4933, '0', 0, 0, 885.52081298828125, 86.0069427490234375, 80.18585205078125, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Krom'gar Fortress - Difficulty: 0)
(@OGUID+86, 208172, 1, 406, 4933, '0', 0, 0, 879.22393798828125, -21.3784732818603515, 92.67475128173828125, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366); -- Candy Bucket (Area: Krom'gar Fortress - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+86;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79),
(12, @OGUID+80),
(12, @OGUID+81),
(12, @OGUID+82),
(12, @OGUID+83),
(12, @OGUID+84),
(12, @OGUID+85),
(12, @OGUID+86);
--
SET @OGUID := 3008191;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246608 AND 246631;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246608 AND 246631;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+23;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 406, 460, '0', 0, 0, 925.50177001953125, 893.593994140625, 109.2024307250976562, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+1, 180405, 1, 406, 460, '0', 0, 0, 890.3499755859375, 923.251953125, 106.2576675415039062, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+2, 180405, 1, 406, 460, '0', 0, 0, 924.53302001953125, 926.45831298828125, 119.497802734375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+3, 180406, 1, 406, 460, '0', 0, 0, 912.2225341796875, 920.90234375, 106.2576675415039062, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+4, 180406, 1, 406, 460, '0', 0, 0, 910.467041015625, 939.451416015625, 119.296783447265625, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+5, 180407, 1, 406, 460, '0', 0, 0, 914.8741455078125, 906.2847900390625, 120.7022323608398437, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+6, 180407, 1, 406, 460, '0', 0, 0, 920.32769775390625, 914.36895751953125, 120.7022323608398437, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+7, 180411, 1, 406, 460, '0', 0, 0, 915.36456298828125, 904.421875, 132.77459716796875, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+8, 180411, 1, 406, 460, '0', 0, 0, 922.670166015625, 915.17364501953125, 131.8272247314453125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+9, 180425, 1, 406, 460, '0', 0, 0, 884.04833984375, 932.84442138671875, 108.86181640625, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 46366), -- SkullCandle01 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+10, 180471, 1, 406, 460, '0', 0, 0, 911.529541015625, 902.5382080078125, 112.5673980712890625, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+11, 180471, 1, 406, 460, '0', 0, 0, 919.40802001953125, 907.15277099609375, 112.0682525634765625, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+12, 180471, 1, 406, 460, '0', 0, 0, 921.29864501953125, 909.94964599609375, 112.0821533203125, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+13, 180471, 1, 406, 460, '0', 0, 0, 884.42364501953125, 932.24652099609375, 118.0313262939453125, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+14, 180471, 1, 406, 460, '0', 0, 0, 922.607666015625, 918.92364501953125, 112.7082366943359375, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+15, 180471, 1, 406, 460, '0', 0, 0, 899.21356201171875, 930.04168701171875, 109.838409423828125, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+16, 180472, 1, 406, 460, '0', 0, 0, 920.2586669921875, 908.48956298828125, 113.5057601928710937, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+17, 180472, 1, 406, 460, '0', 0, 0, 920.68231201171875, 911.1961669921875, 113.5196533203125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+18, 180472, 1, 406, 460, '0', 0, 0, 917.763916015625, 907.28125, 113.5196533203125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+19, 180472, 1, 406, 460, '0', 0, 0, 907.546875, 916.68402099609375, 119.4757766723632812, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+20, 180472, 1, 406, 460, '0', 0, 0, 892.16668701171875, 934.87677001953125, 111.2779312133789062, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+21, 180472, 1, 406, 460, '0', 0, 0, 907.75177001953125, 924.12847900390625, 111.285186767578125, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+22, 180523, 1, 406, 460, '0', 0, 0, 905.73614501953125, 911.61285400390625, 106.5493392944335937, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- Apple Bob (Area: Sun Rock Retreat - Difficulty: 0)
(@OGUID+23, 190080, 1, 406, 460, '0', 0, 0, 895.01068115234375, 929.80120849609375, 106.2576675415039062, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366); -- Candy Bucket (Area: Sun Rock Retreat - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+23;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23);
--
SET @OGUID := 3008215;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246632 AND 246691;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246632 AND 246691;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+59;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 406, 4929, '0', 0, 0, 1268.4947509765625, 427.85589599609375, 96.2701873779296875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+1, 180405, 1, 406, 4929, '0', 0, 0, 1181.451416015625, 423.493072509765625, 80.52451324462890625, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+2, 180405, 1, 406, 4929, '0', 0, 0, 1176.126708984375, 442.057281494140625, 88.41709136962890625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+3, 180405, 1, 406, 4929, '0', 0, 0, 1160.326416015625, 438.385406494140625, 78.33733367919921875, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+4, 180406, 1, 406, 4929, '0', 0, 0, 1203.1336669921875, 389.642364501953125, 78.37329864501953125, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+5, 180406, 1, 406, 4929, '0', 0, 0, 1194.689208984375, 417.8038330078125, 79.23016357421875, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+6, 180406, 1, 406, 4929, '0', 0, 0, 1204.26220703125, 425.873260498046875, 88.42171478271484375, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+7, 180406, 1, 406, 4929, '0', 0, 0, 1167.5885009765625, 444.2100830078125, 88.77231597900390625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+8, 180406, 1, 406, 4929, '0', 0, 0, 1150.2586669921875, 423.164947509765625, 78.25461578369140625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+9, 180407, 1, 406, 4929, '0', 0, 0, 1271.873291015625, 463.482635498046875, 95.08054351806640625, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+10, 180407, 1, 406, 4929, '0', 0, 0, 1182.8680419921875, 439.180572509765625, 88.4178924560546875, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+11, 180407, 1, 406, 4929, '0', 0, 0, 1212.564208984375, 404.828125, 78.4281463623046875, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+12, 180411, 1, 406, 4929, '0', 0, 0, 1215.7117919921875, 424.505218505859375, 84.12652587890625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+13, 180411, 1, 406, 4929, '0', 0, 0, 1153.5069580078125, 425.380218505859375, 81.7540740966796875, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+14, 180415, 1, 406, 4929, '0', 0, 0, 1273.65283203125, 462.880218505859375, 95.58599090576171875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+15, 180415, 1, 406, 4929, '0', 0, 0, 1270.342041015625, 463.536468505859375, 94.4705047607421875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+16, 180415, 1, 406, 4929, '0', 0, 0, 1184.4791259765625, 406.62152099609375, 82.24835205078125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+17, 180415, 1, 406, 4929, '0', 0, 0, 1185.328125, 407.8507080078125, 81.0983428955078125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+18, 180415, 1, 406, 4929, '0', 0, 0, 1182.359375, 403.211822509765625, 84.20737457275390625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+19, 180415, 1, 406, 4929, '0', 0, 0, 1183.501708984375, 405.0694580078125, 83.22064208984375, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+20, 180415, 1, 406, 4929, '0', 0, 0, 1180.6475830078125, 410.857635498046875, 81.16259765625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+21, 180415, 1, 406, 4929, '0', 0, 0, 1175.767333984375, 403.189239501953125, 85.07312774658203125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+22, 180415, 1, 406, 4929, '0', 0, 0, 1178.875, 408.052093505859375, 83.2231903076171875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+23, 180415, 1, 406, 4929, '0', 0, 0, 1176.907958984375, 404.939239501953125, 84.6554718017578125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+24, 180415, 1, 406, 4929, '0', 0, 0, 1179.8125, 409.53125, 82.3046417236328125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+25, 180415, 1, 406, 4929, '0', 0, 0, 1181.4132080078125, 401.732635498046875, 84.76824188232421875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+26, 180415, 1, 406, 4929, '0', 0, 0, 1180.3836669921875, 400.135406494140625, 85.10125732421875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+27, 180415, 1, 406, 4929, '0', 0, 0, 1177.9600830078125, 406.548614501953125, 83.9697723388671875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+28, 180425, 1, 406, 4929, '0', 0, 0, 1205.5416259765625, 428.2100830078125, 79.1537322998046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- SkullCandle01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+29, 180426, 1, 406, 4929, '0', 0, 0, 1225.9791259765625, 445.125, 77.87722015380859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+30, 180426, 1, 406, 4929, '0', 0, 0, 1237.77783203125, 436.20660400390625, 79.33892059326171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+31, 180426, 1, 406, 4929, '0', 0, 0, 1213.079833984375, 452.9444580078125, 78.78460693359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+32, 180426, 1, 406, 4929, '0', 0, 0, 1214.060791015625, 467.60589599609375, 78.53421783447265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+33, 180426, 1, 406, 4929, '0', 0, 0, 1184.7083740234375, 461.463531494140625, 79.09885406494140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+34, 180427, 1, 406, 4929, '0', 0, 0, 1241.3367919921875, 434.701385498046875, 81.4301300048828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+35, 180427, 1, 406, 4929, '0', 0, 0, 1230.28125, 451.493072509765625, 79.3365936279296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+36, 180427, 1, 406, 4929, '0', 0, 0, 1222.685791015625, 453.42535400390625, 78.6683349609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+37, 180427, 1, 406, 4929, '0', 0, 0, 1218.3836669921875, 477.942718505859375, 89.19448089599609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+38, 180427, 1, 406, 4929, '0', 0, 0, 1199.24658203125, 461.8819580078125, 79.4036865234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+39, 180471, 1, 406, 4929, '0', 0, 0, 1210.904541015625, 414.58160400390625, 86.27646636962890625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+40, 180471, 1, 406, 4929, '0', 0, 0, 1212.295166015625, 413.1007080078125, 86.17484283447265625, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+41, 180471, 1, 406, 4929, '0', 0, 0, 1178.9410400390625, 437.46527099609375, 86.20377349853515625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+42, 180471, 1, 406, 4929, '0', 0, 0, 1191.7552490234375, 430.635406494140625, 86.03977203369140625, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+43, 180471, 1, 406, 4929, '0', 0, 0, 1199.8194580078125, 424.23785400390625, 86.50931549072265625, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+44, 180471, 1, 406, 4929, '0', 0, 0, 1189.078125, 432.467010498046875, 85.99045562744140625, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+45, 180471, 1, 406, 4929, '0', 0, 0, 1206.0867919921875, 420.017364501953125, 86.07352447509765625, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+46, 180471, 1, 406, 4929, '0', 0, 0, 1184.6910400390625, 435.140625, 85.96463775634765625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+47, 180471, 1, 406, 4929, '0', 0, 0, 1209.4288330078125, 416.130218505859375, 86.32132720947265625, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+48, 180471, 1, 406, 4929, '0', 0, 0, 1186.6944580078125, 433.947906494140625, 86.00162506103515625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+49, 180471, 1, 406, 4929, '0', 0, 0, 1197.7239990234375, 426.164947509765625, 86.2996673583984375, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+50, 180471, 1, 406, 4929, '0', 0, 0, 1204.1771240234375, 421.321197509765625, 86.24118804931640625, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+51, 180471, 1, 406, 4929, '0', 0, 0, 1177.0103759765625, 438.2413330078125, 86.23728179931640625, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+52, 180471, 1, 406, 4929, '0', 0, 0, 1195.029541015625, 428.086822509765625, 86.22263336181640625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+53, 180471, 1, 406, 4929, '0', 0, 0, 1169.0260009765625, 440.376739501953125, 86.59189605712890625, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+54, 180471, 1, 406, 4929, '0', 0, 0, 1171.5538330078125, 439.83160400390625, 86.47037506103515625, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+55, 180472, 1, 406, 4929, '0', 0, 0, 1208.829833984375, 419.67535400390625, 86.701324462890625, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+56, 180472, 1, 406, 4929, '0', 0, 0, 1203.1649169921875, 424.1007080078125, 86.66790771484375, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+57, 180472, 1, 406, 4929, '0', 0, 0, 1165.0711669921875, 397.6788330078125, 89.02408599853515625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Windshear Hold - Difficulty: 0)
(@OGUID+58, 180523, 1, 406, 4929, '0', 0, 0, 1187.3367919921875, 405.701385498046875, 79.677398681640625, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 46366), -- Apple Bob (Area: Windshear Hold - Difficulty: 0)
(@OGUID+59, 208174, 1, 406, 4929, '0', 0, 0, 1188.7447509765625, 418.4444580078125, 80.52506256103515625, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 46366); -- Candy Bucket (Area: Windshear Hold - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+59;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59);
--
SET @OGUID := 3008275;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246692 AND 246751;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246692 AND 246751;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+59;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 406, 4937, '0', 0, 0, 2137.154541015625, 1572.34033203125, 341.31939697265625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+1, 180405, 1, 406, 4937, '0', 0, 0, 2122.772705078125, 1541.3541259765625, 342.556793212890625, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+2, 180405, 1, 406, 4937, '0', 0, 0, 2108.84375, 1558.04345703125, 343.373260498046875, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+3, 180405, 1, 406, 4937, '0', 0, 0, 2076.85595703125, 1583.5382080078125, 342.397857666015625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+4, 180406, 1, 406, 4937, '0', 0, 0, 2135.276123046875, 1554.6944580078125, 342.502349853515625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+5, 180406, 1, 406, 4937, '0', 0, 0, 2107.9375, 1578.467041015625, 344.654144287109375, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+6, 180406, 1, 406, 4937, '0', 0, 0, 2113.501708984375, 1595.0989990234375, 341.42608642578125, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+7, 180407, 1, 406, 4937, '0', 0, 0, 2131.7119140625, 1578.4114990234375, 341.36053466796875, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+8, 180407, 1, 406, 4937, '0', 0, 0, 2107.157958984375, 1599.828125, 341.346832275390625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+9, 180407, 1, 406, 4937, '0', 0, 0, 2089.35595703125, 1596.920166015625, 342.444244384765625, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+10, 180407, 1, 406, 4937, '0', 0, 0, 2081.229248046875, 1579.092041015625, 343.363922119140625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+11, 180411, 1, 406, 4937, '0', 0, 0, 2110.4306640625, 1580.0625, 345.371307373046875, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+12, 180411, 1, 406, 4937, '0', 0, 0, 2081.30029296875, 1577.0538330078125, 348.771453857421875, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+13, 180415, 1, 406, 4937, '0', 0, 0, 2128.920166015625, 1575.6875, 343.7266845703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+14, 180415, 1, 406, 4937, '0', 0, 0, 2132.8681640625, 1567.9583740234375, 344.557647705078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+15, 180415, 1, 406, 4937, '0', 0, 0, 2127.37158203125, 1573.951416015625, 344.58734130859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+16, 180415, 1, 406, 4937, '0', 0, 0, 2130.255126953125, 1577.064208984375, 342.622894287109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+17, 180415, 1, 406, 4937, '0', 0, 0, 2134.302001953125, 1569.5833740234375, 343.764495849609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+18, 180415, 1, 406, 4937, '0', 0, 0, 2135.670166015625, 1571.078125, 342.589508056640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+19, 180415, 1, 406, 4937, '0', 0, 0, 2104.435791015625, 1597.1163330078125, 343.7095947265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+20, 180415, 1, 406, 4937, '0', 0, 0, 2112.01904296875, 1593.4583740234375, 342.810821533203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+21, 180415, 1, 406, 4937, '0', 0, 0, 2105.614501953125, 1598.501708984375, 342.648345947265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+22, 180415, 1, 406, 4937, '0', 0, 0, 2110.802001953125, 1592.18408203125, 343.78680419921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+23, 180415, 1, 406, 4937, '0', 0, 0, 2102.74658203125, 1595.357666015625, 344.589630126953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+24, 180415, 1, 406, 4937, '0', 0, 0, 2109.270751953125, 1590.515625, 344.590789794921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+25, 180425, 1, 406, 4937, '0', 0, 0, 2114.369873046875, 1571.861083984375, 344.65472412109375, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 46366), -- SkullCandle01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+26, 180426, 1, 406, 4937, '0', 0, 0, 2156.428955078125, 1549.4166259765625, 343.785888671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+27, 180426, 1, 406, 4937, '0', 0, 0, 2145.451416015625, 1593.4722900390625, 343.785888671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+28, 180426, 1, 406, 4937, '0', 0, 0, 2150.842041015625, 1586.9097900390625, 343.785888671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+29, 180426, 1, 406, 4937, '0', 0, 0, 2141.21533203125, 1594.5555419921875, 343.786041259765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+30, 180426, 1, 406, 4937, '0', 0, 0, 2127.857666015625, 1610.2916259765625, 343.785888671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+31, 180426, 1, 406, 4937, '0', 0, 0, 2134.59033203125, 1603.7708740234375, 343.785888671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+32, 180427, 1, 406, 4937, '0', 0, 0, 2155.694580078125, 1566.6666259765625, 344.2154541015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+33, 180427, 1, 406, 4937, '0', 0, 0, 2162.50341796875, 1546.4478759765625, 352.614410400390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+34, 180427, 1, 406, 4937, '0', 0, 0, 2135.923583984375, 1609.6285400390625, 355.557037353515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+35, 180427, 1, 406, 4937, '0', 0, 0, 2145.932373046875, 1595.8819580078125, 357.2838134765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+36, 180427, 1, 406, 4937, '0', 0, 0, 2147.928955078125, 1607.7847900390625, 343.7877197265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+37, 180471, 1, 406, 4937, '0', 0, 0, 2130.236083984375, 1572.8507080078125, 350.751678466796875, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+38, 180471, 1, 406, 4937, '0', 0, 0, 2135.755126953125, 1565.2586669921875, 350.590545654296875, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+39, 180471, 1, 406, 4937, '0', 0, 0, 2132.005126953125, 1570.892333984375, 350.64129638671875, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+40, 180471, 1, 406, 4937, '0', 0, 0, 2137.104248046875, 1563.15283203125, 350.600921630859375, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+41, 180471, 1, 406, 4937, '0', 0, 0, 2134.57470703125, 1567.3367919921875, 350.60589599609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+42, 180471, 1, 406, 4937, '0', 0, 0, 2121.390625, 1582.185791015625, 350.75189208984375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+43, 180471, 1, 406, 4937, '0', 0, 0, 2126.94970703125, 1576.5, 350.82342529296875, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+44, 180471, 1, 406, 4937, '0', 0, 0, 2117.982666015625, 1585.203125, 350.78778076171875, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+45, 180471, 1, 406, 4937, '0', 0, 0, 2124.567626953125, 1579.2725830078125, 350.748748779296875, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+46, 180471, 1, 406, 4937, '0', 0, 0, 2111.838623046875, 1590.2569580078125, 350.85955810546875, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+47, 180471, 1, 406, 4937, '0', 0, 0, 2105.84033203125, 1594.6475830078125, 350.74676513671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+48, 180471, 1, 406, 4937, '0', 0, 0, 2098.286376953125, 1598.482666015625, 350.80731201171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+49, 180471, 1, 406, 4937, '0', 0, 0, 2114.85595703125, 1587.907958984375, 350.840545654296875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+50, 180471, 1, 406, 4937, '0', 0, 0, 2101.279541015625, 1597.0399169921875, 350.863006591796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+51, 180471, 1, 406, 4937, '0', 0, 0, 2108.15283203125, 1593.1771240234375, 350.73138427734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+52, 180472, 1, 406, 4937, '0', 0, 0, 2095.0087890625, 1548.7552490234375, 353.241119384765625, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+53, 180523, 1, 406, 4937, '0', 0, 0, 2097.803955078125, 1567.8975830078125, 343.80859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+54, 207736, 1, 406, 4937, '0', 0, 0, 2116.119873046875, 1580.1927490234375, 346.58319091796875, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+55, 208063, 1, 406, 4937, '0', 0, 0, 2115.34375, 1578.6805419921875, 348.9150390625, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- Web Hanging (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+56, 208063, 1, 406, 4937, '0', 0, 0, 2116.913330078125, 1577.2725830078125, 348.91265869140625, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 46366), -- Web Hanging (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+57, 208064, 1, 406, 4937, '0', 0, 0, 2112.3994140625, 1581.189208984375, 348.7559814453125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 46366), -- Web Corner (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+58, 208076, 1, 406, 4937, '0', 0, 0, 2081.413330078125, 1579.3472900390625, 344.92767333984375, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 46366), -- Web Tall 02 (Area: Thal'darah Overlook - Difficulty: 0)
(@OGUID+59, 208175, 1, 406, 4937, '0', 0, 0, 2113.567626953125, 1572.77783203125, 344.6549072265625, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366); -- Candy Bucket (Area: Thal'darah Overlook - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+59;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59);
--
SET @OGUID := 3008335;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246752 AND 246816;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246752 AND 246816;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+64;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 406, 4940, '0', 0, 0, 232.564239501953125, -284.920135498046875, 92.56378936767578125, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+1, 180405, 1, 406, 4940, '0', 0, 0, 276.588531494140625, -294.177093505859375, 94.57973480224609375, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+2, 180405, 1, 406, 4940, '0', 0, 0, 310.9375, -310.9375, 92.73805999755859375, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+3, 180406, 1, 406, 4940, '0', 0, 0, 231.0868072509765625, -281.3350830078125, 92.68951416015625, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+4, 180406, 1, 406, 4940, '0', 0, 0, 276.875, -286.447906494140625, 94.58408355712890625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+5, 180407, 1, 406, 4940, '0', 0, 0, 258.592010498046875, -267.086822509765625, 94.20050811767578125, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+6, 180407, 1, 406, 4940, '0', 0, 0, 265.770843505859375, -367.920135498046875, 83.896728515625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+7, 180408, 1, 406, 4940, '0', 0, 0, 310.923614501953125, -310.986114501953125, 94.3939666748046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+8, 180415, 1, 406, 4940, '0', 0, 0, 260.420135498046875, -268.135406494140625, 95.61746978759765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+9, 180415, 1, 406, 4940, '0', 0, 0, 261.130218505859375, -267.302093505859375, 96.06241607666015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+10, 180415, 1, 406, 4940, '0', 0, 0, 260.55902099609375, -266.30902099609375, 95.1049346923828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+11, 180415, 1, 406, 4940, '0', 0, 0, 258.869781494140625, -268.9600830078125, 94.1041107177734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+12, 180415, 1, 406, 4940, '0', 0, 0, 260.270843505859375, -265.935760498046875, 95.11075592041015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+13, 180415, 1, 406, 4940, '0', 0, 0, 259.33160400390625, -265.493072509765625, 95.296142578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+14, 180415, 1, 406, 4940, '0', 0, 0, 257.258697509765625, -266.045135498046875, 94.09712982177734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+15, 180426, 1, 406, 4940, '0', 0, 0, 225.9340362548828125, -266.348968505859375, 94.42549896240234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+16, 180426, 1, 406, 4940, '0', 0, 0, 248.7881927490234375, -287.40972900390625, 92.64935302734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+17, 180426, 1, 406, 4940, '0', 0, 0, 251.5711822509765625, -298.31597900390625, 92.63271331787109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+18, 180426, 1, 406, 4940, '0', 0, 0, 256.326385498046875, -311.515625, 92.99588775634765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+19, 180426, 1, 406, 4940, '0', 0, 0, 263.26910400390625, -325.31597900390625, 92.65341949462890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+20, 180426, 1, 406, 4940, '0', 0, 0, 283.56597900390625, -329.743072509765625, 92.5791778564453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+21, 180426, 1, 406, 4940, '0', 0, 0, 271.446197509765625, -334.501739501953125, 92.5181427001953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+22, 180426, 1, 406, 4940, '0', 0, 0, 286.623260498046875, -331.986114501953125, 92.3224334716796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+23, 180427, 1, 406, 4940, '0', 0, 0, 222.40972900390625, -265.76910400390625, 95.79441070556640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+24, 180427, 1, 406, 4940, '0', 0, 0, 240.1788177490234375, -286.392364501953125, 92.60556793212890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+25, 180427, 1, 406, 4940, '0', 0, 0, 245.798614501953125, -302.05902099609375, 92.55428314208984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+26, 180427, 1, 406, 4940, '0', 0, 0, 247.6458282470703125, -308.23089599609375, 93.04923248291015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+27, 180427, 1, 406, 4940, '0', 0, 0, 267.045135498046875, -325.229156494140625, 92.54819488525390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+28, 180427, 1, 406, 4940, '0', 0, 0, 283.072906494140625, -336.859375, 91.8831329345703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+29, 180471, 1, 406, 4940, '0', 0, 0, 247.329864501953125, -261.3507080078125, 95.8904571533203125, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+30, 180471, 1, 406, 4940, '0', 0, 0, 252.0381927490234375, -256.24652099609375, 95.93910980224609375, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+31, 180471, 1, 406, 4940, '0', 0, 0, 252.8246612548828125, -256.197906494140625, 96.01506805419921875, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+32, 180471, 1, 406, 4940, '0', 0, 0, 247.3350677490234375, -262.02777099609375, 95.9087066650390625, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+33, 180471, 1, 406, 4940, '0', 0, 0, 257.864593505859375, -260.986114501953125, 96.18963623046875, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+34, 180471, 1, 406, 4940, '0', 0, 0, 253.2395782470703125, -266.692718505859375, 95.9614715576171875, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+35, 180471, 1, 406, 4940, '0', 0, 0, 252.470489501953125, -266.807281494140625, 95.9674224853515625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+36, 180471, 1, 406, 4940, '0', 0, 0, 257.743072509765625, -261.760406494140625, 96.0937957763671875, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+37, 180471, 1, 406, 4940, '0', 0, 0, 282.727447509765625, -301.8975830078125, 95.67145538330078125, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+38, 180471, 1, 406, 4940, '0', 0, 0, 275.682281494140625, -305.286468505859375, 95.67227935791015625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+39, 180471, 1, 406, 4940, '0', 0, 0, 285.717010498046875, -307.967010498046875, 95.6199798583984375, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+40, 180471, 1, 406, 4940, '0', 0, 0, 285.435760498046875, -308.630218505859375, 95.5932464599609375, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+41, 180471, 1, 406, 4940, '0', 0, 0, 276.015625, -304.642364501953125, 95.66971588134765625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+42, 180471, 1, 406, 4940, '0', 0, 0, 279.342010498046875, -311.5069580078125, 95.50199127197265625, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+43, 180471, 1, 406, 4940, '0', 0, 0, 281.95660400390625, -301.826385498046875, 95.63852691650390625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+44, 180471, 1, 406, 4940, '0', 0, 0, 278.69097900390625, -311.482635498046875, 95.4932098388671875, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+45, 180471, 1, 406, 4940, '0', 0, 0, 310.359375, -318.74652099609375, 96.24590301513671875, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+46, 180471, 1, 406, 4940, '0', 0, 0, 318.69964599609375, -325.185760498046875, 96.23786163330078125, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+47, 180471, 1, 406, 4940, '0', 0, 0, 317.001739501953125, -317.482635498046875, 96.4392547607421875, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+48, 180471, 1, 406, 4940, '0', 0, 0, 317.711822509765625, -317.904510498046875, 96.4520111083984375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+49, 180471, 1, 406, 4940, '0', 0, 0, 312.09375, -326.536468505859375, 96.55619049072265625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+50, 180471, 1, 406, 4940, '0', 0, 0, 309.989593505859375, -319.354156494140625, 96.269805908203125, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+51, 180471, 1, 406, 4940, '0', 0, 0, 311.524322509765625, -326.282989501953125, 96.55442047119140625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+52, 180471, 1, 406, 4940, '0', 0, 0, 319.30902099609375, -324.46527099609375, 96.25019073486328125, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+53, 180472, 1, 406, 4940, '0', 0, 0, 252.3524322509765625, -261.755218505859375, 98.41710662841796875, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+54, 180472, 1, 406, 4940, '0', 0, 0, 303.720489501953125, -290.197906494140625, 97.7798309326171875, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+55, 180472, 1, 406, 4940, '0', 0, 0, 280.25347900390625, -306.845489501953125, 97.91086578369140625, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+56, 180472, 1, 406, 4940, '0', 0, 0, 287.78125, -297.243072509765625, 97.77924346923828125, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+57, 180472, 1, 406, 4940, '0', 0, 0, 300.89410400390625, -283.739593505859375, 97.78263092041015625, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+58, 180472, 1, 406, 4940, '0', 0, 0, 294.16839599609375, -280.883697509765625, 97.78263092041015625, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+59, 180472, 1, 406, 4940, '0', 0, 0, 287.59027099609375, -283.8038330078125, 97.78263092041015625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+60, 180472, 1, 406, 4940, '0', 0, 0, 294.201385498046875, -299.810760498046875, 97.8149261474609375, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+61, 180472, 1, 406, 4940, '0', 0, 0, 300.85589599609375, -297.017364501953125, 97.78263092041015625, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+62, 180472, 1, 406, 4940, '0', 0, 0, 313.729156494140625, -322.291656494140625, 98.54303741455078125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+63, 180523, 1, 406, 4940, '0', 0, 0, 293.135406494140625, -292.958343505859375, 92.49149322509765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Northwatch Expedition Base Camp - Difficulty: 0)
(@OGUID+64, 208173, 1, 406, 4940, '0', 0, 0, 293.729156494140625, -288.154510498046875, 92.07555389404296875, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366); -- Candy Bucket (Area: Northwatch Expedition Base Camp - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+64;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64);
--
SET @OGUID := 3008400;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246817 AND 246819;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246817 AND 246819;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+2;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180407, 1, 406, 467, '0', 0, 0, 2710.922119140625, 1510.6875, 238.1061553955078125, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Stonetalon Peak - Difficulty: 0)
(@OGUID+1, 180523, 1, 406, 467, '0', 0, 0, 2725.38330078125, 1513.48046875, 237.3129425048828125, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 46366), -- Apple Bob (Area: Stonetalon Peak - Difficulty: 0)
(@OGUID+2, 190050, 1, 406, 467, '0', 0, 0, 2708.419189453125, 1511.0125732421875, 236.814239501953125, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366); -- Candy Bucket (Area: Stonetalon Peak - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+2;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2);
--
SET @OGUID := 3008403;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246820 AND 246880;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246820 AND 246880;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+60;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 406, 4939, '0', 0, 0, 993.9930419921875, 2030.4739990234375, 139.5233001708984375, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+1, 180405, 1, 406, 4939, '0', 0, 0, 1050.5069580078125, 2033.0069580078125, 139.5136260986328125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+2, 180405, 1, 406, 4939, '0', 0, 0, 1049.795166015625, 2056.244873046875, 139.677490234375, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+3, 180405, 1, 406, 4939, '0', 0, 0, 992.5399169921875, 2054.38720703125, 139.6771087646484375, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+4, 180405, 1, 406, 4939, '0', 0, 0, 1011.80731201171875, 2058.98095703125, 131.5814666748046875, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+5, 180406, 1, 406, 4939, '0', 0, 0, 992.9375, 2043.4427490234375, 139.684417724609375, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+6, 180406, 1, 406, 4939, '0', 0, 0, 1050.8211669921875, 2050.935791015625, 140.0930633544921875, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+7, 180406, 1, 406, 4939, '0', 0, 0, 1034.892333984375, 2028.5035400390625, 139.1570892333984375, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+8, 180407, 1, 406, 4939, '0', 0, 0, 1009.79339599609375, 2027.1754150390625, 139.1603546142578125, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+9, 180407, 1, 406, 4939, '0', 0, 0, 992.74481201171875, 2048.751708984375, 140.15313720703125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+10, 180407, 1, 406, 4939, '0', 0, 0, 1050.0711669921875, 2045.5521240234375, 139.663970947265625, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+11, 180411, 1, 406, 4939, '0', 0, 0, 1026.248291015625, 2039.842041015625, 132.95147705078125, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+12, 180415, 1, 406, 4939, '0', 0, 0, 991.9600830078125, 2045.6666259765625, 139.7654571533203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+13, 180415, 1, 406, 4939, '0', 0, 0, 992.37847900390625, 2041.048583984375, 139.6366119384765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+14, 180415, 1, 406, 4939, '0', 0, 0, 991.654541015625, 2052.24658203125, 139.7198333740234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+15, 180415, 1, 406, 4939, '0', 0, 0, 1050.623291015625, 2058.404541015625, 139.6343536376953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+16, 180415, 1, 406, 4939, '0', 0, 0, 1020.4617919921875, 2058.50341796875, 134.9430694580078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+17, 180415, 1, 406, 4939, '0', 0, 0, 1020.65447998046875, 2055.47216796875, 133.6104736328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+18, 180415, 1, 406, 4939, '0', 0, 0, 1020.25347900390625, 2062.42529296875, 135.8665313720703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+19, 180415, 1, 406, 4939, '0', 0, 0, 1020.734375, 2052.677001953125, 131.740692138671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+20, 180415, 1, 406, 4939, '0', 0, 0, 1014.51910400390625, 2062.140625, 135.8613433837890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+21, 180415, 1, 406, 4939, '0', 0, 0, 1014.99481201171875, 2052.46533203125, 131.7700653076171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+22, 180415, 1, 406, 4939, '0', 0, 0, 1014.89581298828125, 2055.079833984375, 133.53619384765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+23, 180415, 1, 406, 4939, '0', 0, 0, 1051.045166015625, 2048.4931640625, 139.7814483642578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+24, 180415, 1, 406, 4939, '0', 0, 0, 1050.6771240234375, 2054.145751953125, 139.7714385986328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+25, 180415, 1, 406, 4939, '0', 0, 0, 991.546875, 2056.37158203125, 139.6359405517578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+26, 180415, 1, 406, 4939, '0', 0, 0, 1050.8541259765625, 2044.1754150390625, 139.635528564453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+27, 180415, 1, 406, 4939, '0', 0, 0, 1014.685791015625, 2058.244873046875, 134.9409637451171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+28, 180426, 1, 406, 4939, '0', 0, 0, 1007.3853759765625, 2008.1788330078125, 133.26007080078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+29, 180426, 1, 406, 4939, '0', 0, 0, 986.40972900390625, 2006.59375, 127.3847808837890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+30, 180426, 1, 406, 4939, '0', 0, 0, 997.7742919921875, 1986.982666015625, 126.1848526000976562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+31, 180426, 1, 406, 4939, '0', 0, 0, 994.64410400390625, 1978.40283203125, 130.661285400390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+32, 180426, 1, 406, 4939, '0', 0, 0, 1035.0521240234375, 2005.420166015625, 131.9798736572265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+33, 180427, 1, 406, 4939, '0', 0, 0, 993.77081298828125, 1999.3125, 127.3899612426757812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+34, 180427, 1, 406, 4939, '0', 0, 0, 994.154541015625, 1999.4149169921875, 135.9822540283203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+35, 180427, 1, 406, 4939, '0', 0, 0, 1019.486083984375, 2005.7760009765625, 127.2025680541992187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+36, 180471, 1, 406, 4939, '0', 0, 0, 995.65972900390625, 2032.5521240234375, 137.4352874755859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+37, 180471, 1, 406, 4939, '0', 0, 0, 997.8663330078125, 2031.8350830078125, 137.3774261474609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+38, 180471, 1, 406, 4939, '0', 0, 0, 1000.31768798828125, 2031.1007080078125, 137.353118896484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+39, 180471, 1, 406, 4939, '0', 0, 0, 1012.34552001953125, 2029.3472900390625, 137.1982269287109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+40, 180471, 1, 406, 4939, '0', 0, 0, 1014.64239501953125, 2029.3524169921875, 137.2624359130859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+41, 180471, 1, 406, 4939, '0', 0, 0, 1032.53125, 2030.3629150390625, 137.2614593505859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+42, 180471, 1, 406, 4939, '0', 0, 0, 1017.2882080078125, 2029.3177490234375, 137.260894775390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+43, 180471, 1, 406, 4939, '0', 0, 0, 1026.390625, 2029.65625, 137.2331390380859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+44, 180471, 1, 406, 4939, '0', 0, 0, 1044.3629150390625, 2032.998291015625, 137.2919769287109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+45, 180471, 1, 406, 4939, '0', 0, 0, 1048.548583984375, 2034.564208984375, 137.26904296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+46, 180471, 1, 406, 4939, '0', 0, 0, 1029.6649169921875, 2029.923583984375, 137.2353363037109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+47, 180471, 1, 406, 4939, '0', 0, 0, 1046.2899169921875, 2033.607666015625, 137.2087249755859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+48, 180471, 1, 406, 4939, '0', 0, 0, 1020.27777099609375, 2029.35595703125, 137.2172698974609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+49, 180471, 1, 406, 4939, '0', 0, 0, 1023.73272705078125, 2029.4896240234375, 137.2099456787109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+50, 180472, 1, 406, 4939, '0', 0, 0, 1015.17022705078125, 2072.36279296875, 139.966400146484375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+51, 180472, 1, 406, 4939, '0', 0, 0, 1023.07989501953125, 2023.3367919921875, 135.080108642578125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+52, 180523, 1, 406, 4939, '0', 0, 0, 1026.859375, 2056.072998046875, 130.427520751953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+53, 185435, 1, 406, 4939, '0', 0, 0, 1011.9254150390625, 2031.8958740234375, 127.4731597900390625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- Sitting Skeleton 02 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+54, 185438, 1, 406, 4939, '0', 0, 0, 1032.0399169921875, 2034.25, 130.6670989990234375, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- Sitting Skeleton 04 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+55, 185454, 1, 406, 4939, '0', 0, 0, 1013.026123046875, 2028.9114990234375, 127.4723129272460937, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- Laying Skeleton 02 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+56, 207736, 1, 406, 4939, '0', 0, 0, 998.11456298828125, 2036.095458984375, 132.0340118408203125, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+57, 207736, 1, 406, 4939, '0', 0, 0, 1045.9322509765625, 2038.32470703125, 132.0688018798828125, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+58, 208075, 1, 406, 4939, '0', 0, 0, 1031.704833984375, 2034.0242919921875, 130.638824462890625, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46366), -- Web Tall 01 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+59, 208076, 1, 406, 4939, '0', 0, 0, 1012.65277099609375, 2031.0364990234375, 127.4734725952148437, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- Web Tall 02 (Area: Farwatcher's Glen - Difficulty: 0)
(@OGUID+60, 208176, 1, 406, 4939, '0', 0, 0, 1018.20831298828125, 2042.0242919921875, 131.2641448974609375, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 46366); -- Candy Bucket (Area: Farwatcher's Glen - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+60;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60);
@@ -0,0 +1,427 @@
--
SET @CGUID := 3000405;
SET @OGUID := 3008464;
-- Old creature spawns
DELETE FROM `creature` WHERE `guid`=396406;
DELETE FROM `game_event_creature` WHERE `guid`=396406;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 1, 17, 5117, '0', 0, 0, 0, 0, 1145.0919189453125, -3402.842529296875, 91.79166412353515625, 5.311469554901123046, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Nozzlepot's Outpost - Difficulty: 0)
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246881 AND 246934;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246881 AND 246934;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+53;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 17, 5117, '0', 0, 0, 1128.4322509765625, -3372.736083984375, 93.46756744384765625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+1, 180405, 1, 17, 5117, '0', 0, 0, 1167.625, -3385.62841796875, 91.66666412353515625, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+2, 180406, 1, 17, 5117, '0', 0, 0, 1116.328125, -3407.888916015625, 91.68190765380859375, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+3, 180406, 1, 17, 5117, '0', 0, 0, 1172.0625, -3387.354248046875, 103.9490966796875, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+4, 180407, 1, 17, 5117, '0', 0, 0, 1115.4375, -3380.666748046875, 93.8520355224609375, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+5, 180407, 1, 17, 5117, '0', 0, 0, 1124.57470703125, -3420.994873046875, 91.81346893310546875, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+6, 180415, 1, 17, 5117, '0', 0, 0, 1113.6163330078125, -3380.361083984375, 93.9613037109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+7, 180415, 1, 17, 5117, '0', 0, 0, 1122.7379150390625, -3420.092041015625, 91.76438140869140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+8, 180415, 1, 17, 5117, '0', 0, 0, 1116.13720703125, -3378.57470703125, 93.97776031494140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+9, 180415, 1, 17, 5117, '0', 0, 0, 1116.5989990234375, -3409.90966796875, 91.680419921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+10, 180415, 1, 17, 5117, '0', 0, 0, 1126.0677490234375, -3372.484375, 93.6263580322265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+11, 180415, 1, 17, 5117, '0', 0, 0, 1128.2117919921875, -3370.74658203125, 93.53079986572265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+12, 180415, 1, 17, 5117, '0', 0, 0, 1114.7222900390625, -3407.22216796875, 91.6960906982421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+13, 180415, 1, 17, 5117, '0', 0, 0, 1166.8004150390625, -3384.151123046875, 91.66666412353515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+14, 180415, 1, 17, 5117, '0', 0, 0, 1124.4132080078125, -3422.826416015625, 91.8936004638671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+15, 180415, 1, 17, 5117, '0', 0, 0, 1168.0364990234375, -3387.302001953125, 91.66666412353515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+16, 180415, 1, 17, 5117, '0', 0, 0, 1165.2569580078125, -3406.057373046875, 94.10678863525390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+17, 180425, 1, 17, 5117, '0', 0, 0, 1176.8177490234375, -3393.03125, 92.64533233642578125, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- SkullCandle01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+18, 180426, 1, 17, 5117, '0', 0, 0, 1128.078125, -3396.132080078125, 94.90833282470703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+19, 180426, 1, 17, 5117, '0', 0, 0, 1135.9879150390625, -3398.786376953125, 94.87451934814453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+20, 180426, 1, 17, 5117, '0', 0, 0, 1140.3177490234375, -3386.357666015625, 95.20845794677734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+21, 180427, 1, 17, 5117, '0', 0, 0, 1136.4322509765625, -3395.09375, 94.96193695068359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+22, 180427, 1, 17, 5117, '0', 0, 0, 1126.5833740234375, -3392.767333984375, 95.06587982177734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+23, 180427, 1, 17, 5117, '0', 0, 0, 1138.8021240234375, -3386.319580078125, 95.24758148193359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+24, 180429, 1, 17, 5117, '0', 0, 0, 1144.6978759765625, -3424.71875, 93.48934173583984375, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- G_WitchHat_01 scale 0.5 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+25, 180471, 1, 17, 5117, '0', 0, 0, 1151.765625, -3416.248291015625, 96.398681640625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+26, 180471, 1, 17, 5117, '0', 0, 0, 1169.46875, -3393.5556640625, 97.2418060302734375, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+27, 180471, 1, 17, 5117, '0', 0, 0, 1150.2535400390625, -3414.890625, 96.71115875244140625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+28, 180471, 1, 17, 5117, '0', 0, 0, 1158.420166015625, -3408.05908203125, 95.47983551025390625, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+29, 180471, 1, 17, 5117, '0', 0, 0, 1151.03125, -3415.588623046875, 96.53061676025390625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+30, 180471, 1, 17, 5117, '0', 0, 0, 1152.4149169921875, -3416.76904296875, 96.30515289306640625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+31, 180471, 1, 17, 5117, '0', 0, 0, 1159.0364990234375, -3408.83154296875, 95.21428680419921875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+32, 180471, 1, 17, 5117, '0', 0, 0, 1157.767333984375, -3407.244873046875, 95.73088836669921875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+33, 180471, 1, 17, 5117, '0', 0, 0, 1169.5850830078125, -3392.572998046875, 97.2548065185546875, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+34, 180471, 1, 17, 5117, '0', 0, 0, 1159.595458984375, -3409.44970703125, 95.05510711669921875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+35, 180471, 1, 17, 5117, '0', 0, 0, 1160.107666015625, -3410.177001953125, 94.87505340576171875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+36, 180471, 1, 17, 5117, '0', 0, 0, 1170.13720703125, -3397.104248046875, 97.17111968994140625, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+37, 180471, 1, 17, 5117, '0', 0, 0, 1173.5833740234375, -3396.975830078125, 97.1760406494140625, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+38, 180471, 1, 17, 5117, '0', 0, 0, 1171.1771240234375, -3390.09375, 94.49921417236328125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+39, 180471, 1, 17, 5117, '0', 0, 0, 1153.0399169921875, -3417.40283203125, 96.08188629150390625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+40, 180471, 1, 17, 5117, '0', 0, 0, 1171.2691650390625, -3390.89404296875, 94.49786376953125, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+41, 180471, 1, 17, 5117, '0', 0, 0, 1169.40625, -3394.619873046875, 97.2405242919921875, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+42, 180471, 1, 17, 5117, '0', 0, 0, 1172.24658203125, -3397.060791015625, 97.1495819091796875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+43, 180471, 1, 17, 5117, '0', 0, 0, 1171.1961669921875, -3397.06591796875, 97.1628875732421875, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+44, 180471, 1, 17, 5117, '0', 0, 0, 1171.295166015625, -3391.788330078125, 94.49909210205078125, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+45, 180471, 1, 17, 5117, '0', 0, 0, 1169.2535400390625, -3396.848876953125, 97.3504486083984375, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+46, 180471, 1, 17, 5117, '0', 0, 0, 1169.3160400390625, -3395.729248046875, 97.21720123291015625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+47, 180472, 1, 17, 5117, '0', 0, 0, 1169.6666259765625, -3388.817626953125, 97.9965667724609375, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+48, 180472, 1, 17, 5117, '0', 0, 0, 1160.5572509765625, -3405.520751953125, 96.44672393798828125, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+49, 180523, 1, 17, 5117, '0', 0, 0, 1167.8992919921875, -3392.907958984375, 92.038726806640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+50, 207736, 1, 17, 5117, '0', 0, 0, 1170.7569580078125, -3386.41845703125, 93.43064117431640625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+51, 208056, 1, 17, 5117, '0', 0, 0, 1170.0035400390625, -3388.788330078125, 94.78192901611328125, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46366), -- G_Ghost_01 (Scale 0.5) (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+52, 208056, 1, 17, 5117, '0', 0, 0, 1170.234375, -3392.935791015625, 94.72821807861328125, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 46366), -- G_Ghost_01 (Scale 0.5) (Area: Nozzlepot's Outpost - Difficulty: 0)
(@OGUID+53, 208166, 1, 17, 5117, '0', 0, 0, 1174.6510009765625, -3389.404541015625, 91.906280517578125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46366); -- Candy Bucket (Area: Nozzlepot's Outpost - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+53;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53);
--
SET @CGUID := 3000406;
SET @OGUID := 3008518;
-- Old creature spawns
DELETE FROM `creature` WHERE `guid`=396407;
DELETE FROM `game_event_creature` WHERE `guid`=396407;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 1, 17, 1704, '0', 0, 0, 0, 0, 251.0818328857421875, -3048.7744140625, 95.97806549072265625, 3.87861943244934082, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Grol'dom Farm - Difficulty: 0) (possible waypoints or random movement)
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246935 AND 246955;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246935 AND 246955;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+20;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 17, 1704, '0', 0, 0, 259.7100830078125, -3033.69091796875, 97.14778900146484375, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+1, 180406, 1, 17, 1704, '0', 0, 0, 275.96875, -3037.59716796875, 97.5806427001953125, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+2, 180407, 1, 17, 1704, '0', 0, 0, 268.892364501953125, -3042.58154296875, 96.72592926025390625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+3, 180410, 1, 17, 1704, '0', 0, 0, 267.274322509765625, -3033.802001953125, 99.45452117919921875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+4, 180411, 1, 17, 1704, '0', 0, 0, 258.947906494140625, -3033.251708984375, 102.3009796142578125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+5, 180415, 1, 17, 1704, '0', 0, 0, 275.592010498046875, -3023.489501953125, 99.21895599365234375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+6, 180415, 1, 17, 1704, '0', 0, 0, 274.079864501953125, -3025.420166015625, 98.35748291015625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+7, 180425, 1, 17, 1704, '0', 0, 0, 285.21527099609375, -3024.763916015625, 100.1668930053710937, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- SkullCandle01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+8, 180426, 1, 17, 1704, '0', 0, 0, 247.3559112548828125, -3051.53466796875, 95.87291717529296875, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+9, 180426, 1, 17, 1704, '0', 0, 0, 230.6145782470703125, -3056.592041015625, 95.43585968017578125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+10, 180426, 1, 17, 1704, '0', 0, 0, 246.328125, -3070.310791015625, 95.30218505859375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+11, 180427, 1, 17, 1704, '0', 0, 0, 247.232635498046875, -3067.1962890625, 95.7902984619140625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+12, 180427, 1, 17, 1704, '0', 0, 0, 246.7899322509765625, -3058.21533203125, 95.91086578369140625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+13, 180427, 1, 17, 1704, '0', 0, 0, 235.8697967529296875, -3055.520751953125, 95.8309783935546875, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+14, 180471, 1, 17, 1704, '0', 0, 0, 268.796875, -3036.5869140625, 101.727752685546875, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+15, 180471, 1, 17, 1704, '0', 0, 0, 270.170135498046875, -3038.33154296875, 101.6673202514648437, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+16, 180471, 1, 17, 1704, '0', 0, 0, 268.109375, -3035.510498046875, 101.7501373291015625, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+17, 180471, 1, 17, 1704, '0', 0, 0, 270.84027099609375, -3039.204833984375, 101.6610870361328125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+18, 180472, 1, 17, 1704, '0', 0, 0, 269.536468505859375, -3037.447998046875, 102.5689773559570312, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+19, 180523, 1, 17, 1704, '0', 0, 0, 271.77777099609375, -3029.96875, 97.96080780029296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Grol'dom Farm - Difficulty: 0)
(@OGUID+20, 208165, 1, 17, 1704, '0', 0, 0, 276.927093505859375, -3027.552001953125, 97.3475799560546875, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 46366); -- Candy Bucket (Area: Grol'dom Farm - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+20;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20);
--
SET @OGUID := 3008539;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246956 AND 247017;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246956 AND 247017;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+61;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 17, 380, '0', 0, 0, -565.70819091796875, -2663.994873046875, 107.6465835571289062, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+1, 180405, 1, 17, 380, '0', 0, 0, -427.142364501953125, -2654.984375, 105.1779632568359375, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+2, 180405, 1, 17, 380, '0', 0, 0, -427.54339599609375, -2634.8837890625, 118.6334075927734375, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+3, 180405, 1, 17, 380, '0', 0, 0, -425.4105224609375, -2592.5390625, 95.84313201904296875, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+4, 180405, 1, 17, 380, '0', 0, 0, -404.055572509765625, -2632.958251953125, 169.6414947509765625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+5, 180405, 1, 17, 380, '0', 0, 0, -413.92535400390625, -2654.73095703125, 169.4806060791015625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+6, 180405, 1, 17, 380, '0', 0, 0, -390.916656494140625, -2666.10595703125, 116.865386962890625, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+7, 180405, 1, 17, 380, '0', 0, 0, -373.8409423828125, -2688.735595703125, 107.6960830688476562, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+8, 180406, 1, 17, 380, '0', 0, 0, -550.80694580078125, -2667.194580078125, 95.78753662109375, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+9, 180406, 1, 17, 380, '0', 0, 0, -429.388397216796875, -2654.0693359375, 95.94586944580078125, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+10, 180406, 1, 17, 380, '0', 0, 0, -429.755218505859375, -2644.71533203125, 105.0782012939453125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+11, 180406, 1, 17, 380, '0', 0, 0, -416.779510498046875, -2640.053955078125, 166.8116607666015625, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+12, 180406, 1, 17, 380, '0', 0, 0, -424.96160888671875, -2581.734619140625, 98.95493316650390625, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+13, 180406, 1, 17, 380, '0', 0, 0, -403.30902099609375, -2620.517333984375, 117.0113906860351562, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+14, 180406, 1, 17, 380, '0', 0, 0, -398.4444580078125, -2657.453125, 167.343505859375, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+15, 180406, 1, 17, 380, '0', 0, 0, -359.74530029296875, -2526.22412109375, 106.8343429565429687, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+16, 180407, 1, 17, 380, '0', 0, 0, -556.34552001953125, -2640.967041015625, 106.9098129272460937, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0)
(@OGUID+17, 180407, 1, 17, 380, '0', 0, 0, -489.19775390625, -2679.13232421875, 98.6290435791015625, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0)
(@OGUID+18, 180407, 1, 17, 380, '0', 0, 0, -431.062957763671875, -2646.4462890625, 96.02741241455078125, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0)
(@OGUID+19, 180407, 1, 17, 380, '0', 0, 0, -420.078125, -2664.6875, 116.83917236328125, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0)
(@OGUID+20, 180407, 1, 17, 380, '0', 0, 0, -405.369293212890625, -2610.27294921875, 97.41092681884765625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0)
(@OGUID+21, 180407, 1, 17, 380, '0', 0, 0, -392.96527099609375, -2643.1650390625, 166.243896484375, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0)
(@OGUID+22, 180407, 1, 17, 380, '0', 0, 0, -368.511383056640625, -2673.571533203125, 107.2559127807617187, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0)
(@OGUID+23, 180411, 1, 17, 380, '0', 0, 0, -421.213531494140625, -2637.092041015625, 124.695953369140625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+24, 180411, 1, 17, 380, '0', 0, 0, -403.576385498046875, -2626.58154296875, 124.7646331787109375, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+25, 180411, 1, 17, 380, '0', 0, 0, -417.354156494140625, -2658.578125, 124.5023727416992187, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+26, 180411, 1, 17, 380, '0', 0, 0, -394.46527099609375, -2659.960205078125, 124.2419281005859375, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+27, 180411, 1, 17, 380, '0', 0, 0, -386.664947509765625, -2641.361083984375, 124.648956298828125, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+28, 180426, 1, 17, 380, '0', 0, 0, -490.979156494140625, -2653.295166015625, 104.053009033203125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+29, 180426, 1, 17, 380, '0', 0, 0, -509.385406494140625, -2653.65625, 103.2589035034179687, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+30, 180426, 1, 17, 380, '0', 0, 0, -485.1163330078125, -2652.34716796875, 105.56011962890625, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+31, 180426, 1, 17, 380, '0', 0, 0, -468.489593505859375, -2649.15966796875, 108.870361328125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+32, 180426, 1, 17, 380, '0', 0, 0, -464.4288330078125, -2651.921875, 105.6007537841796875, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+33, 180426, 1, 17, 380, '0', 0, 0, -479.357635498046875, -2649.548583984375, 104.944091796875, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+34, 180426, 1, 17, 380, '0', 0, 0, -465.630218505859375, -2646.782958984375, 104.0161895751953125, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+35, 180426, 1, 17, 380, '0', 0, 0, -483.243072509765625, -2645.08154296875, 109.236846923828125, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+36, 180426, 1, 17, 380, '0', 0, 0, -458.352447509765625, -2645.647705078125, 108.2350387573242187, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+37, 180426, 1, 17, 380, '0', 0, 0, -454.947906494140625, -2650.060791015625, 107.6227874755859375, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+38, 180427, 1, 17, 380, '0', 0, 0, -483.432281494140625, -2653.87841796875, 105.8683395385742187, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+39, 180427, 1, 17, 380, '0', 0, 0, -483.072906494140625, -2649.276123046875, 104.0721206665039062, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+40, 180427, 1, 17, 380, '0', 0, 0, -479.947906494140625, -2648.564208984375, 105.4241180419921875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+41, 180427, 1, 17, 380, '0', 0, 0, -480.9913330078125, -2651.979248046875, 105.3876419067382812, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+42, 180427, 1, 17, 380, '0', 0, 0, -466, -2652.89404296875, 102.4492721557617187, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+43, 180427, 1, 17, 380, '0', 0, 0, -465.6875, -2651.385498046875, 103.9990692138671875, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+44, 180427, 1, 17, 380, '0', 0, 0, -467.473968505859375, -2651.876708984375, 104.8221282958984375, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+45, 180427, 1, 17, 380, '0', 0, 0, -471.954864501953125, -2648.23095703125, 108.386993408203125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+46, 180427, 1, 17, 380, '0', 0, 0, -469.901031494140625, -2650.513916015625, 102.9167327880859375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+47, 180427, 1, 17, 380, '0', 0, 0, -468.53472900390625, -2648.701416015625, 104.5859527587890625, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+48, 180471, 1, 17, 380, '0', 0, 0, -428.088531494140625, -2633.338623046875, 107.4543228149414062, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+49, 180471, 1, 17, 380, '0', 0, 0, -403.385406494140625, -2632.71875, 102.5925827026367187, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+50, 180471, 1, 17, 380, '0', 0, 0, -420.76214599609375, -2665.704833984375, 106.6759033203125, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+51, 180471, 1, 17, 380, '0', 0, 0, -401.883697509765625, -2618.220458984375, 107.4907379150390625, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+52, 180471, 1, 17, 380, '0', 0, 0, -377.654510498046875, -2637.329833984375, 106.8263168334960937, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+53, 180471, 1, 17, 380, '0', 0, 0, -397.973297119140625, -2654.98779296875, 102.5717010498046875, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+54, 180471, 1, 17, 380, '0', 0, 0, -390.236114501953125, -2667.545166015625, 106.6243133544921875, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0)
(@OGUID+55, 180472, 1, 17, 380, '0', 0, 0, -458.358123779296875, -2678.75048828125, 104.0256271362304687, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+56, 180472, 1, 17, 380, '0', 0, 0, -446.293365478515625, -2676.297607421875, 104.0085067749023437, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+57, 180472, 1, 17, 380, '0', 0, 0, -413.17340087890625, -2652.400146484375, 103.9025726318359375, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+58, 180472, 1, 17, 380, '0', 0, 0, -415.3277587890625, -2640.17919921875, 103.8880462646484375, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+59, 180472, 1, 17, 380, '0', 0, 0, -393.637420654296875, -2640.78125, 103.9344406127929687, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Crossroads - Difficulty: 0)
(@OGUID+60, 180523, 1, 17, 380, '0', 0, 0, -399.312408447265625, -2643.30810546875, 96.4937896728515625, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 46366), -- Apple Bob (Area: The Crossroads - Difficulty: 0)
(@OGUID+61, 190076, 1, 17, 380, '0', 0, 0, -408.149322509765625, -2642.807861328125, 96.22295379638671875, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366); -- Candy Bucket (Area: The Crossroads - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+61;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61);
--
SET @OGUID := 3008601;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247018 AND 247050;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247018 AND 247050;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+32;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 17, 392, '0', 0, 0, -927.0380859375, -3690.677001953125, 12.71169853210449218, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0)
(@OGUID+1, 180405, 1, 17, 392, '0', 0, 0, -961.655517578125, -3753.657958984375, 5.04669809341430664, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0)
(@OGUID+2, 180405, 1, 17, 392, '0', 0, 0, -970.70465087890625, -3678.143798828125, 9.194524765014648437, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0)
(@OGUID+3, 180405, 1, 17, 392, '0', 0, 0, -1036.8782958984375, -3663.88720703125, 23.85361671447753906, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0)
(@OGUID+4, 180405, 1, 17, 392, '0', 0, 0, -1003.801513671875, -3659.94873046875, 24.87006950378417968, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0)
(@OGUID+5, 180405, 1, 17, 392, '0', 0, 0, -1040.7667236328125, -3682.061767578125, 32.48649978637695312, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0)
(@OGUID+6, 180405, 1, 17, 392, '0', 0, 0, -1039.701171875, -3636.444580078125, 39.9077301025390625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0)
(@OGUID+7, 180406, 1, 17, 392, '0', 0, 0, -917.474853515625, -3734.81689453125, 9.543028831481933593, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ratchet - Difficulty: 0)
(@OGUID+8, 180406, 1, 17, 392, '0', 0, 0, -989.65802001953125, -3717.80029296875, 4.779119014739990234, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ratchet - Difficulty: 0)
(@OGUID+9, 180406, 1, 17, 392, '0', 0, 0, -975.7725830078125, -3627.85546875, 19.17741966247558593, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ratchet - Difficulty: 0)
(@OGUID+10, 180406, 1, 17, 392, '0', 0, 0, -1039.231689453125, -3674.1533203125, 32.50767135620117187, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ratchet - Difficulty: 0)
(@OGUID+11, 180406, 1, 17, 392, '0', 0, 0, -1032.2022705078125, -3637.497314453125, 32.4506683349609375, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ratchet - Difficulty: 0)
(@OGUID+12, 180406, 1, 17, 392, '0', 0, 0, -1046.2779541015625, -3659.35546875, 46.79582595825195312, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ratchet - Difficulty: 0)
(@OGUID+13, 180407, 1, 17, 392, '0', 0, 0, -952.891845703125, -3759.292236328125, 5.750476837158203125, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ratchet - Difficulty: 0)
(@OGUID+14, 180407, 1, 17, 392, '0', 0, 0, -999.21746826171875, -3656.5205078125, 24.61205673217773437, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ratchet - Difficulty: 0)
(@OGUID+15, 180407, 1, 17, 392, '0', 0, 0, -1036.8504638671875, -3661.469970703125, 32.50273895263671875, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ratchet - Difficulty: 0)
(@OGUID+16, 180407, 1, 17, 392, '0', 0, 0, -1038.5184326171875, -3672.206298828125, 23.84951591491699218, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ratchet - Difficulty: 0)
(@OGUID+17, 180407, 1, 17, 392, '0', 0, 0, -1048.810302734375, -3671.7509765625, 46.91456985473632812, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ratchet - Difficulty: 0)
(@OGUID+18, 180407, 1, 17, 392, '0', 0, 0, -1050.8607177734375, -3679.862548828125, 32.49485397338867187, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ratchet - Difficulty: 0)
(@OGUID+19, 180410, 1, 17, 392, '0', 0, 0, -834.34210205078125, -3730.8603515625, 27.39361572265625, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Ratchet - Difficulty: 0)
(@OGUID+20, 180410, 1, 17, 392, '0', 0, 0, -1057.513671875, -3670.350830078125, 24.6535797119140625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Ratchet - Difficulty: 0)
(@OGUID+21, 180411, 1, 17, 392, '0', 0, 0, -1027.7135009765625, -3650.626708984375, 38.58263397216796875, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Ratchet - Difficulty: 0)
(@OGUID+22, 180471, 1, 17, 392, '0', 0, 0, -926.8038330078125, -3695.55908203125, 15.07414913177490234, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ratchet - Difficulty: 0)
(@OGUID+23, 180471, 1, 17, 392, '0', 0, 0, -929.7899169921875, -3688.154541015625, 15.82766246795654296, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ratchet - Difficulty: 0)
(@OGUID+24, 180471, 1, 17, 392, '0', 0, 0, -929.8038330078125, -3680.36279296875, 15.04545974731445312, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ratchet - Difficulty: 0)
(@OGUID+25, 180471, 1, 17, 392, '0', 0, 0, -985.64581298828125, -3648.548583984375, 25.26786041259765625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ratchet - Difficulty: 0)
(@OGUID+26, 180472, 1, 17, 392, '0', 0, 0, -852.826416015625, -3748.0556640625, 31.89191436767578125, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ratchet - Difficulty: 0)
(@OGUID+27, 180472, 1, 17, 392, '0', 0, 0, -915.629150390625, -3729.134521484375, 13.91030406951904296, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ratchet - Difficulty: 0)
(@OGUID+28, 180472, 1, 17, 392, '0', 0, 0, -917.1602783203125, -3724.57470703125, 13.94385337829589843, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ratchet - Difficulty: 0)
(@OGUID+29, 180472, 1, 17, 392, '0', 0, 0, -976.17364501953125, -3672.385498046875, 16.7422637939453125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ratchet - Difficulty: 0)
(@OGUID+30, 180472, 1, 17, 392, '0', 0, 0, -1045.7545166015625, -3666.28125, 28.874755859375, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ratchet - Difficulty: 0)
(@OGUID+31, 180523, 1, 17, 392, '0', 0, 0, -1055.1805419921875, -3667.130126953125, 24.15908241271972656, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 46366), -- Apple Bob (Area: Ratchet - Difficulty: 0)
(@OGUID+32, 190102, 1, 17, 392, '0', 0, 0, -1050.0416259765625, -3667.05908203125, 23.89034080505371093, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46366); -- Candy Bucket (Area: Ratchet - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+32;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32);
@@ -0,0 +1,252 @@
--
SET @CGUID := 3000407;
SET @OGUID := 3008634;
-- Old creature spawns
DELETE FROM `creature` WHERE `guid` BETWEEN 395960 AND 396006;
DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 395960 AND 396006;
-- Creature spawns
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+46;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 5953, 1, 14, 362, '0', 0, 0, 0, 1, 241.359375, -4562.96875, 18.58214569091796875, 5.8817596435546875, 120, 0, 0, 3412, 0, 0, NULL, NULL, NULL, NULL, 46340), -- Razor Hill Grunt (Area: Razor Hill - Difficulty: 0)
(@CGUID+1, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 320.015625, -4694.52783203125, 29.4495086669921875, 5.497786998748779296, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+2, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 328.9674072265625, -4767.37548828125, 12.65957260131835937, 4.555309295654296875, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+3, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 314.915679931640625, -4774.04248046875, 17.21193504333496093, 3.246312379837036132, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+4, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 301.627777099609375, -4776.4580078125, 19.42165946960449218, 5.009094715118408203, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+5, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 283.484375, -4701.048828125, 16.75503921508789062, 2.879793167114257812, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+6, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 274.395843505859375, -4716.43408203125, 21.21046638488769531, 1.989675283432006835, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+7, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 317.086334228515625, -4772.23291015625, 25.44216156005859375, 3.298672199249267578, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+8, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 311.118072509765625, -4689.25341796875, 17.54905319213867187, 4.729842185974121093, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire)
(@CGUID+9, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 302.1212158203125, -4776.34912109375, 10.57410621643066406, 4.066617012023925781, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+10, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 269.633697509765625, -4718.5087890625, 18.58950614929199218, 2.687807083129882812, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+11, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 282.0538330078125, -4709.189453125, 15.38826847076416015, 5.410520553588867187, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+12, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 285.630218505859375, -4700.109375, 13.22489070892333984, 2.460914134979248046, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+13, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 298.276214599609375, -4773.83349609375, 10.92465877532958984, 1.239183783531188964, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+14, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 303.8984375, -4773.7353515625, 27.47631263732910156, 4.031710624694824218, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+15, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 277.154510498046875, -4698.765625, 18.67828941345214843, 0.314159274101257324, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+16, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 275.420135498046875, -4718.0400390625, 15.38826847076416015, 0.541052043437957763, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+17, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 311.313751220703125, -4772.89013671875, 26.594024658203125, 4.660028934478759765, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+18, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 327.84722900390625, -4699.2412109375, 27.41243934631347656, 1.553343057632446289, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+19, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 293.19964599609375, -4708.68408203125, 13.19225120544433593, 1.448623299598693847, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+20, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 320.01214599609375, -4697.533203125, 16.79498481750488281, 6.056292533874511718, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+21, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 310.052093505859375, -4692.51416015625, 17.39514350891113281, 0.244346097111701965, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+22, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 313.395782470703125, -4698.97509765625, 15.42339229583740234, 0.122173048555850982, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+23, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 315.166015625, -4770.603515625, 11.82738018035888671, 3.577924966812133789, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+24, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 318.645843505859375, -4692.5, 20.45223426818847656, 2.408554315567016601, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+25, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 292.488067626953125, -4768.1298828125, 11.77597808837890625, 2.076941728591918945, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+26, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 312.780059814453125, -4771.0009765625, 11.3687744140625, 0.383972436189651489, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire)
(@CGUID+27, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 271.07464599609375, -4722.43603515625, 14.23592948913574218, 4.415682792663574218, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+28, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 324.720855712890625, -4768.03466796875, 12.421783447265625, 3.124139308929443359, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+29, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 317.743072509765625, -4690.56103515625, 29.57596206665039062, 1.361356854438781738, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire)
(@CGUID+30, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 283.125, -4706.24462890625, 15.45350933074951171, 3.50811171531677246, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+31, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 275.927093505859375, -4712.82666015625, 19.05101585388183593, 4.450589656829833984, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+32, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 339.46087646484375, -4711.14892578125, 16.30143165588378906, 0.157079637050628662, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+33, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 343.46527099609375, -4708.6806640625, 29.74063491821289062, 2.234021425247192382, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+34, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 338.38714599609375, -4705.84716796875, 27.86400604248046875, 3.071779489517211914, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+35, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 341.05902099609375, -4708.51220703125, 21.40582275390625, 6.195918560028076171, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire)
(@CGUID+36, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 344.83160400390625, -4710.359375, 27.25813484191894531, 3.892084121704101562, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire)
(@CGUID+37, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 296.083343505859375, -4565.27978515625, 39.0418853759765625, 1.989675283432006835, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0)
(@CGUID+38, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 286.576385498046875, -4561.42529296875, 30.2720489501953125, 2.426007747650146484, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0)
(@CGUID+39, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 289.557281494140625, -4568.09033203125, 39.06153106689453125, 3.577924966812133789, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0)
(@CGUID+40, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 277.961822509765625, -4568.71337890625, 27.27142333984375, 4.118977069854736328, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0)
(@CGUID+41, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 292.838531494140625, -4558.986328125, 31.27065467834472656, 2.39110112190246582, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0)
(@CGUID+42, 23971, 1, 14, 362, '0', 0, 0, 0, 0, 358.94384765625, -4742.3623046875, 9.72699737548828125, 3.385938644409179687, 120, 0, 0, 27, 0, 0, NULL, NULL, NULL, NULL, 46340), -- Traveling Orphan (Area: Razor Hill - Difficulty: 0)
(@CGUID+43, 23971, 1, 14, 362, '0', 0, 0, 0, 0, 358.99462890625, -4744.30029296875, 9.672590255737304687, 2.007128715515136718, 120, 0, 0, 41, 0, 0, NULL, NULL, NULL, NULL, 46340), -- Traveling Orphan (Area: Razor Hill - Difficulty: 0)
(@CGUID+44, 23971, 1, 14, 362, '0', 0, 0, 0, 0, 357.807525634765625, -4740.90087890625, 9.787995338439941406, 4.15388345718383789, 120, 0, 0, 34, 0, 0, NULL, NULL, NULL, NULL, 46340), -- Traveling Orphan (Area: Razor Hill - Difficulty: 0)
(@CGUID+45, 23971, 1, 14, 362, '0', 0, 0, 0, 0, 356.287811279296875, -4740.259765625, 9.8579864501953125, 4.555309295654296875, 120, 0, 0, 41, 0, 0, NULL, NULL, NULL, NULL, 46340), -- Traveling Orphan (Area: Razor Hill - Difficulty: 0)
(@CGUID+46, 23973, 1, 14, 362, '0', 0, 0, 0, 0, 356.1212158203125, -4742.24462890625, 9.828121185302734375, 0.558505356311798095, 120, 0, 0, 18771, 0, 0, NULL, NULL, NULL, NULL, 46340); -- Masked Orphan Matron (Area: Razor Hill - Difficulty: 0)
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 243704 AND 243767;
DELETE FROM `gameobject` WHERE `guid`=248207;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 243704 AND 243767;
DELETE FROM `game_event_gameobject` WHERE `guid`=248207;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+64;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 14, 362, '0', 0, 0, 262.71875, -4826.955078125, 20.02585029602050781, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+1, 180405, 1, 14, 362, '0', 0, 0, 324.9395751953125, -4702.18212890625, 16.15880393981933593, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+2, 180405, 1, 14, 362, '0', 0, 0, 303.71771240234375, -4777.11572265625, 10.40552997589111328, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+3, 180405, 1, 14, 362, '0', 0, 0, 242.533172607421875, -4747.6796875, 22.02905082702636718, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+4, 180405, 1, 14, 362, '0', 0, 0, 376.12152099609375, -4761.78466796875, 20.65706443786621093, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+5, 180405, 1, 14, 362, '0', 0, 0, 343.784576416015625, -4850.2763671875, 10.35805797576904296, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+6, 180406, 1, 14, 362, '0', 0, 0, 260.7100830078125, -4821.8349609375, 20.33803558349609375, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+7, 180406, 1, 14, 362, '0', 0, 0, 332.858917236328125, -4706.8291015625, 16.07183074951171875, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+8, 180406, 1, 14, 362, '0', 0, 0, 277.689239501953125, -4716.71875, 15.30509662628173828, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+9, 180406, 1, 14, 362, '0', 0, 0, 359.141693115234375, -4712.2080078125, 14.3102264404296875, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+10, 180406, 1, 14, 362, '0', 0, 0, 361.7879638671875, -4772.04833984375, 13.61752891540527343, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+11, 180406, 1, 14, 362, '0', 0, 0, 375.951385498046875, -4819.75341796875, 23.02544784545898437, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+12, 180407, 1, 14, 362, '0', 0, 0, 309.7706298828125, -4776.31298828125, 10.41299343109130859, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Razor Hill - Difficulty: 0)
(@OGUID+13, 180407, 1, 14, 362, '0', 0, 0, 329.970489501953125, -4702.31787109375, 24.03918647766113281, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Razor Hill - Difficulty: 0)
(@OGUID+14, 180407, 1, 14, 362, '0', 0, 0, 282.473968505859375, -4709.3525390625, 15.30509662628173828, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Razor Hill - Difficulty: 0)
(@OGUID+15, 180407, 1, 14, 362, '0', 0, 0, 241.7309112548828125, -4724.486328125, 24.23617744445800781, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Razor Hill - Difficulty: 0)
(@OGUID+16, 180407, 1, 14, 362, '0', 0, 0, 387.92333984375, -4712.044921875, 16.460357666015625, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Razor Hill - Difficulty: 0)
(@OGUID+17, 180407, 1, 14, 362, '0', 0, 0, 370.258697509765625, -4831.361328125, 22.14643478393554687, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Razor Hill - Difficulty: 0)
(@OGUID+18, 180411, 1, 14, 362, '0', 0, 0, 324.651031494140625, -4690.10791015625, 44.97956085205078125, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+19, 180411, 1, 14, 362, '0', 0, 0, 306.708343505859375, -4775.13525390625, 18.32283210754394531, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+20, 180411, 1, 14, 362, '0', 0, 0, 342.49652099609375, -4702.61474609375, 44.81528854370117187, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+21, 180411, 1, 14, 362, '0', 0, 0, 329.618072509765625, -4670.66162109375, 45.30430221557617187, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+22, 180411, 1, 14, 362, '0', 0, 0, 359.845489501953125, -4687.861328125, 44.27567672729492187, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+23, 180411, 1, 14, 362, '0', 0, 0, 352.104156494140625, -4668.8193359375, 44.89104080200195312, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+24, 180415, 1, 14, 362, '0', 0, 0, 340.6475830078125, -4684.65283203125, 17.26699638366699218, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- CandleBlack01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+25, 180425, 1, 14, 362, '0', 0, 0, 340.87847900390625, -4684.75537109375, 17.42671966552734375, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- SkullCandle01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+26, 180426, 1, 14, 362, '0', 0, 0, 310.6875, -4735.705078125, 19.75810050964355468, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+27, 180426, 1, 14, 362, '0', 0, 0, 306.317718505859375, -4741.59033203125, 24.0594329833984375, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+28, 180426, 1, 14, 362, '0', 0, 0, 306.196197509765625, -4741.705078125, 24.37141990661621093, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+29, 180426, 1, 14, 362, '0', 0, 0, 306.265625, -4741.6650390625, 24.54196357727050781, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+30, 180426, 1, 14, 362, '0', 0, 0, 306.201385498046875, -4741.65966796875, 21.97466278076171875, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+31, 180426, 1, 14, 362, '0', 0, 0, 310.755218505859375, -4747.109375, 19.05256843566894531, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+32, 180426, 1, 14, 362, '0', 0, 0, 302.140625, -4736.734375, 23.53999137878417968, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+33, 180426, 1, 14, 362, '0', 0, 0, 307.73785400390625, -4743.66650390625, 21.15434837341308593, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+34, 180426, 1, 14, 362, '0', 0, 0, 301.755218505859375, -4745.12353515625, 24.77006912231445312, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+35, 180426, 1, 14, 362, '0', 0, 0, 306.2100830078125, -4741.751953125, 25.09734535217285156, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+36, 180427, 1, 14, 362, '0', 0, 0, 306.18402099609375, -4741.77783203125, 22.59886741638183593, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+37, 180427, 1, 14, 362, '0', 0, 0, 306.1875, -4741.67724609375, 29.95493507385253906, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+38, 180427, 1, 14, 362, '0', 0, 0, 306.173614501953125, -4741.77978515625, 24.17817878723144531, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+39, 180427, 1, 14, 362, '0', 0, 0, 302.2882080078125, -4737.72412109375, 21.08327674865722656, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+40, 180427, 1, 14, 362, '0', 0, 0, 306.26910400390625, -4741.74658203125, 28.42695999145507812, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+41, 180427, 1, 14, 362, '0', 0, 0, 306.177093505859375, -4741.79541015625, 24.33597373962402343, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+42, 180427, 1, 14, 362, '0', 0, 0, 311.4913330078125, -4741.93212890625, 21.98396110534667968, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+43, 180427, 1, 14, 362, '0', 0, 0, 306.126739501953125, -4741.6962890625, 25.80809402465820312, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+44, 180427, 1, 14, 362, '0', 0, 0, 306.161468505859375, -4741.703125, 25.15346717834472656, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+45, 180427, 1, 14, 362, '0', 0, 0, 302.104156494140625, -4746.546875, 20.136871337890625, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+46, 180471, 1, 14, 362, '0', 0, 0, 325.01214599609375, -4700.67529296875, 20.89887237548828125, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+47, 180471, 1, 14, 362, '0', 0, 0, 334.21527099609375, -4706.158203125, 20.72696685791015625, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight01 (Area: Razor Hill - Difficulty: 0)
(@OGUID+48, 180472, 1, 14, 362, '0', 0, 0, 330.916656494140625, -4688.34716796875, 24.17425155639648437, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+49, 180472, 1, 14, 362, '0', 0, 0, 334.33160400390625, -4674.82275390625, 24.21859550476074218, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+50, 180472, 1, 14, 362, '0', 0, 0, 341.217010498046875, -4695.40966796875, 24.19691658020019531, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+51, 180472, 1, 14, 362, '0', 0, 0, 353.671875, -4686.4462890625, 24.18587684631347656, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+52, 180472, 1, 14, 362, '0', 0, 0, 346.6319580078125, -4673.5693359375, 24.17764472961425781, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Razor Hill - Difficulty: 0)
(@OGUID+53, 180523, 1, 14, 362, '0', 0, 0, 340.696197509765625, -4697.91162109375, 16.76005172729492187, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- Apple Bob (Area: Razor Hill - Difficulty: 0)
(@OGUID+54, 186234, 1, 14, 362, '0', 0, 0, 239.62847900390625, -4562.0087890625, 18.42517280578613281, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46340), -- Water Barrel (Area: Razor Hill - Difficulty: 0)
(@OGUID+55, 186234, 1, 14, 362, '0', 0, 0, 352.680572509765625, -4740.74658203125, 9.621239662170410156, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46340), -- Water Barrel (Area: Razor Hill - Difficulty: 0)
(@OGUID+56, 186614, 1, 14, 362, '0', 0, 0, 353.998260498046875, -4739.2568359375, 9.802014350891113281, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46340), -- Water Bucket (Area: Razor Hill - Difficulty: 0)
(@OGUID+57, 186614, 1, 14, 362, '0', 0, 0, 354.647125244140625, -4739.91552734375, 9.8121490478515625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46340), -- Water Bucket (Area: Razor Hill - Difficulty: 0)
(@OGUID+58, 186615, 1, 14, 362, '0', 0, 0, 354.798614501953125, -4740.95166015625, 9.819157600402832031, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 46340), -- Water Buckets (Area: Razor Hill - Difficulty: 0)
(@OGUID+59, 186720, 1, 14, 362, '0', 0, 0, 286.564239501953125, -4561.45166015625, 30.18912696838378906, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46340), -- Fire Effigy (Area: Razor Hill - Difficulty: 0)
(@OGUID+60, 186720, 1, 14, 362, '0', 0, 0, 289.557281494140625, -4568.09033203125, 38.97819900512695312, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46340), -- Fire Effigy (Area: Razor Hill - Difficulty: 0)
(@OGUID+61, 186720, 1, 14, 362, '0', 0, 0, 278.171875, -4568.798828125, 26.74064064025878906, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 46340), -- Fire Effigy (Area: Razor Hill - Difficulty: 0)
(@OGUID+62, 186720, 1, 14, 362, '0', 0, 0, 296.095489501953125, -4565.25341796875, 38.96109771728515625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46340), -- Fire Effigy (Area: Razor Hill - Difficulty: 0)
(@OGUID+63, 186720, 1, 14, 362, '0', 0, 0, 292.40972900390625, -4558.6474609375, 30.90425682067871093, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46340), -- Fire Effigy (Area: Razor Hill - Difficulty: 0)
(@OGUID+64, 190064, 1, 14, 362, '0', 0, 0, 342.447906494140625, -4687.626953125, 16.48921394348144531, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 46340); -- Candy Bucket (Area: Razor Hill - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+46;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0),
(12, @CGUID+1),
(12, @CGUID+2),
(12, @CGUID+3),
(12, @CGUID+4),
(12, @CGUID+5),
(12, @CGUID+6),
(12, @CGUID+7),
(12, @CGUID+8),
(12, @CGUID+9),
(12, @CGUID+10),
(12, @CGUID+11),
(12, @CGUID+12),
(12, @CGUID+13),
(12, @CGUID+14),
(12, @CGUID+15),
(12, @CGUID+16),
(12, @CGUID+17),
(12, @CGUID+18),
(12, @CGUID+19),
(12, @CGUID+20),
(12, @CGUID+21),
(12, @CGUID+22),
(12, @CGUID+23),
(12, @CGUID+24),
(12, @CGUID+25),
(12, @CGUID+26),
(12, @CGUID+27),
(12, @CGUID+28),
(12, @CGUID+29),
(12, @CGUID+30),
(12, @CGUID+31),
(12, @CGUID+32),
(12, @CGUID+33),
(12, @CGUID+34),
(12, @CGUID+35),
(12, @CGUID+36),
(12, @CGUID+37),
(12, @CGUID+38),
(12, @CGUID+39),
(12, @CGUID+40),
(12, @CGUID+41),
(12, @CGUID+42),
(12, @CGUID+43),
(12, @CGUID+44),
(12, @CGUID+45),
(12, @CGUID+46);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+64;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64);
@@ -0,0 +1,332 @@
--
SET @OGUID := 3008699;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247550 AND 247603;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247550 AND 247603;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+53;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 405, 608, '0', 0, 0, 221.949920654296875, 1276.138671875, 201.6800384521484375, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+1, 180405, 1, 405, 608, '0', 0, 0, 221.74346923828125, 1259.8011474609375, 195.6831207275390625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+2, 180405, 1, 405, 608, '0', 0, 0, 227.1924591064453125, 1234.6236572265625, 203.29559326171875, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+3, 180405, 1, 405, 608, '0', 0, 0, 261.901031494140625, 1276.8504638671875, 201.329071044921875, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+4, 180405, 1, 405, 608, '0', 0, 0, 271.16888427734375, 1238.32861328125, 201.329345703125, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+5, 180406, 1, 405, 608, '0', 0, 0, 212.835968017578125, 1257.55126953125, 195.6815948486328125, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+6, 180406, 1, 405, 608, '0', 0, 0, 218.6639556884765625, 1233.1553955078125, 195.6831207275390625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+7, 180406, 1, 405, 608, '0', 0, 0, 221.1143646240234375, 1260.2047119140625, 203.297210693359375, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+8, 180406, 1, 405, 608, '0', 0, 0, 234.9542388916015625, 1220.6710205078125, 201.6930999755859375, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+9, 180406, 1, 405, 608, '0', 0, 0, 256.933258056640625, 1284.3687744140625, 201.6800079345703125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+10, 180406, 1, 405, 608, '0', 0, 0, 270.58721923828125, 1245.658935546875, 201.3294219970703125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+11, 180407, 1, 405, 608, '0', 0, 0, 212.62139892578125, 1258.2841796875, 203.2988433837890625, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+12, 180407, 1, 405, 608, '0', 0, 0, 227.55224609375, 1235.4893798828125, 195.6803741455078125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+13, 180407, 1, 405, 608, '0', 0, 0, 218.8006744384765625, 1232.53564453125, 203.2965850830078125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+14, 180407, 1, 405, 608, '0', 0, 0, 264.629669189453125, 1270.05859375, 201.32806396484375, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+15, 180407, 1, 405, 608, '0', 0, 0, 270.63800048828125, 1229.254150390625, 201.6952667236328125, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+16, 180410, 1, 405, 608, '0', 0, 0, 229.7708587646484375, 1241.9364013671875, 197.942657470703125, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+17, 180411, 1, 405, 608, '0', 0, 0, 202.236114501953125, 1242.236083984375, 206.33197021484375, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+18, 180411, 1, 405, 608, '0', 0, 0, 255.3680572509765625, 1213.6492919921875, 207.6495208740234375, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+19, 180411, 1, 405, 608, '0', 0, 0, 251.51910400390625, 1229.7117919921875, 217.1167144775390625, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+20, 180411, 1, 405, 608, '0', 0, 0, 240.50347900390625, 1275.9288330078125, 217.2572021484375, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+21, 180411, 1, 405, 608, '0', 0, 0, 236.59722900390625, 1291.7447509765625, 207.300018310546875, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+22, 180426, 1, 405, 608, '0', 0, 0, 245.8844757080078125, 1252.709228515625, 221.199920654296875, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+23, 180426, 1, 405, 608, '0', 0, 0, 246.0086822509765625, 1252.8177490234375, 228.0140533447265625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+24, 180426, 1, 405, 608, '0', 0, 0, 245.8994140625, 1252.7877197265625, 221.20806884765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+25, 180426, 1, 405, 608, '0', 0, 0, 246.0474395751953125, 1252.646484375, 221.196807861328125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+26, 180426, 1, 405, 608, '0', 0, 0, 246.048614501953125, 1252.5850830078125, 230.3841094970703125, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+27, 180426, 1, 405, 608, '0', 0, 0, 246.0104217529296875, 1252.6944580078125, 225.764556884765625, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+28, 180426, 1, 405, 608, '0', 0, 0, 245.9545135498046875, 1252.905517578125, 221.2194366455078125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+29, 180426, 1, 405, 608, '0', 0, 0, 245.9801483154296875, 1252.7508544921875, 221.20196533203125, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+30, 180426, 1, 405, 608, '0', 0, 0, 245.9375, 1252.7274169921875, 229.2422943115234375, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+31, 180426, 1, 405, 608, '0', 0, 0, 245.8871612548828125, 1252.732666015625, 224.278778076171875, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+32, 180427, 1, 405, 608, '0', 0, 0, 245.8878021240234375, 1252.6629638671875, 221.1948089599609375, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+33, 180427, 1, 405, 608, '0', 0, 0, 245.9142303466796875, 1252.7020263671875, 221.1983795166015625, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+34, 180427, 1, 405, 608, '0', 0, 0, 245.90972900390625, 1252.7535400390625, 230.7041015625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+35, 180427, 1, 405, 608, '0', 0, 0, 245.9114532470703125, 1252.7066650390625, 230.955810546875, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+36, 180427, 1, 405, 608, '0', 0, 0, 245.84722900390625, 1252.7083740234375, 225.2355499267578125, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+37, 180427, 1, 405, 608, '0', 0, 0, 245.9370880126953125, 1252.7607421875, 221.20416259765625, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+38, 180427, 1, 405, 608, '0', 0, 0, 245.8402862548828125, 1252.8125, 229.142852783203125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+39, 180427, 1, 405, 608, '0', 0, 0, 245.9269256591796875, 1252.687744140625, 221.1964874267578125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+40, 180427, 1, 405, 608, '0', 0, 0, 245.9895782470703125, 1252.6788330078125, 224.909088134765625, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+41, 180427, 1, 405, 608, '0', 0, 0, 245.8852081298828125, 1252.771484375, 221.2066802978515625, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+42, 180471, 1, 405, 608, '0', 0, 0, 230.8975677490234375, 1256.30908203125, 200.013153076171875, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+43, 180471, 1, 405, 608, '0', 0, 0, 233.92535400390625, 1243.501708984375, 200.5011138916015625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+44, 180471, 1, 405, 608, '0', 0, 0, 259.958343505859375, 1242.7239990234375, 198.736785888671875, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+45, 180471, 1, 405, 608, '0', 0, 0, 260.314239501953125, 1236.01220703125, 198.7664642333984375, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+46, 180471, 1, 405, 608, '0', 0, 0, 251.3125, 1274.0242919921875, 198.7124176025390625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+47, 180471, 1, 405, 608, '0', 0, 0, 253.90972900390625, 1267.8975830078125, 198.78460693359375, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+48, 180472, 1, 405, 608, '0', 0, 0, 225.439239501953125, 1242.1961669921875, 202.1258544921875, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+49, 180472, 1, 405, 608, '0', 0, 0, 222.9340362548828125, 1252.55908203125, 202.11334228515625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+50, 180472, 1, 405, 608, '0', 0, 0, 252.6979217529296875, 1224.99658203125, 200.0660400390625, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+51, 180472, 1, 405, 608, '0', 0, 0, 239.39410400390625, 1280.4410400390625, 200.0805511474609375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nijel's Point - Difficulty: 0)
(@OGUID+52, 180523, 1, 405, 608, '0', 0, 0, 237.8680572509765625, 1255.6007080078125, 192.4280853271484375, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 46366), -- Apple Bob (Area: Nijel's Point - Difficulty: 0)
(@OGUID+53, 190051, 1, 405, 608, '0', 0, 0, 254.6195831298828125, 1251.2564697265625, 193.4336395263671875, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 46366); -- Candy Bucket (Area: Nijel's Point - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+53;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53);
--
SET @OGUID := 3008753;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247604 AND 247639;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247604 AND 247639;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+35;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 405, 2408, '0', 0, 0, -1609.78125, 3160.184814453125, 47.56081390380859375, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+1, 180405, 1, 405, 2408, '0', 0, 0, -1603.46533203125, 3126.34033203125, 47.65386962890625, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+2, 180406, 1, 405, 2408, '0', 0, 0, -1609.9010009765625, 3124.209228515625, 62.99876785278320312, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+3, 180406, 1, 405, 2408, '0', 0, 0, -1582.0242919921875, 3165.58935546875, 47.56081771850585937, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+4, 180407, 1, 405, 2408, '0', 0, 0, -1610.4583740234375, 3131.244873046875, 47.65163040161132812, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+5, 180407, 1, 405, 2408, '0', 0, 0, -1575.6441650390625, 3136.975830078125, 47.56081390380859375, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+6, 180411, 1, 405, 2408, '0', 0, 0, -1610.9254150390625, 3122.731689453125, 53.09714126586914062, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+7, 180426, 1, 405, 2408, '0', 0, 0, -1592.8629150390625, 3149.125, 80.897186279296875, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+8, 180426, 1, 405, 2408, '0', 0, 0, -1592.93408203125, 3149.16845703125, 80.820770263671875, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+9, 180426, 1, 405, 2408, '0', 0, 0, -1592.7708740234375, 3149.18408203125, 80.86794281005859375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+10, 180426, 1, 405, 2408, '0', 0, 0, -1592.875, 3149.07470703125, 80.855194091796875, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+11, 180426, 1, 405, 2408, '0', 0, 0, -1592.8472900390625, 3149.061767578125, 80.85068511962890625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+12, 180426, 1, 405, 2408, '0', 0, 0, -1592.87158203125, 3149.09375, 80.86968231201171875, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+13, 180426, 1, 405, 2408, '0', 0, 0, -1592.859375, 3148.88720703125, 80.710174560546875, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+14, 180426, 1, 405, 2408, '0', 0, 0, -1592.9896240234375, 3148.967041015625, 80.69730377197265625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+15, 180426, 1, 405, 2408, '0', 0, 0, -1592.890625, 3149.119873046875, 80.873748779296875, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+16, 180426, 1, 405, 2408, '0', 0, 0, -1592.8367919921875, 3149.15625, 80.91947174072265625, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+17, 180427, 1, 405, 2408, '0', 0, 0, -1592.8975830078125, 3149.0322265625, 80.8090057373046875, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+18, 180427, 1, 405, 2408, '0', 0, 0, -1592.6441650390625, 3149.007080078125, 80.76430511474609375, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+19, 180427, 1, 405, 2408, '0', 0, 0, -1592.7691650390625, 3149.16748046875, 80.87404632568359375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+20, 180427, 1, 405, 2408, '0', 0, 0, -1592.8367919921875, 3149.092041015625, 80.8762664794921875, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+21, 180427, 1, 405, 2408, '0', 0, 0, -1592.9254150390625, 3149.0625, 80.80925750732421875, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+22, 180427, 1, 405, 2408, '0', 0, 0, -1592.8367919921875, 3149.174560546875, 80.91622161865234375, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+23, 180427, 1, 405, 2408, '0', 0, 0, -1592.8958740234375, 3148.935791015625, 80.74371337890625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+24, 180427, 1, 405, 2408, '0', 0, 0, -1592.8367919921875, 3149.142333984375, 80.9112701416015625, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+25, 180427, 1, 405, 2408, '0', 0, 0, -1592.85595703125, 3149.190185546875, 80.9032135009765625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+26, 180427, 1, 405, 2408, '0', 0, 0, -1592.9254150390625, 3149.140625, 80.8411712646484375, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+27, 180471, 1, 405, 2408, '0', 0, 0, -1602.8021240234375, 3126.710205078125, 50.84427261352539062, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+28, 180471, 1, 405, 2408, '0', 0, 0, -1609.9305419921875, 3131.578125, 50.72977828979492187, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+29, 180471, 1, 405, 2408, '0', 0, 0, -1578.826416015625, 3138.7353515625, 51.14436721801757812, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+30, 180472, 1, 405, 2408, '0', 0, 0, -1607.0538330078125, 3158.33935546875, 52.42725372314453125, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+31, 180472, 1, 405, 2408, '0', 0, 0, -1586.9132080078125, 3158.36376953125, 52.4399566650390625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+32, 180472, 1, 405, 2408, '0', 0, 0, -1585.5521240234375, 3139.678955078125, 52.02799224853515625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+33, 180472, 1, 405, 2408, '0', 0, 0, -1582.26220703125, 3144.87060546875, 52.05577468872070312, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+34, 180523, 1, 405, 2408, '0', 0, 0, -1582.52783203125, 3141.48876953125, 47.22888946533203125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 46366), -- Apple Bob (Area: Shadowprey Village - Difficulty: 0)
(@OGUID+35, 190083, 1, 405, 2408, '0', 0, 0, -1595.170166015625, 3150.905517578125, 46.95806121826171875, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 46366); -- Candy Bucket (Area: Shadowprey Village - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+35;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35);
--
SET @OGUID := 3008789;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247640 AND 247693;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247640 AND 247693;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+53;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 405, 4804, '0', 0, 0, -945.03643798828125, 1628.1666259765625, 65.23195648193359375, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Cenarion Wildlands - Difficulty: 0)
(@OGUID+1, 180405, 1, 405, 4804, '0', 0, 0, -966.795166015625, 1673.2239990234375, 65.2319488525390625, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Cenarion Wildlands - Difficulty: 0)
(@OGUID+2, 180405, 1, 405, 4805, '0', 0, 0, -1008.8367919921875, 1623.3367919921875, 65.2319488525390625, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+3, 180405, 1, 405, 4804, '0', 0, 0, -1044.125, 1669.2847900390625, 59.85930633544921875, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Cenarion Wildlands - Difficulty: 0)
(@OGUID+4, 180406, 1, 405, 4805, '0', 0, 0, -1011.69097900390625, 1650.3194580078125, 65.2319488525390625, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+5, 180406, 1, 405, 4805, '0', 0, 0, -962.1944580078125, 1608.5867919921875, 65.2319488525390625, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+6, 180406, 1, 405, 4805, '0', 0, 0, -1094.109375, 1657.513916015625, 60.91345977783203125, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+7, 180407, 1, 405, 4804, '0', 0, 0, -946.185791015625, 1654.6007080078125, 65.23195648193359375, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Cenarion Wildlands - Difficulty: 0)
(@OGUID+8, 180407, 1, 405, 4805, '0', 0, 0, -993.5399169921875, 1671.107666015625, 65.23195648193359375, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+9, 180407, 1, 405, 4805, '0', 0, 0, -989, 1606.3125, 65.2319488525390625, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+10, 180407, 1, 405, 4805, '0', 0, 0, -1047.4774169921875, 1609.3055419921875, 60.01761245727539062, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+11, 180410, 1, 405, 4805, '0', 0, 0, -998.18402099609375, 1594.7430419921875, 61.21399688720703125, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+12, 180415, 1, 405, 4805, '0', 0, 0, -944.33856201171875, 1592.529541015625, 60.95909881591796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+13, 180415, 1, 405, 4805, '0', 0, 0, -954.40277099609375, 1599.795166015625, 60.27069854736328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+14, 180415, 1, 405, 4805, '0', 0, 0, -958.0399169921875, 1596.220458984375, 60.54174041748046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+15, 180415, 1, 405, 4805, '0', 0, 0, -953.48785400390625, 1593.138916015625, 61.0576171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+16, 180415, 1, 405, 4805, '0', 0, 0, -946.263916015625, 1588.248291015625, 60.86791229248046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+17, 180415, 1, 405, 4805, '0', 0, 0, -951.32293701171875, 1595.388916015625, 60.72307586669921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+18, 180415, 1, 405, 4805, '0', 0, 0, -1037.298583984375, 1640.470458984375, 60.5652618408203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+19, 180415, 1, 405, 4805, '0', 0, 0, -1030.84033203125, 1642.2603759765625, 60.00897216796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+20, 180415, 1, 405, 4805, '0', 0, 0, -1030.8697509765625, 1636.43408203125, 60.19165802001953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+21, 180415, 1, 405, 4805, '0', 0, 0, -1034.57470703125, 1640.6129150390625, 60.25720977783203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+22, 180415, 1, 405, 4805, '0', 0, 0, -1027.4305419921875, 1638.9913330078125, 59.98186111450195312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+23, 180415, 1, 405, 4805, '0', 0, 0, -1025.4896240234375, 1619.8819580078125, 60.21964645385742187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+24, 180415, 1, 405, 4805, '0', 0, 0, -1024.99658203125, 1612.0103759765625, 59.85584259033203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+25, 180415, 1, 405, 4805, '0', 0, 0, -984.859375, 1593.60595703125, 59.89788055419921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+26, 180415, 1, 405, 4805, '0', 0, 0, -1034.373291015625, 1634.8819580078125, 60.2301788330078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+27, 180415, 1, 405, 4805, '0', 0, 0, -1012.30548095703125, 1607.80908203125, 59.93840789794921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+28, 180415, 1, 405, 4805, '0', 0, 0, -1000.81951904296875, 1597.7864990234375, 59.86505889892578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+29, 180415, 1, 405, 4805, '0', 0, 0, -1021.00347900390625, 1621.3072509765625, 59.96859359741210937, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+30, 180415, 1, 405, 4805, '0', 0, 0, -1030.8125, 1617.9879150390625, 60.12982940673828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+31, 180415, 1, 405, 4805, '0', 0, 0, -1019.123291015625, 1615.3228759765625, 59.85802459716796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+32, 180415, 1, 405, 4805, '0', 0, 0, -957.046875, 1566.7396240234375, 60.1750640869140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+33, 180415, 1, 405, 4805, '0', 0, 0, -960.078125, 1562.5399169921875, 60.34851837158203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+34, 180415, 1, 405, 4805, '0', 0, 0, -965.22918701171875, 1566.435791015625, 60.34218215942382812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+35, 180415, 1, 405, 4805, '0', 0, 0, -967.90802001953125, 1575.185791015625, 59.91448974609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+36, 180415, 1, 405, 4805, '0', 0, 0, -962.6163330078125, 1570.8333740234375, 60.07040023803710937, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+37, 180415, 1, 405, 4805, '0', 0, 0, -969.248291015625, 1567.2847900390625, 60.04226303100585937, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+38, 180425, 1, 405, 4804, '0', 0, 0, -1041.6007080078125, 1659.982666015625, 62.3169708251953125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- SkullCandle01 (Area: Cenarion Wildlands - Difficulty: 0)
(@OGUID+39, 180426, 1, 405, 4804, '0', 0, 0, -939.02606201171875, 1660.8958740234375, 59.86583709716796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Wildlands - Difficulty: 0)
(@OGUID+40, 180426, 1, 405, 4804, '0', 0, 0, -978.66839599609375, 1677.23095703125, 63.265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Wildlands - Difficulty: 0)
(@OGUID+41, 180426, 1, 405, 4804, '0', 0, 0, -939.29864501953125, 1620.407958984375, 59.88861846923828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Wildlands - Difficulty: 0)
(@OGUID+42, 180426, 1, 405, 4805, '0', 0, 0, -971.97222900390625, 1593.2117919921875, 59.90062332153320312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+43, 180426, 1, 405, 4805, '0', 0, 0, -1026.7882080078125, 1654.8055419921875, 59.91766357421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+44, 180426, 1, 405, 4805, '0', 0, 0, -1009.19622802734375, 1664.0035400390625, 59.85584259033203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+45, 180427, 1, 405, 4804, '0', 0, 0, -940.75177001953125, 1655.59033203125, 60.9012603759765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Wildlands - Difficulty: 0)
(@OGUID+46, 180427, 1, 405, 4804, '0', 0, 0, -939.66839599609375, 1647.9322509765625, 60.27737808227539062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Wildlands - Difficulty: 0)
(@OGUID+47, 180427, 1, 405, 4804, '0', 0, 0, -982.39410400390625, 1682.3524169921875, 59.85596466064453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Wildlands - Difficulty: 0)
(@OGUID+48, 180427, 1, 405, 4805, '0', 0, 0, -1018.3245849609375, 1648.763916015625, 60.21622848510742187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+49, 180427, 1, 405, 4805, '0', 0, 0, -1016.71527099609375, 1630.8541259765625, 65.23198699951171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+50, 180427, 1, 405, 4805, '0', 0, 0, -963.9149169921875, 1599.6649169921875, 59.9457550048828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+51, 180472, 1, 405, 4804, '0', 0, 0, -1042.7083740234375, 1673.5972900390625, 68.29161834716796875, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Wildlands - Difficulty: 0)
(@OGUID+52, 180523, 1, 405, 4805, '0', 0, 0, -1032.8853759765625, 1674.3367919921875, 60.27830123901367187, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- Apple Bob (Area: Karnum's Glade - Difficulty: 0)
(@OGUID+53, 208157, 1, 405, 4804, '0', 0, 0, -1050.595458984375, 1683.173583984375, 60.13857650756835937, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366); -- Candy Bucket (Area: Cenarion Wildlands - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+53;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53);
@@ -0,0 +1,179 @@
--
SET @CGUID := 3000454;
SET @OGUID := 3008843;
-- Old creature spawns
DELETE FROM `creature` WHERE `guid`=396025;
DELETE FROM `game_event_creature` WHERE `guid`=396025;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 40435, 1, 1638, 5345, '0', 0, 0, 0, 0, -1273.0242919921875, 71.2743072509765625, 127.0668182373046875, 5.8817596435546875, 120, 0, 0, 18771, 0, 0, NULL, NULL, NULL, NULL, 46366); -- Headless Ghost (Area: Thunder Bluff - Difficulty: 0)
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 244043 AND 244083;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 244043 AND 244083;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+40;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 1638, 1640, '0', 0, 0, -1021.65948486328125, 215.7366790771484375, 109.1904830932617187, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+1, 180405, 1, 1638, 1640, '0', 0, 0, -998.4334716796875, 245.6555938720703125, 106.3701324462890625, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+2, 180405, 1, 1638, 5345, '0', 0, 0, -1210.3438720703125, 140.6678009033203125, 134.1575164794921875, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+3, 180405, 1, 1638, 5345, '0', 0, 0, -1230.8172607421875, 44.46636199951171875, 127.5323486328125, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+4, 180405, 1, 1638, 5345, '0', 0, 0, -1275.2879638671875, 44.20529556274414062, 131.5706939697265625, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+5, 180405, 1, 1638, 5345, '0', 0, 0, -1296.1685791015625, 102.6677780151367187, 130.9096832275390625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+6, 180405, 1, 1638, 5345, '0', 0, 0, -1259.66845703125, 134.935760498046875, 135.289031982421875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+7, 180406, 1, 1638, 1640, '0', 0, 0, -949.02618408203125, 256.280853271484375, 97.3452301025390625, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+8, 180406, 1, 1638, 1640, '0', 0, 0, -1064.142333984375, 201.5069427490234375, 108.4929428100585937, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+9, 180406, 1, 1638, 5345, '0', 0, 0, -1216.154541015625, 82.280792236328125, 130.2654571533203125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+10, 180406, 1, 1638, 5345, '0', 0, 0, -1281.90625, 54.8836822509765625, 131.991729736328125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+11, 180406, 1, 1638, 5345, '0', 0, 0, -1251.5703125, 135.697998046875, 132.56585693359375, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+12, 180406, 1, 1638, 5345, '0', 0, 0, -1290.6024169921875, 132.8055572509765625, 134.5710601806640625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+13, 180407, 1, 1638, 1640, '0', 0, 0, -981.6856689453125, 290.841583251953125, 110.6410293579101562, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+14, 180407, 1, 1638, 1640, '0', 0, 0, -1056.1158447265625, 198.6920318603515625, 109.130157470703125, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+15, 180407, 1, 1638, 5345, '0', 0, 0, -1199.840087890625, 114.1048431396484375, 134.9963531494140625, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+16, 180407, 1, 1638, 5345, '0', 0, 0, -1263.5943603515625, 40.30658721923828125, 130.707000732421875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+17, 180407, 1, 1638, 5345, '0', 0, 0, -1280.9012451171875, 81.91357421875, 128.3212738037109375, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+18, 180407, 1, 1638, 5345, '0', 0, 0, -1290.6397705078125, 150.0279083251953125, 129.7321319580078125, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+19, 180411, 1, 1638, 0, '0', 0, 0, -1303.5010986328125, 36.4716796875, 135.76690673828125, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0)
(@OGUID+20, 180426, 1, 1638, 1640, '0', 0, 0, -995.53302001953125, 243.704864501953125, 108.2483596801757812, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+21, 180426, 1, 1638, 1640, '0', 0, 0, -995.31427001953125, 243.90625, 107.4028778076171875, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+22, 180426, 1, 1638, 1640, '0', 0, 0, -995.29339599609375, 243.704864501953125, 108.2324600219726562, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+23, 180426, 1, 1638, 1640, '0', 0, 0, -995.8680419921875, 243.8368072509765625, 108.257049560546875, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+24, 180426, 1, 1638, 1640, '0', 0, 0, -996.5555419921875, 244.329864501953125, 108.9696731567382812, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+25, 180426, 1, 1638, 1640, '0', 0, 0, -995.467041015625, 243.763885498046875, 109.227203369140625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+26, 180426, 1, 1638, 1640, '0', 0, 0, -995.50518798828125, 243.90625, 108.4117889404296875, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+27, 180426, 1, 1638, 1640, '0', 0, 0, -997.2742919921875, 243.33160400390625, 109.18389892578125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+28, 180426, 1, 1638, 1640, '0', 0, 0, -995.40277099609375, 243.9600677490234375, 110.2166290283203125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+29, 180426, 1, 1638, 1640, '0', 0, 0, -995.56427001953125, 243.4739532470703125, 109.0562515258789062, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0)
(@OGUID+30, 180471, 1, 1638, 5345, '0', 0, 0, -1276.5208740234375, 44.42534637451171875, 136.6909637451171875, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+31, 180471, 1, 1638, 5345, '0', 0, 0, -1281.4305419921875, 53.75520706176757812, 136.660888671875, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+32, 180471, 1, 1638, 0, '0', 0, 0, -1322.24658203125, 29.25173568725585937, 143.4975128173828125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0)
(@OGUID+33, 180471, 1, 1638, 5345, '0', 0, 0, -1291.1082763671875, 42.1400299072265625, 141.058563232421875, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+34, 180472, 1, 1638, 5345, '0', 0, 0, -1277.5731201171875, 50.0302734375, 138.39410400390625, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+35, 180472, 1, 1638, 0, '0', 0, 0, -1309.47509765625, 36.8388671875, 136.3897705078125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0)
(@OGUID+36, 180472, 1, 1638, 0, '0', 0, 0, -1311.2232666015625, 31.85422134399414062, 136.4650421142578125, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0)
(@OGUID+37, 180472, 1, 1638, 5345, '0', 0, 0, -1294.5069580078125, 39.54340362548828125, 136.4569549560546875, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+38, 180472, 1, 1638, 5345, '0', 0, 0, -1301.648193359375, 41.0711822509765625, 136.4337921142578125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+39, 180523, 1, 1638, 5345, '0', 0, 0, -1286.758056640625, 37.50309371948242187, 129.4862823486328125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- Apple Bob (Area: Thunder Bluff - Difficulty: 0)
(@OGUID+40, 190070, 1, 1638, 0, '0', 0, 0, -1301.7337646484375, 40.52208328247070312, 129.2085113525390625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366); -- Candy Bucket (Area: 0 - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+40;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40);
--
SET @OGUID := 3008884;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 244016 AND 244042;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 244016 AND 244042;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+26;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 215, 222, '0', 0, 0, -2317.257080078125, -445.981109619140625, -5.43840217590332031, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+1, 180405, 1, 215, 222, '0', 0, 0, -2342.234619140625, -356.264312744140625, -8.88146495819091796, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+2, 180405, 1, 215, 222, '0', 0, 0, -2339.434814453125, -319.14959716796875, -9.09311389923095703, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+3, 180406, 1, 215, 222, '0', 0, 0, -2307.903076171875, -455.904937744140625, -5.43840217590332031, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+4, 180406, 1, 215, 222, '0', 0, 0, -2286.90625, -330.499786376953125, -9.42492580413818359, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+5, 180406, 1, 215, 222, '0', 0, 0, -2344.401611328125, -360.94927978515625, -8.69262313842773437, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+6, 180407, 1, 215, 222, '0', 0, 0, -2302.132080078125, -435.460235595703125, -5.43840217590332031, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+7, 180407, 1, 215, 222, '0', 0, 0, -2280.072998046875, -335.0560302734375, -9.42492580413818359, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+8, 180407, 1, 215, 222, '0', 0, 0, -2372.331787109375, -338.881988525390625, -8.95699214935302734, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+9, 180411, 1, 215, 222, '0', 0, 0, -2367.59716796875, -347.013885498046875, -2.57915496826171875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+10, 180471, 1, 215, 222, '0', 0, 0, -2340.944580078125, -360.098968505859375, -1.11862802505493164, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+11, 180471, 1, 215, 222, '0', 0, 0, -2341.553955078125, -361.282989501953125, -1.05756902694702148, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+12, 180471, 1, 215, 222, '0', 0, 0, -2340.5400390625, -354.80035400390625, -1.49939405918121337, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+13, 180471, 1, 215, 222, '0', 0, 0, -2339.822998046875, -357.36285400390625, -1.33761799335479736, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+14, 180471, 1, 215, 222, '0', 0, 0, -2346.342041015625, -364.899322509765625, -1.17205297946929931, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+15, 180471, 1, 215, 222, '0', 0, 0, -2342.611083984375, -362.232635498046875, -1.23253703117370605, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+16, 180471, 1, 215, 222, '0', 0, 0, -2343.736083984375, -362.677093505859375, -1.35863697528839111, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+17, 180471, 1, 215, 222, '0', 0, 0, -2340.467041015625, -353.107635498046875, -1.52670705318450927, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+18, 180471, 1, 215, 222, '0', 0, 0, -2340.380126953125, -358.81463623046875, -1.25354301929473876, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+19, 180471, 1, 215, 222, '0', 0, 0, -2345.08154296875, -363.82464599609375, -1.13551604747772216, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+20, 180471, 1, 215, 222, '0', 0, 0, -2340.17529296875, -356.14410400390625, -1.45353996753692626, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+21, 180472, 1, 215, 222, '0', 0, 0, -2366.22607421875, -341.422821044921875, -4.00298309326171875, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+22, 180472, 1, 215, 222, '0', 0, 0, -2356.779296875, -345.86199951171875, -4.01085281372070312, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+23, 180472, 1, 215, 222, '0', 0, 0, -2381.065673828125, -341.387237548828125, 4.205566883087158203, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+24, 180472, 1, 215, 222, '0', 0, 0, -2373.825439453125, -337.651641845703125, -4.00746393203735351, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+25, 180523, 1, 215, 222, '0', 0, 0, -2371.921875, -348.40625, -8.67921352386474609, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46366), -- Apple Bob (Area: Bloodhoof Village - Difficulty: 0)
(@OGUID+26, 190065, 1, 215, 222, '0', 0, 0, -2363.669677734375, -345.6072998046875, -8.95699024200439453, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 46366); -- Candy Bucket (Area: Bloodhoof Village - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+26;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26);
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,166 @@
--
SET @OGUID := 3009349;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247489 AND 247492;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247489 AND 247492;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+3;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180407, 1, 15, 496, '0', 0, 0, -3169.844482421875, -2901.30712890625, 39.4384307861328125, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Brackenwall Village - Difficulty: 0)
(@OGUID+1, 180472, 1, 15, 496, '0', 0, 0, -3170.10498046875, -2909.896484375, 43.365447998046875, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Brackenwall Village - Difficulty: 0)
(@OGUID+2, 180523, 1, 15, 496, '0', 0, 0, -3166.025390625, -2903.937744140625, 35.84684371948242187, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- Apple Bob (Area: Brackenwall Village - Difficulty: 0)
(@OGUID+3, 190085, 1, 15, 496, '0', 0, 0, -3168.76220703125, -2905.763916015625, 35.33940887451171875, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366); -- Candy Bucket (Area: Brackenwall Village - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+3;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3);
--
SET @OGUID := 3009353;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247493 AND 247541;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247493 AND 247541;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+48;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 15, 513, '0', 0, 0, -3631.729248046875, -4453.3525390625, 21.10228538513183593, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+1, 180405, 1, 15, 513, '0', 0, 0, -3612.563232421875, -4437.96240234375, 13.83451175689697265, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+2, 180405, 1, 15, 513, '0', 0, 0, -3611.4375, -4452.595703125, 14.24792003631591796, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+3, 180406, 1, 15, 513, '0', 0, 0, -3627.020751953125, -4444.7412109375, 15.35119438171386718, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+4, 180406, 1, 15, 513, '0', 0, 0, -3630.625, -4473.578125, 17.46675872802734375, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+5, 180407, 1, 15, 513, '0', 0, 0, -3642.072021484375, -4431.75244140625, 14.47140884399414062, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+6, 180407, 1, 15, 513, '0', 0, 0, -3625.09375, -4453.6025390625, 14.24792003631591796, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+7, 180410, 1, 15, 513, '0', 0, 0, -3632.208251953125, -4450.99853515625, 14.87111759185791015, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+8, 180410, 1, 15, 513, '0', 0, 0, -3623.673583984375, -4458.66162109375, 21.92173004150390625, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+9, 180410, 1, 15, 513, '0', 0, 0, -3608.30908203125, -4483.74462890625, 21.50506401062011718, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+10, 180411, 1, 15, 513, '0', 0, 0, -3627.19970703125, -4441.5693359375, 22.95201301574707031, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+11, 180411, 1, 15, 513, '0', 0, 0, -3626.59716796875, -4479.90283203125, 23.12809944152832031, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+12, 180411, 1, 15, 513, '0', 0, 0, -3612.854248046875, -4497.21875, 23.22773551940917968, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+13, 180415, 1, 15, 513, '0', 0, 0, -3620.71533203125, -4448.095703125, 22.00506210327148437, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+14, 180415, 1, 15, 513, '0', 0, 0, -3623.03125, -4464.484375, 15.02731037139892578, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+15, 180415, 1, 15, 513, '0', 0, 0, -3620.875, -4456.04541015625, 21.99117469787597656, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+16, 180415, 1, 15, 513, '0', 0, 0, -3616.420166015625, -4458.5244140625, 14.29485797882080078, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+17, 180415, 1, 15, 513, '0', 0, 0, -3627.55908203125, -4465.17041015625, 15.80945873260498046, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+18, 180415, 1, 15, 513, '0', 0, 0, -3619.2744140625, -4464.470703125, 15.06637954711914062, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+19, 180415, 1, 15, 513, '0', 0, 0, -3626.8056640625, -4471.50537109375, 18.72242546081542968, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+20, 180425, 1, 15, 513, '0', 0, 0, -3630.8369140625, -4447.3212890625, 22.03284072875976562, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 46366), -- SkullCandle01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+21, 180425, 1, 15, 513, '0', 0, 0, -3616.21875, -4460.80029296875, 14.32957935333251953, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- SkullCandle01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+22, 180425, 1, 15, 513, '0', 0, 0, -3624.5244140625, -4464.28466796875, 14.51707935333251953, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 46366), -- SkullCandle01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+23, 180425, 1, 15, 513, '0', 0, 0, -3610.62841796875, -4457.09228515625, 22.19256210327148437, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- SkullCandle01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+24, 180471, 1, 15, 513, '0', 0, 0, -3636.017333984375, -4451.34033203125, 29.70451164245605468, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+25, 180471, 1, 15, 513, '0', 0, 0, -3619.197998046875, -4439.44287109375, 17.25803756713867187, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+26, 180471, 1, 15, 513, '0', 0, 0, -3635.140625, -4443.2412109375, 23.30061531066894531, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+27, 180471, 1, 15, 513, '0', 0, 0, -3635.920166015625, -4461.31591796875, 29.67303466796875, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+28, 180471, 1, 15, 513, '0', 0, 0, -3606.032958984375, -4443.96728515625, 23.21757316589355468, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+29, 180471, 1, 15, 513, '0', 0, 0, -3635.75, -4471.283203125, 29.63786888122558593, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+30, 180471, 1, 15, 513, '0', 0, 0, -3611.604248046875, -4439.25537109375, 17.27192115783691406, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+31, 180471, 1, 15, 513, '0', 0, 0, -3634.49658203125, -4478.5380859375, 23.29503059387207031, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+32, 180471, 1, 15, 513, '0', 0, 0, -3613.31591796875, -4472.37158203125, 27.64303970336914062, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+33, 180471, 1, 15, 513, '0', 0, 0, -3605.663330078125, -4476.21875, 23.28409767150878906, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+34, 180471, 1, 15, 513, '0', 0, 0, -3622.1806640625, -4495.97216796875, 23.23548698425292968, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+35, 180471, 1, 15, 513, '0', 0, 0, -3605.166748046875, -4495.48779296875, 23.25239753723144531, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+36, 180472, 1, 15, 513, '0', 0, 0, -3615.40625, -4439.52783203125, 20.75999832153320312, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+37, 180472, 1, 15, 513, '0', 0, 0, -3634.829833984375, -4461.12158203125, 23.88734626770019531, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+38, 180472, 1, 15, 513, '0', 0, 0, -3619.921875, -4443.080078125, 23.87246131896972656, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+39, 180472, 1, 15, 513, '0', 0, 0, -3634.97216796875, -4448.7900390625, 23.87202262878417968, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+40, 180472, 1, 15, 513, '0', 0, 0, -3634.583251953125, -4472.9775390625, 23.87825202941894531, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+41, 180472, 1, 15, 513, '0', 0, 0, -3610.8681640625, -4442.9443359375, 23.86497688293457031, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+42, 180472, 1, 15, 513, '0', 0, 0, -3610.975830078125, -4460.67724609375, 18.439849853515625, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+43, 180472, 1, 15, 513, '0', 0, 0, -3622.447998046875, -4480.1494140625, 23.89584732055664062, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+44, 180472, 1, 15, 513, '0', 0, 0, -3606.166748046875, -4480.03125, 23.84830665588378906, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+45, 180472, 1, 15, 513, '0', 0, 0, -3605.4150390625, -4487.40478515625, 23.87982940673828125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+46, 180472, 1, 15, 513, '0', 0, 0, -3622.314208984375, -4489.05224609375, 23.89744949340820312, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0)
(@OGUID+47, 180523, 1, 15, 513, '0', 0, 0, -3612.083251953125, -4469.29345703125, 14.7999725341796875, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46366), -- Apple Bob (Area: Theramore Isle - Difficulty: 0)
(@OGUID+48, 190052, 1, 15, 513, '0', 0, 0, -3617.986083984375, -4471.408203125, 14.24441719055175781, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 46366); -- Candy Bucket (Area: Theramore Isle - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+48;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48);
--
SET @OGUID := 3009402;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247542 AND 247549;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247542 AND 247549;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+7;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 15, 4010, '0', 0, 0, -4568.92626953125, -3176.9208984375, 39.69365310668945312, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Mudsprocket - Difficulty: 0)
(@OGUID+1, 180406, 1, 15, 4010, '0', 0, 0, -4598.62939453125, -3176.501708984375, 38.29652786254882812, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Mudsprocket - Difficulty: 0)
(@OGUID+2, 180407, 1, 15, 4010, '0', 0, 0, -4598.18896484375, -3170.33984375, 38.37108993530273437, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Mudsprocket - Difficulty: 0)
(@OGUID+3, 180411, 1, 15, 4010, '0', 0, 0, -4623.16650390625, -3167.2421875, 42.21464920043945312, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Mudsprocket - Difficulty: 0)
(@OGUID+4, 180472, 1, 15, 4010, '0', 0, 0, -4602.04541015625, -3172.749267578125, 47.08140945434570312, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Mudsprocket - Difficulty: 0)
(@OGUID+5, 180472, 1, 15, 4010, '0', 0, 0, -4586.39794921875, -3186.8603515625, 41.13997268676757812, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Mudsprocket - Difficulty: 0)
(@OGUID+6, 180523, 1, 15, 4010, '0', 0, 0, -4628.17822265625, -3169.177001953125, 35.2819976806640625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- Apple Bob (Area: Mudsprocket - Difficulty: 0)
(@OGUID+7, 190104, 1, 15, 4010, '0', 0, 0, -4626.43603515625, -3172.865966796875, 41.2522125244140625, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366); -- Candy Bucket (Area: Mudsprocket - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+7;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7);
@@ -0,0 +1,524 @@
--
SET @CGUID := 3000459;
SET @OGUID := 3009410;
-- Old creature spawns
DELETE FROM `creature` WHERE `guid`=396412;
DELETE FROM `game_event_creature` WHERE `guid`=396412;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 1, 357, 5002, '0', 0, 0, 0, 0, -3076.993408203125, 2583.047607421875, 56.78761672973632812, 4.667431831359863281, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Camp Ataya - Difficulty: 0)
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247694 AND 247715;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247694 AND 247715;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+21;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 357, 5002, '0', 0, 0, -3099.138916015625, 2568.799560546875, 50.17909622192382812, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+1, 180406, 1, 357, 5002, '0', 0, 0, -3090.01904296875, 2553.565185546875, 60.36992645263671875, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+2, 180406, 1, 357, 5002, '0', 0, 0, -3041.9931640625, 2558.14501953125, 52.69311141967773437, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+3, 180407, 1, 357, 5002, '0', 0, 0, -3068.015625, 2560.755126953125, 53.10766983032226562, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+4, 180415, 1, 357, 5002, '0', 0, 0, -3094.828125, 2560.00439453125, 52.31954193115234375, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- CandleBlack01 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+5, 180415, 1, 357, 5002, '0', 0, 0, -3098.9150390625, 2566.762939453125, 52.49582290649414062, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- CandleBlack01 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+6, 180425, 1, 357, 5002, '0', 0, 0, -3083.697998046875, 2546.736083984375, 52.13373947143554687, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- SkullCandle01 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+7, 180426, 1, 357, 5002, '0', 0, 0, -3086.510498046875, 2568.942626953125, 50.17909622192382812, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- Bat01 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+8, 180426, 1, 357, 5002, '0', 0, 0, -3086.026123046875, 2572.739501953125, 55.876190185546875, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- Bat01 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+9, 180426, 1, 357, 5002, '0', 0, 0, -3096.28125, 2577.775146484375, 50.17909622192382812, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- Bat01 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+10, 180427, 1, 357, 5002, '0', 0, 0, -3102.5869140625, 2578.46435546875, 64.87989044189453125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- Bat02 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+11, 180427, 1, 357, 5002, '0', 0, 0, -3098.19970703125, 2590.7421875, 65.4478302001953125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- Bat02 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+12, 180427, 1, 357, 5002, '0', 0, 0, -3092.140625, 2576.9931640625, 59.86314010620117187, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- Bat02 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+13, 180471, 1, 357, 5002, '0', 0, 0, -3065.642333984375, 2559.48095703125, 58.4449462890625, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+14, 180471, 1, 357, 5002, '0', 0, 0, -3065.642333984375, 2559.48095703125, 60.08661651611328125, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+15, 180471, 1, 357, 5002, '0', 0, 0, -3066.257080078125, 2558.65625, 60.17853546142578125, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+16, 180471, 1, 357, 5002, '0', 0, 0, -3092.34375, 2554.709228515625, 54.05554580688476562, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+17, 180471, 1, 357, 5002, '0', 0, 0, -3088.864501953125, 2550.724853515625, 54.05554580688476562, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+18, 180472, 1, 357, 5002, '0', 0, 0, -3095.835205078125, 2559.58251953125, 55.12337493896484375, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+19, 180472, 1, 357, 5002, '0', 0, 0, -3076.232666015625, 2591.376708984375, 61.20790481567382812, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Ataya - Difficulty: 0)
(@OGUID+20, 180523, 1, 357, 5002, '0', 0, 0, -3098.897705078125, 2558.19189453125, 50.51286697387695312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Camp Ataya - Difficulty: 0)
(@OGUID+21, 208160, 1, 357, 5002, '0', 0, 0, -3093.390625, 2561.03466796875, 50.17909622192382812, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 46366); -- Candy Bucket (Area: Camp Ataya - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+21;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21);
--
SET @OGUID := 3009432;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247716 AND 247754;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247716 AND 247754;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+38;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 357, 1099, '0', 0, 0, -4431.82275390625, 269.430572509765625, 40.19013595581054687, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+1, 180405, 1, 357, 1099, '0', 0, 0, -4421.5380859375, 249.7777862548828125, 40.190765380859375, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+2, 180406, 1, 357, 1099, '0', 0, 0, -4434.0947265625, 250.373565673828125, 53.552032470703125, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+3, 180406, 1, 357, 1099, '0', 0, 0, -4477.54296875, 241.1378021240234375, 47.33536148071289062, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+4, 180407, 1, 357, 1099, '0', 0, 0, -4438.30517578125, 259.156005859375, 53.552032470703125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+5, 180407, 1, 357, 1099, '0', 0, 0, -4412.91162109375, 206.7220916748046875, 26.282745361328125, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+6, 180411, 1, 357, 1099, '0', 0, 0, -4431.64599609375, 257.35589599609375, 64.89984130859375, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+7, 180426, 1, 357, 1099, '0', 0, 0, -4397.81103515625, 248.31597900390625, 36.8386993408203125, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+8, 180426, 1, 357, 1099, '0', 0, 0, -4400.06591796875, 257.92535400390625, 39.39876174926757812, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+9, 180426, 1, 357, 1099, '0', 0, 0, -4402.09912109375, 244.6927032470703125, 38.13518524169921875, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+10, 180426, 1, 357, 1099, '0', 0, 0, -4397.1787109375, 248.83160400390625, 35.07228469848632812, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+11, 180426, 1, 357, 1099, '0', 0, 0, -4396.57275390625, 248.6840362548828125, 34.7597198486328125, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+12, 180426, 1, 357, 1099, '0', 0, 0, -4396.28466796875, 248.170135498046875, 37.53192520141601562, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+13, 180426, 1, 357, 1099, '0', 0, 0, -4395.0087890625, 241.9913177490234375, 36.0612335205078125, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+14, 180426, 1, 357, 1099, '0', 0, 0, -4396.345703125, 248.62847900390625, 34.80261993408203125, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+15, 180426, 1, 357, 1099, '0', 0, 0, -4397.52587890625, 243.376739501953125, 34.41378402709960937, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+16, 180426, 1, 357, 1099, '0', 0, 0, -4395.18212890625, 227.407989501953125, 36.96889495849609375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+17, 180427, 1, 357, 1099, '0', 0, 0, -4396.71337890625, 247.9027862548828125, 38.01698684692382812, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+18, 180427, 1, 357, 1099, '0', 0, 0, -4397.57666015625, 248.829864501953125, 35.73020553588867187, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+19, 180427, 1, 357, 1099, '0', 0, 0, -4397.390625, 248.453125, 37.29834747314453125, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+20, 180427, 1, 357, 1099, '0', 0, 0, -4396.671875, 248.201385498046875, 36.5920867919921875, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+21, 180427, 1, 357, 1099, '0', 0, 0, -4396.62841796875, 248.3524322509765625, 36.66197967529296875, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+22, 180427, 1, 357, 1099, '0', 0, 0, -4396.8125, 248.7621612548828125, 39.26578903198242187, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+23, 180427, 1, 357, 1099, '0', 0, 0, -4396.87841796875, 248.67535400390625, 34.41941452026367187, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+24, 180427, 1, 357, 1099, '0', 0, 0, -4396.6474609375, 248.642364501953125, 34.24795150756835937, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+25, 180427, 1, 357, 1099, '0', 0, 0, -4396.6318359375, 248.407989501953125, 35.87905502319335937, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+26, 180427, 1, 357, 1099, '0', 0, 0, -4395.5, 244.375, 33.37169647216796875, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+27, 180471, 1, 357, 1099, '0', 0, 0, -4434.3212890625, 252.4461822509765625, 44.89723587036132812, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+28, 180471, 1, 357, 1099, '0', 0, 0, -4453.4306640625, 253.092010498046875, 42.783599853515625, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+29, 180471, 1, 357, 1099, '0', 0, 0, -4437.2431640625, 258.039947509765625, 44.89723587036132812, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+30, 180471, 1, 357, 1099, '0', 0, 0, -4462.67529296875, 248.451385498046875, 42.78349685668945312, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+31, 180471, 1, 357, 1099, '0', 0, 0, -4470.38916015625, 245.09722900390625, 42.78286361694335937, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+32, 180472, 1, 357, 1099, '0', 0, 0, -4433.830078125, 256.17535400390625, 46.35556793212890625, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+33, 180472, 1, 357, 1099, '0', 0, 0, -4441.4619140625, 263.36285400390625, 46.86680221557617187, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+34, 180472, 1, 357, 1099, '0', 0, 0, -4450.484375, 246.7708282470703125, 46.35454177856445312, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+35, 180472, 1, 357, 1099, '0', 0, 0, -4432.60400390625, 245.640625, 46.864013671875, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+36, 180472, 1, 357, 1099, '0', 0, 0, -4467.49072265625, 239.535400390625, 46.42402267456054687, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Mojache - Difficulty: 0)
(@OGUID+37, 180523, 1, 357, 1099, '0', 0, 0, -4443.63525390625, 245.328125, 39.38525009155273437, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 46366), -- Apple Bob (Area: Camp Mojache - Difficulty: 0)
(@OGUID+38, 190088, 1, 357, 1099, '0', 0, 0, -4458.26318359375, 241.1407928466796875, 39.10747146606445312, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 46366); -- Candy Bucket (Area: Camp Mojache - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+38;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38);
--
SET @CGUID := 3000460;
SET @OGUID := 3009471;
-- Old creature spawns
DELETE FROM `creature` WHERE `guid`=396413;
DELETE FROM `game_event_creature` WHERE `guid`=396413;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 1, 357, 5003, '0', 0, 0, 0, 0, -4542.94482421875, 1880.18115234375, 99.7766265869140625, 5.875472545623779296, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Stonemaul Hold - Difficulty: 0) (possible waypoints or random movement)
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247755 AND 247793;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247755 AND 247793;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+38;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 357, 5003, '0', 0, 0, -4591.658203125, 1825.3958740234375, 91.31784820556640625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+1, 180406, 1, 357, 5003, '0', 0, 0, -4590.88037109375, 1845.5972900390625, 91.43405914306640625, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+2, 180407, 1, 357, 5003, '0', 0, 0, -4604.9306640625, 1906.4896240234375, 107.8489837646484375, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+3, 180407, 1, 357, 5003, '0', 0, 0, -4598.8349609375, 1907.1614990234375, 107.8489837646484375, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+4, 180407, 1, 357, 5003, '0', 0, 0, -4602.29150390625, 1908.24658203125, 107.8489837646484375, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+5, 180407, 1, 357, 5003, '0', 0, 0, -4580.9443359375, 1806.470458984375, 91.63939666748046875, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+6, 180407, 1, 357, 5003, '0', 0, 0, -4575.92529296875, 1825.37158203125, 93.5705718994140625, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+7, 180408, 1, 357, 5003, '0', 0, 0, -4598.77978515625, 1907.24658203125, 109.4919891357421875, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+8, 180411, 1, 357, 5003, '0', 0, 0, -4576.39404296875, 1804.7603759765625, 96.112579345703125, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+9, 180414, 1, 357, 5003, '0', 0, 0, -4601.42529296875, 1905.548583984375, 107.8489837646484375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Cauldron (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+10, 180415, 1, 357, 5003, '0', 0, 0, -4600.68408203125, 1902.79345703125, 107.8489837646484375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- CandleBlack01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+11, 180415, 1, 357, 5003, '0', 0, 0, -4597.9462890625, 1905.373291015625, 107.8489837646484375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- CandleBlack01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+12, 180415, 1, 357, 5003, '0', 0, 0, -4598.6943359375, 1903.8072509765625, 107.8489837646484375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- CandleBlack01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+13, 180415, 1, 357, 5003, '0', 0, 0, -4603.00341796875, 1903.1197509765625, 107.8489837646484375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- CandleBlack01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+14, 180415, 1, 357, 5003, '0', 0, 0, -4604.376953125, 1904.451416015625, 107.8489837646484375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- CandleBlack01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+15, 180426, 1, 357, 5003, '0', 0, 0, -4600.5224609375, 1907.09033203125, 107.8489837646484375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+16, 180426, 1, 357, 5003, '0', 0, 0, -4599.515625, 1901.9097900390625, 104.3024215698242187, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+17, 180426, 1, 357, 5003, '0', 0, 0, -4605.9775390625, 1846.407958984375, 103.9200668334960937, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+18, 180426, 1, 357, 5003, '0', 0, 0, -4604.4443359375, 1834.3697509765625, 98.08591461181640625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+19, 180426, 1, 357, 5003, '0', 0, 0, -4617.6630859375, 1821.4913330078125, 99.1563873291015625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+20, 180427, 1, 357, 5003, '0', 0, 0, -4593.34033203125, 1897.4635009765625, 107.7414627075195312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+21, 180427, 1, 357, 5003, '0', 0, 0, -4601.17724609375, 1905.6458740234375, 107.8489837646484375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+22, 180427, 1, 357, 5003, '0', 0, 0, -4600.939453125, 1908.1978759765625, 107.8489837646484375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+23, 180427, 1, 357, 5003, '0', 0, 0, -4627.77587890625, 1851.55908203125, 100.613037109375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+24, 180427, 1, 357, 5003, '0', 0, 0, -4614.40087890625, 1836.5850830078125, 97.69387054443359375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+25, 180427, 1, 357, 5003, '0', 0, 0, -4608.4130859375, 1819.1771240234375, 100.5956573486328125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+26, 180471, 1, 357, 5003, '0', 0, 0, -4570.12353515625, 1830.69970703125, 95.80023956298828125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+27, 180471, 1, 357, 5003, '0', 0, 0, -4571.9150390625, 1835.736083984375, 96.66376495361328125, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+28, 180471, 1, 357, 5003, '0', 0, 0, -4571.28466796875, 1834.2742919921875, 96.41864776611328125, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+29, 180471, 1, 357, 5003, '0', 0, 0, -4570.62158203125, 1832.4930419921875, 96.16712188720703125, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+30, 180471, 1, 357, 5003, '0', 0, 0, -4569.6943359375, 1829.32470703125, 95.34833526611328125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+31, 180472, 1, 357, 5003, '0', 0, 0, -4572.625, 1837.125, 98.009033203125, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+32, 180523, 1, 357, 5003, '0', 0, 0, -4575.033203125, 1836.626708984375, 89.51651763916015625, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- Apple Bob (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+33, 185436, 1, 357, 5003, '0', 0, 0, -4601.0869140625, 1905.65283203125, 108.3902816772460937, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 46366), -- Sitting Skeleton 03 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+34, 185437, 1, 357, 5003, '0', 0, 0, -4599.76416015625, 1905.2396240234375, 107.8489837646484375, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 46366), -- Laying Skeleton 01 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+35, 185438, 1, 357, 5003, '0', 0, 0, -4601.46337890625, 1905.9097900390625, 108.3793869018554687, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 46366), -- Sitting Skeleton 04 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+36, 185454, 1, 357, 5003, '0', 0, 0, -4603.91845703125, 1905.8541259765625, 108.213836669921875, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46366), -- Laying Skeleton 02 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+37, 185455, 1, 357, 5003, '0', 0, 0, -4601.94970703125, 1904.736083984375, 107.8489837646484375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46366), -- Laying Skeleton 03 (Area: Stonemaul Hold - Difficulty: 0)
(@OGUID+38, 208161, 1, 357, 5003, '0', 0, 0, -4573.892578125, 1829.4791259765625, 89.5510406494140625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366); -- Candy Bucket (Area: Stonemaul Hold - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+38;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38);
--
SET @CGUID := 3000461;
SET @OGUID := 3009510;
-- Old creature spawns
DELETE FROM `creature` WHERE `guid`=396414;
DELETE FROM `game_event_creature` WHERE `guid`=396414;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 1, 357, 5024, '0', 0, 0, 0, 0, -3147.169921875, 1888.8602294921875, 41.98286819458007812, 3.564326763153076171, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Dreamer's Rest - Difficulty: 0)
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247794 AND 247819;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247794 AND 247819;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+25;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 357, 5024, '0', 0, 0, -3170.104248046875, 1924.513916015625, 45.38033676147460937, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+1, 180405, 1, 357, 5024, '0', 0, 0, -3147.42529296875, 1943.9896240234375, 42.31151199340820312, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+2, 180406, 1, 357, 5024, '0', 0, 0, -3160.413330078125, 1904.9566650390625, 45.49956130981445312, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+3, 180407, 1, 357, 5024, '0', 0, 0, -3153.8056640625, 1919.3524169921875, 45.37310409545898437, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+4, 180407, 1, 357, 5024, '0', 0, 0, -3174.65966796875, 1911.4774169921875, 45.38034439086914062, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+5, 180408, 1, 357, 5024, '0', 0, 0, -3151.109375, 1925.923583984375, 48.33165359497070312, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+6, 180408, 1, 357, 5024, '0', 0, 0, -3158.53125, 1931.4896240234375, 48.53600311279296875, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+7, 180415, 1, 357, 5024, '0', 0, 0, -3175.892333984375, 1880.3819580078125, 46.98336029052734375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+8, 180415, 1, 357, 5024, '0', 0, 0, -3184.838623046875, 1884.3194580078125, 47.96312332153320312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+9, 180415, 1, 357, 5024, '0', 0, 0, -3188.053955078125, 1880.8853759765625, 48.4252471923828125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+10, 180415, 1, 357, 5024, '0', 0, 0, -3179.022705078125, 1879.84375, 47.74272537231445312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+11, 180415, 1, 357, 5024, '0', 0, 0, -3180.866455078125, 1878.373291015625, 48.20755767822265625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+12, 180415, 1, 357, 5024, '0', 0, 0, -3185.98779296875, 1879.8021240234375, 48.4252471923828125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+13, 180415, 1, 357, 5024, '0', 0, 0, -3187.645751953125, 1884.8629150390625, 48.33615875244140625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+14, 180415, 1, 357, 5024, '0', 0, 0, -3190.59375, 1885.513916015625, 48.90917205810546875, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+15, 180415, 1, 357, 5024, '0', 0, 0, -3193.39404296875, 1890.9305419921875, 50.51607131958007812, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+16, 180415, 1, 357, 5024, '0', 0, 0, -3194.835205078125, 1891.8819580078125, 50.68331146240234375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+17, 180415, 1, 357, 5024, '0', 0, 0, -3193.578125, 1891.1822509765625, 50.51610946655273437, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+18, 180415, 1, 357, 5024, '0', 0, 0, -3190.802001953125, 1881.4010009765625, 48.71342849731445312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+19, 180425, 1, 357, 5024, '0', 0, 0, -3199.4931640625, 1897.8663330078125, 51.62615966796875, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- SkullCandle01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+20, 180426, 1, 357, 5024, '0', 0, 0, -3147.08154296875, 1927.532958984375, 44.22612380981445312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+21, 180426, 1, 357, 5024, '0', 0, 0, -3201.84716796875, 1897.6302490234375, 49.33378982543945312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+22, 180426, 1, 357, 5024, '0', 0, 0, -3201.147705078125, 1890.095458984375, 56.04289627075195312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+23, 180427, 1, 357, 5024, '0', 0, 0, -3189.579833984375, 1892.361083984375, 57.13821029663085937, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+24, 180427, 1, 357, 5024, '0', 0, 0, -3141.46875, 1940.5972900390625, 41.66498565673828125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Dreamer's Rest - Difficulty: 0)
(@OGUID+25, 208116, 1, 357, 5024, '0', 0, 0, -3192.08154296875, 1892.1614990234375, 49.33295822143554687, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366); -- Candy Bucket (Area: Dreamer's Rest - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+25;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25);
--
SET @OGUID := 3009536;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247820 AND 247897;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247820 AND 247897;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+77;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 357, 5072, '0', 0, 0, -4453.125, 2203.28466796875, 27.67428016662597656, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+1, 180405, 1, 357, 5072, '0', 0, 0, -4485.23095703125, 2214.37841796875, 30.59831428527832031, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+2, 180405, 1, 357, 5072, '0', 0, 0, -4444.283203125, 2227.057373046875, 30.59831428527832031, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+3, 180405, 1, 357, 5072, '0', 0, 0, -4443.15478515625, 2269.486083984375, 30.59831047058105468, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+4, 180405, 1, 357, 5072, '0', 0, 0, -4484.11474609375, 2256.807373046875, 30.59831428527832031, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+5, 180405, 1, 357, 5072, '0', 0, 0, -4261.2412109375, 2270.87841796875, 11.45969963073730468, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+6, 180405, 1, 357, 5072, '0', 0, 0, -4261.68603515625, 2260.98779296875, 11.48336124420166015, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+7, 180406, 1, 357, 5072, '0', 0, 0, -4443.77099609375, 2241.444580078125, 30.59831428527832031, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+8, 180406, 1, 357, 5072, '0', 0, 0, -4484.62353515625, 2242.423583984375, 30.59831428527832031, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+9, 180406, 1, 357, 5072, '0', 0, 0, -4443.16845703125, 2278.970458984375, 27.67427444458007812, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+10, 180406, 1, 357, 5072, '0', 0, 0, -4320.01025390625, 2279.197998046875, 9.409993171691894531, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+11, 180406, 1, 357, 5072, '0', 0, 0, -4287.38525390625, 2271.11279296875, 9.427296638488769531, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+12, 180407, 1, 357, 5072, '0', 0, 0, -4444.67041015625, 2202.947998046875, 27.67427635192871093, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+13, 180407, 1, 357, 5072, '0', 0, 0, -4444.37841796875, 2214.704833984375, 30.59831428527832031, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+14, 180407, 1, 357, 5072, '0', 0, 0, -4443.705078125, 2256.303955078125, 30.59831047058105468, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+15, 180407, 1, 357, 5072, '0', 0, 0, -4484.68212890625, 2227.56591796875, 30.59831428527832031, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+16, 180407, 1, 357, 5072, '0', 0, 0, -4316.41162109375, 2233.302001953125, 9.409993171691894531, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+17, 180407, 1, 357, 5072, '0', 0, 0, -4451.6962890625, 2279.310791015625, 27.67428016662597656, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+18, 180407, 1, 357, 5072, '0', 0, 0, -4299.96728515625, 2213.692626953125, 9.409993171691894531, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+19, 180407, 1, 357, 5072, '0', 0, 0, -4484.0224609375, 2269.163330078125, 30.59831047058105468, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+20, 180411, 1, 357, 5072, '0', 0, 0, -4441.88037109375, 2202.59375, 28.79986190795898437, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+21, 180411, 1, 357, 5072, '0', 0, 0, -4380.640625, 2224.911376953125, 19.1699066162109375, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+22, 180411, 1, 357, 5072, '0', 0, 0, -4440.63037109375, 2279.54345703125, 29.11422348022460937, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+23, 180415, 1, 357, 5072, '0', 0, 0, -4380.4375, 2229.67529296875, 9.981640815734863281, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+24, 180415, 1, 357, 5072, '0', 0, 0, -4383.60400390625, 2224.28466796875, 11.67404556274414062, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+25, 180415, 1, 357, 5072, '0', 0, 0, -4374.7900390625, 2222.15625, 14.13726520538330078, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+26, 180415, 1, 357, 5072, '0', 0, 0, -4384.97412109375, 2226.182373046875, 14.65523624420166015, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+27, 180415, 1, 357, 5072, '0', 0, 0, -4379.408203125, 2218.739501953125, 14.12955379486083984, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+28, 180415, 1, 357, 5072, '0', 0, 0, -4377.19970703125, 2225.494873046875, 13.05966091156005859, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+29, 180415, 1, 357, 5072, '0', 0, 0, -4379.07275390625, 2227.8525390625, 11.60944080352783203, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+30, 180415, 1, 357, 5072, '0', 0, 0, -4381.8525390625, 2221.942626953125, 13.07179832458496093, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+31, 180415, 1, 357, 5072, '0', 0, 0, -4364.86279296875, 2255.05029296875, 11.46012783050537109, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+32, 180415, 1, 357, 5072, '0', 0, 0, -4366.330078125, 2262.814208984375, 11.33212757110595703, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+33, 180415, 1, 357, 5072, '0', 0, 0, -4273.314453125, 2246.31591796875, 10.75973987579345703, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+34, 180415, 1, 357, 5072, '0', 0, 0, -4272.63037109375, 2247.595458984375, 10.59279823303222656, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+35, 180425, 1, 357, 5072, '0', 0, 0, -4281.4130859375, 2295.5869140625, 10.9051361083984375, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- SkullCandle01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+36, 180426, 1, 357, 5072, '0', 0, 0, -4439.59716796875, 2181.4775390625, 28.31475257873535156, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+37, 180426, 1, 357, 5072, '0', 0, 0, -4467.83349609375, 2176.427001953125, 24.14411354064941406, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+38, 180426, 1, 357, 5072, '0', 0, 0, -4403.34375, 2244.03466796875, 12.73984718322753906, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+39, 180426, 1, 357, 5072, '0', 0, 0, -4409.203125, 2248.611083984375, 12.73914527893066406, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+40, 180426, 1, 357, 5072, '0', 0, 0, -4408.203125, 2237.9775390625, 12.74163246154785156, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+41, 180426, 1, 357, 5072, '0', 0, 0, -4301.2255859375, 2246.19970703125, 9.409993171691894531, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+42, 180426, 1, 357, 5072, '0', 0, 0, -4301.02587890625, 2295.10595703125, 21.73912429809570312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+43, 180426, 1, 357, 5072, '0', 0, 0, -4300.0869140625, 2271.10595703125, 31.24988746643066406, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+44, 180427, 1, 357, 5072, '0', 0, 0, -4472.5537109375, 2176.92529296875, 17.91554641723632812, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+45, 180427, 1, 357, 5072, '0', 0, 0, -4457.65087890625, 2171.522705078125, 21.59903717041015625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+46, 180427, 1, 357, 5072, '0', 0, 0, -4467.6005859375, 2172.505126953125, 17.41539573669433593, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+47, 180427, 1, 357, 5072, '0', 0, 0, -4390.75537109375, 2254.817626953125, 12.74164009094238281, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+48, 180427, 1, 357, 5072, '0', 0, 0, -4400.265625, 2235.564208984375, 12.80641365051269531, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+49, 180427, 1, 357, 5072, '0', 0, 0, -4370.609375, 2257.15625, 9.046797752380371093, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+50, 180427, 1, 357, 5072, '0', 0, 0, -4300.67724609375, 2270.682373046875, 36.41701507568359375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+51, 180427, 1, 357, 5072, '0', 0, 0, -4300.4443359375, 2271.770751953125, 30.54913330078125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+52, 180427, 1, 357, 5072, '0', 0, 0, -4300.533203125, 2271.5869140625, 31.17810821533203125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+53, 180427, 1, 357, 5072, '0', 0, 0, -4300.04150390625, 2273.116455078125, 20.05820465087890625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+54, 180471, 1, 357, 5072, '0', 0, 0, -4461.7724609375, 2205.720458984375, 34.4166259765625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+55, 180471, 1, 357, 5072, '0', 0, 0, -4451.64599609375, 2205.185791015625, 34.47686767578125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+56, 180471, 1, 357, 5072, '0', 0, 0, -4458.16650390625, 2205.56591796875, 34.42998123168945312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+57, 180471, 1, 357, 5072, '0', 0, 0, -4448.20654296875, 2205.475830078125, 35.03975296020507812, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+58, 180471, 1, 357, 5072, '0', 0, 0, -4466.5556640625, 2205.7744140625, 34.430633544921875, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+59, 180471, 1, 357, 5072, '0', 0, 0, -4454.830078125, 2205.317626953125, 34.49394607543945312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+60, 180471, 1, 357, 5072, '0', 0, 0, -4473.25341796875, 2205.904541015625, 34.36895751953125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+61, 180471, 1, 357, 5072, '0', 0, 0, -4479.87841796875, 2205.725830078125, 34.927734375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+62, 180471, 1, 357, 5072, '0', 0, 0, -4470.109375, 2205.92529296875, 34.35744094848632812, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+63, 180471, 1, 357, 5072, '0', 0, 0, -4477.04541015625, 2205.7744140625, 34.56785964965820312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+64, 180471, 1, 357, 5072, '0', 0, 0, -4449.7099609375, 2277.645751953125, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+65, 180471, 1, 357, 5072, '0', 0, 0, -4446.87353515625, 2277.765625, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+66, 180471, 1, 357, 5072, '0', 0, 0, -4464.97412109375, 2277.298583984375, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+67, 180471, 1, 357, 5072, '0', 0, 0, -4468.58154296875, 2277.36279296875, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+68, 180471, 1, 357, 5072, '0', 0, 0, -4460.1962890625, 2277.373291015625, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+69, 180471, 1, 357, 5072, '0', 0, 0, -4453.49462890625, 2277.411376953125, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+70, 180471, 1, 357, 5072, '0', 0, 0, -4471.91845703125, 2277.522705078125, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+71, 180471, 1, 357, 5072, '0', 0, 0, -4456.6337890625, 2277.3125, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+72, 180471, 1, 357, 5072, '0', 0, 0, -4475.11279296875, 2277.572998046875, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+73, 180471, 1, 357, 5072, '0', 0, 0, -4478.626953125, 2277.5625, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+74, 180472, 1, 357, 5072, '0', 0, 0, -4464.1787109375, 2206.029541015625, 35.48272705078125, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+75, 180472, 1, 357, 5072, '0', 0, 0, -4462.84033203125, 2276.890625, 35.4613800048828125, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+76, 190053, 1, 357, 5072, '0', 0, 0, -4460.68212890625, 2221.84375, 27.67427253723144531, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- Candy Bucket (Area: Feathermoon Stronghold - Difficulty: 0)
(@OGUID+77, 207941, 1, 357, 5072, '0', 0, 0, -4300.67529296875, 2269.80908203125, 37.58877182006835937, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46366); -- G_WitchHat_01 scale 2.0 (Area: Feathermoon Stronghold - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+77;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77);
@@ -0,0 +1,100 @@
--
SET @OGUID := 3009614;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 248064 AND 248106;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 248064 AND 248106;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+42;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 1377, 3425, '0', 0, 0, -6845.8662109375, 737.00347900390625, 45.3452911376953125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+1, 180406, 1, 1377, 3425, '0', 0, 0, -6848.8994140625, 742.9132080078125, 45.3786163330078125, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+2, 180407, 1, 1377, 3425, '0', 0, 0, -6851.30224609375, 741.84375, 56.65892410278320312, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+3, 180407, 1, 1377, 3425, '0', 0, 0, -6848.44775390625, 735.88714599609375, 56.65433120727539062, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+4, 180410, 1, 1377, 3425, '0', 0, 0, -6860.06787109375, 719.546875, 47.32749176025390625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+5, 180410, 1, 1377, 3425, '0', 0, 0, -6871.8349609375, 741.84027099609375, 47.25341033935546875, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+6, 180411, 1, 1377, 3425, '0', 0, 0, -6856.36474609375, 706.31427001953125, 63.8646392822265625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+7, 180411, 1, 1377, 3425, '0', 0, 0, -6834.8037109375, 746.420166015625, 64.1032867431640625, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+8, 180411, 1, 1377, 3425, '0', 0, 0, -6879.99853515625, 753.092041015625, 64.5603790283203125, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+9, 180426, 1, 1377, 3425, '0', 0, 0, -6868.28466796875, 729.45489501953125, 69.5771942138671875, 5.151032924652099609, 0, 0, -0.53632450103759765, 0.844011843204498291, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+10, 180426, 1, 1377, 3425, '0', 0, 0, -6868.2431640625, 729.6632080078125, 69.5742645263671875, 3.178854942321777343, 0, 0, -0.99982643127441406, 0.018630025908350944, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+11, 180426, 1, 1377, 3425, '0', 0, 0, -6868.36474609375, 729.29864501953125, 69.58489227294921875, 2.149065732955932617, 0, 0, 0.879367828369140625, 0.476143062114715576, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+12, 180426, 1, 1377, 3425, '0', 0, 0, -6868.35595703125, 729.3507080078125, 69.58284759521484375, 2.218876123428344726, 0, 0, 0.895448684692382812, 0.445164769887924194, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+13, 180426, 1, 1377, 3425, '0', 0, 0, -6868.36279296875, 729.420166015625, 69.58049774169921875, 3.876943111419677734, 0, 0, -0.93316555023193359, 0.359446883201599121, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+14, 180426, 1, 1377, 3425, '0', 0, 0, -6868.34912109375, 729.248291015625, 69.58638763427734375, 5.657180309295654296, 0, 0, -0.30791664123535156, 0.951413333415985107, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+15, 180426, 1, 1377, 3425, '0', 0, 0, -6868.50341796875, 729.36114501953125, 69.5898895263671875, 1.224040150642395019, 0, 0, 0.574522018432617187, 0.818489134311676025, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+16, 180426, 1, 1377, 3425, '0', 0, 0, -6868.470703125, 729.42706298828125, 69.5865936279296875, 2.428315162658691406, 0, 0, 0.937075614929199218, 0.349126458168029785, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+17, 180426, 1, 1377, 3425, '0', 0, 0, -6868.34716796875, 729.48614501953125, 69.58113861083984375, 3.301003456115722656, 0, 0, -0.99682521820068359, 0.079620920121669769, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+18, 180426, 1, 1377, 3425, '0', 0, 0, -6868.37158203125, 729.40106201171875, 69.58141326904296875, 6.250591278076171875, 0, 0, -0.01629638671875, 0.999867200851440429, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+19, 180427, 1, 1377, 3425, '0', 0, 0, -6868.13525390625, 729.467041015625, 69.5729217529296875, 0.909881889820098876, 0, 0, 0.439409255981445312, 0.898286998271942138, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+20, 180427, 1, 1377, 3425, '0', 0, 0, -6868.27978515625, 729.41668701171875, 69.5784149169921875, 1.398573517799377441, 0, 0, 0.643671989440917968, 0.765301465988159179, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+21, 180427, 1, 1377, 3425, '0', 0, 0, -6868.26025390625, 729.3663330078125, 69.57970428466796875, 5.081219673156738281, 0, 0, -0.56545352935791015, 0.824780166149139404, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+22, 180427, 1, 1377, 3425, '0', 0, 0, -6868.61474609375, 729.482666015625, 69.5918426513671875, 2.498130559921264648, 0, 0, 0.948689460754394531, 0.316209226846694946, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+23, 180427, 1, 1377, 3425, '0', 0, 0, -6868.3837890625, 729.09027099609375, 69.5912322998046875, 1.712731480598449707, 0, 0, 0.755466461181640625, 0.65518730878829956, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+24, 180427, 1, 1377, 3425, '0', 0, 0, -6868.40478515625, 729.4375, 69.5843963623046875, 2.026891708374023437, 0, 0, 0.848659515380859375, 0.528939545154571533, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+25, 180427, 1, 1377, 3425, '0', 0, 0, -6868.32666015625, 729.19793701171875, 69.58763885498046875, 4.156195640563964843, 0, 0, -0.87405872344970703, 0.485820263624191284, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+26, 180427, 1, 1377, 3425, '0', 0, 0, -6868.296875, 729.52606201171875, 69.5784149169921875, 2.672665357589721679, 0, 0, 0.972639083862304687, 0.232321321964263916, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+27, 180427, 1, 1377, 3425, '0', 0, 0, -6868.3662109375, 729.73956298828125, 69.57366180419921875, 5.133581161499023437, 0, 0, -0.54366874694824218, 0.83929985761642456, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+28, 180427, 1, 1377, 3425, '0', 0, 0, -6868.390625, 729.18231201171875, 69.5898895263671875, 0.525908589363098144, 0, 0, 0.259934425354003906, 0.965626239776611328, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+29, 180448, 1, 1377, 3425, '0', 0, 0, -6847.41162109375, 748.78643798828125, 42.53837966918945312, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- Wanted Poster: Deathclasp (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+30, 180471, 1, 1377, 3425, '0', 0, 0, -6851.330078125, 722.14239501953125, 54.66414642333984375, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+31, 180471, 1, 1377, 3425, '0', 0, 0, -6872.171875, 711.654541015625, 54.71162033081054687, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+32, 180471, 1, 1377, 3425, '0', 0, 0, -6864.02587890625, 747.95489501953125, 54.58295440673828125, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+33, 180471, 1, 1377, 3425, '0', 0, 0, -6885.015625, 737.5086669921875, 54.5417022705078125, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+34, 180472, 1, 1377, 3425, '0', 0, 0, -6861.484375, 733.154541015625, 52.30553054809570312, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+35, 180472, 1, 1377, 3425, '0', 0, 0, -6852.83349609375, 717.2569580078125, 52.95908737182617187, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+36, 180472, 1, 1377, 3425, '0', 0, 0, -6867.30712890625, 709.94964599609375, 52.93153762817382812, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+37, 180472, 1, 1377, 3425, '0', 0, 0, -6869.41650390625, 750.47393798828125, 53.12325668334960937, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+38, 180472, 1, 1377, 3425, '0', 0, 0, -6886.4775390625, 732.58331298828125, 54.28470993041992187, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+39, 180472, 1, 1377, 3425, '0', 0, 0, -6876.86474609375, 713.35418701171875, 54.56313705444335937, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+40, 180472, 1, 1377, 3425, '0', 0, 0, -6883.94775390625, 743.28643798828125, 53.29156875610351562, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+41, 180523, 1, 1377, 3425, '0', 0, 0, -6863.6162109375, 725.828125, 46.06303787231445312, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46366), -- Apple Bob (Area: Cenarion Hold - Difficulty: 0)
(@OGUID+42, 190107, 1, 1377, 3425, '0', 0, 0, -6868.533203125, 732.15106201171875, 45.66207504272460937, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46366); -- Candy Bucket (Area: Cenarion Hold - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+42;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42);
@@ -0,0 +1,84 @@
--
SET @OGUID := 3009657;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 248029 AND 248063;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 248029 AND 248063;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+34;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 490, 4882, '0', 0, 0, -7553.1943359375, -1551.6146240234375, -270.35931396484375, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+1, 180405, 1, 490, 4882, '0', 0, 0, -7500.6875, -1525.6197509765625, -262.427825927734375, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+2, 180405, 1, 490, 4882, '0', 0, 0, -7510.23974609375, -1484.720458984375, -263.798004150390625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+3, 180406, 1, 490, 4882, '0', 0, 0, -7531.7412109375, -1540.6319580078125, -270.43572998046875, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+4, 180406, 1, 490, 4882, '0', 0, 0, -7484.546875, -1514.5833740234375, -261.67718505859375, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+5, 180406, 1, 490, 4882, '0', 0, 0, -7498.38037109375, -1488.513916015625, -265.22161865234375, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+6, 180407, 1, 490, 4882, '0', 0, 0, -7507.001953125, -1524.717041015625, -265.499420166015625, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+7, 180407, 1, 490, 4882, '0', 0, 0, -7488.048828125, -1501.9410400390625, -265.885498046875, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+8, 180410, 1, 490, 4882, '0', 0, 0, -7500.875, -1513.9149169921875, -264.225433349609375, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+9, 180415, 1, 490, 4882, '0', 0, 0, -7530.51220703125, -1537.576416015625, -270.441497802734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+10, 180415, 1, 490, 4882, '0', 0, 0, -7531.38916015625, -1520.204833984375, -269.112213134765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+11, 180415, 1, 490, 4882, '0', 0, 0, -7534.705078125, -1542.263916015625, -270.442047119140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+12, 180415, 1, 490, 4882, '0', 0, 0, -7541.4375, -1553.77783203125, -270.13531494140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+13, 180415, 1, 490, 4882, '0', 0, 0, -7539.52587890625, -1528.4757080078125, -270.6669921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+14, 180415, 1, 490, 4882, '0', 0, 0, -7535.02099609375, -1524.07470703125, -269.573638916015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+15, 180415, 1, 490, 4882, '0', 0, 0, -7532.14404296875, -1543.157958984375, -270.195587158203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+16, 180415, 1, 490, 4882, '0', 0, 0, -7539.26220703125, -1548.7847900390625, -270.30206298828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+17, 180415, 1, 490, 4882, '0', 0, 0, -7529.22216796875, -1540.795166015625, -270.32806396484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+18, 180415, 1, 490, 4882, '0', 0, 0, -7537.001953125, -1544.7742919921875, -270.39398193359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+19, 180426, 1, 490, 4882, '0', 0, 0, -7536.08837890625, -1539.6319580078125, -270.484130859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+20, 180426, 1, 490, 4882, '0', 0, 0, -7501.50341796875, -1504.673583984375, -263.64105224609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+21, 180426, 1, 490, 4882, '0', 0, 0, -7516, -1537.2899169921875, -268.865447998046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+22, 180426, 1, 490, 4882, '0', 0, 0, -7515.27587890625, -1504.204833984375, -258.301239013671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+23, 180426, 1, 490, 4882, '0', 0, 0, -7502.1494140625, -1498.4930419921875, -263.44427490234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+24, 180426, 1, 490, 4882, '0', 0, 0, -7494.421875, -1494.2603759765625, -263.35736083984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+25, 180426, 1, 490, 4882, '0', 0, 0, -7502.8505859375, -1501.267333984375, -263.51947021484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+26, 180427, 1, 490, 4882, '0', 0, 0, -7527.4130859375, -1523.8663330078125, -269.178466796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+27, 180427, 1, 490, 4882, '0', 0, 0, -7527.64404296875, -1535.4791259765625, -270.324462890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+28, 180427, 1, 490, 4882, '0', 0, 0, -7501.4912109375, -1504.2882080078125, -266.2427978515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+29, 180427, 1, 490, 4882, '0', 0, 0, -7515.73095703125, -1535.62158203125, -268.985748291015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+30, 180427, 1, 490, 4882, '0', 0, 0, -7512.30224609375, -1495.3785400390625, -265.634429931640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+31, 180471, 1, 490, 4882, '0', 0, 0, -7513.00341796875, -1500.9947509765625, -262.97137451171875, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+32, 180471, 1, 490, 4882, '0', 0, 0, -7513.27099609375, -1507.8941650390625, -262.9488525390625, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+33, 180523, 1, 490, 4882, '0', 0, 0, -7505.953125, -1510.8819580078125, -265.58953857421875, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366), -- Apple Bob (Area: Marshal's Stand - Difficulty: 0)
(@OGUID+34, 208180, 1, 490, 4882, '0', 0, 0, -7498.859375, -1511.48095703125, -266.102935791015625, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366); -- Candy Bucket (Area: Marshal's Stand - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+34;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34);
@@ -0,0 +1,305 @@
--
SET @CGUID := 3000462;
SET @OGUID := 3009692;
-- Old creature spawns
DELETE FROM `creature` WHERE `guid`=396415;
DELETE FROM `game_event_creature` WHERE `guid`=396415;
-- Creature spawns
DELETE FROM `creature` WHERE `guid`=@CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 22816, 1, 440, 976, '0', 0, 0, 0, 0, -7147.916015625, -3883.333984375, 10.58909988403320312, 3.189942121505737304, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Gadgetzan - Difficulty: 0) (possible waypoints or random movement)
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247898 AND 247991;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247898 AND 247991;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+93;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 440, 976, '0', 0, 0, -7073.64013671875, -3842.669921875, 16.44319915771484375, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+1, 180405, 1, 440, 976, '0', 0, 0, -7075.49853515625, -3879.43408203125, 21.4342041015625, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+2, 180405, 1, 440, 976, '0', 0, 0, -7092.6630859375, -3792.529541015625, 20.41531562805175781, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+3, 180405, 1, 440, 976, '0', 0, 0, -7074.1806640625, -3850.91845703125, 11.23122596740722656, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+4, 180405, 1, 440, 976, '0', 0, 0, -7119.29541015625, -3798.0087890625, 21.16559028625488281, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+5, 180405, 1, 440, 976, '0', 0, 0, -7149.79541015625, -3806.178955078125, 17.25362586975097656, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+6, 180405, 1, 440, 976, '0', 0, 0, -7195.1181640625, -3857.942626953125, 21.74278640747070312, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+7, 180405, 1, 440, 976, '0', 0, 0, -7204.67724609375, -3834.592041015625, 9.890347480773925781, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+8, 180405, 1, 440, 976, '0', 0, 0, -7193.13525390625, -3810.23779296875, 10.90764808654785156, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+9, 180405, 1, 440, 976, '0', 0, 0, -7128.02978515625, -3767.588623046875, 17.25362586975097656, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+10, 180405, 1, 440, 976, '0', 0, 0, -7158.07275390625, -3776.173583984375, 17.25362586975097656, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+11, 180405, 1, 440, 976, '0', 0, 0, -7193.01904296875, -3799.447998046875, 10.90303802490234375, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+12, 180405, 1, 440, 976, '0', 0, 0, -7102.90283203125, -3717.882080078125, 20.61644935607910156, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+13, 180405, 1, 440, 976, '0', 0, 0, -7139.32666015625, -3733.654541015625, 17.10546302795410156, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+14, 180405, 1, 440, 976, '0', 0, 0, -7144.30224609375, -3735.34716796875, 17.11612892150878906, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+15, 180405, 1, 440, 976, '0', 0, 0, -7184.62158203125, -3705.241455078125, 20.69564437866210937, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+16, 180405, 1, 440, 976, '0', 0, 0, -7149.767578125, -3686.578125, 22.96961212158203125, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+17, 180406, 1, 440, 976, '0', 0, 0, -7040.22900390625, -3823.935791015625, 21.22549629211425781, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+18, 180406, 1, 440, 976, '0', 0, 0, -7105.33349609375, -3834.86279296875, 10.69816780090332031, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+19, 180406, 1, 440, 976, '0', 0, 0, -7076.9306640625, -3868.210205078125, 16.44320106506347656, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+20, 180406, 1, 440, 976, '0', 0, 0, -7075.27587890625, -3860.579833984375, 11.07569503784179687, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+21, 180406, 1, 440, 976, '0', 0, 0, -7116.41650390625, -3786.458251953125, 21.16559028625488281, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+22, 180406, 1, 440, 976, '0', 0, 0, -7138.5556640625, -3808.80908203125, 17.25362586975097656, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+23, 180406, 1, 440, 976, '0', 0, 0, -7179.095703125, -3866.366455078125, 21.42614936828613281, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+24, 180406, 1, 440, 976, '0', 0, 0, -7190.642578125, -3821.307373046875, 17.33078384399414062, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+25, 180406, 1, 440, 976, '0', 0, 0, -7187.0244140625, -3825.170166015625, 17.34145545959472656, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+26, 180406, 1, 440, 976, '0', 0, 0, -7224.3974609375, -3843.47216796875, 22.11511993408203125, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+27, 180406, 1, 440, 976, '0', 0, 0, -7139.2724609375, -3764.822998046875, 17.25362586975097656, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+28, 180406, 1, 440, 976, '0', 0, 0, -7161.01220703125, -3787.171875, 17.25362586975097656, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+29, 180406, 1, 440, 976, '0', 0, 0, -7208.6318359375, -3810.482666015625, 19.05033683776855468, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+30, 180406, 1, 440, 976, '0', 0, 0, -7142.09716796875, -3734.447998046875, 14.480804443359375, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+31, 180406, 1, 440, 976, '0', 0, 0, -7172.17529296875, -3708.12841796875, 20.57437896728515625, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+32, 180406, 1, 440, 976, '0', 0, 0, -7110.38916015625, -3688.276123046875, 20.64831924438476562, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+33, 180407, 1, 440, 976, '0', 0, 0, -7044.69091796875, -3855.4150390625, 20.85909843444824218, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+34, 180407, 1, 440, 976, '0', 0, 0, -7079.06005859375, -3857.7900390625, 19.03499984741210937, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+35, 180407, 1, 440, 976, '0', 0, 0, -7127.546875, -3806.04345703125, 19.52004241943359375, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+36, 180407, 1, 440, 976, '0', 0, 0, -7078.39013671875, -3853.02001953125, 19.03499984741210937, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+37, 180407, 1, 440, 976, '0', 0, 0, -7119.73779296875, -3775.302001953125, 19.52004241943359375, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+38, 180407, 1, 440, 976, '0', 0, 0, -7149.02978515625, -3872.532958984375, 22.06035232543945312, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+39, 180407, 1, 440, 976, '0', 0, 0, -7188.73291015625, -3823.291748046875, 14.71108341217041015, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+40, 180407, 1, 440, 976, '0', 0, 0, -7158.18408203125, -3798.3681640625, 19.52004241943359375, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+41, 180407, 1, 440, 976, '0', 0, 0, -7150.421875, -3767.645751953125, 19.52003860473632812, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+42, 180407, 1, 440, 976, '0', 0, 0, -7208.6162109375, -3799.328125, 18.74937629699707031, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+43, 180407, 1, 440, 976, '0', 0, 0, -7253.93408203125, -3795.036376953125, 20.78090858459472656, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+44, 180407, 1, 440, 976, '0', 0, 0, -7248.08154296875, -3822.265625, 20.63779640197753906, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+45, 180407, 1, 440, 976, '0', 0, 0, -7143.34912109375, -3675.4462890625, 26.45174598693847656, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+46, 180415, 1, 440, 976, '0', 0, 0, -7064.65625, -3858.001708984375, 10.75152587890625, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- CandleBlack01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+47, 180425, 1, 440, 976, '0', 0, 0, -7063.5712890625, -3854.05029296875, 10.83474254608154296, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- SkullCandle01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+48, 180426, 1, 440, 976, '0', 0, 0, -7145.484375, -3787.911376953125, 21.68546676635742187, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+49, 180426, 1, 440, 976, '0', 0, 0, -7145.2724609375, -3788.2431640625, 21.70317268371582031, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+50, 180426, 1, 440, 976, '0', 0, 0, -7145.1943359375, -3788.69091796875, 21.69566535949707031, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+51, 180426, 1, 440, 976, '0', 0, 0, -7145.126953125, -3788.22216796875, 21.72626113891601562, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+52, 180426, 1, 440, 976, '0', 0, 0, -7145.173828125, -3787.538330078125, 21.74870109558105468, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+53, 180426, 1, 440, 976, '0', 0, 0, -7145.71875, -3788.3125, 21.63250160217285156, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+54, 180426, 1, 440, 976, '0', 0, 0, -7145.33837890625, -3788.223876953125, 21.69394302368164062, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+55, 180426, 1, 440, 976, '0', 0, 0, -7145.34228515625, -3788.11279296875, 21.69825172424316406, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+56, 180426, 1, 440, 976, '0', 0, 0, -7145.34716796875, -3787.991455078125, 21.70297431945800781, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+57, 180426, 1, 440, 976, '0', 0, 0, -7145.1962890625, -3788.484375, 21.70427894592285156, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+58, 180427, 1, 440, 976, '0', 0, 0, -7145.48779296875, -3787.736083984375, 21.69252395629882812, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+59, 180427, 1, 440, 976, '0', 0, 0, -7145.36279296875, -3787.84375, 21.70694160461425781, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+60, 180427, 1, 440, 976, '0', 0, 0, -7145.35595703125, -3787.911376953125, 21.70493888854980468, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+61, 180427, 1, 440, 976, '0', 0, 0, -7145.20849609375, -3788.17529296875, 21.715972900390625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+62, 180427, 1, 440, 976, '0', 0, 0, -7145.5537109375, -3788.12158203125, 21.66572189331054687, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+63, 180427, 1, 440, 976, '0', 0, 0, -7145.35595703125, -3788.453125, 21.68145942687988281, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+64, 180427, 1, 440, 976, '0', 0, 0, -7145.1005859375, -3787.84033203125, 21.74678421020507812, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+65, 180427, 1, 440, 976, '0', 0, 0, -7145.3525390625, -3788.163330078125, 21.69445037841796875, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+66, 180427, 1, 440, 976, '0', 0, 0, -7145.203125, -3788.1025390625, 21.71984100341796875, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+67, 180427, 1, 440, 976, '0', 0, 0, -7145.33837890625, -3788.177001953125, 21.696136474609375, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+68, 180471, 1, 440, 976, '0', 0, 0, -7049.9462890625, -3848.130126953125, 13.26397609710693359, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+69, 180471, 1, 440, 976, '0', 0, 0, -7056.3349609375, -3847.515625, 13.08644580841064453, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+70, 180471, 1, 440, 976, '0', 0, 0, -7055.65283203125, -3842.63720703125, 13.32686710357666015, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+71, 180471, 1, 440, 976, '0', 0, 0, -7071.611328125, -3844.932373046875, 13.08367824554443359, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+72, 180471, 1, 440, 976, '0', 0, 0, -7072.16650390625, -3839.8837890625, 12.37954425811767578, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+73, 180471, 1, 440, 976, '0', 0, 0, -7057.29150390625, -3873.623291015625, 12.34993743896484375, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+74, 180471, 1, 440, 976, '0', 0, 0, -7053.03125, -3869.21533203125, 13.27369117736816406, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+75, 180471, 1, 440, 976, '0', 0, 0, -7074.9619140625, -3871.380126953125, 13.31776809692382812, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+76, 180471, 1, 440, 976, '0', 0, 0, -7074.783203125, -3867.350830078125, 12.80379104614257812, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+77, 180471, 1, 440, 976, '0', 0, 0, -7056.6181640625, -3868.75, 12.1289072036743164, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+78, 180472, 1, 440, 976, '0', 0, 0, -7064.1494140625, -3846.229248046875, 14.41779613494873046, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+79, 180472, 1, 440, 976, '0', 0, 0, -7056.392578125, -3858.942626953125, 14.46264553070068359, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+80, 180472, 1, 440, 976, '0', 0, 0, -7076.47216796875, -3844.2431640625, 14.70294952392578125, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+81, 180472, 1, 440, 976, '0', 0, 0, -7070.02978515625, -3793.93408203125, 19.380767822265625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+82, 180472, 1, 440, 976, '0', 0, 0, -7067.19775390625, -3867.444580078125, 14.47201728820800781, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+83, 180472, 1, 440, 976, '0', 0, 0, -7079.51904296875, -3866.625, 14.80517292022705078, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+84, 180472, 1, 440, 976, '0', 0, 0, -7095.3818359375, -3754.880126953125, 18.10312843322753906, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+85, 180472, 1, 440, 976, '0', 0, 0, -7162.080078125, -3851.482666015625, 14.84703254699707031, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+86, 180472, 1, 440, 976, '0', 0, 0, -7148.33349609375, -3851.6650390625, 14.68859577178955078, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+87, 180472, 1, 440, 976, '0', 0, 0, -7173.486328125, -3851.157958984375, 13.91457271575927734, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+88, 180472, 1, 440, 976, '0', 0, 0, -7232.7568359375, -3786.588623046875, 14.70685291290283203, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+89, 180472, 1, 440, 976, '0', 0, 0, -7216.486328125, -3801.3056640625, 3.651153564453125, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+90, 180472, 1, 440, 976, '0', 0, 0, -7216.580078125, -3806.435791015625, 3.642531633377075195, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+91, 180472, 1, 440, 976, '0', 0, 0, -7184.48291015625, -3727.638916015625, 15.91984939575195312, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0)
(@OGUID+92, 180523, 1, 440, 976, '0', 0, 0, -7070.1005859375, -3849.84033203125, 10.19074726104736328, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- Apple Bob (Area: Gadgetzan - Difficulty: 0)
(@OGUID+93, 190105, 1, 440, 976, '0', 0, 0, -7073.9306640625, -3853.085205078125, 9.764927864074707031, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366); -- Candy Bucket (Area: Gadgetzan - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(12, @CGUID+0);
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+93;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79),
(12, @OGUID+80),
(12, @OGUID+81),
(12, @OGUID+82),
(12, @OGUID+83),
(12, @OGUID+84),
(12, @OGUID+85),
(12, @OGUID+86),
(12, @OGUID+87),
(12, @OGUID+88),
(12, @OGUID+89),
(12, @OGUID+90),
(12, @OGUID+91),
(12, @OGUID+92),
(12, @OGUID+93);
--
SET @OGUID := 3009786;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 247992 AND 248028;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 247992 AND 248028;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+36;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 440, 5062, '0', 0, 0, -8692.076171875, -4080.00341796875, 40.27819061279296875, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+1, 180406, 1, 440, 5062, '0', 0, 0, -8693.7236328125, -4068.37841796875, 40.42780685424804687, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+2, 180406, 1, 440, 5062, '0', 0, 0, -8694.1630859375, -4088.757080078125, 40.47179794311523437, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+3, 180407, 1, 440, 5062, '0', 0, 0, -8678.435546875, -4041.463623046875, 43.67625808715820312, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+4, 180410, 1, 440, 5062, '0', 0, 0, -8701.1357421875, -4075.017333984375, 41.59624099731445312, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+5, 180415, 1, 440, 5062, '0', 0, 0, -8690.498046875, -4090.579833984375, 41.64896774291992187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+6, 180415, 1, 440, 5062, '0', 0, 0, -8688.3544921875, -4091.260498046875, 41.60406494140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+7, 180415, 1, 440, 5062, '0', 0, 0, -8689.4482421875, -4090.354248046875, 41.47544097900390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+8, 180415, 1, 440, 5062, '0', 0, 0, -8695.8681640625, -4088.026123046875, 41.52730941772460937, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+9, 180415, 1, 440, 5062, '0', 0, 0, -8692.154296875, -4089.689208984375, 41.11940383911132812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+10, 180415, 1, 440, 5062, '0', 0, 0, -8696.794921875, -4087.295166015625, 40.47179794311523437, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+11, 180415, 1, 440, 5062, '0', 0, 0, -8677.2158203125, -4043.017333984375, 43.583343505859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+12, 180415, 1, 440, 5062, '0', 0, 0, -8673.6044921875, -4043.083251953125, 45.49809646606445312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+13, 180415, 1, 440, 5062, '0', 0, 0, -8677.1875, -4039.130126953125, 46.61213302612304687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+14, 180415, 1, 440, 5062, '0', 0, 0, -8675.6474609375, -4041.885498046875, 46.47837448120117187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+15, 180415, 1, 440, 5062, '0', 0, 0, -8681.701171875, -4042.401123046875, 42.83848190307617187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+16, 180415, 1, 440, 5062, '0', 0, 0, -8679.7392578125, -4038.104248046875, 44.92335128784179687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+17, 180426, 1, 440, 5062, '0', 0, 0, -8672.158203125, -4066.444580078125, 47.80141448974609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+18, 180426, 1, 440, 5062, '0', 0, 0, -8632.685546875, -4053.52783203125, 45.95989990234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+19, 180426, 1, 440, 5062, '0', 0, 0, -8662.7275390625, -4070.640625, 47.48949432373046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+20, 180426, 1, 440, 5062, '0', 0, 0, -8651.70703125, -4065.826416015625, 46.93803024291992187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+21, 180426, 1, 440, 5062, '0', 0, 0, -8646.140625, -4090.225830078125, 42.43922042846679687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+22, 180426, 1, 440, 5062, '0', 0, 0, -8640.1455078125, -4069.569580078125, 43.80381393432617187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+23, 180427, 1, 440, 5062, '0', 0, 0, -8653.4970703125, -4078.657958984375, 38.92481613159179687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+24, 180427, 1, 440, 5062, '0', 0, 0, -8648.25390625, -4081.75, 43.91880416870117187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+25, 180427, 1, 440, 5062, '0', 0, 0, -8646.876953125, -4091.548583984375, 36.0577392578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+26, 180427, 1, 440, 5062, '0', 0, 0, -8655.734375, -4068.36279296875, 41.03221511840820312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+27, 180427, 1, 440, 5062, '0', 0, 0, -8639.2158203125, -4065.73779296875, 37.85643386840820312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+28, 180471, 1, 440, 5062, '0', 0, 0, -8695.658203125, -4067.507080078125, 44.84920120239257812, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+29, 180471, 1, 440, 5062, '0', 0, 0, -8694.0068359375, -4081.013916015625, 45.167572021484375, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+30, 180471, 1, 440, 5062, '0', 0, 0, -8693.4462890625, -4080.09375, 45.180572509765625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+31, 180471, 1, 440, 5062, '0', 0, 0, -8694.904296875, -4068.197998046875, 44.83955764770507812, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+32, 180472, 1, 440, 5062, '0', 0, 0, -8694.2294921875, -4074.15625, 46.11717605590820312, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+33, 180523, 1, 440, 5062, '0', 0, 0, -8698.6826171875, -4084.744873046875, 40.90895462036132812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+34, 208056, 1, 440, 5062, '0', 0, 0, -8706.109375, -4082.12158203125, 44.41543197631835937, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 46366), -- G_Ghost_01 (Scale 0.5) (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+35, 208064, 1, 440, 5062, '0', 0, 0, -8706.7080078125, -4082.40966796875, 43.11758804321289062, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46366), -- Web Corner (Area: Bootlegger Outpost - Difficulty: 0)
(@OGUID+36, 208177, 1, 440, 5062, '0', 0, 0, -8702.171875, -4080.111083984375, 40.45697784423828125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366); -- Candy Bucket (Area: Bootlegger Outpost - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+36;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36);
@@ -0,0 +1,388 @@
--
SET @OGUID := 3009823;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246116 AND 246178;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246116 AND 246178;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+62;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 616, 5038, '0', 0, 0, 5532.0634765625, -3612.060791015625, 1569.572021484375, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+1, 180405, 1, 616, 5038, '0', 0, 0, 5520.27978515625, -3614.48779296875, 1570.1107177734375, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+2, 180406, 1, 616, 5038, '0', 0, 0, 5535.25, -3616.467041015625, 1568.310791015625, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nordrassil - Difficulty: 0)
(@OGUID+3, 180406, 1, 616, 5038, '0', 0, 0, 5523.18603515625, -3618.80908203125, 1569.5177001953125, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nordrassil - Difficulty: 0)
(@OGUID+4, 180407, 1, 616, 5038, '0', 0, 0, 5529.322265625, -3608.166748046875, 1570.1055908203125, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nordrassil - Difficulty: 0)
(@OGUID+5, 180407, 1, 616, 5038, '0', 0, 0, 5526.35791015625, -3623.032958984375, 1568.2596435546875, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nordrassil - Difficulty: 0)
(@OGUID+6, 180408, 1, 616, 5038, '0', 0, 0, 5535.31005859375, -3616.532958984375, 1569.9779052734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+7, 180410, 1, 616, 5038, '0', 0, 0, 5494.68994140625, -3591.41845703125, 1573.1641845703125, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+8, 180410, 1, 616, 5038, '0', 0, 0, 5515.73876953125, -3576.3837890625, 1573.1318359375, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+9, 180411, 1, 616, 5038, '0', 0, 0, 5530.08837890625, -3618.829833984375, 1581.69580078125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+10, 180415, 1, 616, 5038, '0', 0, 0, 5521.8359375, -3615.958251953125, 1569.9437255859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+11, 180415, 1, 616, 5038, '0', 0, 0, 5524.921875, -3620.63720703125, 1569.051513671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+12, 180415, 1, 616, 5038, '0', 0, 0, 5533.353515625, -3614.0625, 1569.1802978515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+13, 180415, 1, 616, 5038, '0', 0, 0, 5530.3212890625, -3609.927001953125, 1569.9405517578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+14, 180425, 1, 616, 5038, '0', 0, 0, 5523.6572265625, -3624.58154296875, 1569.5831298828125, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- SkullCandle01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+15, 180426, 1, 616, 5038, '0', 0, 0, 5544.80712890625, -3634.197998046875, 1566.516357421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+16, 180426, 1, 616, 5038, '0', 0, 0, 5532.0859375, -3644.67529296875, 1567.767333984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+17, 180426, 1, 616, 5038, '0', 0, 0, 5556.27783203125, -3616.927001953125, 1569.1402587890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+18, 180426, 1, 616, 5038, '0', 0, 0, 5560.01220703125, -3606.36279296875, 1570.699951171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+19, 180427, 1, 616, 5038, '0', 0, 0, 5555.66845703125, -3628.1181640625, 1567.7154541015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nordrassil - Difficulty: 0)
(@OGUID+20, 180427, 1, 616, 5038, '0', 0, 0, 5531.61279296875, -3652.779541015625, 1568.7822265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nordrassil - Difficulty: 0)
(@OGUID+21, 180427, 1, 616, 5038, '0', 0, 0, 5542.798828125, -3644.77783203125, 1566.1129150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nordrassil - Difficulty: 0)
(@OGUID+22, 180427, 1, 616, 5038, '0', 0, 0, 5562.9912109375, -3626.70654296875, 1570.3551025390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nordrassil - Difficulty: 0)
(@OGUID+23, 180471, 1, 616, 5038, '0', 0, 0, 5521.7900390625, -3610.5400390625, 1577.321533203125, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+24, 180471, 1, 616, 5038, '0', 0, 0, 5521.7900390625, -3610.5400390625, 1575.705810546875, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+25, 180471, 1, 616, 5038, '0', 0, 0, 5524.744140625, -3608.279541015625, 1577.487548828125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+26, 180471, 1, 616, 5038, '0', 0, 0, 5522.501953125, -3609.982666015625, 1578.003173828125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+27, 180471, 1, 616, 5038, '0', 0, 0, 5524.1318359375, -3608.8994140625, 1578.1060791015625, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+28, 180471, 1, 616, 5038, '0', 0, 0, 5524.744140625, -3608.279541015625, 1575.8311767578125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+29, 180471, 1, 616, 5038, '0', 0, 0, 5521.1494140625, -3610.99658203125, 1576.4947509765625, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+30, 180471, 1, 616, 5038, '0', 0, 0, 5525.4912109375, -3607.807373046875, 1576.534423828125, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+31, 180471, 1, 616, 5038, '0', 0, 0, 5519.7021484375, -3573.729248046875, 1575.5869140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+32, 180471, 1, 616, 5038, '0', 0, 0, 5521.84716796875, -3572.123291015625, 1575.5875244140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+33, 180471, 1, 616, 5038, '0', 0, 0, 5479.0068359375, -3602.58154296875, 1575.5059814453125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+34, 180471, 1, 616, 5038, '0', 0, 0, 5486.4921875, -3596.901123046875, 1575.576904296875, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+35, 180471, 1, 616, 5038, '0', 0, 0, 5488.142578125, -3595.751708984375, 1575.5767822265625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+36, 180471, 1, 616, 5038, '0', 0, 0, 5469.31494140625, -3609.600830078125, 1575.4942626953125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+37, 180471, 1, 616, 5038, '0', 0, 0, 5490.3115234375, -3594.241455078125, 1575.5728759765625, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+38, 180471, 1, 616, 5038, '0', 0, 0, 5471.37841796875, -3608.098876953125, 1575.4786376953125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+39, 180471, 1, 616, 5038, '0', 0, 0, 5482.6474609375, -3600.064208984375, 1575.5040283203125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+40, 180471, 1, 616, 5038, '0', 0, 0, 5477.265625, -3603.795166015625, 1575.5067138671875, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+41, 180471, 1, 616, 5038, '0', 0, 0, 5472.70849609375, -3607.15283203125, 1575.4630126953125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+42, 180471, 1, 616, 5038, '0', 0, 0, 5481.244140625, -3601.064208984375, 1575.5040283203125, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+43, 180471, 1, 616, 5038, '0', 0, 0, 5491.98095703125, -3593.078125, 1575.5728759765625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+44, 180471, 1, 616, 5038, '0', 0, 0, 5523.509765625, -3570.9462890625, 1575.5875244140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+45, 180471, 1, 616, 5038, '0', 0, 0, 5518.17041015625, -3574.83154296875, 1575.5875244140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+46, 180471, 1, 616, 5038, '0', 0, 0, 5527.8974609375, -3567.73779296875, 1575.5908203125, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+47, 180471, 1, 616, 5038, '0', 0, 0, 5537.02880859375, -3561.3369140625, 1575.5875244140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+48, 180471, 1, 616, 5038, '0', 0, 0, 5541.9619140625, -3557.786376953125, 1575.5888671875, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+49, 180471, 1, 616, 5038, '0', 0, 0, 5531.57470703125, -3565.07470703125, 1575.5914306640625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+50, 180471, 1, 616, 5038, '0', 0, 0, 5533.3896484375, -3563.609375, 1575.5953369140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+51, 180471, 1, 616, 5038, '0', 0, 0, 5540.5556640625, -3558.79345703125, 1575.5888671875, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+52, 180471, 1, 616, 5038, '0', 0, 0, 5538.658203125, -3560.114501953125, 1575.5894775390625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+53, 180471, 1, 616, 5038, '0', 0, 0, 5529.65087890625, -3566.482666015625, 1575.5908203125, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+54, 180471, 1, 616, 5038, '0', 0, 0, 5467.98095703125, -3610.520751953125, 1575.5079345703125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0)
(@OGUID+55, 180472, 1, 616, 5038, '0', 0, 0, 5470.09033203125, -3608.666748046875, 1576.7391357421875, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nordrassil - Difficulty: 0)
(@OGUID+56, 180472, 1, 616, 5038, '0', 0, 0, 5520.61279296875, -3572.864501953125, 1576.7342529296875, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nordrassil - Difficulty: 0)
(@OGUID+57, 180472, 1, 616, 5038, '0', 0, 0, 5479.96630859375, -3601.796875, 1576.7352294921875, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nordrassil - Difficulty: 0)
(@OGUID+58, 180472, 1, 616, 5038, '0', 0, 0, 5488.9912109375, -3594.84033203125, 1576.7471923828125, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nordrassil - Difficulty: 0)
(@OGUID+59, 180472, 1, 616, 5038, '0', 0, 0, 5539.4375, -3559.26220703125, 1576.7379150390625, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nordrassil - Difficulty: 0)
(@OGUID+60, 180472, 1, 616, 5038, '0', 0, 0, 5530.41064453125, -3565.70654296875, 1576.7376708984375, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nordrassil - Difficulty: 0)
(@OGUID+61, 180523, 1, 616, 5038, '0', 0, 0, 5516.55810546875, -3610.369873046875, 1570.4957275390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Nordrassil - Difficulty: 0)
(@OGUID+62, 208162, 1, 616, 5038, '0', 0, 0, 5512.205078125, -3606.0869140625, 1570.0516357421875, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366); -- Candy Bucket (Area: Nordrassil - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+62;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62);
--
SET @OGUID := 3009886;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246179 AND 246258;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246179 AND 246258;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+79;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 616, 4990, '0', 0, 416, 4970.53466796875, -2672.401123046875, 1425.372314453125, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+1, 180405, 1, 616, 4990, '0', 0, 416, 4929.6728515625, -2717.166748046875, 1451.7757568359375, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+2, 180406, 1, 616, 4990, '0', 0, 416, 4954.064453125, -2671.142333984375, 1426.573974609375, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+3, 180406, 1, 616, 4990, '0', 0, 416, 4913.60400390625, -2712.14404296875, 1451.767333984375, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+4, 180406, 1, 616, 4990, '0', 0, 416, 4925.6005859375, -2761.364501953125, 1440.9190673828125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+5, 180407, 1, 616, 4990, '0', 0, 416, 4954.22314453125, -2692.2587890625, 1428.3065185546875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+6, 180407, 1, 616, 4990, '0', 0, 416, 4930.267578125, -2745.010498046875, 1440.2645263671875, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+7, 180411, 1, 616, 4990, '0', 0, 416, 4937.21875, -2716.109375, 1444.9140625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+8, 180411, 1, 616, 4990, '0', 0, 416, 4939.29931640625, -2715.95654296875, 1443.988525390625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+9, 180415, 1, 616, 4990, '0', 0, 416, 4959.7568359375, -2696.8837890625, 1428.521240234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+10, 180415, 1, 616, 4990, '0', 0, 416, 4950.046875, -2692.6650390625, 1428.68017578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+11, 180415, 1, 616, 4990, '0', 0, 416, 4967.75341796875, -2690.611083984375, 1427.9892578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+12, 180415, 1, 616, 4990, '0', 0, 416, 4941.97998046875, -2681.48095703125, 1428.45751953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+13, 180415, 1, 616, 4990, '0', 0, 416, 4957.13525390625, -2694.0244140625, 1428.1409912109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+14, 180415, 1, 616, 4990, '0', 0, 416, 4963.19775390625, -2682.333251953125, 1426.5137939453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+15, 180415, 1, 616, 4990, '0', 0, 416, 4964.76123046875, -2687.22216796875, 1427.3729248046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+16, 180415, 1, 616, 4990, '0', 0, 416, 4967.94287109375, -2673.23095703125, 1425.4429931640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+17, 180415, 1, 616, 4990, '0', 0, 416, 4946.97998046875, -2678.307373046875, 1427.771240234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+18, 180415, 1, 616, 4990, '0', 0, 416, 4970.5244140625, -2694.791748046875, 1428.626953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+19, 180415, 1, 616, 4990, '0', 0, 416, 4951.43505859375, -2674.954833984375, 1427.1614990234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+20, 180415, 1, 616, 4990, '0', 0, 416, 4964.13720703125, -2677.732666015625, 1425.837890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+21, 180415, 1, 616, 4990, '0', 0, 416, 4911.06689453125, -2710.8994140625, 1451.6976318359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+22, 180415, 1, 616, 4990, '0', 0, 416, 4927.70556640625, -2690.767333984375, 1430.893798828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+23, 180415, 1, 616, 4990, '0', 0, 416, 4927.84375, -2716.015625, 1451.827880859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+24, 180415, 1, 616, 4990, '0', 0, 416, 4961.87841796875, -2700.201416015625, 1429.21533203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+25, 180415, 1, 616, 4990, '0', 0, 416, 4923.54931640625, -2714.673583984375, 1451.9361572265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+26, 180415, 1, 616, 4990, '0', 0, 416, 4946.06787109375, -2695.70654296875, 1429.4951171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+27, 180415, 1, 616, 4990, '0', 0, 416, 4925.74560546875, -2715.33154296875, 1451.8814697265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+28, 180415, 1, 616, 4990, '0', 0, 416, 4937.13037109375, -2684.213623046875, 1428.9979248046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+29, 180415, 1, 616, 4990, '0', 0, 416, 4922.0859375, -2694.541748046875, 1432.0556640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+30, 180415, 1, 616, 4990, '0', 0, 416, 4916.3896484375, -2712.310791015625, 1451.8349609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+31, 180415, 1, 616, 4990, '0', 0, 416, 4918.28564453125, -2712.970458984375, 1451.883544921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+32, 180415, 1, 616, 4990, '0', 0, 416, 4941.9384765625, -2699.56591796875, 1430.3914794921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+33, 180415, 1, 616, 4990, '0', 0, 416, 4920.26318359375, -2713.5556640625, 1451.9326171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+34, 180415, 1, 616, 4990, '0', 0, 416, 4932.12255859375, -2717.76904296875, 1451.7127685546875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+35, 180415, 1, 616, 4990, '0', 0, 416, 4937.62353515625, -2703.507080078125, 1431.4609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+36, 180415, 1, 616, 4990, '0', 0, 416, 4932.1943359375, -2687.907958984375, 1429.783203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+37, 180426, 1, 616, 4990, '0', 0, 416, 4937.23095703125, -2673.29345703125, 1429.0928955078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+38, 180426, 1, 616, 4990, '0', 0, 416, 4957.47412109375, -2681.361083984375, 1426.7398681640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+39, 180426, 1, 616, 4990, '0', 0, 416, 4969.43603515625, -2674.4306640625, 1425.6246337890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+40, 180426, 1, 616, 4990, '0', 0, 416, 4945.0068359375, -2686.642333984375, 1428.513427734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+41, 180426, 1, 616, 4990, '0', 0, 416, 4973.85400390625, -2710.01220703125, 1429.980224609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+42, 180426, 1, 616, 4990, '0', 0, 416, 4916.06494140625, -2727.5400390625, 1501.833740234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+43, 180426, 1, 616, 4990, '0', 0, 416, 4961.5224609375, -2748.069580078125, 1514.936767578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+44, 180427, 1, 616, 4990, '0', 0, 416, 4946.60498046875, -2684.157958984375, 1428.0914306640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+45, 180427, 1, 616, 4990, '0', 0, 416, 4969.98779296875, -2696.9619140625, 1428.7452392578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+46, 180427, 1, 616, 4990, '0', 0, 416, 4952.51123046875, -2674.890625, 1426.9920654296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+47, 180427, 1, 616, 4990, '0', 0, 416, 4941.35595703125, -2684.373291015625, 1428.663818359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+48, 180427, 1, 616, 4990, '0', 0, 416, 4930.61376953125, -2693.65966796875, 1477.4462890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+49, 180427, 1, 616, 4990, '0', 0, 416, 4909.125, -2749.302001953125, 1501.8880615234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+50, 180427, 1, 616, 4990, '0', 0, 416, 4918.2119140625, -2729.223876953125, 1468.2830810546875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+51, 180427, 1, 616, 4990, '0', 0, 416, 4912.19873046875, -2737.538330078125, 1514.5306396484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+52, 180471, 1, 616, 4990, '0', 0, 416, 4917.353515625, -2714.8837890625, 1445.096435546875, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+53, 180471, 1, 616, 4990, '0', 0, 416, 4925.6962890625, -2717.55908203125, 1446.727783203125, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+54, 180471, 1, 616, 4990, '0', 0, 416, 4915.9599609375, -2714.46533203125, 1446.684814453125, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+55, 180471, 1, 616, 4990, '0', 0, 416, 4922.4775390625, -2716.55908203125, 1446.72900390625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+56, 180471, 1, 616, 4990, '0', 0, 416, 4917.353515625, -2714.8837890625, 1446.703125, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+57, 180471, 1, 616, 4990, '0', 0, 416, 4923.9775390625, -2716.975830078125, 1446.71484375, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+58, 180471, 1, 616, 4990, '0', 0, 416, 4923.9775390625, -2716.975830078125, 1445.121337890625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+59, 180471, 1, 616, 4990, '0', 0, 416, 4918.7880859375, -2715.36279296875, 1446.712158203125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+60, 180471, 1, 616, 4990, '0', 0, 416, 4907.0537109375, -2750.838623046875, 1450.508056640625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+61, 180471, 1, 616, 4990, '0', 0, 416, 4910.666015625, -2752.026123046875, 1450.5191650390625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+62, 180471, 1, 616, 4990, '0', 0, 416, 4914.47900390625, -2753.130126953125, 1450.529541015625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+63, 180471, 1, 616, 4990, '0', 0, 416, 4909.55029296875, -2736.498291015625, 1443.7452392578125, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+64, 180471, 1, 616, 4990, '0', 0, 416, 4905.09033203125, -2750.23779296875, 1450.4503173828125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+65, 180471, 1, 616, 4990, '0', 0, 416, 4916.42626953125, -2753.78466796875, 1450.535400390625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+66, 180471, 1, 616, 4990, '0', 0, 416, 4911.56591796875, -2732.453125, 1440.739990234375, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+67, 180471, 1, 616, 4990, '0', 0, 416, 4908.70654296875, -2751.416748046875, 1450.5133056640625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+68, 180471, 1, 616, 4990, '0', 0, 416, 4906.48974609375, -2745.7900390625, 1448.9775390625, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+69, 180471, 1, 616, 4990, '0', 0, 416, 4912.48974609375, -2752.55029296875, 1450.5240478515625, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+70, 180471, 1, 616, 4990, '0', 0, 416, 4907.43994140625, -2742.1337890625, 1447.152099609375, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+71, 180471, 1, 616, 4990, '0', 0, 416, 4908.41162109375, -2739.123291015625, 1445.4580078125, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+72, 180471, 1, 616, 4990, '0', 0, 416, 4910.546875, -2734.49658203125, 1442.2882080078125, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+73, 180471, 1, 616, 4990, '0', 0, 416, 4918.041015625, -2754.28466796875, 1450.5416259765625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+74, 180471, 1, 616, 4990, '0', 0, 416, 4903.15966796875, -2749.642333984375, 1450.3394775390625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+75, 180471, 1, 616, 4990, '0', 0, 416, 4901.5390625, -2749.13720703125, 1450.340087890625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+76, 180471, 1, 616, 4990, '0', 0, 416, 4899.79150390625, -2748.5625, 1450.3404541015625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+77, 180472, 1, 616, 4990, '0', 0, 416, 4920.744140625, -2716.069580078125, 1448.0623779296875, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+78, 180523, 1, 616, 4990, '0', 0, 416, 4910.37744140625, -2733.640625, 1437.9254150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Shrine of Aviana - Difficulty: 0)
(@OGUID+79, 208164, 1, 616, 4990, '0', 0, 416, 4901.5869140625, -2741.135498046875, 1437.6025390625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366); -- Candy Bucket (Area: Shrine of Aviana - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+79;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79);
--
SET @OGUID := 3009966;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 246259 AND 246287;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 246259 AND 246287;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+28;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 616, 4989, '0', 0, 416, 5088.126953125, -1764.01220703125, 1332.506103515625, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+1, 180405, 1, 616, 4989, '0', 0, 416, 5130.892578125, -1715.8819580078125, 1336.478515625, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+2, 180406, 1, 616, 4989, '0', 0, 416, 5089.30908203125, -1771.220458984375, 1332.944580078125, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+3, 180406, 1, 616, 4989, '0', 0, 416, 5162.2666015625, -1768.6197509765625, 1338.789794921875, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+4, 180407, 1, 616, 4989, '0', 0, 416, 5105.41748046875, -1743.0035400390625, 1333.8414306640625, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+5, 180407, 1, 616, 4989, '0', 0, 416, 5158.05126953125, -1736.986083984375, 1337.6258544921875, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+6, 180408, 1, 616, 4989, '0', 0, 416, 5130.87060546875, -1715.96533203125, 1338.12548828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+7, 180411, 1, 616, 4989, '0', 0, 416, 5103.9990234375, -1751.9427490234375, 1344.3890380859375, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+8, 180411, 1, 616, 4989, '0', 0, 416, 5137.931640625, -1783.484375, 1347.112548828125, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+9, 180414, 1, 616, 4989, '0', 0, 416, 5131.9599609375, -1718.7066650390625, 1336.39697265625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- Cauldron (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+10, 180415, 1, 616, 4989, '0', 0, 416, 5132.31689453125, -1762.2117919921875, 1338.4302978515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+11, 180415, 1, 616, 4989, '0', 0, 416, 5142.00341796875, -1754.12158203125, 1338.3487548828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+12, 180415, 1, 616, 4989, '0', 0, 416, 5132.04248046875, -1750.407958984375, 1337.8834228515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+13, 180425, 1, 616, 4989, '0', 0, 416, 5130.650390625, -1717.7396240234375, 1336.4781494140625, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 46366), -- SkullCandle01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+14, 180425, 1, 616, 4989, '0', 0, 416, 5133.375, -1719.5103759765625, 1336.2618408203125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- SkullCandle01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+15, 180425, 1, 616, 4989, '0', 0, 416, 5131.8974609375, -1720.170166015625, 1336.2977294921875, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46366), -- SkullCandle01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+16, 180425, 1, 616, 4989, '0', 0, 416, 5130.421875, -1719.125, 1336.3978271484375, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 46366), -- SkullCandle01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+17, 180426, 1, 616, 4989, '0', 0, 416, 5120.94091796875, -1765.98095703125, 1334.0386962890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+18, 180426, 1, 616, 4989, '0', 0, 416, 5114.3203125, -1757.251708984375, 1334.063232421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+19, 180426, 1, 616, 4989, '0', 0, 416, 5135.4462890625, -1753.8038330078125, 1334.4517822265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+20, 180426, 1, 616, 4989, '0', 0, 416, 5143.1787109375, -1746.65625, 1334.7894287109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+21, 180426, 1, 616, 4989, '0', 0, 416, 5145.8837890625, -1761.236083984375, 1334.77001953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+22, 180427, 1, 616, 4989, '0', 0, 416, 5119.21875, -1762.8211669921875, 1333.8524169921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+23, 180427, 1, 616, 4989, '0', 0, 416, 5143.80908203125, -1748.30908203125, 1334.6817626953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+24, 180427, 1, 616, 4989, '0', 0, 416, 5138.7890625, -1753.34033203125, 1334.3909912109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+25, 180427, 1, 616, 4989, '0', 0, 416, 5149.86474609375, -1763.154541015625, 1336.2294921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+26, 180523, 1, 616, 4989, '0', 0, 416, 5143.58349609375, -1722.04345703125, 1336.45166015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+27, 185436, 1, 616, 4989, '0', 0, 416, 5132.134765625, -1718.4478759765625, 1337.0531005859375, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- Sitting Skeleton 03 (Area: Grove of Aessina - Difficulty: 0)
(@OGUID+28, 208163, 1, 616, 4989, '0', 0, 416, 5139.212890625, -1719.984375, 1335.9097900390625, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366); -- Candy Bucket (Area: Grove of Aessina - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+28;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28);
@@ -0,0 +1,229 @@
--
SET @OGUID := 3009995;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 248107 AND 248127;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 248107 AND 248127;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+20;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 5034, 5670, '0', 0, 0, -8351.7412109375, 793.748291015625, 151.393096923828125, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+1, 180406, 1, 5034, 5670, '0', 0, 0, -8330.091796875, 777.4913330078125, 153.266876220703125, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+2, 180407, 1, 5034, 5670, '0', 0, 0, -8341.8076171875, 762.5242919921875, 152.337432861328125, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+3, 180410, 1, 5034, 5670, '0', 0, 0, -8353.4033203125, 790.16668701171875, 152.741455078125, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+4, 180415, 1, 5034, 5670, '0', 0, 0, -8344.8212890625, 802.84375, 152.3376922607421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+5, 180415, 1, 5034, 5670, '0', 0, 0, -8348.2861328125, 799.77081298828125, 152.1962738037109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+6, 180415, 1, 5034, 5670, '0', 0, 0, -8347.357421875, 800.78125, 151.5987091064453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+7, 180415, 1, 5034, 5670, '0', 0, 0, -8328.39453125, 789.57464599609375, 153.7097015380859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+8, 180426, 1, 5034, 5670, '0', 0, 0, -8357.5380859375, 776.5086669921875, 151.1910400390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+9, 180426, 1, 5034, 5670, '0', 0, 0, -8345.48828125, 778.75177001953125, 152.2094268798828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+10, 180426, 1, 5034, 5670, '0', 0, 0, -8336.654296875, 786.87847900390625, 152.3829803466796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+11, 180426, 1, 5034, 5670, '0', 0, 0, -8331.03515625, 792.77777099609375, 152.2923126220703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+12, 180427, 1, 5034, 5670, '0', 0, 0, -8347.6318359375, 769.779541015625, 152.0199737548828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+13, 180427, 1, 5034, 5670, '0', 0, 0, -8348.3095703125, 772.295166015625, 151.9667510986328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+14, 180427, 1, 5034, 5670, '0', 0, 0, -8332.638671875, 784.5555419921875, 152.713165283203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+15, 180453, 1, 5034, 5670, '0', 0, 0, -8323.091796875, 726.4375, -68.7809600830078125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 46366), -- Hive'Regal Glyphed Crystal (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+16, 180471, 1, 5034, 5670, '0', 0, 0, -8343.2158203125, 805.47393798828125, 153.664886474609375, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+17, 180471, 1, 5034, 5670, '0', 0, 0, -8343.03125, 806.140625, 153.6729736328125, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+18, 180472, 1, 5034, 5670, '0', 0, 0, -8348.7158203125, 801.57293701171875, 154.4049835205078125, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+19, 180523, 1, 5034, 5670, '0', 0, 0, -8333.017578125, 792.58856201171875, 152.48291015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Oasis of Vir'sar - Difficulty: 0)
(@OGUID+20, 208178, 1, 5034, 5670, '0', 0, 0, -8327.9931640625, 795.092041015625, 152.361541748046875, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46366); -- Candy Bucket (Area: Oasis of Vir'sar - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+20;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20);
--
SET @OGUID := 3010016;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 248128 AND 248206;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 248128 AND 248206;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+78;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1, 5034, 5466, '0', 0, 0, -9434.7158203125, -986.45831298828125, 111.01171875, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+1, 180405, 1, 5034, 5466, '0', 0, 0, -9420.716796875, -953.89410400390625, 114.2311935424804687, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+2, 180405, 1, 5034, 5466, '0', 0, 0, -9475.9375, -1013.65447998046875, 109.2133636474609375, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+3, 180405, 1, 5034, 5466, '0', 0, 0, -9473.158203125, -946.15625, 112.8018264770507812, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+4, 180405, 1, 5034, 5466, '0', 0, 0, -9435.171875, -888.43402099609375, 110.8854827880859375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+5, 180406, 1, 5034, 5466, '0', 0, 0, -9434.609375, -1002.26739501953125, 111.01171875, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+6, 180406, 1, 5034, 5466, '0', 0, 0, -9420.75, -964.95660400390625, 114.2300491333007812, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+7, 180406, 1, 5034, 5466, '0', 0, 0, -9459.0849609375, -945.79339599609375, 112.8018264770507812, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+8, 180406, 1, 5034, 5466, '0', 0, 0, -9531.7099609375, -938.0382080078125, 104.6939163208007812, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+9, 180406, 1, 5034, 5466, '0', 0, 0, -9450.263671875, -888.217041015625, 110.8888626098632812, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+10, 180407, 1, 5034, 5466, '0', 0, 0, -9434.232421875, -1018.0504150390625, 110.9858779907226562, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ramkahen - Difficulty: 0)
(@OGUID+11, 180407, 1, 5034, 5466, '0', 0, 0, -9473.2900390625, -929.44793701171875, 112.8018264770507812, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ramkahen - Difficulty: 0)
(@OGUID+12, 180407, 1, 5034, 5466, '0', 0, 0, -9459.2548828125, -928.95489501953125, 112.8018264770507812, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ramkahen - Difficulty: 0)
(@OGUID+13, 180407, 1, 5034, 5466, '0', 0, 0, -9549.595703125, -973.592041015625, 100.2708206176757812, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ramkahen - Difficulty: 0)
(@OGUID+14, 180411, 1, 5034, 5466, '0', 0, 0, -9426.388671875, -968.546875, 117.5698928833007812, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+15, 180411, 1, 5034, 5466, '0', 0, 0, -9428.71875, -943.26739501953125, 121.6532363891601562, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+16, 180411, 1, 5034, 5466, '0', 0, 0, -9480.625, -966.296875, 120.7756271362304687, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+17, 180411, 1, 5034, 5466, '0', 0, 0, -9560.06640625, -950.8819580078125, 112.9897384643554687, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+18, 180415, 1, 5034, 5466, '0', 0, 0, -9401.1845703125, -973.59552001953125, 114.107940673828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+19, 180415, 1, 5034, 5466, '0', 0, 0, -9411.0244140625, -955.01043701171875, 114.10809326171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+20, 180415, 1, 5034, 5466, '0', 0, 0, -9398.017578125, -973.63543701171875, 114.1080322265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+21, 180415, 1, 5034, 5466, '0', 0, 0, -9404.4931640625, -944.89239501953125, 114.1078872680664062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+22, 180415, 1, 5034, 5466, '0', 0, 0, -9411.1875, -963.56768798828125, 114.1080703735351562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+23, 180415, 1, 5034, 5466, '0', 0, 0, -9408.23828125, -963.5850830078125, 114.1081466674804687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+24, 180415, 1, 5034, 5466, '0', 0, 0, -9404.298828125, -973.63543701171875, 114.1080169677734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+25, 180415, 1, 5034, 5466, '0', 0, 0, -9376.0380859375, -953.6180419921875, 114.7446670532226562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+26, 180415, 1, 5034, 5466, '0', 0, 0, -9401.1025390625, -944.779541015625, 114.1080169677734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+27, 180415, 1, 5034, 5466, '0', 0, 0, -9408.2783203125, -954.998291015625, 114.1080703735351562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+28, 180415, 1, 5034, 5466, '0', 0, 0, -9376.0380859375, -964.45660400390625, 114.7446670532226562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+29, 180415, 1, 5034, 5466, '0', 0, 0, -9397.890625, -944.72222900390625, 114.1080322265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+30, 180426, 1, 5034, 5466, '0', 0, 0, -9462.142578125, -973.52606201171875, 114.3721771240234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+31, 180426, 1, 5034, 5466, '0', 0, 0, -9457.8349609375, -978.920166015625, 114.3002700805664062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+32, 180426, 1, 5034, 5466, '0', 0, 0, -9446.4638671875, -957.53125, 114.3002700805664062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+33, 180426, 1, 5034, 5466, '0', 0, 0, -9463.6357421875, -952.58856201171875, 114.2300262451171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+34, 180426, 1, 5034, 5466, '0', 0, 0, -9490.326171875, -959.015625, 117.790069580078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+35, 180426, 1, 5034, 5466, '0', 0, 0, -9466.328125, -937.47052001953125, 116.256103515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+36, 180426, 1, 5034, 5466, '0', 0, 0, -9450.8837890625, -934.05206298828125, 115.8839797973632812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+37, 180426, 1, 5034, 5466, '0', 0, 0, -9446.5986328125, -919.1007080078125, 115.8287506103515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+38, 180426, 1, 5034, 5466, '0', 0, 0, -9518.7451171875, -957.078125, 107.9824676513671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+39, 180426, 1, 5034, 5466, '0', 0, 0, -9554.171875, -960.2899169921875, 103.559356689453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+40, 180427, 1, 5034, 5466, '0', 0, 0, -9463.5419921875, -977.375, 110.9856109619140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+41, 180427, 1, 5034, 5466, '0', 0, 0, -9460.611328125, -976.13018798828125, 114.3002700805664062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+42, 180427, 1, 5034, 5466, '0', 0, 0, -9451.2861328125, -968.76214599609375, 111.01171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+43, 180427, 1, 5034, 5466, '0', 0, 0, -9472.158203125, -958.11285400390625, 109.2133636474609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+44, 180427, 1, 5034, 5466, '0', 0, 0, -9447.1845703125, -938.68402099609375, 111.01171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+45, 180471, 1, 5034, 5466, '0', 0, 0, -9473.81640625, -1017.685791015625, 114.1821823120117187, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+46, 180471, 1, 5034, 5466, '0', 0, 0, -9473.876953125, -1016.36981201171875, 114.1821823120117187, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+47, 180471, 1, 5034, 5466, '0', 0, 0, -9473.8994140625, -1015.10772705078125, 114.1821823120117187, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+48, 180471, 1, 5034, 5466, '0', 0, 0, -9415.2099609375, -963.0711669921875, 122.569091796875, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+49, 180471, 1, 5034, 5466, '0', 0, 0, -9487.6845703125, -986.05731201171875, 113.9404373168945312, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+50, 180471, 1, 5034, 5466, '0', 0, 0, -9415.314453125, -956.5399169921875, 122.5311737060546875, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+51, 180471, 1, 5034, 5466, '0', 0, 0, -9487.685546875, -987.2257080078125, 113.9383392333984375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+52, 180471, 1, 5034, 5466, '0', 0, 0, -9415.359375, -954.3975830078125, 122.5984420776367187, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+53, 180471, 1, 5034, 5466, '0', 0, 0, -9487.8173828125, -984.763916015625, 113.9404373168945312, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+54, 180471, 1, 5034, 5466, '0', 0, 0, -9415.203125, -961.98614501953125, 122.5012893676757812, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+55, 180471, 1, 5034, 5466, '0', 0, 0, -9415.265625, -960.8975830078125, 122.4408798217773437, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+56, 180471, 1, 5034, 5466, '0', 0, 0, -9415.2412109375, -957.70489501953125, 122.4472808837890625, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+57, 180471, 1, 5034, 5466, '0', 0, 0, -9415.3369140625, -955.3680419921875, 122.6055679321289062, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+58, 180471, 1, 5034, 5466, '0', 0, 0, -9415.1767578125, -964.046875, 122.5145111083984375, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+59, 180471, 1, 5034, 5466, '0', 0, 0, -9526.5, -986.80206298828125, 109.893463134765625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+60, 180471, 1, 5034, 5466, '0', 0, 0, -9526.5, -987.9600830078125, 109.893463134765625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+61, 180471, 1, 5034, 5466, '0', 0, 0, -9526.5, -985.54339599609375, 109.893463134765625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+62, 180471, 1, 5034, 5466, '0', 0, 0, -9488.96875, -928.51214599609375, 114.1068801879882812, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+63, 180471, 1, 5034, 5466, '0', 0, 0, -9462.7880859375, -912.8125, 117.7845077514648437, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+64, 180471, 1, 5034, 5466, '0', 0, 0, -9488.8349609375, -929.8055419921875, 114.0665664672851562, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+65, 180471, 1, 5034, 5466, '0', 0, 0, -9464.0673828125, -912.85418701171875, 117.8243179321289062, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+66, 180471, 1, 5034, 5466, '0', 0, 0, -9461.53515625, -912.78472900390625, 117.84423828125, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+67, 180471, 1, 5034, 5466, '0', 0, 0, -9488.8369140625, -930.97393798828125, 114.0994033813476562, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+68, 180471, 1, 5034, 5466, '0', 0, 0, -9526.919921875, -924.58856201171875, 110.2437591552734375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+69, 180471, 1, 5034, 5466, '0', 0, 0, -9526.919921875, -927.17364501953125, 110.2437591552734375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+70, 180471, 1, 5034, 5466, '0', 0, 0, -9526.919921875, -925.94268798828125, 110.2437591552734375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0)
(@OGUID+71, 180472, 1, 5034, 5466, '0', 0, 0, -9485.9169921875, -992.22393798828125, 115.3963088989257812, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+72, 180472, 1, 5034, 5466, '0', 0, 0, -9415.44140625, -959.357666015625, 123.052642822265625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+73, 180472, 1, 5034, 5466, '0', 0, 0, -9422.388671875, -947.33856201171875, 119.12896728515625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+74, 180472, 1, 5034, 5466, '0', 0, 0, -9522.3505859375, -980.31597900390625, 112.230926513671875, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+75, 180472, 1, 5034, 5466, '0', 0, 0, -9469.498046875, -917.1007080078125, 120.2274322509765625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+76, 180472, 1, 5034, 5466, '0', 0, 0, -9532.37890625, -946.60418701171875, 114.448516845703125, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ramkahen - Difficulty: 0)
(@OGUID+77, 180523, 1, 5034, 5466, '0', 0, 0, -9385.734375, -945.0555419921875, 114.2168502807617187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Ramkahen - Difficulty: 0)
(@OGUID+78, 208179, 1, 5034, 5466, '0', 0, 0, -9392.01953125, -945.32293701171875, 113.7635726928710937, 0, 0, 0, 0, 1, 120, 255, 1, 46366); -- Candy Bucket (Area: Ramkahen - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+78;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78);
@@ -0,0 +1,68 @@
--
SET @OGUID := 3010095;
-- Old gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN 244782 AND 244808;
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 244782 AND 244808;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+26;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180406, 646, 5042, 5303, '0', 0, 0, 1031.9930419921875, 639.1961669921875, -45.0401496887207031, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+1, 180406, 646, 5042, 5303, '0', 0, 0, 1102.609375, 441.067718505859375, -44.0304336547851562, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+2, 180407, 646, 5042, 5303, '0', 0, 0, 1090.1129150390625, 432.302093505859375, -45.9852485656738281, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+3, 180415, 646, 5042, 5303, '0', 0, 0, 1089.7379150390625, 435.546875, -46.0992469787597656, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+4, 180415, 646, 5042, 5303, '0', 0, 0, 1088.4757080078125, 432.1788330078125, -46.0840339660644531, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+5, 180415, 646, 5042, 5303, '0', 0, 0, 1044.59375, 639.60418701171875, -45.4796638488769531, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+6, 180415, 646, 5042, 5303, '0', 0, 0, 1054.0069580078125, 637.32464599609375, -45.8671913146972656, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+7, 180415, 646, 5042, 5303, '0', 0, 0, 1052.1041259765625, 639.02081298828125, -45.0377349853515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+8, 180415, 646, 5042, 5303, '0', 0, 0, 1046.482666015625, 639.92364501953125, -45.1595497131347656, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+9, 180415, 646, 5042, 5303, '0', 0, 0, 1045.6805419921875, 640.48614501953125, -44.3372077941894531, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+10, 180415, 646, 5042, 5303, '0', 0, 0, 1097.8958740234375, 437.2413330078125, -45.4716987609863281, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+11, 180415, 646, 5042, 5303, '0', 0, 0, 1100.9461669921875, 440.296875, -44.078521728515625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+12, 180415, 646, 5042, 5303, '0', 0, 0, 1090.201416015625, 433.614593505859375, -45.9701347351074218, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+13, 180415, 646, 5042, 5303, '0', 0, 0, 1097.2135009765625, 439.451385498046875, -45.8959999084472656, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+14, 180415, 646, 5042, 5303, '0', 0, 0, 1092.638916015625, 434.49652099609375, -44.4317512512207031, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+15, 180415, 646, 5042, 5303, '0', 0, 0, 1103.2430419921875, 442.767364501953125, -43.8346443176269531, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+16, 180415, 646, 5042, 5303, '0', 0, 0, 1099.9896240234375, 442.12847900390625, -45.6885871887207031, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+17, 180415, 646, 5042, 5303, '0', 0, 0, 1092.9947509765625, 437.61285400390625, -45.9322853088378906, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+18, 180415, 646, 5042, 5303, '0', 0, 0, 1097.6875, 436.845489501953125, -45.2649726867675781, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+19, 180415, 646, 5042, 5303, '0', 0, 0, 1095.0677490234375, 438.526031494140625, -46.0259437561035156, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+20, 180471, 646, 5042, 5303, '0', 0, 0, 1053.2691650390625, 637.08856201171875, -43.53887939453125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+21, 180471, 646, 5042, 5303, '0', 0, 0, 1055.0382080078125, 637.765625, -43.5929298400878906, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+22, 180472, 646, 5042, 5303, '0', 0, 0, 1043.9913330078125, 639.92706298828125, -42.2204132080078125, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Temple of Earth - Difficulty: 0)
(@OGUID+23, 180523, 646, 5042, 5303, '0', 0, 0, 1035.017333984375, 638.42364501953125, -44.9422111511230468, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- Apple Bob (Area: Temple of Earth - Difficulty: 0)
(@OGUID+24, 180523, 646, 5042, 5303, '0', 0, 0, 1100.857666015625, 444.232635498046875, -45.0910224914550781, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Temple of Earth - Difficulty: 0)
(@OGUID+25, 208181, 646, 5042, 5303, '0', 0, 0, 1099.2222900390625, 441.15277099609375, -45.621673583984375, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- Candy Bucket (Area: Temple of Earth - Difficulty: 0)
(@OGUID+26, 208183, 646, 5042, 5303, '0', 0, 0, 1037.625, 636.84552001953125, -45.4039268493652343, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366); -- Candy Bucket (Area: Temple of Earth - Difficulty: 0)
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+26;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26);
@@ -0,0 +1,561 @@
SET @CGUID := 7000031;
SET @OGUID := 7000142;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+222;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -879.08392333984375, 2148.897216796875, 692.653564453125, 4.51165628433227539, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+1, 127757, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -773.01312255859375, 2146.70166015625, 705.84100341796875, 5.364300251007080078, 7200, 3, 0, 84936, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Reanimated Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255960 - Bad Voodoo, 256956 - Bad Voodoo - Dummy)
(@CGUID+2, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -818.3526611328125, 2145.214111328125, 692.653564453125, 4.295135498046875, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+3, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -833.30035400390625, 2070.31591796875, 725.20745849609375, 0.623969554901123046, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+4, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -863.201416015625, 2146.19970703125, 692.71234130859375, 4.301091194152832031, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+5, 120652, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -848.560791015625, 2072.99658203125, 725.22796630859375, 4.624306678771972656, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Global Affix Stalker (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+6, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -844.513916015625, 2098.798583984375, 727.70599365234375, 5.627816677093505859, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+7, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -859.6409912109375, 2091.584228515625, 725.99139404296875, 3.638842105865478515, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+8, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -860.31597900390625, 2145.88671875, 692.77056884765625, 1.374134421348571777, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+9, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -864.09722900390625, 2079.578125, 725.2069091796875, 3.948627948760986328, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+10, 127315, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -770.67535400390625, 2151.14404296875, 705.76153564453125, 3.573521614074707031, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Reanimation Totem (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+11, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -875.22515869140625, 2057.271728515625, 725.9913330078125, 6.11855316162109375, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+12, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -837.40277099609375, 2150.782958984375, 692.7169189453125, 2.783057689666748046, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+13, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -823.92645263671875, 2087.77587890625, 725.991455078125, 0.045113202184438705, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+14, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -816.953125, 2142.604248046875, 692.7149658203125, 1.535500407218933105, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+15, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -856.76739501953125, 2194.8837890625, 678.31854248046875, 2.933136463165283203, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+16, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -844.85589599609375, 2242.970458984375, 677.8359375, 1.985951662063598632, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+17, 127799, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -940.3680419921875, 2148.569580078125, 705.76629638671875, 5.780410289764404296, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+18, 122971, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -994.63543701171875, 2174.751708984375, 705.7257080078125, 5.717124462127685546, 7200, 0, 0, 81397, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Juggernaut (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: )
(@CGUID+19, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -730.94793701171875, 2141.161376953125, 705.76873779296875, 0.879902005195617675, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+20, 128434, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -943.39410400390625, 2190.35595703125, 665.1400146484375, 0.33617401123046875, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Feasting Skyscreamer (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+21, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -703.1632080078125, 2191.185791015625, 705.76214599609375, 3.295352935791015625, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+22, 122973, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -989.77081298828125, 2185.9150390625, 705.758056640625, 5.44956207275390625, 7200, 0, 0, 70780, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Confessor (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: )
(@CGUID+23, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -784.84893798828125, 2194.786376953125, 665.3043212890625, 3.038234233856201171, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+24, 128434, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -856.326416015625, 2245.1494140625, 680.9688720703125, 5.186097145080566406, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Feasting Skyscreamer (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+25, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -852.609375, 2190.694580078125, 678.32098388671875, 0.732817232608795166, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+26, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -786.0538330078125, 2192.90283203125, 662.2403564453125, 1.33616650104522705, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+27, 122973, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -994.9617919921875, 2170.44091796875, 705.24725341796875, 5.934119224548339843, 7200, 0, 0, 70780, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Confessor (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: )
(@CGUID+28, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -845.984375, 2246.710205078125, 677.8055419921875, 4.725109577178955078, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+29, 122969, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -728.0711669921875, 2143.4150390625, 705.7686767578125, 3.655416488647460937, 7200, 0, 0, 63702, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Zanchuli Witch-Doctor (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+30, 122972, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -1004.401123046875, 2148.013916015625, 705.7708740234375, 0.567355573177337646, 7200, 0, 0, 70780, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Augur (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+31, 122971, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -964.76214599609375, 2158.98779296875, 705.989013671875, 6.048663139343261718, 7200, 0, 0, 81397, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Juggernaut (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+32, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -879.26422119140625, 2242.828857421875, 641.9967041015625, 2.593777179718017578, 7200, 8, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+33, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -833.5694580078125, 2194.270751953125, 678.31207275390625, 1.857377529144287109, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+34, 127799, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -940.6007080078125, 2142.84375, 705.76776123046875, 1.052170157432556152, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+35, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -924.435791015625, 2187.390625, 662.24725341796875, 5.335638046264648437, 7200, 6, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+36, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -787.71527099609375, 2188.96533203125, 662.2403564453125, 3.13679051399230957, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+37, 127757, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -729.81640625, 2150.49609375, 705.24725341796875, 6.108325481414794921, 7200, 3, 0, 84936, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Reanimated Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255967 - Bad Voodoo, 256956 - Bad Voodoo - Dummy)
(@CGUID+38, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -855.8680419921875, 2193.291748046875, 678.3140869140625, 1.828930616378784179, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+39, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -791.265625, 2187.151123046875, 662.2403564453125, 5.714879512786865234, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+40, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -850.64410400390625, 2191.61279296875, 678.32012939453125, 0.976584374904632568, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+41, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -849.13543701171875, 2241.329833984375, 677.77850341796875, 3.595347404479980468, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+42, 135989, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -936.47918701171875, 2146.770751953125, 705.76593017578125, 3.17913365364074707, 7200, 0, 0, 70072, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shieldbearer of Zul (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT])
(@CGUID+43, 122973, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -969.1024169921875, 2154.373291015625, 705.72552490234375, 6.228983402252197265, 7200, 0, 0, 70780, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Confessor (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+44, 122972, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -967.21356201171875, 2164.876708984375, 706.0172119140625, 5.814768314361572265, 7200, 0, 0, 70780, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Augur (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+45, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -848.84027099609375, 2193.692626953125, 678.04901123046875, 4.155405998229980468, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+46, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -700.4266357421875, 2164.72216796875, 705.8409423828125, 3.592861175537109375, 7200, 6, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+47, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -850.21527099609375, 2240.529541015625, 677.8118896484375, 1.963768720626831054, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+48, 127879, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -727.56201171875, 2168.410400390625, 705.84100341796875, 0.770574808120727539, 7200, 0, 0, 77858, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shieldbearer of Zul (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT])
(@CGUID+49, 130679, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -799.1944580078125, 2189.329833984375, 662.2471923828125, 6.040395736694335937, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Temple Snake (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+50, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -848.74652099609375, 2243.302001953125, 677.76953125, 0.179554581642150878, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+51, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -845.8992919921875, 2244.060791015625, 677.80828857421875, 0.446586549282073974, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+52, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -724.08160400390625, 2151.204833984375, 705.76739501953125, 0.224438428878784179, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+53, 128434, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -879.44268798828125, 2269.864501953125, 691.0430908203125, 1.246177196502685546, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Feasting Skyscreamer (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+54, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -788.5850830078125, 2193.710205078125, 662.2403564453125, 6.118176460266113281, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+55, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -850.90106201171875, 2239.439208984375, 677.8341064453125, 1.46741342544555664, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+56, 122971, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -938.4930419921875, 2157.197998046875, 705.7637939453125, 5.587091445922851562, 7200, 0, 0, 81397, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Juggernaut (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+57, 128434, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -927.328125, 2207.90283203125, 664.1473388671875, 4.786040306091308593, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Feasting Skyscreamer (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+58, 127879, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -727.71875, 2139.26220703125, 705.7698974609375, 3.34220433235168457, 7200, 0, 0, 77858, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shieldbearer of Zul (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT])
(@CGUID+59, 130679, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -729.208251953125, 2136.181640625, 705.84100341796875, 4.731421470642089843, 7200, 0, 0, 2831, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Temple Snake (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+60, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -790.0867919921875, 2189.5712890625, 662.2403564453125, 4.47552347183227539, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+61, 135989, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -934.85418701171875, 2153.85595703125, 705.76544189453125, 2.335720539093017578, 7200, 0, 0, 70072, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shieldbearer of Zul (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT])
(@CGUID+62, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -854.6336669921875, 2197.314208984375, 678.32342529296875, 4.108931541442871093, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+63, 122984, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -997.092041015625, 2182.611083984375, 706.2071533203125, 5.621304988861083984, 7200, 0, 0, 120326, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Colossus (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 254958 - Soulforged Construct, 141048 - Stealth and Invisibility Detection [DNT])
(@CGUID+64, 127315, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -729.390625, 2145.78125, 705.76885986328125, 4.427501201629638671, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Reanimation Totem (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+65, 122972, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -984.16143798828125, 2187.22216796875, 705.758056640625, 5.362247943878173828, 7200, 0, 0, 70780, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Augur (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: )
(@CGUID+66, 122971, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -1000.06951904296875, 2143.70654296875, 705.7734375, 2.031732082366943359, 7200, 0, 0, 81397, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Juggernaut (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+67, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -849.4305419921875, 2190.954833984375, 678.04901123046875, 2.234563589096069335, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+68, 127879, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -729.6319580078125, 2170.500732421875, 705.84100341796875, 0.7976875901222229, 7200, 0, 0, 77858, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shieldbearer of Zul (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT])
(@CGUID+69, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -793.515625, 2186.694580078125, 662.2403564453125, 0.062369633466005325, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+70, 122971, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -991.10089111328125, 2208.607177734375, 705.8409423828125, 1.56832122802734375, 7200, 0, 0, 81397, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Juggernaut (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: )
(@CGUID+71, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -956.0382080078125, 2227.873291015625, 662.24853515625, 0.77999192476272583, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+72, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -955.02777099609375, 2236.63720703125, 662.2449951171875, 3.963501691818237304, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+73, 122969, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -701.732666015625, 2194.609375, 705.76214599609375, 4.316590785980224609, 7200, 0, 0, 63702, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Zanchuli Witch-Doctor (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+74, 127315, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -698.8125, 2190.817626953125, 705.76214599609375, 4.655211925506591796, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Reanimation Totem (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+75, 127757, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -693.6007080078125, 2195.119873046875, 705.841064453125, 3.953847169876098632, 7200, 3, 0, 84936, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Reanimated Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255968 - Bad Voodoo, 256956 - Bad Voodoo - Dummy)
(@CGUID+76, 127879, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -697.09027099609375, 2186.710205078125, 705.76214599609375, 3.926842689514160156, 7200, 0, 0, 77858, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shieldbearer of Zul (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT])
(@CGUID+77, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -884.467041015625, 2287.23095703125, 677.953857421875, 2.571131706237792968, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+78, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -885.13543701171875, 2288.335205078125, 677.90618896484375, 3.067486524581909179, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+79, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -953.667236328125, 2239.0849609375, 662.247314453125, 4.424492835998535156, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+80, 130679, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -745.07916259765625, 2234.11083984375, 662.24725341796875, 3.686456680297851562, 7200, 6, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Temple Snake (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+81, 130679, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -843.09356689453125, 2285.428955078125, 678.4814453125, 3.242713212966918945, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Temple Snake (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+82, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -885.36285400390625, 2289.661376953125, 677.84619140625, 4.699065685272216796, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+83, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -861.25970458984375, 2268.21142578125, 644.5755615234375, 2.782968759536743164, 7200, 8, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+84, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -836.9970703125, 2265.284912109375, 642.6138916015625, 2.007321357727050781, 7200, 0, 0, 2831, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+85, 128434, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -800.63018798828125, 2284.4375, 680.9742431640625, 2.602713823318481445, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Feasting Skyscreamer (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+86, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -733.685546875, 2224.552734375, 663.0921630859375, 3.376913070678710937, 7200, 6, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+87, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -807.25177001953125, 2296.4931640625, 677.906005859375, 4.995004653930664062, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+88, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -797.4454345703125, 2286.23779296875, 678.182861328125, 3.074682235717773437, 7200, 6, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+89, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -884.904541015625, 2294.21875, 677.8316650390625, 3.089670658111572265, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+90, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -801.7569580078125, 2290.76220703125, 677.7872314453125, 3.861353635787963867, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+91, 122963, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -895.67926025390625, 2274.459228515625, 642.32220458984375, 1.516122221946716308, 7200, 0, 0, 495460, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Rezan (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+92, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -808.90972900390625, 2293.388916015625, 677.7794189453125, 0.387643873691558837, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+93, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -888.74652099609375, 2294.8994140625, 677.80657958984375, 5.828828811645507812, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+94, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -848.69854736328125, 2299.43994140625, 678.5118408203125, 1.569059371948242187, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+95, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -869.44921875, 2285.55078125, 678.244873046875, 1.156540751457214355, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+96, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -806.8367919921875, 2294.520751953125, 677.81640625, 3.905434608459472656, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+97, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -800.201416015625, 2292.4375, 677.7613525390625, 3.982561349868774414, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+98, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -804.38018798828125, 2291.029541015625, 677.763916015625, 0.125474840402603149, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+99, 127879, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -696.6805419921875, 2230.880126953125, 705.76336669921875, 4.406280994415283203, 7200, 0, 0, 77858, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shieldbearer of Zul (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT])
(@CGUID+100, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -886.34375, 2293.77783203125, 677.7864990234375, 1.550305366516113281, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+101, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -802.22393798828125, 2288.553955078125, 677.83197021484375, 1.459046363830566406, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+102, 130679, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -679.91217041015625, 2192.26513671875, 705.84100341796875, 1.227792143821716308, 7200, 0, 0, 2831, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Temple Snake (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+103, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -886.951416015625, 2290.897705078125, 677.79547119140625, 1.28327345848083496, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+104, 127315, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -699.7586669921875, 2243.2431640625, 705.76385498046875, 2.01109933853149414, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Reanimation Totem (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+105, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -847.68939208984375, 2304.3017578125, 678.361328125, 1.568718552589416503, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+106, 129552, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -844.155029296875, 2303.7373046875, 679.28912353515625, 1.568707942962646484, 7200, 0, 0, 144391, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Monzumi (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+107, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -920.53643798828125, 2290.28466796875, 677.7542724609375, 1.973983407020568847, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+108, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -919.64239501953125, 2293.05908203125, 677.761962890625, 3.196370601654052734, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+109, 127879, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -690.2742919921875, 2231.201416015625, 705.7652587890625, 4.894147396087646484, 7200, 0, 0, 77858, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shieldbearer of Zul (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT])
(@CGUID+110, 128455, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -851.22607421875, 2303.752197265625, 679.28912353515625, 1.568707942962646484, 7200, 0, 0, 141560, 0, 0, NULL, NULL, NULL, NULL, 52188), -- T'lonja (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+111, 122969, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -703.25177001953125, 2244.2431640625, 705.76312255859375, 4.115313529968261718, 7200, 0, 0, 63702, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Zanchuli Witch-Doctor (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+112, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -764.52777099609375, 2288.703125, 677.9342041015625, 1.399469256401062011, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+113, 130679, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -807.71435546875, 2282.662841796875, 641.79541015625, 6.038660049438476562, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Temple Snake (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+114, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -921.076416015625, 2292.62841796875, 677.7528076171875, 4.642620563507080078, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+115, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -849.6934814453125, 2301.516357421875, 678.411865234375, 1.569324612617492675, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+116, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -922.61285400390625, 2292.350830078125, 677.74700927734375, 6.02665567398071289, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+117, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -845.69683837890625, 2301.51220703125, 678.39080810546875, 1.568113446235656738, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+118, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -999.58892822265625, 2229.705810546875, 705.84100341796875, 4.170212745666503906, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+119, 127757, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -695.74468994140625, 2238.114990234375, 705.8409423828125, 2.840140581130981445, 7200, 3, 0, 84936, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Reanimated Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255970 - Bad Voodoo, 256956 - Bad Voodoo - Dummy)
(@CGUID+120, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -765.65277099609375, 2291.489501953125, 677.79931640625, 5.800620079040527343, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+121, 129553, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -847.68231201171875, 2307.685791015625, 678.279296875, 1.568709731101989746, 7200, 0, 0, 169872, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dinomancer Kish'o (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+122, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -770.04168701171875, 2295.873291015625, 677.8209228515625, 5.579017162322998046, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+123, 128434, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -919.55035400390625, 2300.18408203125, 678.33380126953125, 3.050086498260498046, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Feasting Skyscreamer (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+124, 130679, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1044.2646484375, 2150.34765625, 717.04412841796875, 5.686460494995117187, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Temple Snake (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+125, 128434, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -768.24481201171875, 2300.954833984375, 680.76904296875, 5.749906539916992187, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Feasting Skyscreamer (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+126, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -762.8038330078125, 2291.123291015625, 677.80548095703125, 4.224608421325683593, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+127, 130679, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -888.04791259765625, 2286.264404296875, 643.30487060546875, 2.280898332595825195, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Temple Snake (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+128, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -922.58160400390625, 2294.37158203125, 677.798828125, 5.242909908294677734, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+129, 129985, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -974.92706298828125, 2270.03125, 686.934814453125, 1.570796370506286621, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Tiki Mask (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+130, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -771.55902099609375, 2298.2587890625, 677.9989013671875, 5.253190040588378906, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+131, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -763.92706298828125, 2290.296875, 677.82464599609375, 2.680580377578735351, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+132, 128435, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -771, 2294.239501953125, 677.7012939453125, 0.665159642696380615, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Toxic Saurid (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255894 - Poisoned Claws)
(@CGUID+133, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -700.27734375, 2250.56640625, 705.84100341796875, 0.543601810932159423, 7200, 6, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+134, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1058.2874755859375, 2151.1689453125, 717.0491943359375, 4.405092716217041015, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+135, 130679, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -824.37786865234375, 2303.42919921875, 642.621337890625, 0.876897454261779785, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Temple Snake (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+136, 122972, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -967.33331298828125, 2290.270751953125, 680.9151611328125, 0.252334505319595336, 7200, 0, 0, 70780, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Augur (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+137, 127799, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -962.248291015625, 2287.6875, 680.91741943359375, 0.801671147346496582, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+138, 129985, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -957.68231201171875, 2293.585205078125, 673.275146484375, 0, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Tiki Mask (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 257685 - Tiki Mask)
(@CGUID+139, 127879, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -731.97052001953125, 2285.87841796875, 680.9180908203125, 3.128293752670288085, 7200, 0, 0, 77858, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shieldbearer of Zul (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT])
(@CGUID+140, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -730.48046875, 2278.12890625, 681.04248046875, 0.348303020000457763, 7200, 0, 0, 2831, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+141, 128434, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -874.09027099609375, 2319.854248046875, 695.2012939453125, 5.724257946014404296, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Feasting Skyscreamer (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+142, 122969, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -731.68402099609375, 2290.963623046875, 680.9197998046875, 2.823445081710815429, 7200, 0, 0, 63702, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Zanchuli Witch-Doctor (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+143, 122969, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -730.44268798828125, 2294.046875, 681.18878173828125, 3.358532190322875976, 7200, 0, 0, 63702, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Zanchuli Witch-Doctor (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%, 258727 - Ritual Voodoo)
(@CGUID+144, 129985, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1000.598876953125, 2270.03125, 699.2056884765625, 1.570796370506286621, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Tiki Mask (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: )
(@CGUID+145, 127879, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -732.513916015625, 2298.85595703125, 680.918212890625, 3.624039173126220703, 7200, 0, 0, 77858, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shieldbearer of Zul (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT])
(@CGUID+146, 129985, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1015.55548095703125, 2270.03125, 711.22418212890625, 1.570796370506286621, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Tiki Mask (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 257685 - Tiki Mask)
(@CGUID+147, 130679, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -796.05377197265625, 2305.63720703125, 641.27874755859375, 3.955721378326416015, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Temple Snake (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+148, 122972, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -966.79864501953125, 2296.204833984375, 680.9150390625, 6.207649707794189453, 7200, 0, 0, 70780, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Augur (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+149, 130679, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -854.10107421875, 2329.419921875, 678.13433837890625, 5.999964714050292968, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Temple Snake (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+150, 127799, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -963.310791015625, 2299.37158203125, 680.9168701171875, 6.202130317687988281, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+151, 122971, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -1054.0035400390625, 2224.27783203125, 741.0364990234375, 4.756319522857666015, 7200, 0, 0, 81397, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Juggernaut (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: )
(@CGUID+152, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -859.75274658203125, 2316.446533203125, 642.486083984375, 5.758289337158203125, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+153, 122972, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -1047.3992919921875, 2223.8681640625, 741.0364990234375, 4.590658187866210937, 7200, 0, 0, 70780, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Augur (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+154, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -831.1378173828125, 2321.738525390625, 643.114990234375, 0.43214687705039978, 7200, 6, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+155, 129985, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -974.92706298828125, 2315.208251953125, 687.81982421875, 4.712388992309570312, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Tiki Mask (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+156, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -893.71014404296875, 2337.8779296875, 642.486083984375, 0.983833849430084228, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+157, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -834.10150146484375, 2344.170654296875, 642.91253662109375, 2.686678409576416015, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+158, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -726.88165283203125, 2304.991455078125, 680.91375732421875, 1.411447405815124511, 7200, 0, 0, 2831, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+159, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -882.767822265625, 2341.73046875, 642.54217529296875, 3.078077316284179687, 7200, 0, 0, 2831, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+160, 122969, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -655.515625, 2281.2900390625, 708.0631103515625, 2.295832395553588867, 7200, 0, 0, 63702, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Zanchuli Witch-Doctor (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+161, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -699.34552001953125, 2341.6962890625, 705.76397705078125, 4.173900127410888671, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+162, 129985, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1000.598876953125, 2315.208251953125, 700.0904541015625, 4.712388992309570312, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Tiki Mask (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: )
(@CGUID+163, 129985, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1015.55548095703125, 2315.208251953125, 712.1094970703125, 4.712388992309570312, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Tiki Mask (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 257685 - Tiki Mask)
(@CGUID+164, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -663.5225830078125, 2303.317626953125, 707.51702880859375, 4.47273874282836914, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+165, 125977, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -636.02777099609375, 2269.217041015625, 709.9739990234375, 3.116801738739013671, 7200, 0, 0, 56624, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Reanimation Totem (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+166, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -656.359375, 2283.998291015625, 707.642578125, 0.73479008674621582, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+167, 127315, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -652.90972900390625, 2293.005126953125, 709.36700439453125, 2.069970369338989257, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Reanimation Totem (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+168, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1088.27734375, 2227.421875, 740.78399658203125, 3.297425031661987304, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+169, 127757, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -659.35150146484375, 2288.814208984375, 706.04339599609375, 1.378377914428710937, 7200, 3, 0, 84936, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Reanimated Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255972 - Bad Voodoo, 256956 - Bad Voodoo - Dummy)
(@CGUID+170, 122969, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -655.48614501953125, 2302.067626953125, 708.7017822265625, 4.545207977294921875, 7200, 0, 0, 63702, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Zanchuli Witch-Doctor (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+171, 130679, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -597.58331298828125, 2266.152587890625, 709.841064453125, 5.260217666625976562, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Temple Snake (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+172, 127315, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -698.58160400390625, 2357.79345703125, 705.7635498046875, 1.028818011283874511, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Reanimation Totem (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+173, 122965, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -616.35418701171875, 2292.71875, 709.8065185546875, 3.221103906631469726, 7200, 0, 0, 445914, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Vol'kaal (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 250192 - Bad Voodoo)
(@CGUID+174, 127352, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -690.27081298828125, 2350.96875, 705.7657470703125, 5.199552536010742187, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Risen Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 252737 - Honor Guard Sleep)
(@CGUID+175, 132126, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1090.8992919921875, 2286.338623046875, 740.6871337890625, 5.5116729736328125, 7200, 0, 0, 70780, 100, 0, NULL, NULL, NULL, NULL, 52188), -- Gilded Priestess (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+176, 122971, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -1093.7847900390625, 2294.11279296875, 741.27947998046875, 0.261781275272369384, 7200, 0, 0, 81397, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Juggernaut (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+177, 127757, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -709.36468505859375, 2358.17333984375, 706.0054931640625, 2.663568735122680664, 7200, 3, 0, 84936, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Reanimated Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255971 - Bad Voodoo, 256956 - Bad Voodoo - Dummy)
(@CGUID+178, 127799, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -1092.236083984375, 2303.116455078125, 740.6871337890625, 0.801671147346496582, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+179, 122972, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -1086.5364990234375, 2289.835205078125, 740.68701171875, 0.349243223667144775, 7200, 0, 0, 70780, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Augur (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+180, 127799, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -1087.3004150390625, 2299.23779296875, 740.68707275390625, 0.889429748058319091, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+181, 125977, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -591.23956298828125, 2292.442626953125, 709.9677734375, 3.116801738739013671, 7200, 0, 0, 56624, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Reanimation Totem (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+182, 130678, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -704.8436279296875, 2361.9384765625, 705.9151611328125, 1.241296768188476562, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+183, 122969, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -701.68231201171875, 2359.80908203125, 705.76287841796875, 1.763882994651794433, 7200, 0, 0, 63702, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Zanchuli Witch-Doctor (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 123978 - Mod Scale 95-120%)
(@CGUID+184, 127757, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -698.42535400390625, 2352.99609375, 705.9326171875, 1.930976510047912597, 7200, 3, 0, 84936, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Reanimated Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255971 - Bad Voodoo, 256956 - Bad Voodoo - Dummy)
(@CGUID+185, 127799, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -1094.9757080078125, 2281.882080078125, 740.687255859375, 5.449492454528808593, 7200, 0, 0, 70780, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Honor Guard (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+186, 125977, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -636.18927001953125, 2316.12158203125, 709.962890625, 3.116801738739013671, 7200, 0, 0, 56624, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Reanimation Totem (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+187, 132126, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1097.1754150390625, 2249.79345703125, 740.6873779296875, 2.515300750732421875, 7200, 0, 0, 70780, 100, 0, NULL, NULL, NULL, NULL, 52188), -- Gilded Priestess (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+188, 131289, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -865.25, 2473.49658203125, 734.50604248046875, 0, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shadowflame (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+189, 122968, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -847.5694580078125, 2467.100830078125, 734.311767578125, 4.684121608734130859, 7200, 0, 0, 552084, 100, 0, NULL, NULL, NULL, NULL, 52188), -- Yazma (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: )
(@CGUID+190, 122967, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1119.7066650390625, 2292.36279296875, 745.197509765625, 3.100947380065917968, 7200, 0, 0, 637020, 100, 0, NULL, NULL, NULL, NULL, 52188), -- Priestess Alun'za (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 258386 - Ritual)
(@CGUID+191, 131289, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -830.40802001953125, 2473.380126953125, 734.50604248046875, 0, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shadowflame (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+192, 128956, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1110.49658203125, 2259.4306640625, 741.76031494140625, 0.093232475221157073, 7200, 0, 0, 495460, 9035, 0, NULL, NULL, NULL, NULL, 52188), -- Blood-Tainted Cauldron of Gold (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (Auras: 255619 - Blood-Tainted Cauldron of Gold)
(@CGUID+193, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1053.545166015625, 2349.40966796875, 740.4503173828125, 0.329934179782867431, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+194, 131289, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -883.36285400390625, 2523.971435546875, 734.5064697265625, 0, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shadowflame (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+195, 130680, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -640.04144287109375, 2326.565185546875, 710.13360595703125, 2.856304645538330078, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Goldshell Scuttler (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+196, 131289, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -812.3125, 2523.663330078125, 734.50604248046875, 0, 7200, 0, 0, 14156, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Shadowflame (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+197, 130681, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -667.87847900390625, 2362.234375, 716.01531982421875, 5.630397319793701171, 7200, 0, 0, 2831, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Glitterlight Flitter (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+198, 130681, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -724.56549072265625, 2417.338623046875, 710.72357177734375, 1.104001045227050781, 7200, 0, 0, 2831, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Glitterlight Flitter (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+199, 130681, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -663.57684326171875, 2382.419189453125, 715.6981201171875, 5.609563350677490234, 7200, 0, 0, 2831, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Glitterlight Flitter (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+200, 130686, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -700.4127197265625, 2421.146240234375, 707.66168212890625, 6.246387958526611328, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Mountaintop Croaker (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+201, 130686, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -679.9019775390625, 2404.12109375, 708.36651611328125, 6.258326530456542968, 7200, 0, 0, 2831, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Mountaintop Croaker (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+202, 130681, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -648.0745849609375, 2380.338134765625, 721.87054443359375, 5.193470954895019531, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Glitterlight Flitter (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+203, 130681, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -748.7474365234375, 2437.3056640625, 707.23590087890625, 3.318969964981079101, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Glitterlight Flitter (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+204, 130686, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -700.66668701171875, 2430.681640625, 707.55645751953125, 1.010955333709716796, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Mountaintop Croaker (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+205, 130681, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -716.76025390625, 2448.9794921875, 715.53594970703125, 5.222360134124755859, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Glitterlight Flitter (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+206, 130686, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -697.57403564453125, 2452.199951171875, 707.9005126953125, 2.491846561431884765, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Mountaintop Croaker (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+207, 132126, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 0, -1096.685791015625, 2334.303955078125, 740.6873779296875, 3.718596935272216796, 7200, 0, 0, 70780, 100, 0, NULL, NULL, NULL, NULL, 52188), -- Gilded Priestess (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@CGUID+208, 130681, 1763, 9028, 9382, '1,2,23,8', 0, 0, 0, 0, -674.9610595703125, 2449.23974609375, 711.18011474609375, 2.120967388153076171, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Glitterlight Flitter (Area: Sacrificial Pits - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+209, 128956, 1763, 9028, 9382, '1,2,23,8', 0, 0, 0, 0, -1110.545166015625, 2325.282958984375, 741.76031494140625, 0.093232475221157073, 7200, 0, 0, 495460, 9035, 0, NULL, NULL, NULL, NULL, 52188), -- Blood-Tainted Cauldron of Gold (Area: Sacrificial Pits - Difficulty: Mythic) CreateObject1 (Auras: 255619 - Blood-Tainted Cauldron of Gold)
(@CGUID+210, 130678, 1763, 9028, 9382, '1,2,23,8', 0, 0, 0, 0, -1103.5208740234375, 2356.295166015625, 740.78399658203125, 5.132504463195800781, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Poisonous Gekkota (Area: Sacrificial Pits - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+211, 130681, 1763, 9028, 9382, '1,2,23,8', 0, 0, 0, 0, -620.89068603515625, 2409.718017578125, 710.2015380859375, 6.207088947296142578, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Glitterlight Flitter (Area: Sacrificial Pits - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+212, 130681, 1763, 9028, 9382, '1,2,23,8', 0, 0, 0, 0, -631.39398193359375, 2441.041748046875, 715.26446533203125, 5.469112396240234375, 7200, 10, 0, 2831, 0, 1, NULL, NULL, NULL, NULL, 52188), -- Glitterlight Flitter (Area: Sacrificial Pits - Difficulty: Mythic) CreateObject1 (possible waypoints or random movement)
(@CGUID+213, 122970, 1763, 9028, 0, '1,2,23,8', 0, 0, 0, 1, -782.85772705078125, 2147.662109375, 705.841064453125, 6.265757083892822265, 7200, 10, 0, 70780, 100, 1, NULL, NULL, NULL, NULL, 52188), -- Shadowblade Stalker (Area: 0 - Difficulty: Mythic) CreateObject1 (Auras: 123167 - Mod Scale 95-100%, 252661 - Venom-Tipped Blade, 252703 - Stealth) (possible waypoints or random movement)
(@CGUID+214, 122970, 1763, 9028, 0, '1,2,23,8', 0, 0, 0, 1, -706.4716796875, 2212.2236328125, 705.84100341796875, 1.579848051071166992, 7200, 10, 0, 70780, 100, 1, NULL, NULL, NULL, NULL, 52188), -- Shadowblade Stalker (Area: 0 - Difficulty: Mythic) CreateObject1 (Auras: 123167 - Mod Scale 95-100%, 252703 - Stealth, 252661 - Venom-Tipped Blade) (possible waypoints or random movement)
(@CGUID+215, 122970, 1763, 9028, 0, '1,2,23,8', 0, 0, 0, 1, -682.81451416015625, 2294.48583984375, 702.273193359375, 3.126766204833984375, 7200, 10, 0, 70780, 100, 1, NULL, NULL, NULL, NULL, 52188), -- Shadowblade Stalker (Area: 0 - Difficulty: Mythic) CreateObject1 (Auras: 123167 - Mod Scale 95-100%, 252703 - Stealth, 252661 - Venom-Tipped Blade) (possible waypoints or random movement)
(@CGUID+216, 122970, 1763, 9028, 0, '1,2,23,8', 0, 0, 0, 1, -682.86968994140625, 2290.486083984375, 702.250732421875, 3.126706361770629882, 7200, 10, 0, 70780, 100, 1, NULL, NULL, NULL, NULL, 52188), -- Shadowblade Stalker (Area: 0 - Difficulty: Mythic) CreateObject1 (Auras: 123167 - Mod Scale 95-100%, 252661 - Venom-Tipped Blade, 252703 - Stealth) (possible waypoints or random movement)
(@CGUID+217, 122971, 1763, 9028, 0, '1,2,23,8', 0, 0, 0, 1, -1051.3199462890625, 2210.679931640625, 734.4210205078125, 0, 7200, 0, 0, 81397, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Juggernaut (Area: 0 - Difficulty: Mythic) CreateObject2 (Auras: )
(@CGUID+218, 122973, 1763, 9028, 0, '1,2,23,8', 0, 0, 0, 1, -1051.3199462890625, 2210.679931640625, 734.4210205078125, 0, 7200, 0, 0, 70780, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Confessor (Area: 0 - Difficulty: Mythic) CreateObject2 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+219, 122972, 1763, 9028, 0, '1,2,23,8', 0, 0, 0, 1, -1051.3199462890625, 2210.679931640625, 734.4210205078125, 0, 7200, 0, 0, 70780, 18070, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Augur (Area: 0 - Difficulty: Mythic) CreateObject2 (Auras: 237007 - Mod Scale 90-100%)
(@CGUID+220, 122984, 1763, 9028, 0, '1,2,23,8', 0, 0, 0, 0, -1051.3199462890625, 2210.679931640625, 734.4210205078125, 6.209408283233642578, 7200, 0, 0, 120326, 0, 0, NULL, NULL, NULL, NULL, 52188), -- Dazar'ai Colossus (Area: 0 - Difficulty: Mythic) CreateObject2 (Auras: 254958 - Soulforged Construct)
(@CGUID+221, 122970, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -739.34722900390625, 2113.154541015625, 715.1943359375, 1.635016798973083496, 7200, 0, 0, 80465, 100, 0, NULL, NULL, NULL, NULL, 52188), -- Shadowblade Stalker (Area: Atal'Dazar - Difficulty: 0) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+222, 122970, 1763, 9028, 9028, '1,2,23,8', 0, 0, 0, 1, -744.18231201171875, 2112.92529296875, 715.3468017578125, 1.635016798973083496, 7200, 0, 0, 80465, 100, 0, NULL, NULL, NULL, NULL, 52188); -- Shadowblade Stalker (Area: Atal'Dazar - Difficulty: Normal) CreateObject2 (Auras: 123167 - Mod Scale 95-100%)
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+222;
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+17, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007'), -- Dazar'ai Honor Guard - 237007 - Mod Scale 90-100%
(@CGUID+18, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Dazar'ai Juggernaut
(@CGUID+22, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Dazar'ai Confessor
(@CGUID+30, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007'), -- Dazar'ai Augur - 237007 - Mod Scale 90-100%
(@CGUID+31, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Dazar'ai Juggernaut
(@CGUID+34, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007'), -- Dazar'ai Honor Guard - 237007 - Mod Scale 90-100%
(@CGUID+43, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007'), -- Dazar'ai Confessor - 237007 - Mod Scale 90-100%
(@CGUID+44, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007'), -- Dazar'ai Augur - 237007 - Mod Scale 90-100%
(@CGUID+56, 0, 0, 0, 0, 0, 1, 0, 375, 0, 0, 0, 4, ''), -- Dazar'ai Juggernaut
(@CGUID+58, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007 257568 141048'), -- Shieldbearer of Zul - 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT]
(@CGUID+63, 0, 0, 0, 0, 0, 1, 0, 27, 0, 0, 0, 4, '254958 141048'), -- Dazar'ai Colossus - 254958 - Soulforged Construct, 141048 - Stealth and Invisibility Detection [DNT]
(@CGUID+65, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Dazar'ai Augur
(@CGUID+66, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Dazar'ai Juggernaut
(@CGUID+68, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '237007 257568 141048'), -- Shieldbearer of Zul - 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT]
(@CGUID+76, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007 257568 141048'), -- Shieldbearer of Zul - 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT]
(@CGUID+99, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007 257568 141048'), -- Shieldbearer of Zul - 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT]
(@CGUID+109, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007 257568 141048'), -- Shieldbearer of Zul - 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT]
(@CGUID+136, 0, 0, 0, 0, 0, 1, 0, 27, 0, 0, 0, 4, '237007'), -- Dazar'ai Augur - 237007 - Mod Scale 90-100%
(@CGUID+137, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007'), -- Dazar'ai Honor Guard - 237007 - Mod Scale 90-100%
(@CGUID+139, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007 257568 141048'), -- Shieldbearer of Zul - 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT]
(@CGUID+145, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007 257568 141048'), -- Shieldbearer of Zul - 237007 - Mod Scale 90-100%, 257568 - Cosmetic Aura, 141048 - Stealth and Invisibility Detection [DNT]
(@CGUID+148, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007'), -- Dazar'ai Augur - 237007 - Mod Scale 90-100%
(@CGUID+150, 0, 0, 0, 0, 0, 1, 0, 733, 0, 0, 0, 4, '237007'), -- Dazar'ai Honor Guard - 237007 - Mod Scale 90-100%
(@CGUID+151, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Dazar'ai Juggernaut
(@CGUID+153, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007'), -- Dazar'ai Augur - 237007 - Mod Scale 90-100%
(@CGUID+175, 0, 0, 0, 0, 0, 1, 0, 733, 0, 0, 0, 0, ''), -- Gilded Priestess
(@CGUID+176, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 4, ''), -- Dazar'ai Juggernaut
(@CGUID+178, 0, 0, 0, 0, 0, 1, 0, 734, 0, 0, 0, 4, '237007'), -- Dazar'ai Honor Guard - 237007 - Mod Scale 90-100%
(@CGUID+179, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007'), -- Dazar'ai Augur - 237007 - Mod Scale 90-100%
(@CGUID+180, 0, 0, 0, 0, 0, 1, 0, 433, 0, 0, 0, 4, '237007'), -- Dazar'ai Honor Guard - 237007 - Mod Scale 90-100%
(@CGUID+185, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007'), -- Dazar'ai Honor Guard - 237007 - Mod Scale 90-100%
(@CGUID+215, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 4, '123167 252661 252703'), -- Shadowblade Stalker - 123167 - Mod Scale 95-100%, 252661 - Venom-Tipped Blade, 252703 - Stealth
(@CGUID+217, 0, 0, 0, 0, 0, 1, 0, 375, 0, 0, 0, 4, ''), -- Dazar'ai Juggernaut
(@CGUID+218, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007'), -- Dazar'ai Confessor - 237007 - Mod Scale 90-100%
(@CGUID+219, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, '237007'), -- Dazar'ai Augur - 237007 - Mod Scale 90-100%
(@CGUID+220, 0, 0, 0, 0, 0, 1, 0, 27, 0, 0, 0, 4, '254958'), -- Dazar'ai Colossus - 254958 - Soulforged Construct
(@CGUID+221, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 4, '123167 252661 252703'), -- Shadowblade Stalker - 123167 - Mod Scale 95-100%, 252661 - Venom-Tipped Blade, 252703 - Stealth
(@CGUID+222, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 4, '123167 252661 252703'); -- Shadowblade Stalker - 123167 - Mod Scale 95-100%, 252661 - Venom-Tipped Blade, 252703 - Stealth
-- GameObject
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+20;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 246779, 1763, 9028, 9028, '23', 0, 0, -848.30206298828125, 2105.291748046875, 727.3809814453125, 0, 0, 0, 0, 1, 7200, 255, 1, 52188), -- Font of Power (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+1, 278820, 1763, 9028, 9028, '1,2,23,8', 0, 0, -911.57989501953125, 2147.010498046875, 704.99041748046875, 0, 0, -0.70710659027099609, 0, 0.707106947898864746, 7200, 255, 1, 52188), -- Collision Wall (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+2, 276643, 1763, 9028, 9028, '1,2,23,8', 0, 0, -849.076416015625, 2044.1666259765625, 729.69415283203125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 7200, 255, 1, 52188), -- Instance Portal (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+3, 249386, 1763, 9028, 9028, '1,2,23,8', 0, 0, -940.97393798828125, 2254.960205078125, 642.75860595703125, 1.550428628921508789, 0, 0, 0.699869155883789062, 0.714271068572998046, 7200, 255, 1, 52188), -- Arcane Barrier (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+4, 249386, 1763, 9028, 9028, '1,2,23,8', 0, 0, -940.97393798828125, 2267.723876953125, 642.75860595703125, 1.550428628921508789, 0, 0, 0.699869155883789062, 0.714271068572998046, 7200, 255, 1, 52188), -- Arcane Barrier (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+5, 288202, 1763, 9028, 9028, '1,2,23,8', 0, 0, -739.553466796875, 2288.6064453125, 681.2730712890625, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 52188), -- Doodad_8DU_CityofGold_Gate003 (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+6, 288204, 1763, 9028, 9028, '1,2,23,8', 0, 0, -955.9854736328125, 2288.6064453125, 681.2730712890625, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 52188), -- Doodad_8DU_CityofGold_Gate001 (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+7, 288205, 1763, 9028, 9028, '1,2,23,8', 0, 0, -955.9854736328125, 2296.698486328125, 681.2730712890625, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 52188), -- Doodad_8DU_CityofGold_Gate002 (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+8, 288203, 1763, 9028, 9028, '1,2,23,8', 0, 0, -739.553466796875, 2296.698486328125, 681.2730712890625, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 52188), -- Doodad_8DU_CityofGold_Gate004 (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+9, 249386, 1763, 9028, 9028, '1,2,23,8', 0, 0, -941.65972900390625, 2318.263916015625, 642.75860595703125, 1.515627145767211914, 0, 0, 0.687335014343261718, 0.726340532302856445, 7200, 255, 1, 52188), -- Arcane Barrier (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+10, 288478, 1763, 9028, 9028, '1,2,23,8', 0, 0, -965.96722412109375, 2279.492431640625, 681.54559326171875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 52188), -- Ancient Switch (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+11, 288477, 1763, 9028, 9028, '1,2,23,8', 0, 0, -729.3082275390625, 2279.52001953125, 681.54559326171875, 0, 0, 0, 0, 1, 7200, 255, 1, 52188), -- Ancient Switch (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+12, 249386, 1763, 9028, 9028, '1,2,23,8', 0, 0, -941.19097900390625, 2331.30908203125, 642.75860595703125, 1.515627145767211914, 0, 0, 0.687335014343261718, 0.726340532302856445, 7200, 255, 1, 52188), -- Arcane Barrier (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+13, 292402, 1763, 9028, 9028, '1,2,23,8', 0, 0, -649.21533203125, 2280.24072265625, 711.623779296875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 0, 52188), -- Doodad_8DU_CityofGold_Gate005 (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+14, 278422, 1763, 9028, 9028, '1,2,23,8', 0, 0, -847.7703857421875, 2415.89013671875, 678.25006103515625, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 7200, 255, 1, 52188), -- Doodad_8DU_CityofGold_WaterfallStairs001 (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+15, 292399, 1763, 9028, 9028, '1,2,23,8', 0, 0, -649.21533203125, 2288.388671875, 711.623779296875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 0, 52188), -- Doodad_8DU_CityofGold_Gate006 (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+16, 292401, 1763, 9028, 9028, '1,2,23,8', 0, 0, -649.21533203125, 2304.632568359375, 711.623779296875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 0, 52188), -- Doodad_8DU_CityofGold_Gate008 (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+17, 292400, 1763, 9028, 9028, '1,2,23,8', 0, 0, -649.21533203125, 2296.54638671875, 711.623779296875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 0, 52188), -- Doodad_8DU_CityofGold_Gate007 (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+18, 278820, 1763, 9028, 9028, '1,2,23,8', 0, 0, -847.69964599609375, 2389.782958984375, 678.36370849609375, 4.705675125122070312, 0, 0, -0.70947647094726562, 0.704729139804840087, 7200, 255, 1, 52188), -- Collision Wall (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+19, 292398, 1763, 9028, 9028, '1,2,23,8', 0, 0, -880.58062744140625, 2469.369140625, 732.95025634765625, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 7200, 255, 0, 52188), -- Doodad_8DU_CityofGold_Gate010 (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
(@OGUID+20, 292397, 1763, 9028, 9028, '1,2,23,8', 0, 0, -815.11834716796875, 2469.369140625, 732.95025634765625, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 7200, 255, 0, 52188); -- Doodad_8DU_CityofGold_Gate009 (Area: Atal'Dazar - Difficulty: Mythic) CreateObject1
DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+20;
INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `WorldEffectID`, `AIAnimKitID`) VALUES
(@OGUID+5, 0, 0, 1, -0.00000004371138828, 0, 0), -- Doodad_8DU_CityofGold_Gate003
(@OGUID+6, 0, 0, 1, -0.00000004371138828, 0, 0), -- Doodad_8DU_CityofGold_Gate001
(@OGUID+7, 0, 0, 1, -0.00000004371138828, 0, 0), -- Doodad_8DU_CityofGold_Gate002
(@OGUID+8, 0, 0, 1, -0.00000004371138828, 0, 0), -- Doodad_8DU_CityofGold_Gate004
(@OGUID+10, 0, 0, 1, -0.00000004371138828, 0, 0), -- Ancient Switch
(@OGUID+11, 0, 0, 1, -0.00000004371138828, 0, 0), -- Ancient Switch
(@OGUID+13, 0, 0, 1, -0.00000004371138828, 0, 0), -- Doodad_8DU_CityofGold_Gate005
(@OGUID+14, 0, 0, 1, -0.00000004371138828, 0, 0), -- Doodad_8DU_CityofGold_WaterfallStairs001
(@OGUID+15, 0, 0, 1, -0.00000004371138828, 0, 0), -- Doodad_8DU_CityofGold_Gate006
(@OGUID+16, 0, 0, 1, -0.00000004371138828, 0, 0), -- Doodad_8DU_CityofGold_Gate008
(@OGUID+17, 0, 0, 1, -0.00000004371138828, 0, 0), -- Doodad_8DU_CityofGold_Gate007
(@OGUID+19, 0, 0, 1, -0.00000004371138828, 0, 0), -- Doodad_8DU_CityofGold_Gate010
(@OGUID+20, 0, 0, 1, -0.00000004371138828, 0, 0); -- Doodad_8DU_CityofGold_Gate009
-- Templates
UPDATE `creature_template` SET `unit_flags3`=16777217 WHERE `entry`=128956; -- Blood-Tainted Cauldron of Gold
UPDATE `creature_template` SET `unit_flags`=33088, `unit_flags3`=1 WHERE `entry`=122968; -- Yazma
UPDATE `creature_template` SET `unit_flags3`=8388608 WHERE `entry`=122963; -- Rezan
UPDATE `creature_template` SET `unit_flags3`=134217728 WHERE `entry`=128434; -- Feasting Skyscreamer
UPDATE `creature_template` SET `unit_flags`=32768, `unit_flags3`=67108864 WHERE `entry`=128435; -- Toxic Saurid
UPDATE `creature_template` SET `unit_flags3`=134217728 WHERE `entry`=122986; -- Wild Skyscreamer
UPDATE `creature_template` SET `unit_flags3`=67108864 WHERE `entry`=130902; -- Creepy Spider
UPDATE `creature_template` SET `flags_extra` = 128 WHERE `entry` = 120652; -- Global Affix Stalker
UPDATE `gameobject_template_addon` SET `flags`=2 WHERE `entry` IN (288477, 288478); -- Ancient Switch
-- Template Addon
DELETE FROM `creature_template_addon` WHERE `entry` IN (130681, 128956, 122967, 122968, 122965, 125977, 129553, 128455, 129552, 122963, 122972, 122969, 122973, 128434, 122971, 127799, 128435, 127315, 127352, 129985, 122986);
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(130681, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 130681 (Glitterlight Flitter)
(128956, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, '255619'), -- 128956 (Blood-Tainted Cauldron of Gold) - Blood-Tainted Cauldron of Gold
(122967, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '258386'), -- 122967 (Priestess Alun'za) - Ritual
(122968, 0, 0, 0, 0, 0, 1, 0, 0, 1093, 0, 0, 5, ''), -- 122968 (Yazma)
(122965, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 122965 (Vol'kaal)
(125977, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 125977 (Reanimation Totem)
(129553, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 4, ''), -- 129553 (Dinomancer Kish'o)
(128455, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 128455 (T'lonja)
(129552, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 129552 (Monzumi)
(122963, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 122963 (Rezan)
(122972, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '237007'), -- 122972 (Dazar'ai Augur) - Mod Scale 90-100%
(122969, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '123978'), -- 122969 (Zanchuli Witch-Doctor) - Mod Scale 95-120%
(122973, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 122973 (Dazar'ai Confessor)
(128434, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '123978'), -- 128434 (Feasting Skyscreamer) - Mod Scale 95-120%
(122971, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 122971 (Dazar'ai Juggernaut)
(127799, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '237007'), -- 127799 (Dazar'ai Honor Guard) - Mod Scale 90-100%
(128435, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '255894'), -- 128435 (Toxic Saurid) - Poisoned Claws
(127315, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 127315 (Reanimation Totem)
(127352, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '252737'), -- 127352 (Risen Honor Guard) - Honor Guard Sleep
(129985, 0, 0, 0, 3, 0, 1, 0, 0, 10455, 0, 0, 4, '257685'), -- 129985 (Tiki Mask)
(122986, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 5, '123978'); -- 122986 (Wild Skyscreamer) - Mod Scale 95-120%
-- Creature Movement
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 130681;
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(130681, 0, 0, 1, 0, 0, 0, NULL);
-- AreaTrigger
DELETE FROM `areatrigger_template` WHERE (`IsServerSide`=0 AND `Id` IN (16503,16589,16644,16643));
INSERT INTO `areatrigger_template` (`Id`, `IsServerSide`, `Type`, `Flags`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `VerifiedBuild`) VALUES
(16503, 0, 0, 4, 20, 20, 0, 0, 0, 0, 0, 0, 52188),
(16589, 0, 4, 4, 6.800000190734863281, 6.800000190734863281, 10, 10, 3, 3, 0, 0, 52188),
(16644, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 52188),
(16643, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 52188);
DELETE FROM `areatrigger_create_properties` WHERE `Id` IN (11814 /*Spell: 254958 (Soulforged Construct)*/, 11897 /*Spell: 255619 (Blood-Tainted Cauldron of Gold)*/, 11959 /*Spell: 256608 (Pile of Bones)*/, 11958 /*Spell: 256606 (Pile of Bones)*/);
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
(11814, 16503, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 20, 20, 0, 0, 0, 0, 0, 0, 52188), -- Spell: 254958 (Soulforged Construct)
(11897, 16589, 0, 0, 0, 0, -1, 0, 0, 0, 0, 4, 6.800000190734863281, 6.800000190734863281, 10, 10, 3, 3, 0, 0, 52188), -- Spell: 255619 (Blood-Tainted Cauldron of Gold)
(11959, 16644, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 52188), -- Spell: 256608 (Pile of Bones)
(11958, 16643, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 52188); -- Spell: 256606 (Pile of Bones)
-- Path for Rezan
SET @ENTRY := 122963;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES
(@PATH, 0, -889.3941, 2320.872, 642.4862, NULL, 0),
(@PATH, 1, -881.2743, 2334.361, 642.6951, NULL, 0),
(@PATH, 2, -868.4121, 2342.096, 643.0334, NULL, 0),
(@PATH, 3, -847.9427, 2345.576, 642.5255, NULL, 0),
(@PATH, 4, -832.5677, 2346.835, 642.5773, NULL, 0),
(@PATH, 5, -811.375, 2324.641, 641.4143, NULL, 0),
(@PATH, 6, -800.3993, 2301.29, 641.4551, NULL, 0),
(@PATH, 7, -799.4375, 2291.526, 641.3069, NULL, 0),
(@PATH, 8, -805.6511, 2268.309, 641.6155, NULL, 0),
(@PATH, 9, -815.6215, 2253.351, 642.463, NULL, 0),
(@PATH, 10, -837.1441, 2245.082, 641.5023, NULL, 0),
(@PATH, 11, -845.5313, 2244.21, 641.434, NULL, 0),
(@PATH, 12, -867.6371, 2247.021, 642.2295, NULL, 0),
(@PATH, 13, -885.9583, 2251.991, 642.528, NULL, 0),
(@PATH, 14, -895.757, 2273.04, 642.2986, NULL, 0),
(@PATH, 15, -894.2257, 2300.78, 642.494, NULL, 0);
UPDATE `creature` SET `position_x`= -889.3941, `position_y`= 2320.872, `position_z`= 642.4862, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+91;
UPDATE `creature_template_addon` SET `path_id` = @PATH WHERE `entry` = @ENTRY;
-- Waypoints for CGUID+27
SET @ENTRY := 122973;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES
(@PATH, 0, -1000.184, 2150.809, 705.8411, NULL, 2788),
(@PATH, 1, -994.9618, 2170.441, 705.2473, NULL, 7670);
UPDATE `creature` SET `position_x`= -1000.184, `position_y`= 2150.809, `position_z`= 705.8411, `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`, `visibilityDistanceType`) VALUES
(@CGUID+27, @PATH, 1, 4);
-- Waypoints for CGUID+70
SET @ENTRY := 122971;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES
(@PATH, 0, -991.0521, 2199.611, 705.841, NULL, 7177),
(@PATH, 1, -991.0469, 2230.415, 705.8411, NULL, 0),
(@PATH, 2, -991.1233, 2199.542, 705.841, NULL, 7118),
(@PATH, 3, -991.0469, 2230.415, 705.8411, NULL, 0);
UPDATE `creature` SET `position_x`= -991.0521, `position_y`= 2199.611, `position_z`= 705.841, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+70;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID+70;
INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`, `visibilityDistanceType`) VALUES
(@CGUID+70, @PATH, 1, 4);
-- Waypoints for CGUID+121
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+121;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+121, @CGUID+121, 0, 0, 515, 0, 0), -- Dinomancer Kish'o
(@CGUID+121, @CGUID+110, 4, 300, 515, 0, 0), -- T'lonja
(@CGUID+121, @CGUID+106, 4, 60, 515, 0, 0), -- Monzumi
(@CGUID+121, @CGUID+105, 3, 0, 515, 0, 0), -- Toxic Saurid
(@CGUID+121, @CGUID+115, 7, 340, 515, 0, 0), -- Toxic Saurid
(@CGUID+121, @CGUID+117, 7, 20, 515, 0, 0), -- Toxic Saurid
(@CGUID+121, @CGUID+94, 8, 0, 515, 0, 0); -- Toxic Saurid
SET @ENTRY := 129553;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES
(@PATH, 0, -847.7465, 2276.934, 678.2473, NULL, 7150),
(@PATH, 1, -847.6823, 2307.686, 678.2793, NULL, 8342);
UPDATE `creature` SET `position_x`= -847.7465, `position_y`= 2276.934, `position_z`= 678.2473, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+121;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID+121;
INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`, `visibilityDistanceType`) VALUES
(@CGUID+121, @PATH, 2, 4);
-- Waypoints for CGUID+213
SET @ENTRY := 122970;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES
(@PATH, 0, -821.7066, 2147.844, 692.6536, NULL, 9138),
(@PATH, 1, -802.8871, 2147.448, 693.4504, NULL, 0),
(@PATH, 2, -786.7066, 2147.729, 705.7842, NULL, 0),
(@PATH, 3, -782.1285, 2147.649, 705.8411, NULL, 9017),
(@PATH, 4, -786.7066, 2147.729, 705.7842, NULL, 0),
(@PATH, 5, -802.8871, 2147.448, 693.4504, NULL, 0);
UPDATE `creature` SET `position_x`= -821.7066, `position_y`= 2147.844, `position_z`= 692.6536, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+213;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID+213;
INSERT INTO `creature_addon` (`guid`, `path_id`, `VisFlags`, `SheathState`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+213, @PATH, 2, 1, 4, '123167 252661 252703');
-- Waypoints for CGUID+214
SET @ENTRY := 122970;
SET @PATHOFFSET := 1;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES
(@PATH, 0, -685.3629, 2205.538, 705.841, NULL, 8356),
(@PATH, 1, -706.4358, 2208.262, 705.841, NULL, 0),
(@PATH, 2, -706.743, 2242.207, 705.8409, NULL, 8324),
(@PATH, 3, -706.4358, 2208.262, 705.841, NULL, 0);
UPDATE `creature` SET `position_x`= -685.3629, `position_y`= 2205.538, `position_z`= 705.841, `orientation`= 0, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+214;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID+214;
INSERT INTO `creature_addon` (`guid`, `path_id`, `VisFlags`, `SheathState`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+214, @PATH, 2, 1, 4, '123167 252661 252703');
-- Waypoints for CGUID+48
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+48;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+48, @CGUID+48, 0, 0, 515, 0, 0),
(@CGUID+48, @CGUID+68, 3, 90, 515, 1, 6);
SET @ENTRY := 127879;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES
(@PATH, 0, -742.7274, 2164.288, 705.841, NULL, 0),
(@PATH, 1, -750.0729, 2156.314, 705.841, NULL, 4062),
(@PATH, 2, -742.7274, 2164.288, 705.841, NULL, 0),
(@PATH, 3, -733.908, 2166.118, 705.841, NULL, 0),
(@PATH, 4, -718.4827, 2181.927, 705.841, NULL, 0),
(@PATH, 5, -717.2292, 2189.809, 705.8409, NULL, 0),
(@PATH, 6, -710.7239, 2196.74, 705.8409, NULL, 4068),
(@PATH, 7, -717.2292, 2189.809, 705.8409, NULL, 0),
(@PATH, 8, -718.4827, 2181.927, 705.841, NULL, 0),
(@PATH, 9, -733.908, 2166.118, 705.841, NULL, 0);
UPDATE `creature` SET `position_x`= -742.7274, `position_y`= 2164.288, `position_z`= 705.841, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+48;
UPDATE `creature` SET `position_x`= -721.0803, `position_y`= 2179.264, `position_z`= 705.841 WHERE `guid`= @CGUID+68;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID+48;
INSERT INTO `creature_addon` (`guid`, `path_id`, `SheathState`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+48, @PATH, 1, 4, '237007 257568 141048');
-- Waypoints for CGUID+216
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+216;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+216, @CGUID+216, 0, 0, 515, 0, 0),
(@CGUID+216, @CGUID+215, 4, 270, 515, 17, 34);
SET @ENTRY := 122970;
SET @PATHOFFSET := 2;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES
(@PATH, 0, -714.2671, 2291.005, 680.8411, NULL, 0),
(@PATH, 1, -711.4585, 2290.939, 681.3384, NULL, 0),
(@PATH, 2, -708.4335, 2290.869, 681.4514, NULL, 0),
(@PATH, 3, -706.2261, 2290.833, 683.0844, NULL, 0),
(@PATH, 4, -703.7859, 2290.797, 684.9706, NULL, 0),
(@PATH, 5, -701.7172, 2290.766, 686.7714, NULL, 0),
(@PATH, 6, -699.3236, 2290.73, 688.7261, NULL, 0),
(@PATH, 7, -696.9215, 2290.695, 690.6823, NULL, 0),
(@PATH, 8, -694.5422, 2290.659, 692.6686, NULL, 0),
(@PATH, 9, -692.2656, 2290.626, 694.7486, NULL, 0),
(@PATH, 10, -689.8727, 2290.59, 696.6343, NULL, 0),
(@PATH, 11, -687.5677, 2290.556, 698.6763, NULL, 0),
(@PATH, 12, -685.0786, 2290.519, 700.4708, NULL, 0),
(@PATH, 13, -682.6797, 2290.483, 702.4172, NULL, 0),
(@PATH, 14, -680.2917, 2290.448, 704.3814, NULL, 0),
(@PATH, 15, -677.9352, 2290.413, 706.3237, NULL, 0),
(@PATH, 16, -675.0176, 2290.365, 706.7679, NULL, 0),
(@PATH, 17, -673.3272, 2290.337, 706.8817, NULL, 5650),
(@PATH, 18, -677.4221, 2290.405, 706.6613, NULL, 0),
(@PATH, 19, -679.8218, 2290.441, 704.7791, NULL, 0),
(@PATH, 20, -682.1733, 2290.476, 702.8464, NULL, 0),
(@PATH, 21, -684.5642, 2290.511, 700.8926, NULL, 0),
(@PATH, 22, -687.0312, 2290.548, 699.0779, NULL, 0),
(@PATH, 23, -689.281, 2290.581, 697.0491, NULL, 0),
(@PATH, 24, -691.7119, 2290.617, 695.2324, NULL, 0),
(@PATH, 25, -693.9542, 2290.651, 693.14, NULL, 0),
(@PATH, 26, -696.326, 2290.686, 691.1857, NULL, 0),
(@PATH, 27, -698.6959, 2290.721, 689.233, NULL, 0),
(@PATH, 28, -701.0988, 2290.757, 687.3516, NULL, 0),
(@PATH, 29, -703.2052, 2290.788, 685.6032, NULL, 0),
(@PATH, 30, -705.5008, 2290.822, 683.6456, NULL, 0),
(@PATH, 31, -707.9166, 2290.86, 681.7797, NULL, 0),
(@PATH, 32, -710.8792, 2290.926, 681.4505, NULL, 0),
(@PATH, 33, -713.6285, 2290.99, 680.841, NULL, 0),
(@PATH, 34, -716.695, 2291.062, 680.8411, NULL, 5327);
UPDATE `creature` SET `position_x`= -714.2671, `position_y`= 2291.005, `position_z`= 680.8411, `wander_distance`= 0, `MovementType`= 2 WHERE `guid`= @CGUID+216;
UPDATE `creature` SET `position_x`= -714.2671, `position_y`= 2291.005, `position_z`= 680.8411 WHERE `guid`= @CGUID+215;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID+216;
INSERT INTO `creature_addon` (`guid`, `path_id`, `VisFlags`, `SheathState`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+216, @PATH, 2, 1, 4, '123167 252661 252703');
@@ -0,0 +1,269 @@
SET @OGUID := 9003369;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry` IN (401727, 401728, 401729, 401730, 401731, 401732, 401733, 401734, 401735, 401736, 401737, 407048);
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
(401727, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26273, 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, 425, 51886), -- Candy Bucket
(401728, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26274, 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, 425, 51886), -- Candy Bucket
(401729, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26275, 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, 425, 51886), -- Candy Bucket
(401730, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26276, 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, 425, 51886), -- Candy Bucket
(401731, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26277, 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, 425, 51886), -- Candy Bucket
(401732, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26278, 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, 425, 51886), -- Candy Bucket
(401733, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26279, 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, 425, 51886), -- Candy Bucket
(401734, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26280, 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, 425, 51886), -- Candy Bucket
(401735, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26281, 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, 425, 51886), -- Candy Bucket
(401736, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26282, 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, 425, 51886), -- Candy Bucket
(401737, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26283, 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, 425, 51886), -- Candy Bucket
(407048, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26617, 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, 425, 51886); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (401727, 401728, 401729, 401730, 401731, 401732, 401733, 401734, 401735, 401736, 401737, 407048);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(401727, 35, 4, 0, 0), -- Candy Bucket
(401728, 35, 4, 0, 0), -- Candy Bucket
(401729, 35, 4, 0, 0), -- Candy Bucket
(401730, 35, 4, 0, 0), -- Candy Bucket
(401731, 35, 4, 0, 0), -- Candy Bucket
(401732, 35, 4, 0, 0), -- Candy Bucket
(401733, 35, 4, 0, 0), -- Candy Bucket
(401734, 35, 4, 0, 0), -- Candy Bucket
(401735, 35, 4, 0, 0), -- Candy Bucket
(401736, 35, 4, 0, 0), -- Candy Bucket
(401737, 35, 4, 0, 0), -- Candy Bucket
(407048, 35, 4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_template` WHERE `ID`=75681;
INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestPackageID`, `ContentTuningID`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardXPMultiplier`, `RewardMoneyDifficulty`, `RewardMoneyMultiplier`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, `StartItem`, `RewardArtifactXPDifficulty`, `RewardArtifactXPMultiplier`, `RewardArtifactCategoryID`, `Flags`, `FlagsEx`, `FlagsEx2`, `RewardSkillLineID`, `RewardNumSkillUps`, `PortraitGiver`, `PortraitGiverMount`, `PortraitGiverModelSceneID`, `PortraitTurnIn`, `RewardItem1`, `RewardItem2`, `RewardItem3`, `RewardItem4`, `RewardAmount1`, `RewardAmount2`, `RewardAmount3`, `RewardAmount4`, `ItemDrop1`, `ItemDrop2`, `ItemDrop3`, `ItemDrop4`, `ItemDropQuantity1`, `ItemDropQuantity2`, `ItemDropQuantity3`, `ItemDropQuantity4`, `RewardChoiceItemID1`, `RewardChoiceItemID2`, `RewardChoiceItemID3`, `RewardChoiceItemID4`, `RewardChoiceItemID5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity1`, `RewardChoiceItemQuantity2`, `RewardChoiceItemQuantity3`, `RewardChoiceItemQuantity4`, `RewardChoiceItemQuantity5`, `RewardChoiceItemQuantity6`, `RewardChoiceItemDisplayID1`, `RewardChoiceItemDisplayID2`, `RewardChoiceItemDisplayID3`, `RewardChoiceItemDisplayID4`, `RewardChoiceItemDisplayID5`, `RewardChoiceItemDisplayID6`, `POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardArenaPoints`, `RewardFactionID1`, `RewardFactionID2`, `RewardFactionID3`, `RewardFactionID4`, `RewardFactionID5`, `RewardFactionValue1`, `RewardFactionValue2`, `RewardFactionValue3`, `RewardFactionValue4`, `RewardFactionValue5`, `RewardFactionCapIn1`, `RewardFactionCapIn2`, `RewardFactionCapIn3`, `RewardFactionCapIn4`, `RewardFactionCapIn5`, `RewardFactionOverride1`, `RewardFactionOverride2`, `RewardFactionOverride3`, `RewardFactionOverride4`, `RewardFactionOverride5`, `RewardFactionFlags`, `AreaGroupID`, `TimeAllowed`, `AllowableRaces`, `TreasurePickerID`, `Expansion`, `ManagedWorldStateID`, `QuestSessionBonus`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RewardCurrencyID1`, `RewardCurrencyID2`, `RewardCurrencyID3`, `RewardCurrencyID4`, `RewardCurrencyQty1`, `RewardCurrencyQty2`, `RewardCurrencyQty3`, `RewardCurrencyQty4`, `PortraitGiverText`, `PortraitGiverName`, `PortraitTurnInText`, `PortraitTurnInName`, `AcceptedSoundKitID`, `CompleteSoundKitID`, `VerifiedBuild`) VALUES
(75681, 0, 0, 425, -21, 0, 0, 0, 3, 1, 0, 1, 48802, 0, 0, 0, 0, 1, 0, 2097152, 0, 0, 0, 0, 0, 0, 0, 0, 37586, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7, 7, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 6130900294268439629, 0, 9, 0, 0, 'Candy Bucket', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 890, 878, 51886); -- Candy Bucket
DELETE FROM `quest_offer_reward` WHERE `ID` IN (75672, 75673, 75674, 75675, 75676, 75677, 75678, 75679, 75681, 75682, 75683, 77698);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(75672, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75673, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75674, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75675, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75676, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75677, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75678, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75679, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75681, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75682, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75683, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(77698, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id` IN (401727, 401728, 401729, 401730, 401731, 401732, 401733, 401734, 401735, 401736, 401737, 407048);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(401727, 75672, 51886),
(401728, 75673, 51886),
(401729, 75674, 51886),
(401730, 75675, 51886),
(401731, 75676, 51886),
(401732, 75677, 51886),
(401733, 75678, 51886),
(401734, 75679, 51886),
(401735, 75681, 51886),
(401736, 75682, 51886),
(401737, 75683, 51886),
(407048, 77698, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (401727, 401728, 401729, 401730, 401731, 401732, 401733, 401734, 401735, 401736, 401737, 407048);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(401727, 75672, 51886),
(401728, 75673, 51886),
(401729, 75674, 51886),
(401730, 75675, 51886),
(401731, 75676, 51886),
(401732, 75677, 51886),
(401733, 75678, 51886),
(401734, 75679, 51886),
(401735, 75681, 51886),
(401736, 75682, 51886),
(401737, 75683, 51886),
(407048, 77698, 51886);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+83;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
-- Uktulut Pier
(@OGUID+0, 180405, 2444, 13644, 0, '0', 0, 0, 3944.529541015625, 981.61114501953125, 4.167758464813232421, 3.149879217147827148, 0, 0, -0.99999141693115234, 0.004143203608691692, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 2444, 13644, 0, '0', 0, 0, 3942.94970703125, 983.37847900390625, 4.329401493072509765, 2.286056995391845703, 0, 0, 0.909893989562988281, 0.41484081745147705, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 2444, 13644, 0, '0', 0, 0, 3942.850830078125, 981.57293701171875, 5.010061264038085937, 2.587900876998901367, -0.04013681411743164, 0.020520210266113281, 0.96083831787109375, 0.273418545722961425, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+3, 180408, 2444, 13644, 0, '0', 0, 0, 3951.28466796875, 980.3507080078125, 9.141874313354492187, 2.393614768981933593, 0.071772098541259765, 0.105350494384765625, 0.924573898315429687, 0.359044790267944335, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 2444, 13644, 0, '0', 0, 0, 3919.604248046875, 960.529541015625, -6.61895132064819335, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+5, 180523, 2444, 13644, 0, '0', 0, 0, 3931.69189453125, 947.857666015625, -7.33869075775146484, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+6, 401734, 2444, 13644, 0, '0', 0, 0, 3914.783935546875, 950.24481201171875, -7.34411525726318359, 2.183901786804199218, 0, 0, 0.8875274658203125, 0.460754811763763427, 120, 255, 1, 51886), -- Candy Bucket (Area: 0 - Difficulty: 0) CreateObject1
-- Uktulut Backwater
(@OGUID+7, 180405, 2444, 13644, 0, '0', 0, 0, 3324.759521484375, 354.555572509765625, 9.249363899230957031, 2.441283226013183593, 0, 0, 0.939319610595703125, 0.343043208122253417, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+8, 180406, 2444, 13644, 0, '0', 0, 0, 3327.013916015625, 363.098968505859375, 8.457171440124511718, 1.90435802936553955, 0, 0, 0.814681053161621093, 0.579909265041351318, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+9, 180407, 2444, 13644, 0, '0', 0, 0, 3324.540771484375, 347.795135498046875, 9.398869514465332031, 1.328583002090454101, -0.0203557014465332, 0.040220260620117187, 0.615569114685058593, 0.786792635917663574, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+10, 180408, 2444, 13644, 0, '0', 0, 0, 3327.116455078125, 363.192718505859375, 9.810383796691894531, 1.341095209121704101, 0, 0, 0.621415138244628906, 0.783481478691101074, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 2444, 13644, 0, '0', 0, 0, 3321.962646484375, 349.2257080078125, 10.73756217956542968, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+12, 180523, 2444, 13644, 0, '0', 0, 0, 3292.221435546875, 350.5069580078125, -2.03460669517517089, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+13, 401733, 2444, 13644, 0, '0', 0, 0, 3295.4296875, 353.477447509765625, -2.01326799392700195, 2.564196109771728515, 0, 0, 0.958615303039550781, 0.284704595804214477, 120, 255, 1, 51886), -- Candy Bucket (Area: 0 - Difficulty: 0) CreateObject1
-- Wild Coast
(@OGUID+14, 180405, 2444, 13644, 13722, '0', 0, 0, 3887.28564453125, -1759.515625, 5.414926528930664062, 1.639002203941345214, 0, 0, 0.730805397033691406, 0.682585895061492919, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+15, 180405, 2444, 13644, 13722, '0', 0, 0, 3684.0869140625, -1828.623291015625, 3.784565448760986328, 0.461849927902221679, 0, 0, 0.228878021240234375, 0.97345513105392456, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+16, 180406, 2444, 13644, 13722, '0', 0, 0, 3681.62939453125, -1827.91845703125, 4.823746204376220703, 0.444270849227905273, 0, 0, 0.220313072204589843, 0.975429236888885498, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+17, 180406, 2444, 13644, 13722, '0', 0, 0, 3898.9541015625, -1757.7135009765625, 5.544133186340332031, 0.444270849227905273, 0, 0, 0.220313072204589843, 0.975429236888885498, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+18, 180407, 2444, 13644, 13722, '0', 0, 0, 3667.74560546875, -1827.16845703125, 2.848824501037597656, 0.884279727935791015, -0.01099348068237304, 0.043717384338378906, 0.427088737487792968, 0.90308535099029541, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+19, 180407, 2444, 13644, 13722, '0', 0, 0, 3883.030517578125, -1766.55908203125, 8.98474884033203125, 0.884279727935791015, -0.01099348068237304, 0.043717384338378906, 0.427088737487792968, 0.90308535099029541, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+20, 180408, 2444, 13644, 13722, '0', 0, 0, 3889.802978515625, -1754.2742919921875, 6.843943119049072265, 0.40852782130241394, 0.011672019958496093, -0.00507164001464843, 0.202904701232910156, 0.979115784168243408, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+21, 180408, 2444, 13644, 13722, '0', 0, 0, 3666.12060546875, -1835.640625, 7.92589569091796875, 1.267269015312194824, 0.046328544616699218, 0.044078826904296875, 0.590451240539550781, 0.804535925388336181, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+22, 180415, 2444, 13644, 13722, '0', 0, 0, 3894.311767578125, -1768.21875, 6.19517374038696289, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+23, 180415, 2444, 13644, 13722, '0', 0, 0, 3681.53564453125, -1829.1475830078125, 3.860137939453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+24, 180523, 2444, 13644, 13722, '0', 0, 0, 3894.98779296875, -1754.2066650390625, 5.414926528930664062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+25, 180523, 2444, 13644, 13722, '0', 0, 0, 3669.748291015625, -1830.57470703125, 2.73941659927368164, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+26, 401735, 2444, 13644, 13722, '0', 0, 0, 3672.473876953125, -1833.3211669921875, 2.739415407180786132, 0.783978700637817382, 0, 0, 0.382027626037597656, 0.924150943756103515, 120, 255, 1, 51886), -- Candy Bucket (Area: Wild Coast - Difficulty: 0) CreateObject1
(@OGUID+27, 401736, 2444, 13644, 13722, '0', 0, 0, 3889.193603515625, -1762.2899169921875, 5.414926528930664062, 0.783978700637817382, 0, 0, 0.382027626037597656, 0.924150943756103515, 120, 255, 1, 51886), -- Candy Bucket (Area: Wild Coast - Difficulty: 0) CreateObject1
-- Wingrest Embassy
(@OGUID+28, 180405, 2444, 13644, 0, '0', 0, 0, 3493.872314453125, -1438.0711669921875, 93.24387359619140625, 2.842466592788696289, 0, 0, 0.988836288452148437, 0.149006009101867675, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+29, 180406, 2444, 13644, 0, '0', 0, 0, 3511.46435546875, -1423.970458984375, 92.27388763427734375, 1.91261446475982666, 0, 0, 0.817068099975585937, 0.57654118537902832, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+30, 180407, 2444, 13644, 0, '0', 0, 0, 3478.01220703125, -1452.1007080078125, 97.3326263427734375, 2.724912405014038085, -0.04144763946533203, 0.017724990844726562, 0.977300643920898437, 0.207005620002746582, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+31, 180408, 2444, 13644, 0, '0', 0, 0, 3493.96435546875, -1438.0555419921875, 94.7581634521484375, 2.624079227447509765, 0.014545440673828125, 0.010375022888183593, 0.966594696044921875, 0.255686342716217041, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+32, 180415, 2444, 13644, 0, '0', 0, 0, 3480.443603515625, -1445.5972900390625, 94.26609039306640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+33, 180523, 2444, 13644, 0, '0', 0, 0, 3477.415771484375, -1422.59033203125, 93.36519622802734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+34, 401737, 2444, 13644, 0, '0', 0, 0, 3488.768310546875, -1426.1492919921875, 93.24254608154296875, 0.783978700637817382, 0, 0, 0.382027626037597656, 0.924150943756103515, 120, 255, 1, 51886), -- Candy Bucket (Area: 0 - Difficulty: 0) CreateObject1
-- Skytop Observatory
(@OGUID+35, 180405, 2444, 13644, 13644, '0', 0, 0, 2478.197998046875, -1409.935791015625, 344.34246826171875, 3.595022916793823242, 0, 0, -0.97441005706787109, 0.224777817726135253, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+36, 180406, 2444, 13644, 13644, '0', 0, 0, 2465.651123046875, -1411.7742919921875, 346.885650634765625, 3.531701564788818359, 0, 0, -0.98103713989257812, 0.193819820880889892, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+37, 180407, 2444, 13644, 13644, '0', 0, 0, 2465.678955078125, -1394.579833984375, 343.3701171875, 2.766544342041015625, -0.04180765151977539, 0.016858100891113281, 0.981397628784179687, 0.186618804931640625, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+38, 180408, 2444, 13644, 13644, '0', 0, 0, 2462.557373046875, -1401.6129150390625, 346.5474853515625, 3.31568455696105957, 0, 0, -0.99621391296386718, 0.08693600445985794, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+39, 180415, 2444, 13644, 13644, '0', 0, 0, 2460.76904296875, -1408.75, 348.385894775390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+40, 180523, 2444, 13644, 13644, '0', 0, 0, 2473.088623046875, -1402.782958984375, 342.413482666015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+41, 401732, 2444, 13644, 13644, '0', 0, 0, 2459.65966796875, -1414.9444580078125, 346.799468994140625, 2.564196109771728515, 0, 0, 0.958615303039550781, 0.284704595804214477, 120, 255, 1, 51886), -- Candy Bucket (Area: The Waking Shores - Difficulty: 0) CreateObject1
-- Life Vault Ruins
(@OGUID+42, 180405, 2444, 13644, 13644, '0', 0, 0, 2278.80029296875, -580.0555419921875, 61.32625961303710937, 1.764891743659973144, 0, 0, 0.772294998168945312, 0.635264098644256591, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+43, 180406, 2444, 13644, 13644, '0', 0, 0, 2268.4462890625, -548.779541015625, 63.82267379760742187, 0.756749153137207031, 0, 0, 0.369410514831542968, 0.929266333580017089, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+44, 180407, 2444, 13644, 13644, '0', 0, 0, 2303.927001953125, -535.97222900390625, 62.07574462890625, 0.104238264262676239, 0.012121200561523437, 0.203436851501464843, 0.046311378479003906, 0.977917075157165527, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+45, 180408, 2444, 13644, 13644, '0', 0, 0, 2268.395751953125, -548.85589599609375, 65.32402801513671875, 0.442517042160034179, 0, 0, 0.219457626342773437, 0.975622057914733886, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+46, 180415, 2444, 13644, 13644, '0', 0, 0, 2282.635498046875, -542.64581298828125, 62.68033981323242187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+47, 180523, 2444, 13644, 13644, '0', 0, 0, 2278.986083984375, -542.75177001953125, 61.02885818481445312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+48, 401730, 2444, 13644, 13644, '0', 0, 0, 2290.717041015625, -549.08160400390625, 61.01553726196289062, 5.636782169342041015, 0, 0, -0.31760406494140625, 0.948223412036895751, 120, 255, 1, 51886), -- Candy Bucket (Area: The Waking Shores - Difficulty: 0) CreateObject1
-- Obsidian Throne
(@OGUID+49, 180405, 2444, 13644, 13941, '0', 0, 0, 2435.04345703125, 2600.359375, 391.26165771484375, 0.824431538581848144, 0, 0, 0.400640487670898437, 0.916235327720642089, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Obsidian Throne - Difficulty: 0) CreateObject1
(@OGUID+50, 180406, 2444, 13644, 13941, '0', 0, 0, 2429.939208984375, 2596.192626953125, 391.32049560546875, 1.201533675193786621, 0, 0, 0.565275192260742187, 0.82490241527557373, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Obsidian Throne - Difficulty: 0) CreateObject1
(@OGUID+51, 180407, 2444, 13644, 13941, '0', 0, 0, 2421.1494140625, 2598.032958984375, 384.8995361328125, 6.207526683807373046, 0.010435104370117187, 0.043853759765625, -0.03816986083984375, 0.998254001140594482, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Obsidian Throne - Difficulty: 0) CreateObject1
(@OGUID+52, 180408, 2444, 13644, 13941, '0', 0, 0, 2429.798583984375, 2601.846435546875, 396.477325439453125, 0.442517042160034179, 0, 0, 0.219457626342773437, 0.975622057914733886, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Obsidian Throne - Difficulty: 0) CreateObject1
(@OGUID+53, 180415, 2444, 13644, 13941, '0', 0, 0, 2428.640625, 2600.208251953125, 385.079498291015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Obsidian Throne - Difficulty: 0) CreateObject1
(@OGUID+54, 180523, 2444, 13644, 13941, '0', 0, 0, 2427.757080078125, 2593.90283203125, 383.662872314453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Obsidian Throne - Difficulty: 0) CreateObject1
(@OGUID+55, 401731, 2444, 13644, 13941, '0', 0, 0, 2436.921875, 2599.763916015625, 383.662872314453125, 0.329071789979934692, 0, 0, 0.163794517517089843, 0.986494481563568115, 120, 255, 1, 51886), -- Candy Bucket (Area: Obsidian Throne - Difficulty: 0) CreateObject1
-- Obsidian Bulwark
(@OGUID+56, 180405, 2444, 13644, 13644, '0', 0, 0, 1837.171875, 1240.43408203125, 187.9788665771484375, 3.80979776382446289, 0, 0, -0.94470500946044921, 0.327921390533447265, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+57, 180406, 2444, 13644, 13644, '0', 0, 0, 1816.5711669921875, 1234.6458740234375, 187.919708251953125, 3.440949440002441406, 0, 0, -0.98881912231445312, 0.149119973182678222, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+58, 180407, 2444, 13644, 13644, '0', 0, 0, 1838.8819580078125, 1241.7135009765625, 187.9853363037109375, 4.352739334106445312, 0, 0, -0.82217597961425781, 0.569233357906341552, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+59, 180408, 2444, 13644, 13644, '0', 0, 0, 1832.2691650390625, 1240.076416015625, 200.4716033935546875, 3.241843223571777343, 0, 0, -0.99874401092529296, 0.050104174762964248, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+60, 180415, 2444, 13644, 13644, '0', 0, 0, 1828.1632080078125, 1215.3385009765625, 192.0497894287109375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+61, 180523, 2444, 13644, 13644, '0', 0, 0, 1830.9791259765625, 1211.7396240234375, 190.861419677734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: The Waking Shores - Difficulty: 0) CreateObject1
(@OGUID+62, 407048, 2444, 13644, 13644, '0', 0, 0, 1825.907958984375, 1216.0347900390625, 190.861419677734375, 2.556131362915039062, 0, 0, 0.957459449768066406, 0.288567811250686645, 120, 255, 1, 51886), -- Candy Bucket (Area: The Waking Shores - Difficulty: 0) CreateObject1
-- Ruby Lifeshrine
(@OGUID+63, 180405, 2444, 13644, 13728, '0', 0, 0, 1773.498291015625, 27.40625, 128.5318145751953125, 0.090937480330467224, 0, 0, 0.045453071594238281, 0.998966515064239501, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Ruby Life Pools - Difficulty: 0) CreateObject1
(@OGUID+64, 180406, 2444, 13644, 13728, '0', 0, 0, 1805.9566650390625, 40.83159637451171875, 128.0596923828125, 3.440949440002441406, 0, 0, -0.98881912231445312, 0.149119973182678222, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Ruby Life Pools - Difficulty: 0) CreateObject1
(@OGUID+65, 180407, 2444, 13644, 13728, '0', 0, 0, 1796.49658203125, 49.30902862548828125, 128.0612030029296875, 2.570615291595458984, 0, 0, 0.959524154663085937, 0.281626343727111816, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Ruby Life Pools - Difficulty: 0) CreateObject1
(@OGUID+66, 180408, 2444, 13644, 13728, '0', 0, 0, 1856.9635009765625, 88.13021087646484375, 100.8248977661132812, 3.241843223571777343, 0, 0, -0.99874401092529296, 0.050104174762964248, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Ruby Life Pools - Difficulty: 0) CreateObject1
(@OGUID+67, 180415, 2444, 13644, 13728, '0', 0, 0, 1811.6441650390625, 46.57291793823242187, 128.0375823974609375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Ruby Life Pools - Difficulty: 0) CreateObject1
(@OGUID+68, 180523, 2444, 13644, 13728, '0', 0, 0, 1782.689208984375, 32.95659637451171875, 127.9871368408203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Ruby Life Pools - Difficulty: 0) CreateObject1
(@OGUID+69, 401729, 2444, 13644, 13728, '0', 0, 0, 1791.670166015625, 24.63888931274414062, 127.9871368408203125, 2.733020544052124023, 0, 0, 0.979206085205078125, 0.202868074178695678, 120, 255, 1, 51886), -- Candy Bucket (Area: Ruby Life Pools - Difficulty: 0) CreateObject1
-- Apex Observatory
(@OGUID+70, 180405, 2444, 13644, 13734, '0', 0, 0, 989.43927001953125, 2710.264892578125, 204.5272064208984375, 5.432066917419433593, 0, 0, -0.41283035278320312, 0.910807967185974121, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Apex Canopy - Difficulty: 0) CreateObject1
(@OGUID+71, 180406, 2444, 13644, 13734, '0', 0, 0, 989.5086669921875, 2694.106689453125, 210.6147003173828125, 5.259614467620849609, 0.119386672973632812, -0.10126209259033203, -0.4796457290649414, 0.863384485244750976, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Apex Canopy - Difficulty: 0) CreateObject1
(@OGUID+72, 180407, 2444, 13644, 13734, '0', 0, 0, 987.54168701171875, 2698.71875, 201.8315277099609375, 4.950593948364257812, 0, 0, -0.61807823181152343, 0.786116600036621093, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Apex Canopy - Difficulty: 0) CreateObject1
(@OGUID+73, 180408, 2444, 13644, 13734, '0', 0, 0, 1005.048583984375, 2717.462646484375, 204.9883575439453125, 5.884125232696533203, 0, 0, -0.19820880889892578, 0.98015981912612915, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Apex Canopy - Difficulty: 0) CreateObject1
(@OGUID+74, 180415, 2444, 13644, 13734, '0', 0, 0, 1006.890625, 2702.809814453125, 203.259124755859375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Apex Canopy - Difficulty: 0) CreateObject1
(@OGUID+75, 180523, 2444, 13644, 13734, '0', 0, 0, 1005.151123046875, 2701.075439453125, 201.6615753173828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Apex Canopy - Difficulty: 0) CreateObject1
(@OGUID+76, 401727, 2444, 13644, 13734, '0', 0, 0, 1004.61798095703125, 2704.291748046875, 201.6610107421875, 5.191855430603027343, 0, 0, -0.51898670196533203, 0.854782342910766601, 120, 255, 1, 51886), -- Candy Bucket (Area: Apex Canopy - Difficulty: 0) CreateObject1
-- Dragonscale Basecamp
(@OGUID+77, 180405, 2444, 13644, 13733, '0', 0, 0, 929.3819580078125, 855.76739501953125, 134.1906585693359375, 1.479012727737426757, 0.015749454498291015, 0.02207183837890625, 0.673563957214355468, 0.738631367683410644, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Wild Preserve - Difficulty: 0) CreateObject1
(@OGUID+78, 180406, 2444, 13644, 13733, '0', 0, 0, 958.88543701171875, 883.50347900390625, 127.5243606567382812, 5.658230781555175781, 0, 0, -0.30741691589355468, 0.951574921607971191, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Wild Preserve - Difficulty: 0) CreateObject1
(@OGUID+79, 180407, 2444, 13644, 13733, '0', 0, 0, 961.859375, 881.16668701171875, 127.5567626953125, 6.22019052505493164, 0, 0, -0.03149223327636718, 0.999503970146179199, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Wild Preserve - Difficulty: 0) CreateObject1
(@OGUID+80, 180408, 2444, 13644, 13733, '0', 0, 0, 960.37152099609375, 882.9132080078125, 132.79449462890625, 0.026829570531845092, 0, 0, 0.013414382934570312, 0.99990999698638916, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Wild Preserve - Difficulty: 0) CreateObject1
(@OGUID+81, 180415, 2444, 13644, 13733, '0', 0, 0, 970.9913330078125, 874.00518798828125, 127.8414535522460937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Wild Preserve - Difficulty: 0) CreateObject1
(@OGUID+82, 180523, 2444, 13644, 13733, '0', 0, 0, 940.22918701171875, 841.44097900390625, 130.0926055908203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Wild Preserve - Difficulty: 0) CreateObject1
(@OGUID+83, 401728, 2444, 13644, 13733, '0', 0, 0, 940.50518798828125, 851.11114501953125, 130.4185943603515625, 1.088459610939025878, 0, 0, 0.517759323120117187, 0.855526328086853027, 120, 255, 1, 51886); -- Candy Bucket (Area: Wild Preserve - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+83;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79),
(12, @OGUID+80),
(12, @OGUID+81),
(12, @OGUID+82),
(12, @OGUID+83);
@@ -0,0 +1,226 @@
SET @OGUID := 9003453;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry` IN (401738, 401739, 401740, 401741, 401742, 401743, 401744, 401745, 401746, 401747);
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
(401738, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26284, 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, 425, 51886), -- Candy Bucket
(401739, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26285, 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, 425, 51886), -- Candy Bucket
(401740, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26286, 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, 425, 51886), -- Candy Bucket
(401741, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26287, 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, 425, 51886), -- Candy Bucket
(401742, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26288, 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, 425, 51886), -- Candy Bucket
(401743, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26289, 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, 425, 51886), -- Candy Bucket
(401744, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26290, 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, 425, 51886), -- Candy Bucket
(401745, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26291, 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, 425, 51886), -- Candy Bucket
(401746, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26292, 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, 425, 51886), -- Candy Bucket
(401747, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26293, 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, 425, 51886); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (401738, 401739, 401740, 401741, 401742, 401743, 401744, 401745, 401746, 401747);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(401738, 35, 4, 0, 0), -- Candy Bucket
(401739, 35, 4, 0, 0), -- Candy Bucket
(401740, 35, 4, 0, 0), -- Candy Bucket
(401741, 35, 4, 0, 0), -- Candy Bucket
(401742, 35, 4, 0, 0), -- Candy Bucket
(401743, 35, 4, 0, 0), -- Candy Bucket
(401744, 35, 4, 0, 0), -- Candy Bucket
(401745, 35, 4, 0, 0), -- Candy Bucket
(401746, 35, 4, 0, 0), -- Candy Bucket
(401747, 35, 4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (75684, 75685, 75686, 75687, 75688, 75689, 75690, 75691, 75692, 75693);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(75684, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75685, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75687, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75688, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75686, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75689, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75690, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75691, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75692, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75693, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id` IN (401738, 401739, 401740, 401741, 401742, 401743, 401744, 401745, 401746, 401747);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(401738, 75684, 51886),
(401739, 75685, 51886),
(401740, 75686, 51886),
(401741, 75687, 51886),
(401742, 75688, 51886),
(401743, 75689, 51886),
(401744, 75690, 51886),
(401745, 75691, 51886),
(401746, 75692, 51886),
(401747, 75693, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (401738, 401739, 401740, 401741, 401742, 401743, 401744, 401745, 401746, 401747);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(401738, 75684, 51886),
(401739, 75685, 51886),
(401740, 75686, 51886),
(401741, 75687, 51886),
(401742, 75688, 51886),
(401743, 75689, 51886),
(401744, 75690, 51886),
(401745, 75691, 51886),
(401746, 75692, 51886),
(401747, 75693, 51886);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+69;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
-- Emberwatch
(@OGUID+0, 180405, 2444, 13645, 14097, '0', 0, 0, 176.0069427490234375, 1823.4461669921875, 365.55181884765625, 3.980521678924560546, 0, 0, -0.91330718994140625, 0.407271355390548706, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Sundapple Copse - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 2444, 13645, 14097, '0', 0, 0, 193.2239532470703125, 1784.5242919921875, 369.353912353515625, 3.222458839416503906, 0, 0, -0.99918270111083984, 0.040422048419713974, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Sundapple Copse - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 2444, 13645, 14097, '0', 0, 0, 191.421875, 1785.4739990234375, 366.957275390625, 3.464138984680175781, 0.166453361511230468, -0.18595790863037109, -0.96004486083984375, 0.126597210764884948, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Sundapple Copse - Difficulty: 0) CreateObject1
(@OGUID+3, 180408, 2444, 13645, 14097, '0', 0, 0, 177.20660400390625, 1834.8524169921875, 365.483917236328125, 3.560665845870971679, -0.00829648971557617, -0.0158233642578125, -0.97793865203857421, 0.208126842975616455, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Sundapple Copse - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 2444, 13645, 14097, '0', 0, 0, 194.44097900390625, 1793.5625, 365.575103759765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Sundapple Copse - Difficulty: 0) CreateObject1
(@OGUID+5, 180523, 2444, 13645, 14097, '0', 0, 0, 194.1770782470703125, 1789.2066650390625, 364.520416259765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Sundapple Copse - Difficulty: 0) CreateObject1
(@OGUID+6, 401747, 2444, 13645, 14097, '0', 0, 0, 183.5729217529296875, 1803.5260009765625, 365.596160888671875, 2.489792346954345703, 0, 0, 0.947362899780273437, 0.320161730051040649, 120, 255, 1, 51886), -- Candy Bucket (Area: Sundapple Copse - Difficulty: 0) CreateObject1
-- Timberstep Outpost
(@OGUID+7, 180405, 2444, 13645, 13745, '0', 0, 0, 96.59896087646484375, 380.6788330078125, 348.247406005859375, 1.209480047225952148, 0, 0, 0.568548202514648437, 0.822649955749511718, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Mirewood Fen - Difficulty: 0) CreateObject1
(@OGUID+8, 180406, 2444, 13645, 13745, '0', 0, 0, 111.9322891235351562, 365.717010498046875, 344.08831787109375, 1.91261446475982666, 0, 0, 0.817068099975585937, 0.57654118537902832, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Mirewood Fen - Difficulty: 0) CreateObject1
(@OGUID+9, 180407, 2444, 13645, 13745, '0', 0, 0, 108.907989501953125, 362.133697509765625, 345.78521728515625, 2.063352584838867187, -0.03344345092773437, 0.030225753784179687, 0.857089042663574218, 0.513192296028137207, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Mirewood Fen - Difficulty: 0) CreateObject1
(@OGUID+10, 180408, 2444, 13645, 13745, '0', 0, 0, 100.7413177490234375, 375.53125, 359.649017333984375, 1.520001530647277832, 0.017826080322265625, 0.0012054443359375, 0.688925743103027343, 0.72461169958114624, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Mirewood Fen - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 2444, 13645, 13745, '0', 0, 0, 106.3003463745117187, 379.348968505859375, 344.756591796875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mirewood Fen - Difficulty: 0) CreateObject1
(@OGUID+12, 180523, 2444, 13645, 13745, '0', 0, 0, 102.4010391235351562, 369.3194580078125, 344.848388671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Mirewood Fen - Difficulty: 0) CreateObject1
(@OGUID+13, 401744, 2444, 13645, 13745, '0', 0, 0, 107.7552108764648437, 379.689239501953125, 344.756591796875, 6.237390041351318359, 0, 0, -0.02289581298828125, 0.999737858772277832, 120, 255, 1, 51886), -- Candy Bucket (Area: Mirewood Fen - Difficulty: 0) CreateObject1
-- Rusza'thar Reach
(@OGUID+14, 180405, 2444, 13645, 14690, '0', 0, 0, -362.6788330078125, 310.439239501953125, 519.60302734375, 2.96181035041809082, 0.105587482452392578, 0.12184906005859375, 0.983974456787109375, 0.076146833598613739, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Cascades Canyon - Difficulty: 0) CreateObject1
(@OGUID+15, 180406, 2444, 13645, 13750, '0', 0, 0, -391.239593505859375, 349.380218505859375, 511.87347412109375, 4.251615524291992187, 0, 0, -0.84989452362060546, 0.526952862739562988, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Rusza'thar Reach - Difficulty: 0) CreateObject1
(@OGUID+16, 180407, 2444, 13645, 13750, '0', 0, 0, -380.732635498046875, 347.291656494140625, 515.37750244140625, 4.741984844207763671, 0.037092208862304687, 0.025616645812988281, -0.696136474609375, 0.716492772102355957, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Rusza'thar Reach - Difficulty: 0) CreateObject1
(@OGUID+17, 180408, 2444, 13645, 14690, '0', 0, 0, -358.46875, 309.164947509765625, 519.25640869140625, 3.007223129272460937, 0.023334026336669921, 0.049298286437988281, 0.996326446533203125, 0.066021420061588287, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Cascades Canyon - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 2444, 13645, 14690, '0', 0, 0, -354.2257080078125, 318.69964599609375, 515.44287109375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Cascades Canyon - Difficulty: 0) CreateObject1
(@OGUID+19, 180523, 2444, 13645, 14690, '0', 0, 0, -337.38714599609375, 337.001739501953125, 515.6746826171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Cascades Canyon - Difficulty: 0) CreateObject1
(@OGUID+20, 401743, 2444, 13645, 14690, '0', 0, 0, -363.7257080078125, 318.609375, 515.42144775390625, 3.54848790168762207, 0, 0, -0.97937583923339843, 0.202046975493431091, 120, 255, 1, 51886), -- Candy Bucket (Area: Cascades Canyon - Difficulty: 0) CreateObject1
-- Maruukai
(@OGUID+21, 180405, 2444, 13645, 13645, '0', 0, 0, -632.0555419921875, 2074.70654296875, 454.94635009765625, 4.346125602722167968, 0, 0, -0.82405376434326171, 0.566511571407318115, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+22, 180406, 2444, 13645, 13645, '0', 0, 0, -639.04864501953125, 2066.4375, 454.4283447265625, 4.437573432922363281, 0, 0, -0.79729843139648437, 0.603585302829742431, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+23, 180407, 2444, 13645, 13645, '0', 0, 0, -630.34552001953125, 2075.904541015625, 455.098663330078125, 4.535150527954101562, 0, 0, -0.76691341400146484, 0.641750574111938476, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+24, 180408, 2444, 13645, 13645, '0', 0, 0, -635.65625, 2067.989501953125, 469.813262939453125, 4.403525352478027343, 0, 0, -0.80745792388916015, 0.589925169944763183, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 2444, 13645, 13645, '0', 0, 0, -635.467041015625, 2071.994873046875, 456.430938720703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+26, 180523, 2444, 13645, 13645, '0', 0, 0, -629.263916015625, 2055.34716796875, 454.96026611328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+27, 401739, 2444, 13645, 13645, '0', 0, 0, -626.90625, 2054.19970703125, 456.470428466796875, 3.248153448104858398, 0, 0, -0.9985809326171875, 0.053255122154951095, 120, 255, 1, 51886), -- Candy Bucket (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
-- Broadhoof Outpost
(@OGUID+28, 180405, 2444, 13645, 14356, '0', 0, 0, -638.50347900390625, 3324.982666015625, 395.802764892578125, 4.153369426727294921, 0, 0, -0.87474441528320312, 0.484584569931030273, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Mallakh - Difficulty: 0) CreateObject1
(@OGUID+29, 180406, 2444, 13645, 14356, '0', 0, 0, -633.2569580078125, 3337.326416015625, 395.78729248046875, 5.131755828857421875, 0, 0, -0.5444345474243164, 0.838803291320800781, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Mallakh - Difficulty: 0) CreateObject1
(@OGUID+30, 180407, 2444, 13645, 14356, '0', 0, 0, -640.74481201171875, 3320.92529296875, 399.133941650390625, 4.197048187255859375, 0.0426177978515625, 0.014690399169921875, -0.86327075958251953, 0.502724111080169677, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Mallakh - Difficulty: 0) CreateObject1
(@OGUID+31, 180408, 2444, 13645, 14356, '0', 0, 0, -630.9461669921875, 3338.960205078125, 402.01641845703125, 4.547669410705566406, 0.00018930435180664, -0.01786613464355468, -0.76265811920166015, 0.646555006504058837, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Mallakh - Difficulty: 0) CreateObject1
(@OGUID+32, 180415, 2444, 13645, 14356, '0', 0, 0, -619.5555419921875, 3328.663330078125, 397.373321533203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Mallakh - Difficulty: 0) CreateObject1
(@OGUID+33, 180523, 2444, 13645, 14356, '0', 0, 0, -623.263916015625, 3331.3603515625, 395.769683837890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: The Mallakh - Difficulty: 0) CreateObject1
(@OGUID+34, 401738, 2444, 13645, 14356, '0', 0, 0, -628.1961669921875, 3320.762939453125, 395.787750244140625, 3.390053272247314453, 0, 0, -0.99229335784912109, 0.123910926282405853, 120, 255, 1, 51886), -- Candy Bucket (Area: The Mallakh - Difficulty: 0) CreateObject1
-- Shady Sanctuary
(@OGUID+35, 180405, 2444, 13645, 14010, '0', 0, 0, -1588.6441650390625, 4636.81787109375, 156.6461639404296875, 1.802878260612487792, 0, 0, 0.784220695495605468, 0.62048196792602539, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Shady Sanctuary - Difficulty: 0) CreateObject1
(@OGUID+36, 180406, 2444, 13645, 14010, '0', 0, 0, -1583.6163330078125, 4647.42529296875, 156.648193359375, 1.0690155029296875, 0, 0, 0.509417533874511718, 0.860519468784332275, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Shady Sanctuary - Difficulty: 0) CreateObject1
(@OGUID+37, 180407, 2444, 13645, 14010, '0', 0, 0, -1636.1978759765625, 4702.74560546875, 160.6602325439453125, 0.288868308067321777, 0.002313137054443359, 0.045019149780273437, 0.143402099609375, 0.988637328147888183, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Shady Sanctuary - Difficulty: 0) CreateObject1
(@OGUID+38, 180408, 2444, 13645, 14010, '0', 0, 0, -1630.6441650390625, 4655.9912109375, 158.2729644775390625, 2.03448343276977539, 0.016932964324951171, 0.005701065063476562, 0.850607872009277343, 0.525496900081634521, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Shady Sanctuary - Difficulty: 0) CreateObject1
(@OGUID+39, 180415, 2444, 13645, 14010, '0', 0, 0, -1631.93408203125, 4662.556640625, 158.1465301513671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Shady Sanctuary - Difficulty: 0) CreateObject1
(@OGUID+40, 180523, 2444, 13645, 14010, '0', 0, 0, -1639.9896240234375, 4662.3974609375, 156.5736846923828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Shady Sanctuary - Difficulty: 0) CreateObject1
(@OGUID+41, 401740, 2444, 13645, 14010, '0', 0, 0, -1637.0191650390625, 4653.06689453125, 156.5736846923828125, 1.569194197654724121, 0, 0, 0.706540107727050781, 0.70767301321029663, 120, 255, 1, 51886), -- Candy Bucket (Area: Shady Sanctuary - Difficulty: 0) CreateObject1
-- Teerakai
(@OGUID+42, 180405, 2444, 13645, 13780, '0', 0, 0, -1624.5382080078125, 3652.260498046875, 489.963714599609375, 2.845865249633789062, 0, 0, 0.989088058471679687, 0.14732547104358673, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Teerakai - Difficulty: 0) CreateObject1
(@OGUID+43, 180406, 2444, 13645, 13780, '0', 0, 0, -1650.5416259765625, 3633.694580078125, 490.698516845703125, 3.035678386688232421, 0, 0, 0.998598098754882812, 0.052932366728782653, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Teerakai - Difficulty: 0) CreateObject1
(@OGUID+44, 180407, 2444, 13645, 13780, '0', 0, 0, -1627.6353759765625, 3654.6962890625, 488.909088134765625, 3.646194934844970703, 0.045006752014160156, 0.002546310424804687, -0.9674530029296875, 0.249003216624259948, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Teerakai - Difficulty: 0) CreateObject1
(@OGUID+45, 180408, 2444, 13645, 13780, '0', 0, 0, -1629.421875, 3654.217041015625, 494.733612060546875, 3.847243309020996093, -0.0059518814086914, -0.0168466567993164, -0.93819618225097656, 0.345642417669296264, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Teerakai - Difficulty: 0) CreateObject1
(@OGUID+46, 180415, 2444, 13645, 13780, '0', 0, 0, -1643.4617919921875, 3646.056396484375, 491.15570068359375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Teerakai - Difficulty: 0) CreateObject1
(@OGUID+47, 180523, 2444, 13645, 13780, '0', 0, 0, -1628.5382080078125, 3644.86376953125, 488.9112548828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Teerakai - Difficulty: 0) CreateObject1
(@OGUID+48, 401745, 2444, 13645, 13780, '0', 0, 0, -1629.9322509765625, 3647.337646484375, 488.907379150390625, 5.046252727508544921, 0, 0, -0.57978630065917968, 0.814768552780151367, 120, 255, 1, 51886), -- Candy Bucket (Area: Teerakai - Difficulty: 0) CreateObject1
-- Pinewood Post
(@OGUID+49, 180405, 2444, 13645, 13645, '0', 0, 0, -1562.7100830078125, 666.47918701171875, 523.6220703125, 2.842466592788696289, 0, 0, 0.988836288452148437, 0.149006009101867675, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+50, 180406, 2444, 13645, 13645, '0', 0, 0, -1558.40625, 663.53643798828125, 523.8656005859375, 3.40568089485168457, 0, 0, -0.99129486083984375, 0.131660625338554382, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+51, 180407, 2444, 13645, 13645, '0', 0, 0, -1557.625, 661.34375, 524.05303955078125, 3.148591279983520507, 0.044247150421142578, -0.00861644744873046, -0.9989786148071289, 0.003107402939349412, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+52, 180408, 2444, 13645, 13645, '0', 0, 0, -1562.798583984375, 666.3194580078125, 525.16131591796875, 2.637249946594238281, -0.02588701248168945, -0.07900333404541015, 0.965131759643554687, 0.248211666941642761, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+53, 180415, 2444, 13645, 13645, '0', 0, 0, -1575.673583984375, 652.953125, 525.10064697265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+54, 180523, 2444, 13645, 13645, '0', 0, 0, -1566.296875, 661.0225830078125, 523.6053466796875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+55, 401742, 2444, 13645, 13645, '0', 0, 0, -1567.701416015625, 663.765625, 523.60626220703125, 4.62982940673828125, 0, 0, -0.73568534851074218, 0.677323460578918457, 120, 255, 1, 51886), -- Candy Bucket (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
-- Ohn'iri Springs
(@OGUID+56, 180405, 2444, 13645, 13776, '0', 0, 0, -2443.177001953125, 2501.911376953125, 624.02081298828125, 2.842466592788696289, 0, 0, 0.988836288452148437, 0.149006009101867675, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1
(@OGUID+57, 180406, 2444, 13645, 13776, '0', 0, 0, -2435.8525390625, 2493.5869140625, 624.04180908203125, 2.867159605026245117, 0, 0, 0.9906005859375, 0.136786311864852905, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1
(@OGUID+58, 180407, 2444, 13645, 13776, '0', 0, 0, -2451.42529296875, 2504.640625, 625.08709716796875, 3.690885066986083984, 0.044938564300537109, 0.003550529479980468, -0.96164798736572265, 0.270556956529617309, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1
(@OGUID+59, 180408, 2444, 13645, 13776, '0', 0, 0, -2438.741455078125, 2498.194580078125, 635.96820068359375, 2.544732570648193359, 0.065829277038574218, 0.178236961364746093, 0.938982963562011718, 0.286721318960189819, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1
(@OGUID+60, 180415, 2444, 13645, 13776, '0', 0, 0, -2450.8125, 2485.59716796875, 625.6600341796875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1
(@OGUID+61, 180523, 2444, 13645, 13776, '0', 0, 0, -2447.87841796875, 2485.5712890625, 624.03955078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1
(@OGUID+62, 401741, 2444, 13645, 13776, '0', 0, 0, -2452.7744140625, 2493.444580078125, 624.2664794921875, 1.961282610893249511, 0, 0, 0.830854415893554687, 0.556489825248718261, 120, 255, 1, 51886), -- Candy Bucket (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1
-- Forkriver Crossing
(@OGUID+63, 180405, 2444, 13645, 13645, '0', 0, 0, -2635.6650390625, 1366.7586669921875, 552.29779052734375, 3.38294839859008789, 0, 0, -0.99272727966308593, 0.120385095477104187, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+64, 180406, 2444, 13645, 13645, '0', 0, 0, -2643.364501953125, 1364.6024169921875, 564.5208740234375, 3.556759595870971679, 0, 0, -0.9785318374633789, 0.206095755100250244, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+65, 180407, 2444, 13645, 13645, '0', 0, 0, -2633.286376953125, 1366.0728759765625, 550.7833251953125, 3.614762783050537109, 0.045041084289550781, 0.00183868408203125, -0.97124671936035156, 0.233768448233604431, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+66, 180408, 2444, 13645, 13645, '0', 0, 0, -2643.916748046875, 1354.6961669921875, 565.82916259765625, 2.952849388122558593, 0.012651443481445312, 0.012616157531738281, 0.995406150817871093, 0.094060383737087249, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+67, 180415, 2444, 13645, 13645, '0', 0, 0, -2648.095458984375, 1368.3941650390625, 552.84014892578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+68, 180523, 2444, 13645, 13645, '0', 0, 0, -2638.79345703125, 1354.0885009765625, 550.927978515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
(@OGUID+69, 401746, 2444, 13645, 13645, '0', 0, 0, -2638.251708984375, 1357.107666015625, 550.8975830078125, 3.94812321662902832, 0, 0, -0.9197845458984375, 0.392423748970031738, 120, 255, 1, 51886); -- Candy Bucket (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+69;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69);
@@ -0,0 +1,106 @@
SET @OGUID := 9003523;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry` IN (401748, 401749, 401750, 401751);
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
(401748, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26294, 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, 425, 51886), -- Candy Bucket
(401749, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26295, 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, 425, 51886), -- Candy Bucket
(401750, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26296, 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, 425, 51886), -- Candy Bucket
(401751, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26297, 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, 425, 51886); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (401748, 401749, 401750, 401751);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(401748, 35, 4, 0, 0), -- Candy Bucket
(401749, 35, 4, 0, 0), -- Candy Bucket
(401750, 35, 4, 0, 0), -- Candy Bucket
(401751, 35, 4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (75695, 75696, 75697, 75698);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(75695, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75696, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75697, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75698, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id` IN (401748, 401749, 401750, 401751);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(401748, 75695, 51886),
(401749, 75696, 51886),
(401750, 75697, 51886),
(401751, 75698, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (401748, 401749, 401750, 401751);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(401748, 75695, 51886),
(401749, 75696, 51886),
(401750, 75697, 51886),
(401751, 75698, 51886);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+27;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
-- Algeth'era Court
(@OGUID+0, 180405, 2444, 13647, 13873, '0', 0, 0, 1310.5677490234375, -1944.8160400390625, 520.36663818359375, 1.39971017837524414, 0, 0, 0.644106864929199218, 0.764935493469238281, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Steelcliff Passage - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 2444, 13647, 13873, '0', 0, 0, 1313.6041259765625, -1941.6910400390625, 520.4713134765625, 0.925874292850494384, 0, 0, 0.446578025817871093, 0.894744694232940673, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Steelcliff Passage - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 2444, 13647, 13873, '0', 0, 0, 1310.2239990234375, -1941.611083984375, 520.4713134765625, 1.273770332336425781, 0, 0, 0.594694137573242187, 0.803952038288116455, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Steelcliff Passage - Difficulty: 0) CreateObject1
(@OGUID+3, 180408, 2444, 13647, 13873, '0', 0, 0, 1316.63720703125, -1944.30908203125, 520.6090087890625, 5.917185783386230468, 0, 0, -0.18198013305664062, 0.983302235603332519, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Steelcliff Passage - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 2444, 13647, 13873, '0', 0, 0, 1354.1632080078125, -1989.2691650390625, 519.24981689453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Steelcliff Passage - Difficulty: 0) CreateObject1
(@OGUID+5, 180523, 2444, 13647, 13873, '0', 0, 0, 1313.38720703125, -1944.9879150390625, 520.36663818359375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Steelcliff Passage - Difficulty: 0) CreateObject1
(@OGUID+6, 401751, 2444, 13647, 13873, '0', 0, 0, 1321.8646240234375, -1951.6163330078125, 521.42132568359375, 0.34250536561012268, 0, 0, 0.170416831970214843, 0.985372066497802734, 120, 255, 1, 51886), -- Candy Bucket (Area: Steelcliff Passage - Difficulty: 0) CreateObject1
-- Gelikyr Post
(@OGUID+7, 180405, 2444, 13647, 0, '0', 0, 0, -463.861114501953125, -2188.657958984375, 1028.0235595703125, 2.625766754150390625, -0.11681652069091796, -0.01913261413574218, 0.961453437805175781, 0.248183682560920715, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+8, 180406, 2444, 13647, 0, '0', 0, 0, -463.916656494140625, -2179.470458984375, 1027.6673583984375, 1.910449147224426269, 0, 0, 0.816443443298339843, 0.57742542028427124, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+9, 180407, 2444, 13647, 0, '0', 0, 0, -485.017364501953125, -2203.47216796875, 1033.185302734375, 4.091075420379638671, 0, 0, -0.88941097259521484, 0.45710843801498413, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+10, 180408, 2444, 13647, 0, '0', 0, 0, -464.076385498046875, -2179.43408203125, 1029.263427734375, 1.482237577438354492, 0, 0, 0.675113677978515625, 0.73771369457244873, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 2444, 13647, 0, '0', 0, 0, -506.416656494140625, -2190.036376953125, 1031.6568603515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+12, 180523, 2444, 13647, 0, '0', 0, 0, -501.696197509765625, -2182.80029296875, 1030.4566650390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+13, 401750, 2444, 13647, 0, '0', 0, 0, -506.133697509765625, -2186.798583984375, 1031.627197265625, 1.31940460205078125, 0, 0, 0.612881660461425781, 0.790174722671508789, 120, 255, 1, 51886), -- Candy Bucket (Area: 0 - Difficulty: 0) CreateObject1
-- Garden Shrine
(@OGUID+14, 180405, 2444, 13647, 13812, '0', 0, 0, -1138.3785400390625, -429.25, 1012.46588134765625, 6.133885860443115234, -0.0401010513305664, 0.1113739013671875, -0.06881332397460937, 0.990581870079040527, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Gardens of Unity - Difficulty: 0) CreateObject1
(@OGUID+15, 180406, 2444, 13647, 13812, '0', 0, 0, -1140.6978759765625, -425.795135498046875, 1011.91357421875, 5.620652198791503906, 0, 0, -0.3252410888671875, 0.945631086826324462, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Gardens of Unity - Difficulty: 0) CreateObject1
(@OGUID+16, 180407, 2444, 13647, 13812, '0', 0, 0, -1144.46533203125, -447.376739501953125, 1009.8446044921875, 6.102730751037597656, 0, 0, -0.09010505676269531, 0.995932281017303466, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Gardens of Unity - Difficulty: 0) CreateObject1
(@OGUID+17, 180408, 2444, 13647, 13812, '0', 0, 0, -1139.21533203125, -430.401031494140625, 1020.273681640625, 0.045608066022396087, -0.31864070892333984, -0.11713314056396484, -0.01609992980957031, 0.940472602844238281, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Gardens of Unity - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 2444, 13647, 13812, '0', 0, 0, -1143.8228759765625, -426.0225830078125, 1011.3751220703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Gardens of Unity - Difficulty: 0) CreateObject1
(@OGUID+19, 180523, 2444, 13647, 13812, '0', 0, 0, -1132.625, -430.19097900390625, 1009.78680419921875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Gardens of Unity - Difficulty: 0) CreateObject1
(@OGUID+20, 401749, 2444, 13647, 13812, '0', 0, 0, -1140.1146240234375, -433.015625, 1009.78680419921875, 5.662631034851074218, 0, 0, -0.30532264709472656, 0.952248990535736083, 120, 255, 1, 51886), -- Candy Bucket (Area: Gardens of Unity - Difficulty: 0) CreateObject1
-- Temporal Conflux
(@OGUID+21, 180405, 2444, 13647, 13818, '0', 0, 0, -1376.29345703125, -2939.907958984375, 1181.672607421875, 2.051589012145996093, 0, 0, 0.855126380920410156, 0.518419623374938964, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Temporal Conflux - Difficulty: 0) CreateObject1
(@OGUID+22, 180406, 2444, 13647, 13818, '0', 0, 0, -1376.0538330078125, -2933.28466796875, 1181.655029296875, 1.853142142295837402, 0, 0, 0.799565315246582031, 0.600579142570495605, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Temporal Conflux - Difficulty: 0) CreateObject1
(@OGUID+23, 180407, 2444, 13647, 13818, '0', 0, 0, -1384.77783203125, -2952.833251953125, 1174.5445556640625, 2.338095664978027343, 0, 0, 0.920378684997558593, 0.391028225421905517, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Temporal Conflux - Difficulty: 0) CreateObject1
(@OGUID+24, 180408, 2444, 13647, 13818, '0', 0, 0, -1380.7708740234375, -2936.536376953125, 1187.302001953125, 1.816532850265502929, 0.017452716827392578, 0.003826141357421875, 0.788409233093261718, 0.614891588687896728, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Temporal Conflux - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 2444, 13647, 13818, '0', 0, 0, -1374.8472900390625, -2931.673583984375, 1176.301025390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Temporal Conflux - Difficulty: 0) CreateObject1
(@OGUID+26, 180523, 2444, 13647, 13818, '0', 0, 0, -1382.54345703125, -2950.185791015625, 1174.5167236328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Temporal Conflux - Difficulty: 0) CreateObject1
(@OGUID+27, 401748, 2444, 13647, 13818, '0', 0, 0, -1375.3367919921875, -2941.20654296875, 1174.4007568359375, 2.218640565872192382, 0, 0, 0.895396232604980468, 0.445270270109176635, 120, 255, 1, 51886); -- Candy Bucket (Area: Temporal Conflux - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+27;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27);
@@ -0,0 +1,556 @@
SET @OGUID := 9003551;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry` IN (386374, 386375, 386378, 401752, 401753, 401754);
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
(386374, 5, 6351, 'G_Pumpkin_01 (scale 0.75)', '', '', '', 0.75, 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, 51886), -- G_Pumpkin_01 (scale 0.75)
(386375, 5, 4152, 'CandleBlack01 (scale 0.75)', '', '', '', 0.75, 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, 51886), -- CandleBlack01 (scale 0.75)
(386378, 5, 6399, 'G_Pumpkin_03 (scale 0.75)', '', '', '', 0.75, 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, 51886), -- G_Pumpkin_03 (scale 0.75)
(401752, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26298, 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, 425, 51886), -- Candy Bucket
(401753, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26299, 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, 425, 51886), -- Candy Bucket
(401754, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26300, 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, 425, 51886); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (401752, 401753, 401754);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(401752, 35, 4, 0, 0), -- Candy Bucket
(401753, 35, 4, 0, 0), -- Candy Bucket
(401754, 35, 4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (75699, 75700, 75701);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(75699, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75700, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75701, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id` IN (401752, 401753, 401754);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(401752, 75699, 51886),
(401753, 75700, 51886),
(401754, 75701, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (401752, 401753, 401754);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(401752, 75699, 51886),
(401753, 75700, 51886),
(401754, 75701, 51886);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+255;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 2444, 13862, 13862, '0', 0, 0, 96.876739501953125, -702.732666015625, 795.47332763671875, 5.868326663970947265, 0, 0, -0.20594501495361328, 0.978563547134399414, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 2444, 13862, 13862, '0', 0, 0, 180.22222900390625, -1005.6492919921875, 873.62554931640625, 3.907047748565673828, 0, 0, -0.92764949798583984, 0.37345200777053833, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+2, 180405, 2444, 13862, 13862, '0', 0, 0, 77.0711822509765625, -816.1319580078125, 846.95758056640625, 0.39008563756942749, 0, 0, 0.193808555603027343, 0.981039345264434814, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+3, 180405, 2444, 13862, 13862, '0', 0, 0, 83.52951812744140625, -908.51043701171875, 840.43017578125, 3.907047748565673828, 0, 0, -0.92764949798583984, 0.37345200777053833, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+4, 180405, 2444, 13862, 13862, '0', 0, 0, 153.125, -897.765625, 840.29278564453125, 0.011522356420755386, 0, 0, 0.005761146545410156, 0.999983370304107666, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+5, 180405, 2444, 13862, 13862, '0', 0, 0, 211.8211822509765625, -873.592041015625, 844.20538330078125, 0.011522356420755386, 0, 0, 0.005761146545410156, 0.999983370304107666, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+6, 180405, 2444, 13862, 13862, '0', 0, 0, 83.71701812744140625, -927.1475830078125, 840.58489990234375, 0.097288347780704498, 0, 0, 0.048624992370605468, 0.998817086219787597, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+7, 180405, 2444, 13862, 13862, '0', 0, 0, 88.2274322509765625, -1009.14410400390625, 838.64239501953125, 2.447206497192382812, 0, 0, 0.940331459045410156, 0.340259790420532226, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+8, 180405, 2444, 13862, 13862, '0', 0, 0, 61.49652862548828125, -821.5069580078125, 846.96368408203125, 1.565440535545349121, 0, 0, 0.705210685729980468, 0.708997845649719238, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+9, 180405, 2444, 13862, 13862, '0', 0, 0, 99.76909637451171875, -1006.484375, 838.64239501953125, 5.346525192260742187, 0, 0, -0.45139694213867187, 0.892323255538940429, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+10, 180405, 2444, 13862, 13862, '0', 0, 0, 48.3836822509765625, -879.0086669921875, 834.38116455078125, 1.212920427322387695, 0, 0, 0.569962501525878906, 0.821670711040496826, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+11, 180405, 2444, 13862, 13862, '0', 0, 0, 239.1961822509765625, -1068.545166015625, 871.00775146484375, 2.770532608032226562, 0, 0, 0.982838630676269531, 0.184467434883117675, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+12, 180405, 2444, 13862, 13862, '0', 0, 0, 310.0850830078125, -1048.9271240234375, 871.356689453125, 4.288727283477783203, 0, 0, -0.83997058868408203, 0.542631924152374267, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+13, 180405, 2444, 13862, 13862, '0', 0, 0, 286.592010498046875, -1088.8680419921875, 894.65972900390625, 5.365308761596679687, 0.537177085876464843, -0.23068046569824218, -0.37937831878662109, 0.717146694660186767, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+14, 180405, 2444, 13862, 14489, '0', 0, 0, 197.796875, -1247.951416015625, 937.302001953125, 0.011522356420755386, 0, 0, 0.005761146545410156, 0.999983370304107666, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Seat of the Aspects - Difficulty: 0) CreateObject1
(@OGUID+15, 180405, 2444, 13862, 14489, '0', 0, 0, 106.8420181274414062, -1277.4757080078125, 909.53607177734375, 5.560668468475341796, 0, 0, -0.35345172882080078, 0.935452759265899658, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Seat of the Aspects - Difficulty: 0) CreateObject1
(@OGUID+16, 180405, 2444, 13862, 0, '0', 0, 0, -121.286460876464843, -895.31427001953125, 807.7607421875, 0.442393839359283447, 0, 0, 0.219397544860839843, 0.975635528564453125, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+17, 180405, 2444, 13862, 0, '0', 0, 0, -78.1597213745117187, -766.420166015625, 794.4818115234375, 1.936151027679443359, 0, 0, 0.823796272277832031, 0.566885948181152343, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+18, 180405, 2444, 13862, 0, '0', 0, 0, -23.6614589691162109, -712.3125, 792.06329345703125, 0.522401392459869384, 0, 0, 0.258240699768066406, 0.96608060598373413, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+19, 180405, 2444, 13862, 0, '0', 0, 0, 83.6475677490234375, -667.5086669921875, 778.115234375, 3.164867639541625976, 0, 0, -0.99993228912353515, 0.011637085117399692, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+20, 180405, 2444, 13862, 14509, '0', 0, 0, -27.75, -624.67535400390625, 775.17919921875, 1.711881756782531738, 0, 0, 0.75518798828125, 0.655508279800415039, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+21, 180405, 2444, 13862, 14509, '0', 0, 0, 107.9461822509765625, -629.545166015625, 773.6961669921875, 5.339732646942138671, 0, 0, -0.45442485809326171, 0.890785098075866699, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+22, 180405, 2444, 13862, 14509, '0', 0, 0, 175.859375, -590.3125, 815.6900634765625, 2.700339078903198242, 0, 0, 0.975760459899902343, 0.218841254711151123, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+23, 180405, 2444, 13862, 14509, '0', 0, 0, 202.75, -573.3350830078125, 816.44842529296875, 3.102045297622680664, 0, 0, 0.999804496765136718, 0.019772376865148544, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+24, 180405, 2444, 13862, 14509, '0', 0, 0, 171.701385498046875, -497.6007080078125, 556.37371826171875, 3.907047748565673828, 0, 0, -0.92764949798583984, 0.37345200777053833, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+25, 180405, 2444, 13862, 0, '0', 0, 0, 335.3350830078125, -526.3038330078125, 815.42352294921875, 0.011522356420755386, 0, 0, 0.005761146545410156, 0.999983370304107666, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+26, 180406, 2444, 13862, 13862, '0', 0, 0, 91.77777862548828125, -1071.4600830078125, 839.96075439453125, 2.106858253479003906, 0, 0, 0.869124412536621093, 0.494593530893325805, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+27, 180406, 2444, 13862, 13862, '0', 0, 0, 161.09722900390625, -913.15625, 840.78814697265625, 5.185945510864257812, 0, 0, -0.52151012420654296, 0.853245139122009277, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+28, 180406, 2444, 13862, 13862, '0', 0, 0, -13.65625, -839.935791015625, 838.17303466796875, 1.384068727493286132, -0.0933690071105957, -0.04703044891357421, 0.636449813842773437, 0.764200270175933837, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+29, 180406, 2444, 13862, 13862, '0', 0, 0, 60.97569656372070312, -706.3680419921875, 796.5821533203125, 0.919858813285827636, 0, 0, 0.443884849548339843, 0.896083831787109375, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+30, 180406, 2444, 13862, 13862, '0', 0, 0, 76.74826812744140625, -918.08160400390625, 840.46563720703125, 5.170873165130615234, 0, 0, -0.52792549133300781, 0.849290668964385986, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+31, 180406, 2444, 13862, 13862, '0', 0, 0, 2.708333253860473632, -714.97222900390625, 791.93292236328125, 6.015747547149658203, 0, 0, -0.13332080841064453, 0.991072893142700195, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+32, 180406, 2444, 13862, 13862, '0', 0, 0, 194.4340362548828125, -897.96527099609375, 842.90411376953125, 4.05912017822265625, 0, 0, -0.89660072326660156, 0.442839860916137695, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+33, 180406, 2444, 13862, 13862, '0', 0, 0, 27.17361068725585937, -883.81768798828125, 839.74371337890625, 3.777220964431762695, 0.004486560821533203, -0.26394462585449218, -0.90962791442871093, 0.320765018463134765, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+34, 180406, 2444, 13862, 13862, '0', 0, 0, 198.11285400390625, -980.39581298828125, 873.62554931640625, 5.063378810882568359, 0, 0, -0.57278823852539062, 0.819703400135040283, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+35, 180406, 2444, 13862, 13862, '0', 0, 0, 94.4913177490234375, -912.24481201171875, 840.48187255859375, 2.600977897644042968, 0, 0, 0.963688850402832031, 0.267027676105499267, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+36, 180406, 2444, 13862, 13862, '0', 0, 0, 276.53472900390625, -1015.8975830078125, 871.00775146484375, 6.271255016326904296, 0, 0, -0.00596523284912109, 0.999982178211212158, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+37, 180406, 2444, 13862, 13862, '0', 0, 0, 247.7899322509765625, -1074.045166015625, 871.00775146484375, 3.29228520393371582, 0, 0, -0.9971628189086914, 0.075274929404258728, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+38, 180406, 2444, 13862, 0, '0', 0, 0, 96.9756927490234375, -667.6944580078125, 778.115234375, 4.00110626220703125, 0, 0, -0.90906715393066406, 0.41664963960647583, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+39, 180406, 2444, 13862, 0, '0', 0, 0, 33.60763931274414062, -658.9913330078125, 773.87237548828125, 3.61051177978515625, 0, 0, -0.97264003753662109, 0.232317343354225158, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+40, 180406, 2444, 13862, 14509, '0', 0, 0, 206.1059112548828125, -642.76739501953125, 776.2564697265625, 4.960346221923828125, 0, 0, -0.61423778533935546, 0.789121031761169433, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+41, 180406, 2444, 13862, 14509, '0', 0, 0, 175.2708282470703125, -563.55731201171875, 819.51739501953125, 0.541705787181854248, 0, 0, 0.267553329467773437, 0.963543057441711425, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+42, 180406, 2444, 13862, 14509, '0', 0, 0, 197.017364501953125, -567.21356201171875, 816.42578125, 2.600977897644042968, 0, 0, 0.963688850402832031, 0.267027676105499267, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+43, 180406, 2444, 13862, 14490, '0', 0, 0, 313.47222900390625, -547.9149169921875, 810.7244873046875, 5.985564231872558593, 0, 0, -0.14826202392578125, 0.98894810676574707, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Victorious Visage - Difficulty: 0) CreateObject1
(@OGUID+44, 180406, 2444, 13862, 14509, '0', 0, 0, 174.638885498046875, -470.4757080078125, 555.61212158203125, 4.216994285583496093, 0, 0, -0.85888862609863281, 0.512162387371063232, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+45, 180406, 2444, 13862, 14508, '0', 0, 0, 136.6788177490234375, -1329.142333984375, 937.04656982421875, 0.702602803707122802, 0, 0, 0.344120025634765625, 0.938925683498382568, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Emerald Enclave - Difficulty: 0) CreateObject1
(@OGUID+46, 180407, 2444, 13862, 13862, '0', 0, 0, 65.89583587646484375, -985.7725830078125, 836.8428955078125, 2.953236341476440429, -0.03527688980102539, -0.12702655792236328, 0.98715972900390625, 0.090196989476680755, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+47, 180407, 2444, 13862, 13862, '0', 0, 0, 37.05729293823242187, -893.8819580078125, 834.36798095703125, 1.891085982322692871, 0, 0, 0.810814857482910156, 0.585302710533142089, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+48, 180407, 2444, 13862, 13862, '0', 0, 0, 83.8680572509765625, -702.68231201171875, 795.47113037109375, 1.269327878952026367, 0, 0, 0.592906951904296875, 0.805270969867706298, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+49, 180407, 2444, 13862, 13862, '0', 0, 0, -15.0972223281860351, -841.84375, 838.1722412109375, 1.53511810302734375, 0, 0, 0.694380760192871093, 0.719607770442962646, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+50, 180407, 2444, 13862, 13862, '0', 0, 0, 167.6527862548828125, -891.42535400390625, 844.11895751953125, 2.034287691116333007, 0, 0, 0.850609779357910156, 0.525797545909881591, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+51, 180407, 2444, 13862, 13862, '0', 0, 0, 162.1319427490234375, -921.82293701171875, 842.12176513671875, 5.004471302032470703, 0, 0, -0.5966796875, 0.802479505538940429, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+52, 180407, 2444, 13862, 13862, '0', 0, 0, 36.52604293823242187, -872.482666015625, 839.7340087890625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+53, 180407, 2444, 13862, 13862, '0', 0, 0, -10.7013893127441406, -744.09722900390625, 793.13165283203125, 1.269327878952026367, 0, 0, 0.592906951904296875, 0.805270969867706298, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+54, 180407, 2444, 13862, 13862, '0', 0, 0, 94.53125, -923.70831298828125, 840.4517822265625, 1.269327878952026367, 0, 0, 0.592906951904296875, 0.805270969867706298, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+55, 180407, 2444, 13862, 13862, '0', 0, 0, 47.08333206176757812, -719.69964599609375, 796.58203125, 1.269327878952026367, 0, 0, 0.592906951904296875, 0.805270969867706298, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+56, 180407, 2444, 13862, 13862, '0', 0, 0, 131.623260498046875, -1081.595458984375, 843.10028076171875, 4.776509761810302734, 0, 0, -0.68407726287841796, 0.729409575462341308, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+57, 180407, 2444, 13862, 13862, '0', 0, 0, 284.8819580078125, -1022.1754150390625, 871.00775146484375, 5.889426708221435546, 0, 0, -0.19561004638671875, 0.98068171739578247, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+58, 180407, 2444, 13862, 13862, '0', 0, 0, 282.57464599609375, -1099.32470703125, 875.00274658203125, 4.306139945983886718, 0, 0, -0.83521461486816406, 0.549924135208129882, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+59, 180407, 2444, 13862, 0, '0', 0, 0, 108.895843505859375, -646.08160400390625, 773.6619873046875, 4.960747241973876953, 0, 0, -0.61407947540283203, 0.78924417495727539, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+60, 180407, 2444, 13862, 14509, '0', 0, 0, 164.282989501953125, -576.70660400390625, 819.44378662109375, 1.269327878952026367, 0, 0, 0.592906951904296875, 0.805270969867706298, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+61, 180407, 2444, 13862, 14509, '0', 0, 0, 157.140625, -479.4375, 555.61065673828125, 3.41907668113708496, 0, 0, -0.99039077758789062, 0.138297200202941894, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+62, 180407, 2444, 13862, 0, '0', 0, 0, 355.149322509765625, -520.7899169921875, 820.4925537109375, 5.623172760009765625, 0, 0, -0.32404899597167968, 0.946040272712707519, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+63, 180407, 2444, 13862, 0, '0', 0, 0, 80.390625, -1300.91845703125, 910.66754150390625, 4.250257492065429687, 0, 0, -0.85025215148925781, 0.526375651359558105, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+64, 180408, 2444, 13862, 13862, '0', 0, 0, 86.74652862548828125, -853.75, 844.10577392578125, 0.585771560668945312, 0, 0, 0.288716316223144531, 0.957414686679840087, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+65, 180408, 2444, 13862, 13862, '0', 0, 0, 42.453125, -777.5625, 795.81317138671875, 3.852457046508789062, 0, 0, -0.93749618530273437, 0.347995549440383911, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+66, 180408, 2444, 13862, 13862, '0', 0, 0, 156.3489532470703125, -900.85589599609375, 844.2490234375, 4.991048812866210937, 0, 0, -0.6020517349243164, 0.798457026481628417, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+67, 180408, 2444, 13862, 13862, '0', 0, 0, 34.84375, -896.61114501953125, 840.42578125, 0.494810938835144042, 0, 0, 0.244889259338378906, 0.96955108642578125, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+68, 180408, 2444, 13862, 13862, '0', 0, 0, 50.74479293823242187, -876.140625, 840.18292236328125, 1.227799057960510253, 0, 0, 0.576059341430664062, 0.817407906055450439, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+69, 180408, 2444, 13862, 13862, '0', 0, 0, 76.7569427490234375, -857.0711669921875, 844.10577392578125, 0.035173319280147552, 0, 0, 0.01758575439453125, 0.999845325946807861, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+70, 180408, 2444, 13862, 13862, '0', 0, 0, 52.15277862548828125, -771.87847900390625, 795.81317138671875, 3.29905104637145996, 0, 0, -0.9969024658203125, 0.07864776998758316, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+71, 180408, 2444, 13862, 13862, '0', 0, 0, 161.61285400390625, -909.92535400390625, 844.48028564453125, 5.447000026702880859, 0, 0, -0.40601825714111328, 0.913864970207214355, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+72, 180408, 2444, 13862, 13862, '0', 0, 0, -15.1440973281860351, -841.70489501953125, 839.73809814453125, 0.854479074478149414, 0, 0, 0.41436004638671875, 0.910113036632537841, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+73, 180408, 2444, 13862, 14489, '0', 0, 0, 198.01910400390625, -1247.7257080078125, 938.890869140625, 5.847690105438232421, 0, 0, -0.21603107452392578, 0.976386487483978271, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Seat of the Aspects - Difficulty: 0) CreateObject1
(@OGUID+74, 180408, 2444, 13862, 14489, '0', 0, 0, 107.1215286254882812, -1277.4166259765625, 911.13360595703125, 5.181048870086669921, 0, 0, -0.52359771728515625, 0.851965665817260742, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Seat of the Aspects - Difficulty: 0) CreateObject1
(@OGUID+75, 180408, 2444, 13862, 0, '0', 0, 0, -131.779510498046875, -895.65625, 809.06829833984375, 1.869703650474548339, 0, 0, 0.804511070251464843, 0.593937635421752929, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+76, 180408, 2444, 13862, 0, '0', 0, 0, -132.5625, -906.73956298828125, 808.97442626953125, 1.266082525253295898, 0, 0, 0.591599464416503906, 0.806232035160064697, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+77, 180408, 2444, 13862, 14509, '0', 0, 0, 205.7465362548828125, -632.25518798828125, 776.487548828125, 4.779922008514404296, 0, 0, -0.6828317642211914, 0.730575621128082275, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+78, 180408, 2444, 13862, 14490, '0', 0, 0, 318.96527099609375, -554.171875, 814.51776123046875, 5.667538642883300781, 0, 0, -0.30298519134521484, 0.952995240688323974, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Victorious Visage - Difficulty: 0) CreateObject1
(@OGUID+79, 180408, 2444, 13862, 0, '0', 0, 0, 80.3836822509765625, -1300.982666015625, 912.1251220703125, 4.022344589233398437, 0, 0, -0.90459156036376953, 0.426279395818710327, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+80, 180415, 2444, 13862, 13862, '0', 0, 0, -17.6927089691162109, -755.5694580078125, 792.7120361328125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+81, 180415, 2444, 13862, 13862, '0', 0, 0, 4.940972328186035156, -740.578125, 792.50390625, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+82, 180415, 2444, 13862, 13862, '0', 0, 0, 73.46527862548828125, -814.984375, 845.1663818359375, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+83, 180415, 2444, 13862, 13862, '0', 0, 0, 44.72916793823242187, -733.75518798828125, 792.9232177734375, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+84, 180415, 2444, 13862, 13862, '0', 0, 0, 92.5086822509765625, -910.22393798828125, 840.13751220703125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+85, 180415, 2444, 13862, 13862, '0', 0, 0, -21.135416030883789, -754.140625, 792.66107177734375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+86, 180415, 2444, 13862, 13862, '0', 0, 0, 86.38541412353515625, -908.1875, 840.136962890625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+87, 180415, 2444, 13862, 13862, '0', 0, 0, -17.8958339691162109, -841.826416015625, 839.01580810546875, 3.400501728057861328, 0, 0, -0.99163246154785156, 0.129093155264854431, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+88, 180415, 2444, 13862, 13862, '0', 0, 0, -32.8298606872558593, -762.123291015625, 792.73577880859375, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+89, 180415, 2444, 13862, 13862, '0', 0, 0, 89.90625, -915.7117919921875, 845.337890625, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+90, 180415, 2444, 13862, 13862, '0', 0, 0, 80.99652862548828125, -910.0069580078125, 840.13922119140625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+91, 180415, 2444, 13862, 13862, '0', 0, 0, 77.3350677490234375, -920.62847900390625, 840.1361083984375, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+92, 180415, 2444, 13862, 13862, '0', 0, 0, 125.1111068725585937, -1076.2274169921875, 841.60406494140625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+93, 180415, 2444, 13862, 13862, '0', 0, 0, 174.09722900390625, -892.03643798828125, 843.82684326171875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+94, 180415, 2444, 13862, 13862, '0', 0, 0, 180.953125, -884.342041015625, 843.9676513671875, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+95, 180415, 2444, 13862, 13862, '0', 0, 0, 80.93228912353515625, -925.65972900390625, 840.14117431640625, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+96, 180415, 2444, 13862, 13862, '0', 0, 0, 99.5625, -1081.8177490234375, 841.42767333984375, 0.197880148887634277, 0, 0, 0.098778724670410156, 0.995109438896179199, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+97, 180415, 2444, 13862, 13862, '0', 0, 0, 195.8854217529296875, -869.72052001953125, 846.1949462890625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+98, 180415, 2444, 13862, 13862, '0', 0, 0, -104.501739501953125, -880.123291015625, 807.05987548828125, 3.787337064743041992, 0, 0, -0.94832801818847656, 0.317291617393493652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+99, 180415, 2444, 13862, 13862, '0', 0, 0, 71.42708587646484375, -836.87677001953125, 843.9068603515625, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+100, 180415, 2444, 13862, 13862, '0', 0, 0, 179.7881927490234375, -898.7274169921875, 842.959228515625, 3.990890979766845703, 0, 0, -0.91118335723876953, 0.412001103162765502, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+101, 180415, 2444, 13862, 13862, '0', 0, 0, -105.184028625488281, -875.15972900390625, 806.85003662109375, 0.616031348705291748, 0, 0, 0.303168296813964843, 0.952937006950378417, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+102, 180415, 2444, 13862, 13862, '0', 0, 0, -108.666656494140625, -871.326416015625, 806.9510498046875, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+103, 180415, 2444, 13862, 13862, '0', 0, 0, 78.69965362548828125, -834.34027099609375, 843.90826416015625, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+104, 180415, 2444, 13862, 13862, '0', 0, 0, 82.77603912353515625, -917.8680419921875, 845.359619140625, 4.947877883911132812, 0, 0, -0.61914539337158203, 0.785276353359222412, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+105, 180415, 2444, 13862, 13862, '0', 0, 0, 174.9166717529296875, -891.78125, 843.39019775390625, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+106, 180415, 2444, 13862, 13862, '0', 0, 0, -49.5902786254882812, -780.248291015625, 792.38922119140625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+107, 180415, 2444, 13862, 13862, '0', 0, 0, 66.82639312744140625, -816.05035400390625, 845.19677734375, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+108, 180415, 2444, 13862, 13862, '0', 0, 0, -15.5572919845581054, -839.23785400390625, 838.8358154296875, 2.385647773742675781, 0, 0, 0.929414749145507812, 0.369036853313446044, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+109, 180415, 2444, 13862, 13862, '0', 0, 0, -105.782989501953125, -885.09552001953125, 807.12579345703125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+110, 180415, 2444, 13862, 13862, '0', 0, 0, 37.66666793823242187, -741.06597900390625, 793.02227783203125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+111, 180415, 2444, 13862, 13862, '0', 0, 0, 4.121527671813964843, -744.7882080078125, 792.65167236328125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+112, 180415, 2444, 13862, 13862, '0', 0, 0, 29.36284828186035156, -741.9444580078125, 792.78326416015625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+113, 180415, 2444, 13862, 13862, '0', 0, 0, 95.85764312744140625, -921.12847900390625, 840.13787841796875, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+114, 180415, 2444, 13862, 13862, '0', 0, 0, -2.58333325386047363, -752.34722900390625, 792.6424560546875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+115, 180415, 2444, 13862, 13862, '0', 0, 0, 95.8038177490234375, -914.67706298828125, 840.13677978515625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+116, 180415, 2444, 13862, 13862, '0', 0, 0, -112.855903625488281, -868.38543701171875, 806.9012451171875, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+117, 180415, 2444, 13862, 13862, '0', 0, 0, 85.44097137451171875, -921.65277099609375, 845.35186767578125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+118, 180415, 2444, 13862, 13862, '0', 0, 0, 99.73264312744140625, -1079.7066650390625, 841.42767333984375, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+119, 180415, 2444, 13862, 13862, '0', 0, 0, 197.8663177490234375, -891.08160400390625, 843.92193603515625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+120, 180415, 2444, 13862, 13862, '0', 0, 0, 89.88541412353515625, -920.30035400390625, 845.322265625, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+121, 180415, 2444, 13862, 13862, '0', 0, 0, 122.5468826293945312, -1069.7430419921875, 841.53167724609375, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+122, 180415, 2444, 13862, 13862, '0', 0, 0, 178.4930572509765625, -899.53643798828125, 843.86065673828125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+123, 180415, 2444, 13862, 13862, '0', 0, 0, 179.2239532470703125, -871.0850830078125, 846.01055908203125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+124, 180415, 2444, 13862, 13862, '0', 0, 0, 98.8663177490234375, -1076.8819580078125, 841.42669677734375, 0.076413623988628387, 0, 0, 0.038197517395019531, 0.999270200729370117, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+125, 180415, 2444, 13862, 13862, '0', 0, 0, 178.7447967529296875, -871.6475830078125, 845.96044921875, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+126, 180415, 2444, 13862, 13862, '0', 0, 0, 70.86978912353515625, -814.84027099609375, 845.17279052734375, 3.902884721755981445, 0, 0, -0.92842483520507812, 0.371520280838012695, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+127, 180415, 2444, 13862, 13862, '0', 0, 0, 205.89410400390625, -874.3524169921875, 846.2628173828125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+128, 180415, 2444, 13862, 13862, '0', 0, 0, 16.625, -732.36456298828125, 792.6195068359375, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+129, 180415, 2444, 13862, 13862, '0', 0, 0, 75.126739501953125, -815.31427001953125, 845.47882080078125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+130, 180415, 2444, 13862, 13862, '0', 0, 0, -37.1128463745117187, -782.0382080078125, 792.69366455078125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+131, 180415, 2444, 13862, 13862, '0', 0, 0, -34.3975715637207031, -766.435791015625, 792.75921630859375, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+132, 180415, 2444, 13862, 13862, '0', 0, 0, 77.314239501953125, -915.21527099609375, 840.13653564453125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+133, 180415, 2444, 13862, 13862, '0', 0, 0, -45.4895820617675781, -782.14581298828125, 792.65460205078125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+134, 180415, 2444, 13862, 13862, '0', 0, 0, -17.604166030883789, -841.73956298828125, 838.88360595703125, 4.947877883911132812, 0, 0, -0.61914539337158203, 0.785276353359222412, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+135, 180415, 2444, 13862, 13862, '0', 0, 0, 86.454864501953125, -927.65106201171875, 840.13763427734375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+136, 180415, 2444, 13862, 13862, '0', 0, 0, 97.671875, -1075.2603759765625, 841.42657470703125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+137, 180415, 2444, 13862, 13862, '0', 0, 0, 179.9600677490234375, -870.44964599609375, 846.00567626953125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+138, 180415, 2444, 13862, 13862, '0', 0, 0, 92.595489501953125, -925.56768798828125, 840.13580322265625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+139, 180415, 2444, 13862, 13862, '0', 0, 0, 99.68402862548828125, -1078.32470703125, 841.42718505859375, 3.693114757537841796, 0, 0, -0.96221828460693359, 0.272279202938079833, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+140, 180415, 2444, 13862, 13862, '0', 0, 0, 199.7934112548828125, -886.6319580078125, 843.97003173828125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+141, 180415, 2444, 13862, 13862, '0', 0, 0, 175.529510498046875, -891.2117919921875, 842.92803955078125, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+142, 180415, 2444, 13862, 13862, '0', 0, 0, 122.7673568725585937, -1068.40283203125, 841.50372314453125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+143, 180415, 2444, 13862, 13862, '0', 0, 0, 85.42534637451171875, -914.15277099609375, 845.33135986328125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+144, 180415, 2444, 13862, 13862, '0', 0, 0, -15.8090276718139648, -839.701416015625, 839.05645751953125, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+145, 180415, 2444, 13862, 13862, '0', 0, 0, 64.71527862548828125, -817.38714599609375, 845.260986328125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+146, 180415, 2444, 13862, 13862, '0', 0, 0, 123.376739501953125, -1073.8125, 841.48193359375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+147, 180415, 2444, 13862, 13862, '0', 0, 0, 178.984375, -899.138916015625, 843.31072998046875, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+148, 180415, 2444, 13862, 13862, '0', 0, 0, 114.2100677490234375, -1087.0833740234375, 843.00653076171875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+149, 180415, 2444, 13862, 13862, '0', 0, 0, 121.7100677490234375, -1087.673583984375, 842.7681884765625, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+150, 180415, 2444, 13862, 13862, '0', 0, 0, 112.1128463745117187, -1089.888916015625, 842.87579345703125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+151, 180415, 2444, 13862, 13862, '0', 0, 0, 108.2864608764648437, -1090.8333740234375, 842.92340087890625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+152, 180415, 2444, 13862, 13862, '0', 0, 0, 118.314239501953125, -1088.4097900390625, 842.8760986328125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+153, 180415, 2444, 13862, 0, '0', 0, 0, -122.079856872558593, -866.33856201171875, 806.70635986328125, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+154, 180415, 2444, 13862, 0, '0', 0, 0, -129.842010498046875, -885.18231201171875, 807.35235595703125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+155, 180415, 2444, 13862, 0, '0', 0, 0, -125.069442749023437, -887.15972900390625, 807.41644287109375, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+156, 180415, 2444, 13862, 0, '0', 0, 0, -116.90625, -866.13714599609375, 806.2513427734375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+157, 180415, 2444, 13862, 0, '0', 0, 0, -133.1875, -881.39581298828125, 807.25421142578125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+158, 180415, 2444, 13862, 0, '0', 0, 0, -126.541656494140625, -866.420166015625, 806.8441162109375, 4.939813137054443359, 0, 0, -0.62230682373046875, 0.782773375511169433, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+159, 180415, 2444, 13862, 0, '0', 0, 0, -156.390625, -903.87847900390625, 809.8258056640625, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+160, 180415, 2444, 13862, 0, '0', 0, 0, -130.94097900390625, -869.18927001953125, 806.82745361328125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+161, 180415, 2444, 13862, 0, '0', 0, 0, -132.743057250976562, -874.00518798828125, 806.97796630859375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+162, 180415, 2444, 13862, 14509, '0', 0, 0, 168.328125, -659.79864501953125, 782.11883544921875, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+163, 180415, 2444, 13862, 14509, '0', 0, 0, 164.9756927490234375, -639.3524169921875, 776.86016845703125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+164, 180415, 2444, 13862, 14509, '0', 0, 0, 164.763885498046875, -635.66839599609375, 776.8963623046875, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+165, 180415, 2444, 13862, 14509, '0', 0, 0, 173.2447967529296875, -655.8975830078125, 776.96466064453125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+166, 180415, 2444, 13862, 14509, '0', 0, 0, 178.4774322509765625, -663.9930419921875, 782.1541748046875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+167, 180415, 2444, 13862, 14509, '0', 0, 0, 179.375, -657.2569580078125, 776.67510986328125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+168, 180415, 2444, 13862, 14509, '0', 0, 0, 188.529510498046875, -659.03643798828125, 782.02197265625, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+169, 180415, 2444, 13862, 14509, '0', 0, 0, 195.09375, -646.921875, 782.14532470703125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+170, 180415, 2444, 13862, 14509, '0', 0, 0, 169.201385498046875, -614.91668701171875, 782.28497314453125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+171, 180415, 2444, 13862, 14509, '0', 0, 0, 175.4305572509765625, -617.9305419921875, 776.81610107421875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+172, 180415, 2444, 13862, 14509, '0', 0, 0, 184.732635498046875, -620.5711669921875, 776.78607177734375, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+173, 180415, 2444, 13862, 14509, '0', 0, 0, 187.392364501953125, -614.91143798828125, 782.30303955078125, 4.964338302612304687, 0, 0, -0.61266136169433593, 0.790345549583435058, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+174, 180415, 2444, 13862, 14509, '0', 0, 0, 178.5243072509765625, -611.75, 782.1968994140625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+175, 180415, 2444, 13862, 14509, '0', 0, 0, 195.26910400390625, -629.453125, 782.10723876953125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+176, 180415, 2444, 13862, 14509, '0', 0, 0, 136.36285400390625, -478.7257080078125, 556.27557373046875, 4.947877883911132812, 0, 0, -0.61914539337158203, 0.785276353359222412, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+177, 180425, 2444, 13862, 13862, '0', 0, 0, -17.2048606872558593, -841.4930419921875, 839.10821533203125, 5.74988555908203125, 0, 0, -0.26350116729736328, 0.964659094810485839, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+178, 180425, 2444, 13862, 13862, '0', 0, 0, 96.42014312744140625, -918.26214599609375, 840.14544677734375, 0.096465319395065307, 0, 0, 0.048213958740234375, 0.998837053775787353, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+179, 180425, 2444, 13862, 13862, '0', 0, 0, 89.767364501953125, -908.80731201171875, 840.14459228515625, 1.184337377548217773, 0, 0, 0.558161735534667968, 0.829732179641723632, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+180, 180425, 2444, 13862, 13862, '0', 0, 0, -15.9618053436279296, -840.0850830078125, 838.99664306640625, 5.740016937255859375, 0, 0, -0.26825809478759765, 0.963347077369689941, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+181, 180425, 2444, 13862, 13862, '0', 0, 0, 78.63715362548828125, -923.66839599609375, 840.14483642578125, 3.45367598533630371, 0, 0, -0.98785018920898437, 0.155409082770347595, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+182, 180425, 2444, 13862, 13862, '0', 0, 0, 78.92708587646484375, -911.89410400390625, 840.14453125, 2.502305507659912109, 0, 0, 0.949347496032714843, 0.314228147268295288, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+183, 180425, 2444, 13862, 13862, '0', 0, 0, 89.69791412353515625, -927.2430419921875, 840.1446533203125, 5.042820930480957031, 0, 0, -0.58118343353271484, 0.813772618770599365, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+184, 180425, 2444, 13862, 14509, '0', 0, 0, 133.53472900390625, -478.46875, 556.25811767578125, 0.399163424968719482, 0, 0, 0.198259353637695312, 0.980149626731872558, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+185, 180425, 2444, 13862, 14509, '0', 0, 0, 134.81597900390625, -478.0225830078125, 556.25811767578125, 0.399163424968719482, 0, 0, 0.198259353637695312, 0.980149626731872558, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+186, 180425, 2444, 13862, 14509, '0', 0, 0, 135.7604217529296875, -480.401031494140625, 556.25811767578125, 0.399163424968719482, 0, 0, 0.198259353637695312, 0.980149626731872558, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+187, 180425, 2444, 13862, 14509, '0', 0, 0, 134.2465362548828125, -480.4375, 556.25811767578125, 0.399163424968719482, 0, 0, 0.198259353637695312, 0.980149626731872558, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+188, 180426, 2444, 13862, 13862, '0', 0, 0, 146.1875, -908.78125, 845.15966796875, 5.318980216979980468, 0, 0, -0.46364307403564453, 0.886022090911865234, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+189, 180426, 2444, 13862, 13862, '0', 0, 0, 139.154510498046875, -908.1336669921875, 849.9437255859375, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+190, 180426, 2444, 13862, 13862, '0', 0, 0, 150.609375, -910.74481201171875, 840.93487548828125, 4.090700149536132812, 0, 0, -0.8894968032836914, 0.456941395998001098, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+191, 180426, 2444, 13862, 13862, '0', 0, 0, 146.5625, -906.404541015625, 841.76397705078125, 2.90296173095703125, 0, 0, 0.992890357971191406, 0.119032517075538635, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+192, 180426, 2444, 13862, 13862, '0', 0, 0, 142.90625, -909.76214599609375, 837.984619140625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+193, 180426, 2444, 13862, 13862, '0', 0, 0, 149.7447967529296875, -908.170166015625, 843.3782958984375, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+194, 180426, 2444, 13862, 13862, '0', 0, 0, 151.1649322509765625, -912.69793701171875, 839.6356201171875, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+195, 180426, 2444, 13862, 13862, '0', 0, 0, 142.90625, -909.76214599609375, 844.09893798828125, 4.627530097961425781, 0, 0, -0.73646354675292968, 0.676477253437042236, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+196, 180426, 2444, 13862, 13862, '0', 0, 0, 147.36285400390625, -907.984375, 847.24951171875, 0.308611541986465454, 0, 0, 0.15369415283203125, 0.988118469715118408, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+197, 180426, 2444, 13862, 13862, '0', 0, 0, 146.9375, -903.61981201171875, 840.99591064453125, 2.564846515655517578, 0, 0, 0.958707809448242187, 0.284392923116683959, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+198, 180427, 2444, 13862, 13862, '0', 0, 0, 146.2395782470703125, -913.82989501953125, 840.92486572265625, 2.105536460876464843, 0, 0, 0.86879730224609375, 0.495167940855026245, 120, 255, 1, 51886), -- Bat02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+199, 180427, 2444, 13862, 13862, '0', 0, 0, 147.6805572509765625, -915.51214599609375, 841.11505126953125, 3.062830209732055664, 0, 0, 0.999224662780761718, 0.039371035993099212, 120, 255, 1, 51886), -- Bat02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+200, 180427, 2444, 13862, 13862, '0', 0, 0, 144.2743072509765625, -905.4375, 839.74090576171875, 0.219272956252098083, 0, 0, 0.109416961669921875, 0.993995964527130126, 120, 255, 1, 51886), -- Bat02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+201, 180427, 2444, 13862, 13862, '0', 0, 0, 152.78125, -904.6024169921875, 847.32916259765625, 3.680039167404174804, 0, 0, -0.96397781372070312, 0.265982657670974731, 120, 255, 1, 51886), -- Bat02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+202, 180427, 2444, 13862, 13862, '0', 0, 0, 124.5173568725585937, -887.50347900390625, 836.83502197265625, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- Bat02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+203, 180427, 2444, 13862, 13862, '0', 0, 0, 152.939239501953125, -904.29168701171875, 843.90386962890625, 2.218880414962768554, 0, 0, 0.895449638366699218, 0.445162832736968994, 120, 255, 1, 51886), -- Bat02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+204, 180428, 2444, 13862, 13862, '0', 0, 0, -15.6440973281860351, -837.21527099609375, 838.1727294921875, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+205, 180428, 2444, 13862, 13862, '0', 0, 0, -18.7222232818603515, -847.20489501953125, 838.11688232421875, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+206, 180428, 2444, 13862, 13862, '0', 0, 0, -19.322916030883789, -842.029541015625, 838.1727294921875, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+207, 180428, 2444, 13862, 14509, '0', 0, 0, 171.282989501953125, -554.78472900390625, 819.35052490234375, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+208, 180429, 2444, 13862, 13862, '0', 0, 0, 12.61979198455810546, -889.08331298828125, 839.6942138671875, 2.604772567749023437, 0.001035213470458984, 0.068917274475097656, 0.9615936279296875, 0.265682220458984375, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+209, 180429, 2444, 13862, 14509, '0', 0, 0, 171.265625, -554.842041015625, 821.9234619140625, 0.818171918392181396, 0, 0, 0.397770881652832031, 0.917484760284423828, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+210, 180429, 2444, 13862, 0, '0', 0, 0, 78.19097137451171875, -1282.8836669921875, 909.8096923828125, 4.792627334594726562, 0, 0, -0.6781768798828125, 0.734898746013641357, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+211, 180429, 2444, 13862, 0, '0', 0, 0, 82.3680572509765625, -1293.142333984375, 909.8096923828125, 5.330156326293945312, 0, 0, -0.45868492126464843, 0.888598978519439697, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+212, 180431, 2444, 13862, 13862, '0', 0, 0, 110.3055572509765625, -990.04339599609375, 841.6376953125, 4.084570884704589843, 0, 0, -0.89089298248291015, 0.454213261604309082, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+213, 180431, 2444, 13862, 13862, '0', 0, 0, 115.3003463745117187, -1131.1458740234375, 839.08673095703125, 3.425269365310668945, 0, 0, -0.98995780944824218, 0.141363114118576049, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+214, 180431, 2444, 13862, 13862, '0', 0, 0, 134.3368072509765625, -1133.9427490234375, 840.35577392578125, 3.831689357757568359, 0, 0, -0.94105911254882812, 0.338242113590240478, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+215, 180431, 2444, 13862, 13862, '0', 0, 0, 57.82986068725585937, -789.7742919921875, 835.7867431640625, 4.084570884704589843, 0, 0, -0.89089298248291015, 0.454213261604309082, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+216, 180431, 2444, 13862, 13862, '0', 0, 0, 180.3871612548828125, -552.5382080078125, 820.13787841796875, 1.203677892684936523, 0, 0, 0.566159248352050781, 0.824295878410339355, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+217, 180471, 2444, 13862, 13862, '0', 0, 0, 33.15972137451171875, -885.029541015625, 845.73809814453125, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+218, 180471, 2444, 13862, 0, '0', 0, 0, -140.944442749023437, -902.45660400390625, 816.17706298828125, 1.590546846389770507, 0, 0, 0.714055061340332031, 0.700089514255523681, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+219, 180471, 2444, 13862, 0, '0', 0, 0, -140.934036254882812, -898.625, 816.2322998046875, 1.173076272010803222, 0, 0, 0.553481101989746093, 0.832861781120300292, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+220, 180471, 2444, 13862, 14509, '0', 0, 0, 175.6805572509765625, -495.055572509765625, 564.31134033203125, 3.503906726837158203, 0, 0, -0.98363590240478515, 0.180167675018310546, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+221, 180472, 2444, 13862, 13862, '0', 0, 0, 38.84201431274414062, -877.97393798828125, 851.0084228515625, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+222, 180472, 2444, 13862, 13862, '0', 0, 0, -19.3298606872558593, -754.654541015625, 804.12860107421875, 2.104254484176635742, 0, 0, 0.868479728698730468, 0.495724707841873168, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+223, 180472, 2444, 13862, 13862, '0', 0, 0, 19.4375, -733.01739501953125, 803.95050048828125, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+224, 180472, 2444, 13862, 13862, '0', 0, 0, -45.1215286254882812, -778.1875, 804.21435546875, 2.758804559707641601, 0, 0, 0.981739997863769531, 0.190227702260017395, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+225, 180472, 2444, 13862, 0, '0', 0, 0, 5.246527671813964843, -657.4774169921875, 781.74407958984375, 5.243134021759033203, 0, 0, -0.4969024658203125, 0.86780637502670288, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+226, 180472, 2444, 13862, 0, '0', 0, 0, 52.80902862548828125, -641.95831298828125, 781.66131591796875, 3.892222404479980468, 0, 0, -0.93039226531982421, 0.366565406322479248, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+227, 180472, 2444, 13862, 0, '0', 0, 0, -18.3836803436279296, -650.15972900390625, 781.8275146484375, 0.285998344421386718, 0, 0, 0.142512321472167968, 0.989793062210083007, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+228, 180523, 2444, 13862, 13862, '0', 0, 0, 210.9479217529296875, -880.390625, 843.05938720703125, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- Apple Bob (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+229, 180523, 2444, 13862, 14489, '0', 0, 0, 200.201385498046875, -1252.451416015625, 936.65570068359375, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- Apple Bob (Area: The Seat of the Aspects - Difficulty: 0) CreateObject1
(@OGUID+230, 180523, 2444, 13862, 0, '0', 0, 0, 357.454864501953125, -526.80035400390625, 816.3685302734375, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+231, 185454, 2444, 13862, 13862, '0', 0, 0, -13.2777776718139648, -840.16143798828125, 838.1717529296875, 2.929131269454956054, 0, 0, 0.994362831115722656, 0.106030978262424468, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+232, 185454, 2444, 13862, 13862, '0', 0, 0, 73.69965362548828125, -865.42364501953125, 840.19122314453125, 3.332017898559570312, 0.170282840728759765, -0.13543987274169921, -0.97362709045410156, 0.068630009889602661, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+233, 185454, 2444, 13862, 13862, '0', 0, 0, -18.5052089691162109, -847.888916015625, 838.11785888671875, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+234, 185454, 2444, 13862, 13862, '0', 0, 0, 290.630218505859375, -1094.01220703125, 878.9984130859375, 0.554713129997253417, 0, 0, 0.273814201354980468, 0.961782574653625488, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+235, 185454, 2444, 13862, 14509, '0', 0, 0, 134.875, -479.364593505859375, 556.25811767578125, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: The Artisan's Market - Difficulty: 0) CreateObject1
(@OGUID+236, 207941, 2444, 13862, 13862, '0', 0, 0, 286.486114501953125, -1092.1632080078125, 895.92156982421875, 3.111405134201049804, 0.049528121948242187, -0.21337509155273437, 0.975361824035644531, 0.026217566803097724, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+237, 208061, 2444, 13862, 13862, '0', 0, 0, -64.5277786254882812, -839.13018798828125, 792.20806884765625, 3.648401260375976562, 0.191833972930908203, 0.05084991455078125, -0.94875144958496093, 0.245936393737792968, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+238, 208061, 2444, 13862, 13862, '0', 0, 0, 278.611114501953125, -1099.4132080078125, 870.7276611328125, 4.319622039794921875, 0, 0, -0.83148860931396484, 0.555541813373565673, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+239, 208062, 2444, 13862, 13862, '0', 0, 0, 312.0694580078125, -1046.263916015625, 870.7177734375, 4.549403190612792968, 0, 0, -0.76232051849365234, 0.647199690341949462, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+240, 208072, 2444, 13862, 13862, '0', 0, 0, 313.40277099609375, -1051.1875, 874.93255615234375, 4.459957122802734375, -0.0497450828552246, 0.029268264770507812, -0.78987884521484375, 0.610540926456451416, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+241, 208078, 2444, 13862, 13862, '0', 0, 0, 314.01214599609375, -1050.251708984375, 875.02972412109375, 4.622332096099853515, 0, 0, -0.73821926116943359, 0.674560844898223876, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+242, 208078, 2444, 13862, 13862, '0', 0, 0, 279.8350830078125, -1097.16845703125, 870.72491455078125, 4.423607826232910156, 0, 0, -0.80149364471435546, 0.598003327846527099, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+243, 386374, 2444, 13862, 13862, '0', 0, 0, 67.3524322509765625, -986.7274169921875, 836.81781005859375, 3.105198144912719726, 0.001416206359863281, -0.15183830261230468, 0.988228797912597656, 0.018626825883984565, 120, 255, 1, 51886), -- G_Pumpkin_01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+244, 386374, 2444, 13862, 13862, '0', 0, 0, -16.4392356872558593, -843.0086669921875, 838.1722412109375, 1.306864857673645019, 0.069544315338134765, 0.042333602905273437, 0.606455802917480468, 0.790937960147857666, 120, 255, 1, 51886), -- G_Pumpkin_01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+245, 386375, 2444, 13862, 13862, '0', 0, 0, 65.736114501953125, -816.670166015625, 845.13262939453125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+246, 386375, 2444, 13862, 13862, '0', 0, 0, 62.61284637451171875, -819.51910400390625, 845.4205322265625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+247, 386375, 2444, 13862, 13862, '0', 0, 0, 72.21875, -814.80206298828125, 845.33453369140625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+248, 386375, 2444, 13862, 13862, '0', 0, 0, 69.56076812744140625, -815.076416015625, 845.14581298828125, 2.048972368240356445, 0, 0, 0.854447364807128906, 0.519537985324859619, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+249, 386375, 2444, 13862, 13862, '0', 0, 0, 68.16666412353515625, -814.78125, 846.28741455078125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+250, 386375, 2444, 13862, 13862, '0', 0, 0, 63.72569656372070312, -818.23956298828125, 845.31890869140625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+251, 386375, 2444, 13862, 13862, '0', 0, 0, 68.079864501953125, -815.467041015625, 845.16680908203125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+252, 386378, 2444, 13862, 0, '0', 0, 0, -122.901039123535156, -894.97052001953125, 807.21160888671875, 0.1784391850233078, -0.09527301788330078, 0.074731826782226562, 0.095785140991210937, 0.988009810447692871, 120, 255, 1, 51886), -- G_Pumpkin_03 (scale 0.75) (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+253, 401752, 2444, 13862, 13862, '0', 0, 0, 209.217010498046875, -883.013916015625, 843.05938720703125, 3.878522634506225585, 0, 0, -0.93288135528564453, 0.360183805227279663, 120, 255, 1, 51886), -- Candy Bucket (Area: Valdrakken - Difficulty: 0) CreateObject1
(@OGUID+254, 401753, 2444, 13862, 14489, '0', 0, 0, 196.986114501953125, -1252.0625, 936.65570068359375, 5.765224933624267578, 0, 0, -0.25609493255615234, 0.966651618480682373, 120, 255, 1, 51886), -- Candy Bucket (Area: The Seat of the Aspects - Difficulty: 0) CreateObject1
(@OGUID+255, 401754, 2444, 13862, 0, '0', 0, 0, 351.333343505859375, -520.78125, 816.3685302734375, 5.184331417083740234, 0, 0, -0.52219867706298828, 0.852823853492736816, 120, 255, 1, 51886); -- Candy Bucket (Area: 0 - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+255;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79),
(12, @OGUID+80),
(12, @OGUID+81),
(12, @OGUID+82),
(12, @OGUID+83),
(12, @OGUID+84),
(12, @OGUID+85),
(12, @OGUID+86),
(12, @OGUID+87),
(12, @OGUID+88),
(12, @OGUID+89),
(12, @OGUID+90),
(12, @OGUID+91),
(12, @OGUID+92),
(12, @OGUID+93),
(12, @OGUID+94),
(12, @OGUID+95),
(12, @OGUID+96),
(12, @OGUID+97),
(12, @OGUID+98),
(12, @OGUID+99),
(12, @OGUID+100),
(12, @OGUID+101),
(12, @OGUID+102),
(12, @OGUID+103),
(12, @OGUID+104),
(12, @OGUID+105),
(12, @OGUID+106),
(12, @OGUID+107),
(12, @OGUID+108),
(12, @OGUID+109),
(12, @OGUID+110),
(12, @OGUID+111),
(12, @OGUID+112),
(12, @OGUID+113),
(12, @OGUID+114),
(12, @OGUID+115),
(12, @OGUID+116),
(12, @OGUID+117),
(12, @OGUID+118),
(12, @OGUID+119),
(12, @OGUID+120),
(12, @OGUID+121),
(12, @OGUID+122),
(12, @OGUID+123),
(12, @OGUID+124),
(12, @OGUID+125),
(12, @OGUID+126),
(12, @OGUID+127),
(12, @OGUID+128),
(12, @OGUID+129),
(12, @OGUID+130),
(12, @OGUID+131),
(12, @OGUID+132),
(12, @OGUID+133),
(12, @OGUID+134),
(12, @OGUID+135),
(12, @OGUID+136),
(12, @OGUID+137),
(12, @OGUID+138),
(12, @OGUID+139),
(12, @OGUID+140),
(12, @OGUID+141),
(12, @OGUID+142),
(12, @OGUID+143),
(12, @OGUID+144),
(12, @OGUID+145),
(12, @OGUID+146),
(12, @OGUID+147),
(12, @OGUID+148),
(12, @OGUID+149),
(12, @OGUID+150),
(12, @OGUID+151),
(12, @OGUID+152),
(12, @OGUID+153),
(12, @OGUID+154),
(12, @OGUID+155),
(12, @OGUID+156),
(12, @OGUID+157),
(12, @OGUID+158),
(12, @OGUID+159),
(12, @OGUID+160),
(12, @OGUID+161),
(12, @OGUID+162),
(12, @OGUID+163),
(12, @OGUID+164),
(12, @OGUID+165),
(12, @OGUID+166),
(12, @OGUID+167),
(12, @OGUID+168),
(12, @OGUID+169),
(12, @OGUID+170),
(12, @OGUID+171),
(12, @OGUID+172),
(12, @OGUID+173),
(12, @OGUID+174),
(12, @OGUID+175),
(12, @OGUID+176),
(12, @OGUID+177),
(12, @OGUID+178),
(12, @OGUID+179),
(12, @OGUID+180),
(12, @OGUID+181),
(12, @OGUID+182),
(12, @OGUID+183),
(12, @OGUID+184),
(12, @OGUID+185),
(12, @OGUID+186),
(12, @OGUID+187),
(12, @OGUID+188),
(12, @OGUID+189),
(12, @OGUID+190),
(12, @OGUID+191),
(12, @OGUID+192),
(12, @OGUID+193),
(12, @OGUID+194),
(12, @OGUID+195),
(12, @OGUID+196),
(12, @OGUID+197),
(12, @OGUID+198),
(12, @OGUID+199),
(12, @OGUID+200),
(12, @OGUID+201),
(12, @OGUID+202),
(12, @OGUID+203),
(12, @OGUID+204),
(12, @OGUID+205),
(12, @OGUID+206),
(12, @OGUID+207),
(12, @OGUID+208),
(12, @OGUID+209),
(12, @OGUID+210),
(12, @OGUID+211),
(12, @OGUID+212),
(12, @OGUID+213),
(12, @OGUID+214),
(12, @OGUID+215),
(12, @OGUID+216),
(12, @OGUID+217),
(12, @OGUID+218),
(12, @OGUID+219),
(12, @OGUID+220),
(12, @OGUID+221),
(12, @OGUID+222),
(12, @OGUID+223),
(12, @OGUID+224),
(12, @OGUID+225),
(12, @OGUID+226),
(12, @OGUID+227),
(12, @OGUID+228),
(12, @OGUID+229),
(12, @OGUID+230),
(12, @OGUID+231),
(12, @OGUID+232),
(12, @OGUID+233),
(12, @OGUID+234),
(12, @OGUID+235),
(12, @OGUID+236),
(12, @OGUID+237),
(12, @OGUID+238),
(12, @OGUID+239),
(12, @OGUID+240),
(12, @OGUID+241),
(12, @OGUID+242),
(12, @OGUID+243),
(12, @OGUID+244),
(12, @OGUID+245),
(12, @OGUID+246),
(12, @OGUID+247),
(12, @OGUID+248),
(12, @OGUID+249),
(12, @OGUID+250),
(12, @OGUID+251),
(12, @OGUID+252),
(12, @OGUID+253),
(12, @OGUID+254),
(12, @OGUID+255);
@@ -0,0 +1,126 @@
SET @OGUID := 9003807;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry` IN (401714, 401723, 401724, 401725, 401726);
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
(401714, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26268, 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, 425, 51886), -- Candy Bucket
(401723, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26269, 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, 425, 51886), -- Candy Bucket
(401724, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26270, 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, 425, 51886), -- Candy Bucket
(401725, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26271, 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, 425, 51886), -- Candy Bucket
(401726, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26272, 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, 425, 51886); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (401714, 401723, 401724, 401725, 401726);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(401714, 35, 4, 0, 0), -- Candy Bucket
(401723, 35, 4, 0, 0), -- Candy Bucket
(401724, 35, 4, 0, 0), -- Candy Bucket
(401725, 35, 4, 0, 0), -- Candy Bucket
(401726, 35, 4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (75667, 75668, 75669, 75670, 75671);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(75667, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75668, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75669, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75670, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75671, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id` IN (401714, 401723, 401724, 401725, 401726);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(401714, 75667, 51886),
(401723, 75668, 51886),
(401724, 75669, 51886),
(401725, 75670, 51886),
(401726, 75671, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (401714, 401723, 401724, 401725, 401726);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(401714, 75667, 51886),
(401723, 75668, 51886),
(401724, 75669, 51886),
(401725, 75670, 51886),
(401726, 75671, 51886);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+34;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
-- Three-Falls Lookout
(@OGUID+0, 180405, 2444, 13646, 13646, '0', 0, 0, -2692.13720703125, 3455.317626953125, 445.47210693359375, 1.476740002632141113, 0, 0, 0.673083305358886718, 0.739566683769226074, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Azure Span - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 2444, 13646, 13646, '0', 0, 0, -2691.32470703125, 3460.1416015625, 449.82269287109375, 2.06798410415649414, 0, 0, 0.859347343444824218, 0.51139235496520996, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Azure Span - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 2444, 13646, 13646, '0', 0, 0, -2687.802001953125, 3441.611083984375, 443.239410400390625, 2.104104518890380859, 0, 0, 0.868442535400390625, 0.49578985571861267, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Azure Span - Difficulty: 0) CreateObject1
(@OGUID+3, 180408, 2444, 13646, 13646, '0', 0, 0, -2696.239501953125, 3458.474853515625, 446.63116455078125, 2.216573715209960937, 0, 0, 0.89493560791015625, 0.44619530439376831, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Azure Span - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 2444, 13646, 13646, '0', 0, 0, -2692.826416015625, 3453.267333984375, 447.345855712890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Azure Span - Difficulty: 0) CreateObject1
(@OGUID+5, 180523, 2444, 13646, 13646, '0', 0, 0, -2708.322998046875, 3451.677978515625, 445.47210693359375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: The Azure Span - Difficulty: 0) CreateObject1
(@OGUID+6, 401726, 2444, 13646, 13646, '0', 0, 0, -2708.869873046875, 3445.353271484375, 445.47210693359375, 2.715264797210693359, 0, 0, 0.977366447448730468, 0.211553305387496948, 120, 255, 1, 51886), -- Candy Bucket (Area: The Azure Span - Difficulty: 0) CreateObject1
-- Theron's Watch
(@OGUID+7, 180405, 2444, 13646, 13860, '0', 0, 0, -2114.486083984375, -1626.2430419921875, 972.80987548828125, 2.810218334197998046, 0, 0, 0.98630523681640625, 0.164930135011672973, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Upper Frostlands - Difficulty: 0) CreateObject1
(@OGUID+8, 180406, 2444, 13646, 13860, '0', 0, 0, -2092.822998046875, -1652.3836669921875, 972.5986328125, 4.0184478759765625, 0, 0, -0.90542030334472656, 0.424516260623931884, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Upper Frostlands - Difficulty: 0) CreateObject1
(@OGUID+9, 180407, 2444, 13646, 13860, '0', 0, 0, -2075.87841796875, -1634.1163330078125, 973.97540283203125, 5.025073051452636718, 0, 0, -0.58838176727294921, 0.808583259582519531, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Upper Frostlands - Difficulty: 0) CreateObject1
(@OGUID+10, 180408, 2444, 13646, 13860, '0', 0, 0, -2104.828125, -1641.41845703125, 980.6954345703125, 2.009676456451416015, 0, 0, 0.844075202941894531, 0.536224782466888427, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Upper Frostlands - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 2444, 13646, 13860, '0', 0, 0, -2104.060791015625, -1637.73095703125, 974.04571533203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Upper Frostlands - Difficulty: 0) CreateObject1
(@OGUID+12, 180523, 2444, 13646, 13860, '0', 0, 0, -2110.19970703125, -1637.3333740234375, 973.16668701171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Upper Frostlands - Difficulty: 0) CreateObject1
(@OGUID+13, 401725, 2444, 13646, 13860, '0', 0, 0, -2106.848876953125, -1637.8785400390625, 972.77471923828125, 2.258838653564453125, 0, 0, 0.904164314270019531, 0.427184849977493286, 120, 255, 1, 51886), -- Candy Bucket (Area: Upper Frostlands - Difficulty: 0) CreateObject1
-- Camp Antonidas
(@OGUID+14, 180405, 2444, 13646, 13646, '0', 0, 0, -3840.953125, 371.19097900390625, 662.53045654296875, 4.367660045623779296, 0, 0, -0.81790637969970703, 0.575351357460021972, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Azure Span - Difficulty: 0) CreateObject1
(@OGUID+15, 180406, 2444, 13646, 13646, '0', 0, 0, -3842.064208984375, 398.814239501953125, 658.50177001953125, 4.049228668212890625, 0, 0, -0.89877986907958984, 0.438400238752365112, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Azure Span - Difficulty: 0) CreateObject1
(@OGUID+16, 180407, 2444, 13646, 13646, '0', 0, 0, -3836.28125, 414.3038330078125, 656.61236572265625, 3.410333871841430664, 0, 0, -0.99098587036132812, 0.13396647572517395, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Azure Span - Difficulty: 0) CreateObject1
(@OGUID+17, 180408, 2444, 13646, 13646, '0', 0, 0, -3847.73779296875, 415.8507080078125, 660.3275146484375, 3.165673255920410156, 0, 0, -0.99992752075195312, 0.012039870955049991, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Azure Span - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 2444, 13646, 13646, '0', 0, 0, -3856.171875, 383.411468505859375, 659.76153564453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Azure Span - Difficulty: 0) CreateObject1
(@OGUID+19, 180523, 2444, 13646, 13646, '0', 0, 0, -3852.84375, 371.4444580078125, 658.50201416015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: The Azure Span - Difficulty: 0) CreateObject1
(@OGUID+20, 401714, 2444, 13646, 13646, '0', 0, 0, -3849.463623046875, 372.85589599609375, 658.50201416015625, 3.69903111457824707, 0, 0, -0.96140861511230468, 0.27512449026107788, 120, 255, 1, 51886), -- Candy Bucket (Area: The Azure Span - Difficulty: 0) CreateObject1
-- Iskaara
(@OGUID+21, 180405, 2444, 13646, 0, '0', 0, 0, -4514.38525390625, 4099.7890625, 10.19736480712890625, 0.481678545475006103, 0, 0, 0.23851776123046875, 0.9711381196975708, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+22, 180406, 2444, 13646, 0, '0', 0, 0, -4501.22412109375, 4101.3203125, 11.51589775085449218, 0.472588151693344116, 0, 0, 0.234101295471191406, 0.972212195396423339, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+23, 180407, 2444, 13646, 0, '0', 0, 0, -4483.4443359375, 4081.046142578125, 9.231167793273925781, 0.776706814765930175, 0, 0, 0.378664970397949218, 0.925533831119537353, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+24, 180408, 2444, 13646, 0, '0', 0, 0, -4501.236328125, 4101.548828125, 13.14325904846191406, 0.048659358173608779, 0, 0, 0.024327278137207031, 0.999704062938690185, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 2444, 13646, 0, '0', 0, 0, -4515.58154296875, 4101.30029296875, 11.4425973892211914, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+26, 180523, 2444, 13646, 0, '0', 0, 0, -4504.31103515625, 4143.58251953125, -0.787750244140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+27, 401724, 2444, 13646, 0, '0', 0, 0, -4507.75, 4145.9443359375, 0.303688317537307739, 6.198924541473388671, 0, 0, -0.04211807250976562, 0.999112606048583984, 120, 255, 1, 51886), -- Candy Bucket (Area: 0 - Difficulty: 0) CreateObject1
-- Camp Nowhere
(@OGUID+28, 180405, 2444, 13646, 13829, '0', 0, 0, -5131.7255859375, -1357.4166259765625, 536.84637451171875, 5.336071491241455078, 0, 0, -0.4560546875, 0.889951765537261962, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Timbertooth Trail - Difficulty: 0) CreateObject1
(@OGUID+29, 180406, 2444, 13646, 13829, '0', 0, 0, -5137.55029296875, -1350.15283203125, 536.77398681640625, 5.950006484985351562, 0, 0, -0.16582012176513671, 0.986155986785888671, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Timbertooth Trail - Difficulty: 0) CreateObject1
(@OGUID+30, 180407, 2444, 13646, 13829, '0', 0, 0, -5130.5400390625, -1363.7083740234375, 539.60205078125, 6.156475543975830078, 0, 0, -0.06331253051757812, 0.997993767261505126, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Timbertooth Trail - Difficulty: 0) CreateObject1
(@OGUID+31, 180408, 2444, 13646, 13829, '0', 0, 0, -5130.53662109375, -1363.71533203125, 541.10333251953125, 5.701016902923583984, 0, 0, -0.28699111938476562, 0.957933247089385986, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Timbertooth Trail - Difficulty: 0) CreateObject1
(@OGUID+32, 180415, 2444, 13646, 13829, '0', 0, 0, -5136.07275390625, -1351.7135009765625, 538.64093017578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Timbertooth Trail - Difficulty: 0) CreateObject1
(@OGUID+33, 180523, 2444, 13646, 13829, '0', 0, 0, -5120.38525390625, -1347.3160400390625, 536.75958251953125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Timbertooth Trail - Difficulty: 0) CreateObject1
(@OGUID+34, 401723, 2444, 13646, 13829, '0', 0, 0, -5117.2099609375, -1341.6285400390625, 537.87335205078125, 5.057301521301269531, 0, 0, -0.57527637481689453, 0.817959129810333251, 120, 255, 1, 51886); -- Candy Bucket (Area: Timbertooth Trail - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+34;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34);
@@ -0,0 +1,45 @@
SET @OGUID := 9003842;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry`=401755;
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
(401755, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26301, 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, 425, 51886); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry`=401755;
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(401755, 35, 4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID`=75702;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(75702, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id`=401755;
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(401755, 75702, 51886);
DELETE FROM `gameobject_questender` WHERE `id`=401755;
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(401755, 75702, 51886);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+6;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 2444, 14433, 14656, '0', 0, 0, 6404.95068359375, -2487.65966796875, 18.31695365905761718, 1.329817652702331542, 0.066677093505859375, 0.091526985168457031, 0.610349655151367187, 0.783996343612670898, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Morqut Village - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 2444, 14433, 14656, '0', 0, 0, 6406.93408203125, -2486.607666015625, 18.34546661376953125, 0.992532074451446533, -0.03348064422607421, -0.08083534240722656, 0.471009254455566406, 0.877778410911560058, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Morqut Village - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 2444, 14433, 14656, '0', 0, 0, 6417.494140625, -2560.09033203125, 15.6829986572265625, 4.29443359375, 0, 0, -0.83841896057128906, 0.545026242733001708, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Morqut Village - Difficulty: 0) CreateObject1
(@OGUID+3, 180408, 2444, 14433, 14656, '0', 0, 0, 6415.32666015625, -2496.904541015625, 29.30227279663085937, 5.917185783386230468, 0, 0, -0.18198013305664062, 0.983302235603332519, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Morqut Village - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 2444, 14433, 14656, '0', 0, 0, 6421.3056640625, -2472.5625, 14.49416065216064453, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Morqut Village - Difficulty: 0) CreateObject1
(@OGUID+5, 180523, 2444, 14433, 14656, '0', 0, 0, 6410.90966796875, -2468.786376953125, 13.98939228057861328, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Morqut Village - Difficulty: 0) CreateObject1
(@OGUID+6, 401755, 2444, 14433, 14656, '0', 0, 0, 6419.1484375, -2473.62841796875, 13.97084903717041015, 0.34250536561012268, 0, 0, 0.170416831970214843, 0.985372066497802734, 120, 255, 1, 51886); -- Candy Bucket (Area: Morqut Village - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+6;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6);
@@ -0,0 +1,66 @@
SET @OGUID := 9003849;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry` IN (401756, 401757);
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
(401756, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26302, 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, 425, 51886), -- Candy Bucket
(401757, 2, 6404, 'Candy Bucket', '', '', '', 1, 0, 26303, 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, 425, 51886); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (401756, 401757);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(401756, 35, 4, 0, 0), -- Candy Bucket
(401757, 35, 4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (75703, 75704);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(75703, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886), -- Candy Bucket
(75704, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 51886); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id` IN (401756, 401757);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(401756, 75703, 51886),
(401757, 75704, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (401756, 401757);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(401756, 75703, 51886),
(401757, 75704, 51886);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+13;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
-- Obsidian Rest
(@OGUID+0, 180405, 2454, 14022, 14022, '0', 0, 0, 1044.1146240234375, 2273.864501953125, -172.66583251953125, 2.373700141906738281, 0, 0, 0.927193641662597656, 0.374582380056381225, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Zaralek Cavern - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 2454, 14022, 14022, '0', 0, 0, 1067.40283203125, 2317.73779296875, -175.740432739257812, 3.74632430076599121, 0, 0, -0.95463466644287109, 0.297779500484466552, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Zaralek Cavern - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 2454, 14022, 14022, '0', 0, 0, 1055.1041259765625, 2237.517333984375, -171.868255615234375, 3.361844539642333984, 0, 0, -0.9939422607421875, 0.109903424978256225, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Zaralek Cavern - Difficulty: 0) CreateObject1
(@OGUID+3, 180408, 2454, 14022, 14022, '0', 0, 0, 1044.1910400390625, 2273.9375, -171.333236694335937, 1.971414804458618164, 0, 0, 0.833662986755371093, 0.552273511886596679, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Zaralek Cavern - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 2454, 14022, 14022, '0', 0, 0, 1051.8853759765625, 2277.098876953125, -175.552215576171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Zaralek Cavern - Difficulty: 0) CreateObject1
(@OGUID+5, 180523, 2454, 14022, 14022, '0', 0, 0, 1042.4722900390625, 2269.1025390625, -175.566360473632812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Zaralek Cavern - Difficulty: 0) CreateObject1
(@OGUID+6, 401756, 2454, 14022, 14022, '0', 0, 0, 1047.217041015625, 2282.857666015625, -175.459060668945312, 1.10980236530303955, 0, 0, 0.526859283447265625, 0.849952518939971923, 120, 255, 1, 51886), -- Candy Bucket (Area: Zaralek Cavern - Difficulty: 0) CreateObject1
-- Loamm
(@OGUID+7, 180405, 2454, 14022, 14520, '0', 0, 0, -409.8975830078125, 1965.49658203125, -58.76666259765625, 5.435338497161865234, 0, 0, -0.41133975982666015, 0.911482095718383789, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Loamm - Difficulty: 0) CreateObject1
(@OGUID+8, 180406, 2454, 14022, 14520, '0', 0, 0, -387.56597900390625, 2004.34033203125, -58.7471466064453125, 3.74632430076599121, 0, 0, -0.95463466644287109, 0.297779500484466552, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Loamm - Difficulty: 0) CreateObject1
(@OGUID+9, 180407, 2454, 14022, 14520, '0', 0, 0, -348.645843505859375, 1981.7847900390625, -58.7443733215332031, 2.169034957885742187, 0, 0, 0.884078025817871093, 0.467339307069778442, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Loamm - Difficulty: 0) CreateObject1
(@OGUID+10, 180408, 2454, 14022, 14520, '0', 0, 0, -370.91839599609375, 1943.44970703125, -58.6824684143066406, 0.495532929897308349, 0, 0, 0.2452392578125, 0.969462573528289794, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Loamm - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 2454, 14022, 14520, '0', 0, 0, -377.114593505859375, 1986.5711669921875, -65.2900466918945312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Loamm - Difficulty: 0) CreateObject1
(@OGUID+12, 180523, 2454, 14022, 14520, '0', 0, 0, -371.270843505859375, 1985.94970703125, -66.2092819213867187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Loamm - Difficulty: 0) CreateObject1
(@OGUID+13, 401757, 2454, 14022, 14520, '0', 0, 0, -400.473968505859375, 1973.3802490234375, -64.643707275390625, 1.10980236530303955, 0, 0, 0.526859283447265625, 0.849952518939971923, 120, 255, 1, 51886); -- Candy Bucket (Area: Loamm - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+13;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13);
@@ -0,0 +1,15 @@
SET @POOLID := 40019;
DELETE FROM `quest_pool_template` WHERE `poolId`=@POOLID;
INSERT INTO `quest_pool_template` (`poolId`, `numActive`, `description`) VALUES
(@POOLID, 1, 'Razgar - Daily Quests');
DELETE FROM `quest_pool_members` WHERE `poolId`=@POOLID;
INSERT INTO `quest_pool_members` (`questId`, `poolId`, `poolIndex`, `description`) VALUES
(26543, @POOLID, 0, 'Clammy Hands'),
(26556, @POOLID, 1, 'No Dumping Allowed'),
(26557, @POOLID, 2, 'A Staggering Effort'),
(26572, @POOLID, 3, 'A Golden Opportunity'),
(26588, @POOLID, 4, 'A Furious Catch');
UPDATE `quest_template_addon` SET `RequiredSkillID` = 356, `RequiredSkillPoints` = 1 WHERE `ID` IN (26543, 26556, 26557, 26572, 26588);

Some files were not shown because too many files have changed in this diff Show More