DB Updates

This commit is contained in:
Hondacrx
2024-11-16 23:05:56 -05:00
parent 406aa5e445
commit a4af99c2bb
148 changed files with 350622 additions and 286 deletions
@@ -1,3 +1,3 @@
-- TDB 1102.24091 auth
-- TDB 1102.24092 auth
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/auth', 'ARCHIVED');
@@ -0,0 +1,20 @@
ALTER TABLE `realmlist` MODIFY `population` float NOT NULL DEFAULT '0';
SET NAMES 'utf8mb4' COLLATE 'utf8mb4_unicode_ci'; -- views do not have explicit charset/collation options but record whatever the connection settings were as their own (visible in mysqldump)
DROP VIEW IF EXISTS `vw_log_history`;
DROP VIEW IF EXISTS `vw_rbac`;
CREATE SQL SECURITY INVOKER VIEW `vw_log_history` AS (SELECT FROM_UNIXTIME(MIN(`logs`.`time`)) AS `First Logged` ,FROM_UNIXTIME(MAX(`logs`.`time`)) AS `Last Logged` ,COUNT(*) AS `Occurrences` ,`realmlist`.`name` AS `Realm` ,`logs`.`type` ,`logs`.`level` ,`logs`.`string` FROM `logs` LEFT JOIN realmlist ON `logs`.`realm` = `realmlist`.`id` GROUP BY `logs`.`string`, `logs`.`type`, `logs`.`realm`);
CREATE SQL SECURITY INVOKER VIEW `vw_rbac` AS
(
SELECT `t1`.`linkedId` AS `Permission ID`,
`t1`.`id` AS `Permission Group`,
IFNULL(`t2`.`secId`, 'linked') AS `Security Level`,
`t3`.`name` AS `Permission`
FROM `rbac_linked_permissions` `t1`
LEFT JOIN `rbac_default_permissions` `t2` ON `t1`.`id` = `t2`.`permissionId`
LEFT JOIN `rbac_permissions` `t3` ON `t1`.`linkedId` = `t3`.`id`
);
@@ -0,0 +1,23 @@
DELETE FROM `build_info` WHERE `build` IN (56819);
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
(56819,11,0,2,NULL);
DELETE FROM `build_auth_key` WHERE `build`=56819 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56819 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=56819 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56819 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=56819 AND `platform`='Win' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56819 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56819 AND `platform`='Win' AND `arch`='x64' AND `type`='WoWC';
INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
(56819,'Mac','A64','WoW',0x1553CD215A62E2DC92CD61C4FB5DF9C3),
(56819,'Mac','A64','WoWC',0x1B7EF05D342064F931E53264031E3497),
(56819,'Mac','x64','WoW',0x9D5B7E1B5E59E54A3B96E5CCBA6EF465),
(56819,'Mac','x64','WoWC',0x2BDCD952BAA47E6CBD71C780BC8CCD47),
(56819,'Win','A64','WoW',0x7DC752479B560884B8289BC5B5C85F3F),
(56819,'Win','x64','WoW',0x4373F45E9D617636332569671ED5D5E9),
(56819,'Win','x64','WoWC',0xB9E422DF76DA635E193B75BD54ADD8DE);
UPDATE `realmlist` SET `gamebuild`=56819 WHERE `gamebuild`=56647;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '56819';
@@ -0,0 +1,19 @@
DELETE FROM `build_info` WHERE `build` IN (57171);
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
(57171,11,0,5,NULL);
DELETE FROM `build_auth_key` WHERE `build`=57171 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57171 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=57171 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57171 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=57171 AND `platform`='Win' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57171 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57171 AND `platform`='Win' AND `arch`='x64' AND `type`='WoWC';
INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
(57171,'Mac','A64','WoW',0x4327288A88EBDC1EBE58F27BA30F69E6),
(57171,'Mac','A64','WoWC',0x2279265138F9516F382CA160CABDB128),
(57171,'Mac','x64','WoW',0x28D502237C9E250B31CE081A6C540D7F),
(57171,'Mac','x64','WoWC',0x36B3B18FA95E1F153289340FA437C311),
(57171,'Win','A64','WoW',0x9F1E52B1F144DA385F8C6F1E9167D057),
(57171,'Win','x64','WoW',0x967B99503C5D7A0B8B47941E16F60948),
(57171,'Win','x64','WoWC',0x3E17E628F236DA642C9EB0B8624C8499);
@@ -0,0 +1,19 @@
DELETE FROM `build_info` WHERE `build` IN (57212);
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
(57212,11,0,5,NULL);
DELETE FROM `build_auth_key` WHERE `build`=57212 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57212 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=57212 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57212 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=57212 AND `platform`='Win' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57212 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57212 AND `platform`='Win' AND `arch`='x64' AND `type`='WoWC';
INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
(57212,'Mac','A64','WoW',0x5AF00EAFB241FAA2AF7485FA62AA094E),
(57212,'Mac','A64','WoWC',0xA4B115B6BA907AEC5AEF622F813BD81C),
(57212,'Mac','x64','WoW',0xFB59E41DAC6FF691A87A20696B3AC44E),
(57212,'Mac','x64','WoWC',0x32EB0F3BB5EA60EEC4945F71DBD2B4F3),
(57212,'Win','A64','WoW',0xA1D949D062EC49E5A2978BD1932C8D0E),
(57212,'Win','x64','WoW',0xB8ADB57D27EF98C8DDEF9943BE07EE94),
(57212,'Win','x64','WoWC',0xD18B79CEF34B5E10BA8C779EFE6D9EA0);
@@ -0,0 +1,23 @@
DELETE FROM `build_info` WHERE `build` IN (57292);
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
(57292,11,0,5,NULL);
DELETE FROM `build_auth_key` WHERE `build`=57292 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57292 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=57292 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57292 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=57292 AND `platform`='Win' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57292 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57292 AND `platform`='Win' AND `arch`='x64' AND `type`='WoWC';
INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
(57292,'Mac','A64','WoW',0xAB48CDD3449440EAA6E72D43914A3824),
(57292,'Mac','A64','WoWC',0x46E6FC16392B1B0B686BDC12C92A6D18),
(57292,'Mac','x64','WoW',0x375B0734567192503CC9F9C8028DC6F3),
(57292,'Mac','x64','WoWC',0xE59F7530C7BFF77CB62E62D4E6D3EEC8),
(57292,'Win','A64','WoW',0xF42B862D0559CCD3204B2DF58E995761),
(57292,'Win','x64','WoW',0xED8353327D5538F75FAF2E0C584D2EF3),
(57292,'Win','x64','WoWC',0x67FC9D56CC96C6F4ACE29151375962F4);
UPDATE `realmlist` SET `gamebuild`=57292 WHERE `gamebuild` IN (56819,57171,57212);
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '57292';
@@ -0,0 +1,23 @@
DELETE FROM `build_info` WHERE `build` IN (57388);
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
(57388,11,0,5,NULL);
DELETE FROM `build_auth_key` WHERE `build`=57388 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57388 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=57388 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57388 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=57388 AND `platform`='Win' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57388 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=57388 AND `platform`='Win' AND `arch`='x64' AND `type`='WoWC';
INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
(57388,'Mac','A64','WoW',0xFA9D6F044063948AB74FB3FDE335C0D5),
(57388,'Mac','A64','WoWC',0x3962974506F57EF33BBBD4C904A82157),
(57388,'Mac','x64','WoW',0xE7E3432357BC634EBD7B76BA40D51FD2),
(57388,'Mac','x64','WoWC',0xBFFDD44D892A2143B61BB59E448E348C),
(57388,'Win','A64','WoW',0x92129DE92D2BA5F67581C5DE642B1289),
(57388,'Win','x64','WoW',0x16F9CB724C662E3E8029A442443C6305),
(57388,'Win','x64','WoWC',0xDFD9BFFD00FBEFECBF0AEF0FFC9E8F2D);
UPDATE `realmlist` SET `gamebuild`=57388 WHERE `gamebuild`=57292;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '57388';
@@ -1,3 +1,3 @@
-- TDB 1102.24091 characters
-- TDB 1102.24092 characters
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/characters', 'ARCHIVED');
@@ -0,0 +1,29 @@
-- append guid as hex to characters who have duplicate names in database except the one with lowest guid (assumed to have been created first)
-- and flag them for rename
CREATE TEMPORARY TABLE `characters_to_rename` SELECT
c2.`guid`
FROM
(
SELECT
c1.`name` AS `name`,
MIN(c1.`guid`) AS originalGuid
FROM
`characters` c1
WHERE
LENGTH(c1.`name`) > 0
GROUP BY
1
HAVING
COUNT(*) > 1
) c3
INNER JOIN `characters` c2 ON c3.`name` = c2.`name`
WHERE
c2.guid <> c3.originalGuid;
UPDATE `characters` SET `name` = CONCAT(SUBSTRING(`name` FROM 1 FOR 12 - LENGTH(CONV(`guid`, 10, 16))), CONV(`guid`, 10, 16)), `at_login` = `at_login` | 1 WHERE `guid` IN (SELECT `guid` FROM `characters_to_rename`);
-- recreate name index with unique constraint
ALTER TABLE `characters` DROP INDEX `idx_name`;
ALTER TABLE `characters` MODIFY COLUMN `name` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL AFTER `account`;
UPDATE `characters` SET `name` = NULL WHERE `name` = '';
ALTER TABLE `characters` ADD UNIQUE INDEX `idx_name` (`name` ASC);
@@ -0,0 +1 @@
DELETE FROM `character_spell` WHERE `disabled`=1;
@@ -1,3 +1,3 @@
-- TDB 1102.24091 hotfixes
-- TDB 1102.24092 hotfixes
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/hotfixes', 'ARCHIVED');
@@ -0,0 +1,133 @@
ALTER TABLE `achievement` MODIFY `UiOrder` smallint UNSIGNED NOT NULL DEFAULT 0 AFTER `Flags`;
ALTER TABLE `achievement_category` MODIFY `UiOrder` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `Parent`;
ALTER TABLE `area_trigger` MODIFY `ContinentID` smallint UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `artifact_power` MODIFY `Tier` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `Flags`;
ALTER TABLE `azerite_power_set_member` MODIFY `AzeritePowerSetID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `azerite_power_set_member` MODIFY `Tier` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `Class`;
ALTER TABLE `battle_pet_breed_quality` MODIFY `QualityEnum` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `StateMultiplier`;
ALTER TABLE `broadcast_text_duration` MODIFY `BroadcastTextID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `character_loadout` MODIFY `ItemContext` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `Purpose`;
ALTER TABLE `chr_customization_choice` MODIFY `ChrCustomizationOptionID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `chr_customization_option` MODIFY `ChrModelID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `Sex`;
ALTER TABLE `chr_model` MODIFY `DisplayID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `Sex`;
ALTER TABLE `chr_race_x_chr_model` MODIFY `ChrRacesID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `chr_specialization` MODIFY `ClassID` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `conditional_chr_model` MODIFY `ChrModelID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `difficulty` MODIFY `ItemContext` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `Flags`;
ALTER TABLE `dungeon_encounter` MODIFY `MapID` smallint UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `friendship_rep_reaction` MODIFY `FriendshipRepID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `Reaction`;
ALTER TABLE `gameobjects` MODIFY `OwnerID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `garr_building` MODIFY `BuildingType` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `GarrTypeID`;
ALTER TABLE `garr_mission` MODIFY `GarrMissionSetID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `PlayerConditionID`;
ALTER TABLE `garr_plot` MODIFY `PlotType` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `Name`;
ALTER TABLE `garr_talent_tree` MODIFY `FeatureSubtypeIndex` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `FeatureTypeIndex`;
ALTER TABLE `glyph_properties` MODIFY `GlyphType` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `SpellID`;
ALTER TABLE `item_bonus_list_group_entry` MODIFY `ItemBonusListGroupID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `item_bonus_tree_node` MODIFY `ItemContext` int NOT NULL DEFAULT 0 AFTER `ID`;
UPDATE `item_bonus_tree_node` SET `ItemContext` = `ItemContext` + 256 WHERE `ItemContext` < 0;
ALTER TABLE `item_bonus_tree_node` MODIFY `ItemContext` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `item_child_equipment` MODIFY `ParentItemID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `item_context_picker_entry` MODIFY `ItemCreationContext` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `item_currency_cost` MODIFY `ItemID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `item_modified_appearance` MODIFY `ItemID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `lfg_dungeons` MODIFY `Subtype` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `TypeID`;
ALTER TABLE `map_difficulty` MODIFY `ResetInterval` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `LockID`;
ALTER TABLE `maw_power` MODIFY `SpellID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `player_condition` MODIFY `PowerTypeComp` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `PowerType`;
ALTER TABLE `pvp_stat` MODIFY `MapID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `pvp_talent` MODIFY `SpecID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `pvp_tier` MODIFY `BracketID` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `NextTier`;
ALTER TABLE `skill_line_ability` MODIFY `SkillLine` smallint UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `skill_line_x_trait_tree` MODIFY `SkillLineID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `skill_race_class_info` MODIFY `SkillID` smallint UNSIGNED NOT NULL DEFAULT 0 AFTER `RaceMask`;
ALTER TABLE `spell_learn_spell` MODIFY `SpellID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `spell_reagents_currency` MODIFY `SpellID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_cond` MODIFY `TraitTreeID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `CondType`;
ALTER TABLE `trait_currency_source` MODIFY `TraitCurrencyID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_definition_effect_points` MODIFY `TraitDefinitionID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_edge` MODIFY `LeftTraitNodeID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `VisualStyle`;
ALTER TABLE `trait_node` MODIFY `TraitTreeID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_node_entry_x_trait_cond` MODIFY `TraitNodeEntryID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `TraitCondID`;
ALTER TABLE `trait_node_entry_x_trait_cost` MODIFY `TraitNodeEntryID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_node_group` MODIFY `TraitTreeID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_node_group_x_trait_cond` MODIFY `TraitNodeGroupID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `TraitCondID`;
ALTER TABLE `trait_node_group_x_trait_cost` MODIFY `TraitNodeGroupID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_node_group_x_trait_node` MODIFY `TraitNodeGroupID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_node_x_trait_cond` MODIFY `TraitNodeID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `TraitCondID`;
ALTER TABLE `trait_node_x_trait_cost` MODIFY `TraitNodeID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_node_x_trait_node_entry` MODIFY `TraitNodeID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_sub_tree` MODIFY `TraitTreeID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `UiTextureAtlasElementID`;
ALTER TABLE `trait_tree` MODIFY `TraitSystemID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_tree_loadout` MODIFY `TraitTreeID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_tree_loadout_entry` MODIFY `TraitTreeLoadoutID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `trait_tree_x_trait_currency` MODIFY `TraitTreeID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `Index`;
ALTER TABLE `transmog_set` MODIFY `ParentTransmogSetID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ItemNameDescriptionID`;
ALTER TABLE `ui_map` MODIFY `ParentUiMapID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `ui_map` MODIFY `System` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `Flags`;
ALTER TABLE `ui_map_assignment` MODIFY `UiMapID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `ui_map_link` MODIFY `ParentUiMapID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `ui_splash_screen` MODIFY `ScreenType` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `HordeQuestID`;
@@ -0,0 +1,34 @@
--
-- Table structure for table `flight_capability`
--
DROP TABLE IF EXISTS `flight_capability`;
CREATE TABLE `flight_capability` (
`ID` int unsigned NOT NULL DEFAULT '0',
`AirFriction` float NOT NULL DEFAULT '0',
`MaxVel` float NOT NULL DEFAULT '0',
`Unknown1000_2` float NOT NULL DEFAULT '0',
`DoubleJumpVelMod` float NOT NULL DEFAULT '0',
`LiftCoefficient` float NOT NULL DEFAULT '0',
`GlideStartMinHeight` float NOT NULL DEFAULT '0',
`AddImpulseMaxSpeed` float NOT NULL DEFAULT '0',
`BankingRateMin` float NOT NULL DEFAULT '0',
`BankingRateMax` float NOT NULL DEFAULT '0',
`PitchingRateDownMin` float NOT NULL DEFAULT '0',
`PitchingRateDownMax` float NOT NULL DEFAULT '0',
`PitchingRateUpMin` float NOT NULL DEFAULT '0',
`PitchingRateUpMax` float NOT NULL DEFAULT '0',
`TurnVelocityThresholdMin` float NOT NULL DEFAULT '0',
`TurnVelocityThresholdMax` float NOT NULL DEFAULT '0',
`SurfaceFriction` float NOT NULL DEFAULT '0',
`OverMaxDeceleration` float NOT NULL DEFAULT '0',
`Unknown1000_17` float NOT NULL DEFAULT '0',
`Unknown1000_18` float NOT NULL DEFAULT '0',
`Unknown1000_19` float NOT NULL DEFAULT '0',
`Unknown1000_20` float NOT NULL DEFAULT '0',
`Unknown1000_21` float NOT NULL DEFAULT '0',
`LaunchSpeedCoefficient` float NOT NULL DEFAULT '0',
`VigorRegenMaxVelCoefficient` float NOT NULL DEFAULT '0',
`SpellID` int NOT NULL DEFAULT '0',
`VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`VerifiedBuild`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
@@ -0,0 +1,10 @@
DELETE FROM `broadcast_text` WHERE `ID` IN (256584, 256583, 256581, 256930, 256580, 256562, 256546, 257387);
INSERT INTO `broadcast_text` (`Text`, `Text1`, `ID`, `LanguageID`, `ConditionID`, `EmotesID`, `Flags`, `ChatBubbleDurationMs`, `VoiceOverPriorityID`, `SoundKitID1`, `SoundKitID2`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `VerifiedBuild`) VALUES
('', 'Ulgrax, feed.', 256584, 0, 0, 0, 0, 0, 4, 0, 249814, 0, 0, 0, 0, 0, 0, 56819),
('', 'I appreciate you making the extermination of your futile resistance all the easier.', 256583, 0, 0, 0, 0, 0, 4, 0, 249813, 0, 0, 0, 0, 0, 0, 56819),
('', 'The pathetic conspirators have finally crawled from their holes to attack my palace?', 256581, 0, 0, 0, 0, 0, 4, 0, 249812, 0, 0, 0, 0, 0, 0, 56819),
('Invaders! Sound the alarm.', 'Invaders! Sound the alarm.', 256930, 0, 0, 0, 0, 0, 4, 246765, 253836, 0, 0, 0, 0, 0, 0, 56819),
('Otherwise you will be encumbered with additional forces.', '', 256580, 0, 0, 0, 0, 0, 4, 249811, 0, 0, 0, 0, 0, 0, 0, 56819),
('Dispatch these guards before they can raise an alarm.', '', 256562, 0, 0, 0, 0, 0, 4, 249810, 0, 0, 0, 0, 0, 0, 0, 56819),
('I have redirected forces loyal to me away from the entrance.', '', 256546, 0, 0, 0, 0, 0, 4, 249808, 0, 0, 0, 0, 0, 0, 0, 56819),
('', 'I told you that you were destined for great things. Rejoice, for you have aided the end of all things.', 257387, 0, 0, 0, 0, 0, 4, 0, 251930, 0, 0, 0, 0, 0, 0, 56819);
@@ -0,0 +1,32 @@
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=-3, `HealthItemLevelCurveID`=0, `MaxLevel`=-1, `MinLevelType`=1, `MaxLevelType`=3, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=2435;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=10, `HealthItemLevelCurveID`=79585, `DamageItemLevelCurveID`=79586, `MinLevel`=10, `MaxLevel`=80, `MinLevelType`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=2696;
UPDATE `content_tuning` SET `Flags`=0, `MinLevel`=60, `MaxLevel`=0, `MaxLevelType`=2, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3066;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=10, `HealthItemLevelCurveID`=0, `MinLevel`=77, `MaxLevel`=80, `MinLevelType`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3065;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=-3, `HealthItemLevelCurveID`=0, `MaxLevel`=-1, `MinLevelType`=1, `MaxLevelType`=2, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=2732;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=10, `HealthItemLevelCurveID`=77585, `DamageItemLevelCurveID`=77584, `MinLevel`=78, `MaxLevel`=80, `MinLevelType`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=2807;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=10, `HealthItemLevelCurveID`=77585, `DamageItemLevelCurveID`=77584, `MinLevel`=75, `MaxLevel`=78, `MinLevelType`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=2806;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=10, `HealthItemLevelCurveID`=77585, `DamageItemLevelCurveID`=77584, `MinLevel`=73, `MaxLevel`=75, `MinLevelType`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=2805;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=10, `HealthItemLevelCurveID`=77585, `DamageItemLevelCurveID`=77584, `MinLevel`=70, `MaxLevel`=73, `MinLevelType`=0, `TargetLevelDelta`=-2, `TargetLevelMaxDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID` IN (2804, 2797);
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=10, `HealthItemLevelCurveID`=77585, `DamageItemLevelCurveID`=77584, `MinLevel`=75, `MaxLevel`=78, `MinLevelType`=0, `TargetLevelDelta`=-2, `TargetLevelMaxDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=2799;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=10, `HealthItemLevelCurveID`=77585, `DamageItemLevelCurveID`=77584, `MinLevel`=73, `MaxLevel`=75, `MinLevelType`=0, `TargetLevelDelta`=-2, `TargetLevelMaxDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=2798;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=10, `HealthItemLevelCurveID`=77585, `DamageItemLevelCurveID`=77584, `MinLevel`=78, `MaxLevel`=80, `MinLevelType`=0, `TargetLevelDelta`=-4, `TargetLevelMaxDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=2762;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=10, `HealthItemLevelCurveID`=79497, `DamageItemLevelCurveID`=79498, `MinLevel`=70, `MaxLevel`=80, `MinLevelType`=0, `TargetLevelDelta`=-2, `TargetLevelMaxDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=2677;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=-3, `HealthItemLevelCurveID`=0, `MinLevel`=10, `MaxLevel`=-3, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3064;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=-3, `HealthItemLevelCurveID`=0, `MinLevelType`=3, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3062;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=-3, `HealthItemLevelCurveID`=0, `MinLevelType`=2, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=1391;
UPDATE `content_tuning` SET `Flags`=0, `ExpansionID`=-3, `HealthItemLevelCurveID`=0, `MinLevelType`=1, `MaxLevelType`=2, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=1279;
UPDATE `content_tuning` SET `Flags`=64, `ExpansionID`=7, `HealthItemLevelCurveID`=0, `MinLevel`=35, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `TargetLevelMaxDelta`=255, `TargetLevelMin`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3060;
UPDATE `content_tuning` SET `Flags`=64, `ExpansionID`=7, `HealthItemLevelCurveID`=0, `MinLevel`=40, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID` IN (3059, 3058);
UPDATE `content_tuning` SET `Flags`=64, `ExpansionID`=7, `HealthItemLevelCurveID`=0, `MinLevel`=35, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID` IN (3057, 3056);
UPDATE `content_tuning` SET `Flags`=64, `ExpansionID`=7, `HealthItemLevelCurveID`=0, `MinLevel`=10, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID` IN (3055, 3054, 3053, 3052, 3051, 3050, 3048);
UPDATE `content_tuning` SET `Flags`=96, `ExpansionID`=7, `HealthItemLevelCurveID`=0, `MinLevel`=10, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `TargetLevelMaxDelta`=255, `TargetLevelMin`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3049;
UPDATE `content_tuning` SET `Flags`=96, `ExpansionID`=7, `HealthItemLevelCurveID`=11753, `DamageItemLevelCurveID`=0, `MinLevel`=10, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3047;
UPDATE `content_tuning` SET `Flags`=64, `ExpansionID`=7, `HealthItemLevelCurveID`=8426, `DamageItemLevelCurveID`=0, `MinLevel`=10, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `TargetLevelMaxDelta`=255, `TargetLevelMin`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3046;
UPDATE `content_tuning` SET `Flags`=64, `ExpansionID`=7, `HealthItemLevelCurveID`=8426, `DamageItemLevelCurveID`=0, `MinLevel`=30, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID` IN (3045, 3043);
UPDATE `content_tuning` SET `Flags`=64, `ExpansionID`=7, `HealthItemLevelCurveID`=8426, `DamageItemLevelCurveID`=0, `MinLevel`=10, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3044;
UPDATE `content_tuning` SET `Flags`=64, `ExpansionID`=7, `HealthItemLevelCurveID`=8426, `DamageItemLevelCurveID`=0, `MinLevel`=20, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3042;
UPDATE `content_tuning` SET `Flags`=64, `ExpansionID`=7, `HealthItemLevelCurveID`=8426, `DamageItemLevelCurveID`=0, `MinLevel`=20, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `TargetLevelMaxDelta`=255, `TargetLevelMin`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3041;
UPDATE `content_tuning` SET `Flags`=96, `ExpansionID`=7, `HealthItemLevelCurveID`=0, `MinLevel`=10, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `TargetLevelMin`=10, `TargetLevelMax`=61, `MinItemLevel`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID` IN (3040, 3038, 3036, 3035, 3034, 3033);
UPDATE `content_tuning` SET `Flags`=96, `ExpansionID`=7, `HealthItemLevelCurveID`=0, `MinLevel`=10, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `TargetLevelMin`=10, `TargetLevelMax`=60, `MinItemLevel`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3039;
UPDATE `content_tuning` SET `Flags`=96, `ExpansionID`=7, `HealthItemLevelCurveID`=0, `MinLevel`=10, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3037;
UPDATE `content_tuning` SET `Flags`=64, `ExpansionID`=7, `HealthItemLevelCurveID`=0, `MinLevel`=10, `MaxLevel`=1, `MinLevelType`=0, `MaxLevelType`=3, `TargetLevelDelta`=0, `TargetLevelMin`=10, `TargetLevelMax`=61, `MinItemLevel`=0, `QuestXpMultiplier`=1 WHERE `VerifiedBuild`>0 AND `ID`=3032;
@@ -0,0 +1,11 @@
ALTER TABLE `broadcast_text_duration` MODIFY `BroadcastTextID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `Duration`;
ALTER TABLE `chr_customization_option`
DROP `ChrRacesID`,
DROP `Sex`;
ALTER TABLE `difficulty` ADD `Unknown1105` int NOT NULL DEFAULT 0 AFTER `GroupSizeSpellPointsCurveID`;
ALTER TABLE `lfg_dungeons` ADD `MaxPremadeGroupSize` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `MentorCharLevel`;
ALTER TABLE `spell_misc` ADD `Attributes16` int NOT NULL DEFAULT 0 AFTER `Attributes15`;
@@ -1,4 +0,0 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_absolute_corruption';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(146739, 'spell_warl_absolute_corruption'),
(445474, 'spell_warl_absolute_corruption');
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -1,292 +0,0 @@
SET @CGUID := 10001500;
SET @OGUID := 10000039;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+64;
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`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1342.876708984375, -163.182296752929687, 1.976996541023254394, 0.042252648621797561, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+1, 211137, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1364.0555419921875, -172.861114501953125, 1.938190102577209472, 5.322542667388916015, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 424283 - Passive, 424126 - Bot AI Follow Advert)
(@CGUID+2, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1348.0625, -185.819442749023437, 1.931861042976379394, 6.181402206420898437, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+3, 211111, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1367.3177490234375, -170.40625, 1.939347624778747558, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@CGUID+4, 211149, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1369.09033203125, -174.5, 1.976999521255493164, 5.322542667388916015, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 424283 - Passive, 424126 - Bot AI Follow Advert)
(@CGUID+5, 211151, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1370.93408203125, -165.25347900390625, 1.941140532493591308, 5.322542667388916015, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 424283 - Passive, 424126 - Bot AI Follow Advert)
(@CGUID+6, 211150, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1371.329833984375, -169.51910400390625, 2.12166762351989746, 5.322542667388916015, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 424283 - Passive, 424126 - Bot AI Follow Advert)
(@CGUID+7, 214013, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1398.251708984375, -195.548614501953125, 1.124060750007629394, 3.941495418548583984, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@CGUID+8, 211152, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1362.420166015625, -168.3125, 1.938783526420593261, 5.322542667388916015, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 424283 - Passive, 424126 - Bot AI Follow Advert)
(@CGUID+9, 225601, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1420.8507080078125, -185.486114501953125, 1.264777302742004394, 3.976806163787841796, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Mereldar Citizen (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+10, 225601, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1408.87158203125, -215.907989501953125, 1.294626951217651367, 5.111096858978271484, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Mereldar Citizen (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+11, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1333.5052490234375, -158.20660400390625, 8.940931320190429687, 0.211637154221534729, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+12, 225601, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1425.126708984375, -199.913192749023437, 1.294623494148254394, 4.812382221221923828, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Mereldar Citizen (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+13, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1382.8697509765625, -225.454864501953125, 1.622406601905822753, 0.739005863666534423, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+14, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1424.171875, -178.100692749023437, 1.524549722671508789, 3.91639256477355957, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+15, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1426.529541015625, -145.725692749023437, 13.18272590637207031, 0.794157803058624267, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+16, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1333.3333740234375, -155.30035400390625, 8.943330764770507812, 6.232818603515625, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+17, 214013, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1410.8367919921875, -217.064239501953125, 1.075066208839416503, 3.843272686004638671, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@CGUID+18, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1385.90625, -228.543411254882812, 1.614818096160888671, 0.739005863666534423, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+19, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1346.798583984375, -216.626739501953125, 11.29957771301269531, 0.739005863666534423, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+20, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1433.0069580078125, -187.416671752929687, 1.539438962936401367, 3.91639256477355957, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+21, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1379.6302490234375, -222.28472900390625, 1.632066249847412109, 0.739005863666534423, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+22, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1419.7742919921875, -173.446182250976562, 1.693777203559875488, 3.91639256477355957, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+23, 225601, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1418.4478759765625, -187.182296752929687, 1.806810259819030761, 1.039066433906555175, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Mereldar Citizen (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+24, 225601, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1418.8385009765625, -183.697921752929687, 1.264777302742004394, 5.177395820617675781, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Mereldar Citizen (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+25, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1428.8941650390625, -182.892364501953125, 1.524549722671508789, 3.91639256477355957, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+26, 225601, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1413.52783203125, -210.677078247070312, 1.294626951217651367, 4.489444732666015625, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Mereldar Citizen (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+27, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1345.0399169921875, -148.545135498046875, 1.976998329162597656, 5.885342121124267578, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+28, 225601, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1426.7257080078125, -201, 1.294626951217651367, 3.333158016204833984, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Mereldar Citizen (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+29, 225601, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1412.361083984375, -210.809036254882812, 1.294626951217651367, 5.033165454864501953, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Mereldar Citizen (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+30, 225601, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1416.5364990234375, -212.69097900390625, 1.488654255867004394, 5.049875736236572265, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Mereldar Citizen (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+31, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, -104.214332580566406, 1.879162311553955078, 22.47918319702148437, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+32, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 32.3770751953125, -29.0769252777099609, 17.49703598022460937, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+33, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, -23.7718887329101562, -38.5327987670898437, 63.66963577270507812, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+34, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, -12.1680889129638671, -33.34326171875, 17.50066757202148437, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+35, 211631, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 56.67366790771484375, 5.850090980529785156, 16.7742767333984375, 1.106902360916137695, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Hastily Stacked Supplies (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 424858 - Hastily Stacked Supplies, 424859 - Hastily Stacked Supplies) - !!! on transport - transport template not found !!!
(@CGUID+36, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1461.8038330078125, -181.204864501953125, 12.101104736328125, 0.873473167419433593, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+37, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 48.02265167236328125, -24.0555362701416015, 17.43184471130371093, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+38, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 31.96039581298828125, 29.03696632385253906, 17.50253486633300781, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+39, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, -35.11444091796875, 29.05181312561035156, 20.55867767333984375, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+40, 215167, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1600, 533.33331298828125, 89.35213470458984375, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: )
(@CGUID+41, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 8.966260910034179687, -32.7932586669921875, 17.5115509033203125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+42, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 47.71186065673828125, 23.47422981262207031, 17.50594520568847656, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+43, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, -35.3961105346679687, -29.6803932189941406, 20.45052146911621093, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+44, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1400.373291015625, -242.798614501953125, 1.575559735298156738, 0.739005863666534423, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+45, 211631, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 52.60895919799804687, -7.16176700592041015, 16.75, 4.206926822662353515, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Hastily Stacked Supplies (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 424858 - Hastily Stacked Supplies, 424859 - Hastily Stacked Supplies) - !!! on transport - transport template not found !!!
(@CGUID+46, 225601, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1426.890625, -229.55035400390625, 1.294630289077758789, 5.049875736236572265, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Mereldar Citizen (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+47, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1396.703125, -239.135421752929687, 1.585051536560058593, 0.739005863666534423, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+48, 225601, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 1424.2274169921875, -227.822921752929687, 1.294630289077758789, 4.370117664337158203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Mereldar Citizen (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+49, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1453.0972900390625, -205.571182250976562, 2.047745704650878906, 3.91639256477355957, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+50, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 9.064076423645019531, 32.68357467651367187, 17.51499557495117187, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+51, 211644, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, -39.09136962890625, -18.0779457092285156, 14.03620529174804687, 6.210177421569824218, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Hastily Stacked Supplies (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 424874 - Hastily Stacked Supplies, 424873 - Hastily Stacked Supplies) - !!! on transport - transport template not found !!!
(@CGUID+52, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 43.82346725463867187, 40.35549163818359375, 70.89013671875, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+53, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, -11.6590299606323242, 32.92821502685546875, 17.515045166015625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+54, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 43.82346725463867187, -37.2984619140625, 70.89013671875, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+55, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, -26.055459976196289, 47.02032089233398437, 63.3255462646484375, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+56, 223594, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1408.0625, -254.420135498046875, 9.41461181640625, 0.944765985012054443, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- General Steelstrike (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@CGUID+57, 211631, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 59.4732666015625, 0.00481414794921875, 16.8967132568359375, 3.244863510131835937, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Hastily Stacked Supplies (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 424858 - Hastily Stacked Supplies, 424859 - Hastily Stacked Supplies) - !!! on transport - transport template not found !!!
(@CGUID+58, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, -55.6051750183105468, 7.720540523529052734, 20.8372039794921875, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+59, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1392.689208984375, -235.289932250976562, 1.59702301025390625, 0.739005863666534423, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+60, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1407.923583984375, -250.272567749023437, 1.555396080017089843, 0.739005863666534423, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+61, 212142, 2671, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, -88.040130615234375, -4.58251285552978515, 12.9232177734375, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@CGUID+62, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1455.7535400390625, -208.927078247070312, 2.172007322311401367, 3.91639256477355957, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+63, 214016, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 1, 1404.170166015625, -246.513885498046875, 1.565013408660888671, 0.739005863666534423, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Arathi Stalwart (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (Auras: 123167 - Mod Scale 95-100%)
(@CGUID+64, 225643, 2662, 14971, 15544, '1,2,8,23', '0', 0, 0, 0, 2074.267333984375, 2133, 1394.885009765625, 3.76270151138305664, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421); -- Stalker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+64;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+0, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+2, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+11, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+13, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+14, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+15, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+16, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+18, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+19, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+20, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+21, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+22, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+25, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+27, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+36, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+44, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+47, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+49, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+59, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+60, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+62, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'), -- Arathi Stalwart - 123167 - Mod Scale 95-100%
(@CGUID+63, 0, 0, 0, 0, 0, 1, 0, 714, 0, 0, 0, 0, '123167'); -- Arathi Stalwart - 123167 - Mod Scale 95-100%
-- GameObject
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+90;
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, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -83.9275131225585937, 4.028554439544677734, 55.59196853637695312, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+1, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1383.9010009765625, -132.892364501953125, 8.923621177673339843, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+2, 446513, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1390.720458984375, -235.126739501953125, 1.354025483131408691, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+3, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1337.6875, -123.109382629394531, 8.530277252197265625, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+4, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1340.9896240234375, -191.873260498046875, 8.530277252197265625, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+5, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1379.2847900390625, -254.430557250976562, 9.534863471984863281, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+6, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1323.123291015625, -151.720489501953125, 8.530277252197265625, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+7, 252248, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1366.861083984375, -158.73785400390625, 3.239628314971923828, 4.735342979431152343, 0, 0, -0.6989450454711914, 0.715175390243530273, 7200, 255, 1, 56421), -- Instance Portal (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+8, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1342.48095703125, -109.180557250976562, 8.530277252197265625, 0, 0, 0, 0, 1, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+9, 446513, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1426.1597900390625, -180.809036254882812, 1.01088118553161621, 3.931915283203125, 0, 0, -0.92293453216552734, 0.384956955909729003, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+10, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1436.217041015625, -158.038192749023437, 1.539687871932983398, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+11, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1327.2447509765625, -158.996536254882812, 8.530277252197265625, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+12, 446513, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1460.0867919921875, -212.635421752929687, 1.01088118553161621, 3.931915283203125, 0, 0, -0.92293453216552734, 0.384956955909729003, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+13, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1333.5399169921875, -156.467010498046875, 8.819314956665039062, 0.026604482904076576, 0, 0, 0.013301849365234375, 0.999911487102508544, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+14, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1342.48095703125, -205.92535400390625, 8.530277252197265625, 0, 0, 0, 0, 1, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+15, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1453.3177490234375, -174.932296752929687, 1.539687871932983398, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+16, 465500, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1372.37158203125, -134.201385498046875, 1.966290831565856933, 2.356189966201782226, 0, 0, 0.923878669738769531, 0.38268551230430603, 7200, 255, 1, 56421), -- Chair (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+17, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1410.77783203125, -286.229156494140625, 9.534863471984863281, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+18, 446513, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1427.66845703125, -271.994781494140625, 1.147732257843017578, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+19, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1461.467041015625, -343.53472900390625, 9.534863471984863281, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+20, 428531, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1425.91845703125, -316.986114501953125, 19.42930221557617187, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+21, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1526.76220703125, -247.043411254882812, 1.989760994911193847, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+22, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 32, -29, 24.611572265625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+23, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 48.47533035278320312, 24.17536544799804687, 24.19509315490722656, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+24, 428531, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1432.001708984375, -334.463531494140625, 20.77193260192871093, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+25, 410422, 2671, 14971, 15544, '1,2,8,23', '0', 0, 59.4732666015625, 0.00481414794921875, 14.8967132568359375, 3.244879961013793945, 0, 0, -0.99866676330566406, 0.051620587706565856, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! might be temporary spawn !!!
(@OGUID+26, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 48.47533035278320312, -24.1753997802734375, 24.611572265625, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+27, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 60.67960739135742187, 9.443180084228515625, 52.22134017944335937, 0, -0.19509029388427734, 0, 0, 0.980785250663757324, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+28, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1515.1319580078125, -290.73785400390625, 1.292292714118957519, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+29, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 50.71083450317382812, -22.5359992980957031, 24.611572265625, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+30, 428531, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1420.5504150390625, -321.883697509765625, 20.77193260192871093, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+31, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 48.47533035278320312, 24.17536544799804687, 55.59196853637695312, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+32, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1479.6007080078125, -324.0382080078125, 9.534863471984863281, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+33, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 50.71083450317382812, 22.53603553771972656, 55.59196853637695312, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+34, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 60.67960739135742187, -9.44318294525146484, 52.22134017944335937, 0, 0.195090293884277343, 0, 0, 0.980785250663757324, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+35, 446513, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1481.4739990234375, -271.822906494140625, 0.880408406257629394, 3.931915283203125, 0, 0, -0.92293453216552734, 0.384956955909729003, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+36, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1502.96875, -301.873260498046875, 1.292292714118957519, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+37, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 50.71083450317382812, 22.53603553771972656, 24.19509315490722656, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+38, 465540, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1314.7413330078125, -76.3472213745117187, 132.934906005859375, 0.849963009357452392, 0, 0, 0.412303924560546875, 0.911046385765075683, 7200, 255, 1, 56421), -- Crystal (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+39, 428531, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1420.5504150390625, -321.883697509765625, 27.685333251953125, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+40, 428531, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1432.001708984375, -334.463531494140625, 27.685333251953125, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+41, 446571, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1474.5086669921875, -298.9375, 0.954020082950592041, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+42, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1524.5972900390625, -279.052093505859375, 1.989760994911193847, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+43, 465470, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1044.32470703125, 1077.9617919921875, 159.700042724609375, 1.005515694618225097, 0, 0, 0.481843948364257812, 0.876257061958312988, 7200, 255, 1, 56421), -- Crystal (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+44, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1456.048583984375, -319.19964599609375, 9.534863471984863281, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+45, 428535, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1422.63720703125, -313.857635498046875, 19.42930221557617187, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+46, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 30.77520179748535156, -30.6471996307373046, 57.2427978515625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+47, 446513, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1456.986083984375, -277.555572509765625, 1.589420080184936523, 2.346413850784301757, 0, 0, 0.9219970703125, 0.387196868658065795, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+48, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1525.6336669921875, -208.795135498046875, 1.989760994911193847, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+49, 428531, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1464.953125, -298.84375, 18.11857795715332031, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+50, 428531, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1425.91845703125, -316.986114501953125, 26.34270668029785156, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+51, 441748, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1432.2725830078125, -322.16925048828125, 13.81551742553710937, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 7200, 255, 1, 56421), -- Stairs (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+52, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 50.71083450317382812, -22.5359992980957031, 57.2427978515625, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+53, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1518.9410400390625, -233.802078247070312, 7.25736236572265625, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+54, 428531, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1437.0972900390625, -329.26910400390625, 26.34270668029785156, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+55, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1491.2117919921875, -312.171875, 1.292292714118957519, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+56, 446571, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1435.217041015625, -300.37152099609375, 0.954020082950592041, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+57, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1487.9271240234375, -210.088546752929687, 1.989760994911193847, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+58, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 48.47533035278320312, -24.1753997802734375, 57.2427978515625, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+59, 428531, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1464.953125, -298.84375, 8.147378921508789062, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+60, 428531, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1434.7847900390625, -331.51214599609375, 19.42930221557617187, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1
(@OGUID+61, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -46.1498146057128906, -23.4703998565673828, 57.2427978515625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+62, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -1.62479829788208007, -32.8193016052246093, 57.2427978515625, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+63, 410425, 2671, 14971, 15544, '1,2,8,23', '0', 0, -39.3101997375488281, -21.0699539184570312, 11.03620529174804687, 1.497787833213806152, 0, 0, 0.680829048156738281, 0.732442378997802734, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! might be temporary spawn !!!
(@OGUID+64, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -74.2262496948242187, -0.1208682581782341, 24.611572265625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+65, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -46.1498146057128906, 23.47037696838378906, 55.59196853637695312, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+66, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -46.1498146057128906, -23.4703998565673828, 24.611572265625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+67, 410425, 2671, 14971, 15544, '1,2,8,23', '0', 0, -39.09136962890625, -18.0779457092285156, 11.03620529174804687, 1.497787833213806152, 0, 0, 0.680829048156738281, 0.732442378997802734, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! might be temporary spawn !!!
(@OGUID+68, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -42.057708740234375, 30.53785896301269531, 24.19509315490722656, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+69, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -30.7751941680908203, 30.64715003967285156, 24.19509315490722656, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+70, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -46.149810791015625, 23.47037696838378906, 24.19509315490722656, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+71, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 30.77520179748535156, 30.64719963073730468, 24.19509315490722656, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+72, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -74.2262496948242187, 0.120869956910610198, 24.19509315490722656, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+73, 467504, 2671, 14971, 15544, '1,2,8,23', '0', 0, -1.77360367774963378, 0.064514793455600738, 16.57279777526855468, 3.114528417587280273, 0, 0, 0.999908447265625, 0.013531646691262722, 7200, 255, 1, 56421), -- The Dawnbreaker (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+74, 410425, 2671, 14971, 15544, '1,2,8,23', '0', 0, -38.8725395202636718, -15.0859375, 11.03620529174804687, 1.497787833213806152, 0, 0, 0.680829048156738281, 0.732442378997802734, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! might be temporary spawn !!!
(@OGUID+75, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -1.62479829788208007, 32.81926345825195312, 24.19509315490722656, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+76, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -39, -28, 24.611572265625, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+77, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -42.057708740234375, -30.5378990173339843, 24.611572265625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+78, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -30.7751941680908203, 30.64715003967285156, 55.59196853637695312, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+79, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -42.057708740234375, -30.5378990173339843, 57.2427978515625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+80, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, 30.77520179748535156, 30.64719963073730468, 55.59196853637695312, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+81, 410422, 2671, 14971, 15544, '1,2,8,23', '0', 0, 56.67366790771484375, 5.850090980529785156, 14.7742767333984375, 1.106902003288269042, 0, 0, 0.525626182556152343, 0.85071563720703125, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! might be temporary spawn !!!
(@OGUID+82, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -42.057708740234375, 30.53785896301269531, 55.59196853637695312, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+83, 410422, 2671, 14971, 15544, '1,2,8,23', '0', 0, 52.60895919799804687, -7.16176700592041015, 14.75, 4.206930160522460937, 0, 0, -0.86145496368408203, 0.50783395767211914, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! might be temporary spawn !!!
(@OGUID+84, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -30.7751941680908203, -30.6471996307373046, 57.2427978515625, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+85, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -1.62479829788208007, 32.81926345825195312, 55.59196853637695312, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+86, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -83.9275131225585937, 4.028554439544677734, 24.19509315490722656, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+87, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -83.927520751953125, -4.0285491943359375, 57.2427978515625, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+88, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -74.2262496948242187, -0.1208682581782341, 57.2427978515625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+89, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -74.2262496948242187, 0.120869956910610198, 55.59196853637695312, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
(@OGUID+90, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -83.9275131225585937, -4.02855110168457031, 24.611572265625, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 7200, 255, 1, 56421); -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!!
DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+90;
INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `WorldEffectID`, `AIAnimKitID`) VALUES
(@OGUID+51, 0, 0, 0.923879504203796386, -0.38268348574638366, 0, 0); -- Stairs
-- Template Addon
DELETE FROM `creature_template_addon` WHERE `entry` IN (225643 /*225643 (Stalker)*/, 223594 /*223594 (General Steelstrike)*/, 211644 /*211644 (Hastily Stacked Supplies) - Hastily Stacked Supplies, Hastily Stacked Supplies*/, 215167 /*215167 (Stalker)*/, 211631 /*211631 (Hastily Stacked Supplies) - Hastily Stacked Supplies, Hastily Stacked Supplies*/, 212142 /*212142 (Stalker)*/, 225601 /*225601 (Mereldar Citizen) - Mod Scale 95-100%*/, 214016 /*214016 (Arathi Stalwart) - Mod Scale 95-100%*/);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(225643, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 225643 (Stalker)
(223594, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 5, ''), -- 223594 (General Steelstrike)
(211644, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '424874 424873'), -- 211644 (Hastily Stacked Supplies) - Hastily Stacked Supplies, Hastily Stacked Supplies
(215167, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 5, ''), -- 215167 (Stalker)
(211631, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '424858 424859'), -- 211631 (Hastily Stacked Supplies) - Hastily Stacked Supplies, Hastily Stacked Supplies
(212142, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 212142 (Stalker)
(225601, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '123167'), -- 225601 (Mereldar Citizen) - Mod Scale 95-100%
(214016, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '123167'); -- 214016 (Arathi Stalwart) - Mod Scale 95-100%
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (467504 /*The Dawnbreaker*/, 410425 /*Collision*/, 441748 /*Stairs*/, 428535 /*Collision*/, 465470 /*Crystal*/, 446571 /*Collision*/, 465540 /*Crystal*/, 410422 /*Collision*/, 413846 /*Collision*/, 428531 /*Collision*/, 446513 /*Collision*/, 428530 /*Collision*/);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(467504, 1375, 545259552, 0, 0), -- The Dawnbreaker
(410425, 14, 32, 0, 0), -- Collision
(441748, 1375, 32, 0, 0), -- Stairs
(428535, 0, 48, 0, 0), -- Collision
(465470, 0, 32, 0, 0), -- Crystal
(446571, 0, 48, 0, 0), -- Collision
(465540, 0, 32, 0, 0), -- Crystal
(410422, 14, 32, 0, 0), -- Collision
(413846, 0, 48, 0, 0), -- Collision
(428531, 0, 48, 0, 0), -- Collision
(446513, 0, 48, 0, 0), -- Collision
(428530, 0, 48, 0, 0); -- Collision
-- Template
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=33554432, `unit_flags2`=2048, `unit_flags3`=1073741825, `flags_extra` = 128 WHERE `entry` IN (225643, 215167, 212142, 214013); -- Stalker
UPDATE `creature_template` SET `faction`=35, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=223594; -- General Steelstrike
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=33562688, `unit_flags3`=1073741825 WHERE `entry` IN (211644, 211631); -- Hastily Stacked Supplies
UPDATE `creature_template` SET `faction`=3334, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=32769 WHERE `entry`=225601; -- Mereldar Citizen
UPDATE `creature_template` SET `unit_flags3`=1090551809 WHERE `entry` IN (211152, 211150, 211151, 211149, 211111, 211137); -- Path Helper
UPDATE `creature_template` SET `faction`=3334, `speed_run`=1.428571462631225585, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=214016; -- Arathi Stalwart
DELETE FROM `gameobject_template` WHERE `entry` IN (410425 /*Collision*/, 467504 /*The Dawnbreaker*/, 410422 /*Collision*/, 413846 /*Collision*/, 465470 /*Crystal*/, 465540 /*Crystal*/, 428531 /*Collision*/, 428535 /*Collision*/, 446571 /*Collision*/, 465500 /*Chair*/, 428530 /*Collision*/, 446513 /*Collision*/, 409273 /*The Dawnbreaker*/);
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
(410425, 0, 38005, 'Collision', '', '', '', 1.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56421), -- Collision
(467504, 36, 9147, 'The Dawnbreaker', '', '', '', 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 6583, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56421), -- The Dawnbreaker
(410422, 0, 7735, 'Collision', '', '', '', 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56421), -- Collision
(413846, 0, 10403, 'Collision', '', '', '', 1, 0, 0, 0, 0, 0, 0, 1, 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, 56421), -- Collision
(465470, 1, 88671, 'Crystal', '', '', '', 0.949999988079071044, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5703, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56421), -- Crystal
(465540, 1, 88671, 'Crystal', '', '', '', 0.949999988079071044, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5703, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56421), -- Crystal
(428531, 0, 10403, 'Collision', '', '', '', 0.300000011920928955, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56421), -- Collision
(428535, 0, 10403, 'Collision', '', '', '', 0.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56421), -- Collision
(446571, 0, 10403, 'Collision', '', '', '', 1, 0, 0, 0, 0, 0, 0, 1, 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, 56421), -- Collision
(465500, 7, 86167, 'Chair', '', '', '', 1, 1, 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, 56421), -- Chair
(428530, 0, 10403, 'Collision', '', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56421), -- Collision
(446513, 0, 10403, 'Collision', '', '', '', 1, 0, 0, 0, 0, 0, 0, 1, 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, 56421), -- Collision
(409273, 15, 84742, 'The Dawnbreaker', '', '', '', 1, 9456, 20, 5, 0, 0, 0, 2671, 0, 1, 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, 56421); -- The Dawnbreaker
-- Creature Equip
DELETE FROM `creature_equip_template` WHERE (`ID`=1 AND `CreatureID` IN (223594,214016));
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `AppearanceModID1`, `ItemVisual1`, `ItemID2`, `AppearanceModID2`, `ItemVisual2`, `ItemID3`, `AppearanceModID3`, `ItemVisual3`, `VerifiedBuild`) VALUES
(223594, 1, 218268, 0, 0, 0, 0, 0, 0, 0, 0, 56421), -- General Steelstrike
(214016, 1, 211343, 0, 0, 176819, 0, 0, 0, 0, 0, 56421); -- Arathi Stalwart
-- Difficulty (Normal)
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `VerifiedBuild`=56421 WHERE (`Entry`=225643 AND `DifficultyID`=0); -- 225643 (Stalker) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=223594 AND `DifficultyID`=0); -- 223594 (General Steelstrike) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `VerifiedBuild`=56421 WHERE (`Entry`=211644 AND `DifficultyID`=0); -- 211644 (Hastily Stacked Supplies) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `VerifiedBuild`=56421 WHERE (`Entry`=215167 AND `DifficultyID`=0); -- 215167 (Stalker) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `VerifiedBuild`=56421 WHERE (`Entry`=211631 AND `DifficultyID`=0); -- 211631 (Hastily Stacked Supplies) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `VerifiedBuild`=56421 WHERE (`Entry`=212142 AND `DifficultyID`=0); -- 212142 (Stalker) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=225601 AND `DifficultyID`=0); -- 225601 (Mereldar Citizen) - CanSwim
UPDATE `creature_template_difficulty` SET `VerifiedBuild`=56421 WHERE (`DifficultyID`=1 AND `Entry` IN (211152,211150,211151,211149,211111,211137));
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `VerifiedBuild`=56421 WHERE (`Entry`=214013 AND `DifficultyID`=0); -- 214013 (Stalker) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=214016 AND `DifficultyID`=0); -- 214016 (Arathi Stalwart) - CanSwim
-- Difficulty (Heroic)
DELETE FROM `creature_template_difficulty` WHERE (`DifficultyID`=2 AND `Entry` IN (223594,215167,225643,211631,211644,214013,225601,214016,212142));
INSERT INTO `creature_template_difficulty` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `StaticFlags1`, `StaticFlags2`, `StaticFlags3`, `StaticFlags4`, `StaticFlags5`, `StaticFlags6`, `StaticFlags7`, `StaticFlags8`, `VerifiedBuild`) VALUES
(223594, 2, 0, 0, 2720, 268435456, 0, 0, 0, 0, 0, 0, 0, 56421), -- 223594 (General Steelstrike) - CanSwim
(215167, 2, 0, 0, 2720, 536871168, 0, 0, 0, 0, 0, 0, 0, 56421), -- 215167 (Stalker) - Sessile, Floating
(225643, 2, 0, 0, 2720, 536871168, 0, 0, 0, 0, 0, 0, 0, 56421), -- 225643 (Stalker) - Sessile, Floating
(211631, 2, 0, 0, 2720, 536871168, 0, 0, 0, 0, 0, 0, 0, 56421), -- 211631 (Hastily Stacked Supplies) - Sessile, Floating
(211644, 2, 0, 0, 2720, 536871168, 0, 0, 0, 0, 0, 0, 0, 56421), -- 211644 (Hastily Stacked Supplies) - Sessile, Floating
(214013, 2, 0, 0, 2720, 536871168, 0, 0, 0, 0, 0, 0, 0, 56421), -- 214013 (Stalker) - Sessile, Floating
(225601, 2, 0, 0, 2720, 268435456, 0, 0, 0, 0, 0, 0, 0, 56421), -- 225601 (Mereldar Citizen) - CanSwim
(214016, 2, 0, 0, 2720, 268435456, 0, 0, 0, 0, 0, 0, 0, 56421), -- 214016 (Arathi Stalwart) - CanSwim
(212142, 2, 0, 0, 2720, 536871168, 0, 0, 0, 0, 0, 0, 0, 56421); -- 212142 (Stalker) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `HealthScalingExpansion`=10, `CreatureDifficultyID`=274453 WHERE (`Entry`=223594 AND `DifficultyID`=2); -- General Steelstrike
UPDATE `creature_template_difficulty` SET `HealthScalingExpansion`=10, `CreatureDifficultyID`=276613, `TypeFlags`=16778240, `TypeFlags2`=16 WHERE (`Entry`=225643 AND `DifficultyID`=2); -- Stalker
UPDATE `creature_template_difficulty` SET `HealthScalingExpansion`=10, `CreatureDifficultyID`=261493, `TypeFlags`=16778240, `TypeFlags2`=16 WHERE (`Entry`=212142 AND `DifficultyID`=2); -- Stalker
UPDATE `creature_template_difficulty` SET `HealthScalingExpansion`=10, `HealthModifier`=10, `CreatureDifficultyID`=260971, `TypeFlags`=16778240, `TypeFlags2`=16 WHERE (`Entry`=211631 AND `DifficultyID`=2); -- Hastily Stacked Supplies
UPDATE `creature_template_difficulty` SET `HealthScalingExpansion`=10, `CreatureDifficultyID`=264640, `TypeFlags`=16778240, `TypeFlags2`=16 WHERE (`Entry`=215167 AND `DifficultyID`=2); -- Stalker
UPDATE `creature_template_difficulty` SET `HealthScalingExpansion`=10, `HealthModifier`=10, `CreatureDifficultyID`=260984, `TypeFlags`=16778240, `TypeFlags2`=16 WHERE (`Entry`=211644 AND `DifficultyID`=2); -- Hastily Stacked Supplies
UPDATE `creature_template_difficulty` SET `HealthScalingExpansion`=10, `CreatureDifficultyID`=263431, `TypeFlags`=2097224 WHERE (`Entry`=214016 AND `DifficultyID`=2); -- Arathi Stalwart
UPDATE `creature_template_difficulty` SET `HealthScalingExpansion`=10, `CreatureDifficultyID`=263428, `TypeFlags`=16778240, `TypeFlags2`=16 WHERE (`Entry`=214013 AND `DifficultyID`=2); -- Stalker
UPDATE `creature_template_difficulty` SET `HealthScalingExpansion`=10, `HealthModifier`=0.300000011920928955, `CreatureDifficultyID`=276569, `TypeFlags`=2097224 WHERE (`Entry`=225601 AND `DifficultyID`=2); -- Mereldar Citizen
-- Model
DELETE FROM `creature_model_info` WHERE `DisplayID`=114424;
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES
(114424, 0.5, 1, 0, 56421);
UPDATE `creature_model_info` SET `VerifiedBuild`=56421 WHERE `DisplayID` IN (115282, 117752, 115014, 115037, 115036, 117757, 117751, 115035, 115012, 115013, 94282, 115038, 117756);
@@ -1,4 +1,4 @@
-- TDB 1102.24091 world
UPDATE `version` SET `db_version`='TDB 1102.24091', `cache_id`=24091 LIMIT 1;
-- TDB 1102.24092 world
UPDATE `version` SET `db_version`='TDB 1102.24092', `cache_id`=24092 LIMIT 1;
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/world', 'ARCHIVED');
@@ -0,0 +1,812 @@
SET @CGUID := 10002119;
SET @OGUID := 10000546;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+175;
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`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 210109, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 8.123264312744140625, 4.045138835906982421, 361.62188720703125, 0.304010480642318725, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Earth Infused Golem (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+1, 212453, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 30.140625, 11.15277767181396484, 361.82861328125, 2.601182937622070312, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Ghastly Voidsoul (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat)
(@CGUID+2, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -28.3732643127441406, -50.3350715637207031, 363.147613525390625, 4.287942886352539062, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat)
(@CGUID+3, 222923, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 36.86632156372070312, -5.38541603088378906, 361.865325927734375, 4.959231853485107421, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Repurposed Loaderbot (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+4, 210109, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 8.118055343627929687, -4.21354150772094726, 361.62188720703125, 5.814573287963867187, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Earth Infused Golem (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+5, 210109, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 33.54513931274414062, -10.3836803436279296, 361.98876953125, 0.365502864122390747, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Earth Infused Golem (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%), 18950 - Invisibility and Stealth Detection)
(@CGUID+6, 212389, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 37.42361068725585937, -12.6423616409301757, 362.0186767578125, 2.601182937622070312, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+7, 212453, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 29.94444465637207031, 17.046875, 361.82861328125, 4.030330181121826171, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Ghastly Voidsoul (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat)
(@CGUID+8, 210109, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 26.27604103088378906, 13.68055534362792968, 361.82861328125, 5.771520614624023437, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Earth Infused Golem (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%), 18950 - Invisibility and Stealth Detection)
(@CGUID+9, 210108, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -36.5104179382324218, -0.0225694440305233, 361.82861328125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- E.D.N.A (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 451704 - Earthen Energy, 447230 - Skarden Spawn RP, 422356 - Bot AI Follow Advert)
(@CGUID+10, 210931, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -25.9895839691162109, -45.1822929382324218, 362.2083740234375, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Path Helper (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 422357 - Bot AI Follow Advert)
(@CGUID+11, 212453, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 37.94097137451171875, -8.23958301544189453, 361.865325927734375, 3.603260755538940429, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Ghastly Voidsoul (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+12, 212765, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -30.5086803436279296, -54.6753463745117187, 363.147613525390625, 1.153206229209899902, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Bound Despoiler (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 18950 - Invisibility and Stealth Detection)
(@CGUID+13, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -25.6215286254882812, -51.9982643127441406, 363.147613525390625, 4.197084426879882812, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat)
(@CGUID+14, 222923, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 27.19444465637207031, 17.73611068725585937, 361.82861328125, 5.540773868560791015, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Repurposed Loaderbot (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+15, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -22.265625, -88.9479141235351562, 359.583770751953125, 0, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+16, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -31.2534732818603515, -48.8177070617675781, 363.147613525390625, 4.344115734100341796, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat)
(@CGUID+17, 212389, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 74.05034637451171875, 6.159722328186035156, 358.068450927734375, 4.701115131378173828, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+18, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -27.0399303436279296, -95.236114501953125, 359.350616455078125, 5.197933197021484375, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+19, 212389, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 77.61284637451171875, 3.208333253860473632, 358.104034423828125, 3.279689311981201171, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+20, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -27.5868053436279296, -103.951393127441406, 359.35125732421875, 1.251128554344177246, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+21, 222816, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 96.470489501953125, -4.15277767181396484, 358.14990234375, 2.127249956130981445, 7200, 0, 0, 0, NULL, NULL, 2049, 2214600704, 56647), -- Volatile Skardyn (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+22, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -31.8559036254882812, -95.5, 359.350830078125, 5.0768585205078125, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+23, 222815, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 78.0381927490234375, -5.15972232818603515, 358.14990234375, 4.850755691528320312, 7200, 0, 0, 0, NULL, NULL, 2049, 2214600704, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+24, 221979, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -44.1927070617675781, -102.111106872558593, 359.151885986328125, 5.844392299652099609, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Bound Howler (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+25, 213343, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -40.1701393127441406, -102.760406494140625, 359.351318359375, 1.074899792671203613, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Forge Loader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+26, 221979, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -37.2152786254882812, -90.8958358764648437, 359.151885986328125, 0.08322165161371231, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Bound Howler (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+27, 214350, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -30.3940982818603515, -105.998268127441406, 359.151885986328125, 0.640008211135864257, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Turned Speaker (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 427300 - Pillaging)
(@CGUID+28, 212389, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 75.1961822509765625, -1.75173616409301757, 358.068450927734375, 3.896122455596923828, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+29, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -26.0833339691162109, -107.395843505859375, 359.729888916015625, 0, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+30, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -29.2309036254882812, -109.458343505859375, 359.7313232421875, 2.01099562644958496, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+31, 210930, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -21.8420143127441406, 0.164930552244186401, 361.82861328125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Path Helper (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 422354 - Bot AI Follow Advert)
(@CGUID+32, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -27.057291030883789, -99.8697891235351562, 359.3509521484375, 3.937535762786865234, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+33, 222815, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 70.26389312744140625, 1.279513955116271972, 358.14990234375, 3.36962890625, 7200, 0, 0, 0, NULL, NULL, 2049, 2214600704, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+34, 222923, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 72.90103912353515625, -3.02777791023254394, 358.14990234375, 0.619694173336029052, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Repurposed Loaderbot (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+35, 222923, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 74.69965362548828125, 3.28819441795349121, 358.068450927734375, 6.212892532348632812, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Repurposed Loaderbot (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+36, 212403, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -29.4409732818603515, 49.61111068725585937, 362.592559814453125, 2.084402322769165039, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat)
(@CGUID+37, 222817, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 97.05034637451171875, 4.892361164093017578, 358.14990234375, 5.31201934814453125, 7200, 0, 0, 0, NULL, NULL, 2049, 2214600704, 56647), -- Earth Infused Golem (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+38, 214264, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -127.694442749023437, 7.029513835906982421, 362.054840087890625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedforge Honor Guard (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+39, 224962, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -128.90972900390625, 9.638889312744140625, 362.87469482421875, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedforge Mender (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+40, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -32.0625, 49.1805572509765625, 362.5927734375, 0.191479146480560302, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 423766 - Fracturing Blows)
(@CGUID+41, 210933, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -60.703125, 0.116319447755813598, 362.373870849609375, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Path Helper (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 423677 - Bot AI Follow Advert)
(@CGUID+42, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -29.7986106872558593, 52.3368072509765625, 362.5927734375, 5.612159252166748046, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat)
(@CGUID+43, 222923, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 99.13541412353515625, 6.864583492279052734, 358.068450927734375, 5.66515970230102539, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Repurposed Loaderbot (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+44, 213954, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -131.63385009765625, -0.10494722425937652, 362.062225341796875, 0.000679781893268227, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Rock Smasher (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+45, 210932, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -25.6701393127441406, 44.53125, 362.043212890625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Path Helper (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 422360 - Bot AI Follow Advert)
(@CGUID+46, 214264, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -127.482643127441406, -5.97916650772094726, 362.054840087890625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedforge Honor Guard (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+47, 224962, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -129.782989501953125, -9.05034732818603515, 362.054840087890625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedforge Mender (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+48, 212389, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 99.38889312744140625, 2.911458730697631835, 358.068450927734375, 2.952651023864746093, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+49, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -26.0451393127441406, 53.80208206176757812, 362.5927734375, 4.337618350982666015, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 423766 - Fracturing Blows)
(@CGUID+50, 212403, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -27.3576393127441406, 51.25694656372070312, 362.592559814453125, 2.487752437591552734, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat)
(@CGUID+51, 222923, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 95.62326812744140625, 3.552083253860473632, 358.068450927734375, 6.06420755386352539, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Repurposed Loaderbot (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+52, 222815, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 103.9739608764648437, -0.984375, 358.14990234375, 1.84397280216217041, 7200, 0, 0, 0, NULL, NULL, 2049, 2214600704, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+53, 214066, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -161.006942749023437, 6.34375, 365.86529541015625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedforge Stoneshaper (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+54, 224962, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -160.309036254882812, 0.251736104488372802, 365.865478515625, 6.281378746032714843, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedforge Mender (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+55, 214066, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -161.234375, -5.87152767181396484, 365.865325927734375, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedforge Stoneshaper (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+56, 212453, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 101.5989608764648437, 5.430556297302246093, 358.068450927734375, 3.225002765655517578, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Ghastly Voidsoul (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+57, 222815, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 114.9947891235351562, 5.244791507720947265, 358.14990234375, 2.00709080696105957, 7200, 0, 0, 0, NULL, NULL, 2049, 2214600704, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+58, 210109, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 120.083343505859375, -4.64409732818603515, 358.332427978515625, 6.113531112670898437, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Earth Infused Golem (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%), 18950 - Invisibility and Stealth Detection)
(@CGUID+59, 212389, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 124.1510391235351562, -5.46180582046508789, 358.2974853515625, 3.315186023712158203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+60, 212389, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 120.626739501953125, -0.5972219705581665, 358.345855712890625, 4.817592144012451171, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%))
(@CGUID+61, 222817, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 125.220489501953125, 7.309027671813964843, 358.159637451171875, 0.73095780611038208, 7200, 0, 0, 0, NULL, NULL, 2049, 2214600704, 56647), -- Earth Infused Golem (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+62, 221979, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -47.5885429382324218, -117.234382629394531, 359.768829345703125, 1.699558019638061523, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Bound Howler (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+63, 214350, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -43.4299507141113281, -118.201370239257812, 359.71368408203125, 1.699558258056640625, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Turned Speaker (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+64, 212400, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -51.5554275512695312, -117.748008728027343, 359.81695556640625, 1.699558258056640625, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Touched Elemental (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 426862 - Void earth elemental Cosmetic, 422357 - Bot AI Follow Advert)
(@CGUID+65, 213343, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -33.9444465637207031, -128.182296752929687, 360.231292724609375, 0.833762228488922119, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Forge Loader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+66, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -31.1597232818603515, -133.161453247070312, 360.231292724609375, 0.867291450500488281, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+67, 214066, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -199.998260498046875, 12.25520801544189453, 365.05841064453125, 5.923659801483154296, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedforge Stoneshaper (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+68, 214066, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -200.552078247070312, -11.8142366409301757, 365.05841064453125, 0.428877592086791992, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedforge Stoneshaper (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+69, 214066, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -202.048614501953125, -7.57638883590698242, 365.05841064453125, 0.428877592086791992, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedforge Stoneshaper (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+70, 212389, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -35.5729179382324218, -131.354171752929687, 359.561767578125, 1.311313867568969726, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 427300 - Pillaging)
(@CGUID+71, 214066, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -201.947921752929687, 8.208333015441894531, 365.05841064453125, 5.923659801483154296, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedforge Stoneshaper (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+72, 213954, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -207.251739501953125, -12.4513893127441406, 365.05841064453125, 0.428877592086791992, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Rock Smasher (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+73, 213954, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -207.12847900390625, 12.50868034362792968, 365.05841064453125, 5.923659801483154296, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Rock Smasher (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+74, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -30.2274303436279296, -136.489578247070312, 359.583740234375, 3.84118056297302246, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+75, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -28.3975696563720703, -139.751739501953125, 359.583740234375, 3.84118056297302246, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+76, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -47.2690963745117187, -138.913192749023437, 360.231292724609375, 3.84118056297302246, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+77, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -45.1145820617675781, -142.328125, 360.231292724609375, 3.323546171188354492, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+78, 212389, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -30.671875, -141.251739501953125, 359.764404296875, 0.649735689163208007, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 427300 - Pillaging)
(@CGUID+79, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -26.9618053436279296, -143.303817749023437, 360.231292724609375, 5.299609184265136718, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+80, 222923, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -52.5104179382324218, 85.6788177490234375, 358.928680419921875, 5.251307487487792968, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Repurposed Loaderbot (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+81, 213119, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -248.510421752929687, -0.05034722387790679, 365.05841064453125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Speaker Eirich (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 423679 - Bot AI Follow Advert)
(@CGUID+82, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -52.7638893127441406, 91.6180572509765625, 358.928680419921875, 5.177597999572753906, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+83, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -47.1631965637207031, 88.5086822509765625, 358.928680419921875, 5.24006509780883789, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+84, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -72.1371536254882812, 114.8298568725585937, 356.552276611328125, 5.184496402740478515, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+85, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -64.0902786254882812, 119.4722213745117187, 356.552215576171875, 5.184496402740478515, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@CGUID+86, 213343, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -66.6701431274414062, 115.1423568725585937, 356.552398681640625, 5.184496402740478515, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forge Loader (Area: The Stonevault - Difficulty: Normal) CreateObject1 (Auras: 458490 - Override Mana Bar Color - Red)
(@CGUID+87, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -102.993057250976562, 121.2986068725585937, 356.55230712890625, 1.783839106559753417, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+88, 222923, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -109.258682250976562, 134.4895782470703125, 356.55230712890625, 0.597899913787841796, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Repurposed Loaderbot (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+89, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -107.454856872558593, 135.8819427490234375, 356.55230712890625, 3.99321603775024414, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+90, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -104.178146362304687, 132.527496337890625, 357.50933837890625, 3.610523700714111328, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows) (possible waypoints or random movement)
(@CGUID+91, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -102.9080810546875, 130.003021240234375, 357.5096435546875, 3.611867666244506835, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows) (possible waypoints or random movement)
(@CGUID+92, 213839, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -41.8242263793945312, 74.21955108642578125, 358.93890380859375, 2.207305669784545898, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Path Helper (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 428569 - Passive, 413569 - Bot AI Follow Advert)
(@CGUID+93, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -104.833343505859375, 123.6076431274414062, 356.55230712890625, 5.305357933044433593, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+94, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -101.430557250976562, 124.2326431274414062, 356.55224609375, 4.204864025115966796, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+95, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -103.54180908203125, 134.4326934814453125, 357.50909423828125, 3.606025457382202148, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows) (possible waypoints or random movement)
(@CGUID+96, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -104.468856811523437, 130.798828125, 356.512725830078125, 3.614884376525878906, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows) (possible waypoints or random movement)
(@CGUID+97, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -101.019477844238281, 129.380645751953125, 357.5098876953125, 3.611497402191162109, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+98, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -110.689239501953125, 132.4027862548828125, 356.552337646484375, 1.103271961212158203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+99, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -80.7222213745117187, 167.94097900390625, 354.759033203125, 2.181993961334228515, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+100, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -74.6145858764648437, 175.2586822509765625, 354.89166259765625, 0.373065203428268432, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+101, 229507, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -82.5277786254882812, 174.0989532470703125, 355.941070556640625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Imbued Iron Bar (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 462456 - [DNT] Earthen Metal Bar Cosmetic Aura, 462496 - [DNT] Ready to Interact)
(@CGUID+102, 222149, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -118.765632629394531, 148.9965362548828125, 354.89166259765625, 2.046959638595581054, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Injured Earthen (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+103, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -87.4409713745117187, 170.15972900390625, 354.759033203125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+104, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -83.1753463745117187, 172.576385498046875, 354.759033203125, 1.06533050537109375, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+105, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -117.291656494140625, 151.7864532470703125, 354.89166259765625, 5.717685699462890625, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+106, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -111.727432250976562, 153.65625, 354.89166259765625, 3.892225980758666992, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+107, 222149, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -115.821182250976562, 150.829864501953125, 354.89166259765625, 2.046959638595581054, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Injured Earthen (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+108, 222149, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -112.949653625488281, 152.3090362548828125, 354.89166259765625, 2.046959638595581054, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Injured Earthen (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+109, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -123.317710876464843, 147.9756927490234375, 354.89166259765625, 6.016321659088134765, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+110, 222149, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -121.659721374511718, 147.2604217529296875, 354.89166259765625, 2.046959638595581054, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Injured Earthen (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+111, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -86.8888931274414062, 176.359375, 354.759033203125, 4.080295085906982421, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+112, 213343, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -151.717010498046875, 162.94097900390625, 356.244140625, 5.214436054229736328, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forge Loader (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 458490 - Override Mana Bar Color - Red, 18950 - Invisibility and Stealth Detection)
(@CGUID+113, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -188.803817749023437, 122.1388931274414062, 354.89166259765625, 4.934685230255126953, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+114, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -124.501358032226562, 161.253082275390625, 354.859100341796875, 2.070465564727783203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+115, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -186.149307250976562, 115.7135391235351562, 354.89166259765625, 1.296942353248596191, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+116, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -122.5263671875, 157.635040283203125, 354.859100341796875, 2.070466041564941406, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+117, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -126.120315551757812, 156.8398895263671875, 354.859100341796875, 2.070465564727783203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+118, 213839, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -134.169525146484375, 117.3049468994140625, 356.468475341796875, 2.396193981170654296, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Path Helper (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 428569 - Passive, 413569 - Bot AI Follow Advert)
(@CGUID+119, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -128.910751342773437, 158.8953094482421875, 354.859100341796875, 2.070464611053466796, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+120, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -179.090286254882812, 116.7118072509765625, 354.99169921875, 3.362549781799316406, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 427300 - Pillaging, 423766 - Fracturing Blows)
(@CGUID+121, 213343, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -163.126739501953125, 155.3819427490234375, 356.244140625, 5.063612937927246093, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forge Loader (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 458490 - Override Mana Bar Color - Red, 18950 - Invisibility and Stealth Detection)
(@CGUID+122, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -119.914108276367187, 160.2285614013671875, 354.859100341796875, 2.070466279983520507, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+123, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -187.588546752929687, 156.546875, 354.75897216796875, 3.126629829406738281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+124, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -144.177078247070312, 191.9166717529296875, 354.759033203125, 3.068027496337890625, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+125, 222149, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -145.256942749023437, 192.03125, 354.89166259765625, 5.825603961944580078, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Injured Earthen (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+126, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -138.980911254882812, 197.0746612548828125, 354.759033203125, 1.611867547035217285, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+127, 222149, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -140.001739501953125, 193.6059112548828125, 354.89166259765625, 5.706722736358642578, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Injured Earthen (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+128, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -195.970489501953125, 152.7083282470703125, 354.75897216796875, 1.238586187362670898, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+129, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -190.571182250976562, 158.842010498046875, 354.75897216796875, 3.174368619918823242, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+130, 213343, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -188.95404052734375, 128.1555938720703125, 354.8909912109375, 5.950735092163085937, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forge Loader (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 458490 - Override Mana Bar Color - Red, 18950 - Invisibility and Stealth Detection)
(@CGUID+131, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -191.819442749023437, 155.1510467529296875, 354.75897216796875, 1.88775038719177246, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+132, 210933, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -166.623260498046875, 114.2343826293945312, 354.957550048828125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Path Helper (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423677 - Bot AI Follow Advert)
(@CGUID+133, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -139.890625, 192.095489501953125, 354.759033203125, 1.515998005867004394, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+134, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -192.111114501953125, 116.552093505859375, 354.89166259765625, 1.158193826675415039, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+135, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -197.138885498046875, 156.7743072509765625, 354.75897216796875, 0.58676844835281372, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+136, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -194.765625, 120.0451431274414062, 354.89166259765625, 5.4961700439453125, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 423766 - Fracturing Blows)
(@CGUID+137, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -180.94097900390625, 208.0086822509765625, 354.91558837890625, 5.462304592132568359, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+138, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -186.53125, 208.217010498046875, 354.91558837890625, 5.462297916412353515, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+139, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -188.963546752929687, 203.953125, 354.91558837890625, 5.462309837341308593, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+140, 213216, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -241.411453247070312, 295.1875, 351.278106689453125, 5.22495889663696289, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Speaker Dorlita (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 422362 - Bot AI Follow Advert)
(@CGUID+141, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -192.887161254882812, 209.689239501953125, 354.91558837890625, 5.462304592132568359, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+142, 213338, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -184.727432250976562, 214.2447967529296875, 354.91558837890625, 5.462304592132568359, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgebound Mender (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+143, 213217, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -230.55035400390625, 301.423614501953125, 351.278106689453125, 5.320723533630371093, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Speaker Brokk (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 422362 - Bot AI Follow Advert)
(@CGUID+144, 212765, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -7.03472232818603515, -188.324661254882812, 360.2745361328125, 2.082269668579101562, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Bound Despoiler (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+145, 221979, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -8.9375, -192.776046752929687, 359.9654541015625, 2.082269668579101562, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Bound Howler (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+146, 210158, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -39.1475715637207031, -147.449661254882812, 360.231292724609375, 1.403132796287536621, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Earthen Melee (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+147, 221979, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -2.27083325386047363, -188.61285400390625, 359.965667724609375, 2.082269668579101562, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Bound Howler (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+148, 213839, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -28.8651618957519531, -152.195907592773437, 359.736328125, 5.275461196899414062, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Path Helper (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 428569 - Passive, 413569 - Bot AI Follow Advert)
(@CGUID+149, 212765, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 24.10014915466308593, -214.22601318359375, 359.316070556640625, 3.679252386093139648, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Bound Despoiler (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+150, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -16.1788196563720703, -236.029510498046875, 360.59100341796875, 0.742919683456420898, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+151, 212453, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -24.5138893127441406, -222.564239501953125, 361.04229736328125, 1.915041446685791015, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Ghastly Voidsoul (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+152, 212453, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -26.734375, -222.90625, 361.94561767578125, 0.873152494430541992, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Ghastly Voidsoul (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+153, 212389, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 25.06423568725585937, -203.229171752929687, 359.15185546875, 5.778912544250488281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 427300 - Pillaging)
(@CGUID+154, 212453, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -23.3194446563720703, -224.506942749023437, 360.45318603515625, 5.543067455291748046, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Ghastly Voidsoul (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+155, 212389, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -12.3142366409301757, -229.460067749023437, 359.15185546875, 4.639920711517333984, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+156, 212400, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 32.08333206176757812, -207.732635498046875, 359.15185546875, 3.372585535049438476, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Touched Elemental (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 426862 - Void earth elemental Cosmetic, 422357 - Bot AI Follow Advert)
(@CGUID+157, 212400, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -6.74131965637207031, -227.590286254882812, 359.15185546875, 3.779775619506835937, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Touched Elemental (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 426862 - Void earth elemental Cosmetic, 422357 - Bot AI Follow Advert)
(@CGUID+158, 214350, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -9.57986164093017578, -235.585067749023437, 359.15185546875, 3.779775619506835937, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Turned Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+159, 214350, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -16.6996536254882812, -230.72222900390625, 359.15185546875, 5.388166427612304687, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Turned Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+160, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -12.8454866409301757, -236.078125, 359.852508544921875, 0, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+161, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, 26.41666603088378906, -203.920135498046875, 359.15185546875, 1.706470012664794921, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+162, 212453, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -25.6232643127441406, -225.109375, 360.76788330078125, 4.86128091812133789, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Ghastly Voidsoul (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+163, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -14.5173616409301757, -233.557296752929687, 359.452423095703125, 4.672635555267333984, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+164, 212764, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, 26.5, -207.291671752929687, 359.151885986328125, 5.177672863006591796, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Engine Speaker (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+165, 212389, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 25.18229103088378906, -208.28472900390625, 359.15185546875, 0.544412970542907714, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Cursedheart Invader (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 427300 - Pillaging)
(@CGUID+166, 212400, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 30.60763931274414062, -203.201385498046875, 359.15185546875, 3.297360420227050781, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Void Touched Elemental (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 426862 - Void earth elemental Cosmetic, 422357 - Bot AI Follow Advert)
(@CGUID+167, 212299, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, -25.5763893127441406, -223.092010498046875, 361.18438720703125, 6.14813232421875, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Reinforce Stalker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+168, 212453, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 40.71354293823242187, -216.444442749023437, 362.04644775390625, 3.380663633346557617, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Ghastly Voidsoul (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+169, 212299, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 41.125, -216.453125, 360.681671142578125, 6.238059520721435546, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Reinforce Stalker (Area: The Stonevault - Difficulty: Follower) CreateObject1
(@CGUID+170, 212405, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 1, -13.4375, -238.623260498046875, 360.619964599609375, 2.882988929748535156, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Aspiring Forgehand (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+171, 212453, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 40.48784637451171875, -219.420135498046875, 360.95538330078125, 5.033022403717041015, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Ghastly Voidsoul (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+172, 210156, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 27.78298568725585937, -249.493057250976562, 359.15185546875, 1.893433451652526855, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Skarmorak (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 429974 - Energy Bar, 422359 - Bot AI Follow Advert)
(@CGUID+173, 210932, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 38.85590362548828125, -194.340286254882812, 359.41741943359375, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Path Helper (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 422360 - Bot AI Follow Advert)
(@CGUID+174, 212453, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 38.09548568725585937, -214.28472900390625, 361.79644775390625, 3.125622272491455078, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647), -- Ghastly Voidsoul (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
(@CGUID+175, 212453, 2652, 14883, 14883, '1,2,8,23', 0, 0, 0, 0, 38.32986068725585937, -217.230911254882812, 360.86773681640625, 4.029385566711425781, 7200, 0, 0, 0, NULL, 832, NULL, 1, 56647); -- Ghastly Voidsoul (Area: The Stonevault - Difficulty: Follower) CreateObject1 (Auras: 325988 - Cosmetic Feign Death)
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+175;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+1, 0, 0, 0, 0, 0, 1, 0, 27, 0, 0, 0, 0, '462597'), -- Ghastly Voidsoul - 462597 - [DNT] In RP Combat
(@CGUID+2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '462597'), -- Engine Speaker - 462597 - [DNT] In RP Combat
(@CGUID+5, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, '462597 244972 18950'), -- Earth Infused Golem - 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%), 18950 - Invisibility and Stealth Detection
(@CGUID+6, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, '462597 244972'), -- Cursedheart Invader - 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%)
(@CGUID+7, 0, 0, 0, 0, 0, 1, 0, 27, 0, 0, 0, 0, '462597'), -- Ghastly Voidsoul - 462597 - [DNT] In RP Combat
(@CGUID+11, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, '462597 244972'), -- Ghastly Voidsoul - 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%)
(@CGUID+13, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '462597'), -- Engine Speaker - 462597 - [DNT] In RP Combat
(@CGUID+15, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Aspiring Forgehand - 325988 - Cosmetic Feign Death
(@CGUID+16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '462597'), -- Engine Speaker - 462597 - [DNT] In RP Combat
(@CGUID+17, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, '462597 244972'), -- Cursedheart Invader - 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%)
(@CGUID+18, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Forgebound Mender - 325988 - Cosmetic Feign Death
(@CGUID+19, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, '462597 244972'), -- Cursedheart Invader - 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%)
(@CGUID+20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Aspiring Forgehand - 325988 - Cosmetic Feign Death
(@CGUID+21, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, ''), -- Volatile Skardyn
(@CGUID+22, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Engine Speaker - 325988 - Cosmetic Feign Death
(@CGUID+23, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, ''), -- Cursedheart Invader
(@CGUID+24, 0, 0, 0, 0, 0, 1, 0, 173, 0, 0, 0, 0, ''), -- Void Bound Howler
(@CGUID+25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Forge Loader - 325988 - Cosmetic Feign Death
(@CGUID+26, 0, 0, 0, 0, 0, 1, 0, 69, 0, 0, 0, 0, ''), -- Void Bound Howler
(@CGUID+27, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '427300'), -- Turned Speaker - 427300 - Pillaging
(@CGUID+28, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, '462597 244972'), -- Cursedheart Invader - 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%)
(@CGUID+29, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Aspiring Forgehand - 325988 - Cosmetic Feign Death
(@CGUID+30, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Forgebound Mender - 325988 - Cosmetic Feign Death
(@CGUID+32, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Engine Speaker - 325988 - Cosmetic Feign Death
(@CGUID+33, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, ''), -- Cursedheart Invader
(@CGUID+36, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '462597'), -- Cursedheart Invader - 462597 - [DNT] In RP Combat
(@CGUID+37, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Earth Infused Golem - 325988 - Cosmetic Feign Death
(@CGUID+38, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 3, '18950'), -- Cursedforge Honor Guard - 18950 - Invisibility and Stealth Detection
(@CGUID+39, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 3, ''), -- Cursedforge Mender
(@CGUID+40, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '462597 423766'), -- Aspiring Forgehand - 462597 - [DNT] In RP Combat, 423766 - Fracturing Blows
(@CGUID+42, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '462597'), -- Engine Speaker - 462597 - [DNT] In RP Combat
(@CGUID+46, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 3, '18950'), -- Cursedforge Honor Guard - 18950 - Invisibility and Stealth Detection
(@CGUID+47, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 3, ''), -- Cursedforge Mender
(@CGUID+48, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, '462597 244972'), -- Cursedheart Invader - 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%)
(@CGUID+49, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '462597 423766'), -- Aspiring Forgehand - 462597 - [DNT] In RP Combat, 423766 - Fracturing Blows
(@CGUID+50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '462597'), -- Cursedheart Invader - 462597 - [DNT] In RP Combat
(@CGUID+52, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, ''), -- Cursedheart Invader
(@CGUID+53, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 3, ''), -- Cursedforge Stoneshaper
(@CGUID+54, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 3, ''), -- Cursedforge Mender
(@CGUID+55, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 3, ''), -- Cursedforge Stoneshaper
(@CGUID+56, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, '462597 244972'), -- Ghastly Voidsoul - 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%)
(@CGUID+57, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, ''), -- Cursedheart Invader
(@CGUID+58, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, '462597 244972 18950'), -- Earth Infused Golem - 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%), 18950 - Invisibility and Stealth Detection
(@CGUID+59, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, '462597 244972'), -- Cursedheart Invader - 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%)
(@CGUID+60, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, '462597 244972'), -- Cursedheart Invader - 462597 - [DNT] In RP Combat, 244972 - Set Health (Random 65%-85%)
(@CGUID+61, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Earth Infused Golem - 325988 - Cosmetic Feign Death
(@CGUID+64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '426862 422357'), -- Void Touched Elemental - 426862 - Void earth elemental Cosmetic, 422357 - Bot AI Follow Advert
(@CGUID+65, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Forge Loader - 325988 - Cosmetic Feign Death
(@CGUID+66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Aspiring Forgehand - 325988 - Cosmetic Feign Death
(@CGUID+67, 0, 0, 0, 0, 0, 1, 0, 425, 0, 0, 0, 3, ''), -- Cursedforge Stoneshaper
(@CGUID+68, 0, 0, 0, 0, 0, 1, 0, 425, 0, 0, 0, 3, ''), -- Cursedforge Stoneshaper
(@CGUID+69, 0, 0, 0, 0, 0, 1, 0, 425, 0, 0, 0, 3, ''), -- Cursedforge Stoneshaper
(@CGUID+70, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '427300'), -- Cursedheart Invader - 427300 - Pillaging
(@CGUID+71, 0, 0, 0, 0, 0, 1, 0, 425, 0, 0, 0, 3, ''), -- Cursedforge Stoneshaper
(@CGUID+72, 0, 0, 0, 0, 0, 1, 0, 425, 0, 0, 0, 3, '18950'), -- Rock Smasher - 18950 - Invisibility and Stealth Detection
(@CGUID+73, 0, 0, 0, 0, 0, 1, 0, 425, 0, 0, 0, 3, '18950'), -- Rock Smasher - 18950 - Invisibility and Stealth Detection
(@CGUID+74, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Forgebound Mender - 325988 - Cosmetic Feign Death
(@CGUID+75, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Engine Speaker - 325988 - Cosmetic Feign Death
(@CGUID+76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Aspiring Forgehand - 325988 - Cosmetic Feign Death
(@CGUID+77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Aspiring Forgehand - 325988 - Cosmetic Feign Death
(@CGUID+78, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '427300'), -- Cursedheart Invader - 427300 - Pillaging
(@CGUID+79, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Aspiring Forgehand - 325988 - Cosmetic Feign Death
(@CGUID+80, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, ''), -- Repurposed Loaderbot
(@CGUID+81, 0, 0, 0, 0, 0, 1, 0, 474, 0, 0, 0, 3, '423679'), -- Void Speaker Eirich - 423679 - Bot AI Follow Advert
(@CGUID+82, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, ''), -- Forgebound Mender
(@CGUID+83, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, ''), -- Engine Speaker
(@CGUID+84, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, ''), -- Engine Speaker
(@CGUID+85, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, ''), -- Engine Speaker
(@CGUID+86, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, '458490'), -- Forge Loader - 458490 - Override Mana Bar Color - Red
(@CGUID+87, 0, 0, 0, 0, 0, 1, 0, 605, 0, 0, 0, 0, '423766'), -- Aspiring Forgehand - 423766 - Fracturing Blows
(@CGUID+89, 0, 0, 0, 0, 0, 1, 0, 69, 0, 0, 0, 0, ''), -- Engine Speaker
(@CGUID+100, 0, 0, 0, 0, 0, 1, 0, 69, 0, 0, 0, 0, '423766'), -- Aspiring Forgehand - 423766 - Fracturing Blows
(@CGUID+93, 0, 0, 0, 0, 0, 1, 0, 378, 0, 0, 0, 0, ''), -- Forgebound Mender
(@CGUID+94, 0, 0, 0, 0, 0, 1, 0, 378, 0, 0, 0, 0, ''), -- Forgebound Mender
(@CGUID+98, 0, 0, 0, 0, 0, 1, 0, 69, 0, 0, 0, 0, '423766'), -- Aspiring Forgehand - 423766 - Fracturing Blows
(@CGUID+104, 0, 0, 0, 0, 0, 1, 0, 601, 0, 0, 0, 0, ''), -- Engine Speaker
(@CGUID+105, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- Forgebound Mender
(@CGUID+106, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- Forgebound Mender
(@CGUID+109, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- Forgebound Mender
(@CGUID+111, 0, 0, 0, 0, 0, 1, 0, 720, 0, 0, 0, 0, '423766'), -- Aspiring Forgehand - 423766 - Fracturing Blows
(@CGUID+112, 0, 0, 0, 0, 0, 1, 0, 617, 0, 0, 0, 0, '458490 18950'), -- Forge Loader - 458490 - Override Mana Bar Color - Red, 18950 - Invisibility and Stealth Detection
(@CGUID+113, 0, 0, 0, 0, 0, 1, 0, 173, 0, 0, 0, 0, ''), -- Engine Speaker
(@CGUID+120, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '427300 423766'), -- Aspiring Forgehand - 427300 - Pillaging, 423766 - Fracturing Blows
(@CGUID+121, 0, 0, 0, 0, 0, 1, 0, 617, 0, 0, 0, 0, '458490 18950'), -- Forge Loader - 458490 - Override Mana Bar Color - Red, 18950 - Invisibility and Stealth Detection
(@CGUID+124, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- Forgebound Mender
(@CGUID+125, 0, 0, 0, 0, 0, 1, 0, 426, 0, 0, 0, 0, ''), -- Injured Earthen
(@CGUID+126, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, '423766'), -- Aspiring Forgehand - 423766 - Fracturing Blows
(@CGUID+127, 0, 0, 0, 0, 0, 1, 0, 426, 0, 0, 0, 0, ''), -- Injured Earthen
(@CGUID+133, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- Forgebound Mender
(@CGUID+137, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, ''), -- Engine Speaker
(@CGUID+138, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, ''), -- Engine Speaker
(@CGUID+139, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, ''), -- Engine Speaker
(@CGUID+141, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, ''), -- Forgebound Mender
(@CGUID+142, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, ''), -- Forgebound Mender
(@CGUID+144, 0, 0, 0, 0, 0, 1, 0, 27, 0, 0, 0, 0, '18950'), -- Void Bound Despoiler - 18950 - Invisibility and Stealth Detection
(@CGUID+145, 0, 0, 0, 0, 0, 1, 0, 27, 0, 0, 0, 0, ''), -- Void Bound Howler
(@CGUID+146, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Earthen Melee - 325988 - Cosmetic Feign Death
(@CGUID+147, 0, 0, 0, 0, 0, 1, 0, 27, 0, 0, 0, 0, ''), -- Void Bound Howler
(@CGUID+150, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Aspiring Forgehand - 325988 - Cosmetic Feign Death
(@CGUID+151, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Ghastly Voidsoul - 325988 - Cosmetic Feign Death
(@CGUID+152, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Ghastly Voidsoul - 325988 - Cosmetic Feign Death
(@CGUID+154, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Ghastly Voidsoul - 325988 - Cosmetic Feign Death
(@CGUID+157, 0, 0, 0, 0, 0, 1, 0, 474, 0, 0, 0, 0, '426862 422357'), -- Void Touched Elemental - 426862 - Void earth elemental Cosmetic, 422357 - Bot AI Follow Advert
(@CGUID+160, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Aspiring Forgehand - 325988 - Cosmetic Feign Death
(@CGUID+161, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Aspiring Forgehand - 325988 - Cosmetic Feign Death
(@CGUID+162, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Ghastly Voidsoul - 325988 - Cosmetic Feign Death
(@CGUID+163, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Aspiring Forgehand - 325988 - Cosmetic Feign Death
(@CGUID+164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Engine Speaker - 325988 - Cosmetic Feign Death
(@CGUID+168, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Ghastly Voidsoul - 325988 - Cosmetic Feign Death
(@CGUID+170, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Aspiring Forgehand - 325988 - Cosmetic Feign Death
(@CGUID+171, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Ghastly Voidsoul - 325988 - Cosmetic Feign Death
(@CGUID+174, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'), -- Ghastly Voidsoul - 325988 - Cosmetic Feign Death
(@CGUID+175, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '325988'); -- Ghastly Voidsoul - 325988 - Cosmetic Feign Death
-- 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, 440236, 2652, 14883, 14883, '1,2,8,23', 0, 0, 56.4410247802734375, -0.08332844823598861, 361.960235595703125, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 0, 56647), -- 11DU_Foundry_Door02 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+1, 440238, 2652, 14883, 14883, '1,2,8,23', 0, 0, -68.9727020263671875, -0.00000602978525421, 362.243072509765625, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56647), -- 11DU_Foundry_Door03 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+2, 440227, 2652, 14883, 14883, '1,2,8,23', 0, 0, 31.34294700622558593, -54.3612480163574218, 362.280242919921875, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 7200, 255, 1, 56647), -- 11EA_Earthen_Navigation_SmallMinecart03 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+3, 433057, 2652, 14883, 14883, '1,2,8,23', 0, 0, 27.60407638549804687, 47.8278045654296875, 361.680816650390625, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 7200, 255, 1, 56647), -- 11DU_Foundry_Door01 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+4, 440235, 2652, 14883, 14883, '1,2,8,23', 0, 0, -27.3447647094726562, -47.6088066101074218, 362.5902099609375, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 7200, 255, 1, 56647), -- 11DU_Foundry_Door02 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+5, 433056, 2652, 14883, 14883, '1,2,8,23', 0, 0, 27.47012138366699218, -47.6778144836425781, 361.680816650390625, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 7200, 255, 1, 56647), -- 11DU_Foundry_Door01 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+6, 440239, 2652, 14883, 14883, '1,2,8,23', 0, 0, -27.4123516082763671, 47.6798248291015625, 361.960113525390625, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 7200, 255, 1, 56647), -- 11DU_Foundry_Door02 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+7, 441884, 2652, 14883, 14883, '1,2,8,23', 0, 0, -55.6035881042480468, -37.6647872924804687, 371.973175048828125, 3.83858656883239746, 0, 0, -0.93988704681396484, 0.341485440731048583, 7200, 255, 1, 56647), -- 11EA_Earthen_Special_GeothermalMachine02_AssetFix (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+8, 440234, 2652, 14883, 14883, '1,2,8,23', 0, 0, -64.444000244140625, -0.26195374131202697, 362.58709716796875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56647), -- 11DU_Foundry_DoorChain01 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+9, 440240, 2652, 14883, 14883, '1,2,8,23', 0, 0, -169.734085083007812, -0.00001483862524764, 365.69207763671875, 0, 0, 0, 0, 1, 7200, 255, 0, 56647), -- 11DU_Foundry_Door03 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+10, 433060, 2652, 14883, 14883, '1,2,8,23', 0, 0, -1.26504278182983398, -199.498703002929687, 359.295501708984375, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 7200, 255, 0, 56647), -- 11DU_Rookery_Door01 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+11, 440233, 2652, 14883, 14883, '1,2,8,23', 0, 0, -63.7452239990234375, -0.12124178558588027, 369.069793701171875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56647), -- 11DU_Foundry_DoorChain02 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+12, 440229, 2652, 14883, 14883, '1,2,8,23', 0, 0, 48.13997650146484375, -188.873764038085937, 359.665069580078125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 7200, 255, 1, 56647), -- Minecart (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+13, 440226, 2652, 14883, 14883, '1,2,8,23', 0, 0, 31.22036170959472656, 54.148590087890625, 362.2802734375, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 7200, 255, 1, 56647), -- 11EA_Earthen_Navigation_SmallMinecart03 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+14, 433049, 2652, 14883, 14883, '1,2,8,23', 0, 0, 39.9830474853515625, -193.704116821289062, 359.07720947265625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 7200, 255, 1, 56647), -- 11DU_Foundry_Door01 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+15, 252248, 2652, 14883, 14883, '1,2,8,23', 0, 0, 163.3819427490234375, 0.201388895511627197, 360.32244873046875, 0, 0, 0, 0, 1, 7200, 255, 1, 56647), -- Instance Portal (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+16, 419988, 2652, 14883, 14883, '1,2,8,23', 0, 0, -165.924819946289062, 112.772308349609375, 354.60552978515625, 5.235990047454833984, 0, 0, -0.49999904632568359, 0.866025924682617187, 7200, 255, 1, 56647), -- 11DU_Foundry_Door01 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+17, 445512, 2652, 14883, 14883, '1,2,8,23', 0, 0, -215.43896484375, 258.21905517578125, 349.776824951171875, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 7200, 255, 0, 56647), -- 10FX_Generic_Fire_Barrier (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+18, 433052, 2652, 14883, 14883, '1,2,8,23', 0, 0, -139.656890869140625, 127.3994216918945312, 356.760223388671875, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 7200, 255, 0, 56647), -- 11DU_Rookery_Door01 (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+19, 444374, 2652, 14883, 14883, '1,2,8,23', 0, 0, -161.47442626953125, 105.1706619262695312, 354.98028564453125, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 7200, 255, 1, 56647), -- Minecart (Area: The Stonevault - Difficulty: Normal) CreateObject1
(@OGUID+20, 441885, 2652, 14883, 14883, '1,2,8,23', 0, 0, -55.548736572265625, 37.75059890747070312, 371.973175048828125, 2.437207698822021484, 0, 0, 0.938618659973144531, 0.344956547021865844, 7200, 255, 1, 56647); -- 11EA_Earthen_Special_GeothermalMachine02_AssetFix (Area: The Stonevault - Difficulty: Normal) 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+0, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Foundry_Door02
(@OGUID+1, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Foundry_Door03
(@OGUID+2, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11EA_Earthen_Navigation_SmallMinecart03
(@OGUID+3, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Foundry_Door01
(@OGUID+4, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Foundry_Door02
(@OGUID+5, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Foundry_Door01
(@OGUID+6, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Foundry_Door02
(@OGUID+7, 0, 0, 1, -0.00000004371138828, 0, 4543), -- 11EA_Earthen_Special_GeothermalMachine02_AssetFix
(@OGUID+8, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Foundry_DoorChain01
(@OGUID+9, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Foundry_Door03
(@OGUID+10, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Rookery_Door01
(@OGUID+11, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Foundry_DoorChain02
(@OGUID+12, 0, 0, 1, -0.00000004371138828, 26287, 0), -- Minecart
(@OGUID+13, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11EA_Earthen_Navigation_SmallMinecart03
(@OGUID+14, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Foundry_Door01
(@OGUID+16, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Foundry_Door01
(@OGUID+17, 0, 0, 1, -0.00000004371138828, 0, 0), -- 10FX_Generic_Fire_Barrier
(@OGUID+18, 0, 0, 1, -0.00000004371138828, 0, 0), -- 11DU_Rookery_Door01
(@OGUID+19, 0, 0, 1, -0.00000004371138828, 26529, 0), -- Minecart
(@OGUID+20, 0, 0, 1, -0.00000004371138828, 0, 4543); -- 11EA_Earthen_Special_GeothermalMachine02_AssetFix
-- Template Addon
DELETE FROM `creature_template_addon` WHERE `entry` IN (213119 /*213119 (Void Speaker Eirich) - Bot AI Follow Advert*/, 212400 /*212400 (Void Touched Elemental) - Void earth elemental Cosmetic, Bot AI Follow Advert*/, 214066 /*214066 (Cursedforge Stoneshaper)*/, 213954 /*213954 (Rock Smasher) - Invisibility and Stealth Detection*/, 210933 /*210933 (Path Helper) - Bot AI Follow Advert*/, 224962 /*224962 (Cursedforge Mender)*/, 214264 /*214264 (Cursedforge Honor Guard) - Invisibility and Stealth Detection*/, 222817 /*222817 (Earth Infused Golem) - Cosmetic Feign Death*/, 212403 /*212403 (Cursedheart Invader) - [DNT] In RP Combat*/, 221583 /*221583 (Speaker Mechhand) - Ride Vehicle Hardcoded*/, 214350 /*214350 (Turned Speaker) - Pillaging*/, 213343 /*213343 (Forge Loader) - Cosmetic Feign Death*/, 222815 /*222815 (Cursedheart Invader)*/, 222816 /*222816 (Volatile Skardyn)*/, 213338 /*213338 (Forgebound Mender) - Cosmetic Feign Death*/, 224516 /*224516 (Skardyn Invader)*/, 212405 /*212405 (Aspiring Forgehand) - Cosmetic Feign Death*/, 212765 /*212765 (Void Bound Despoiler) - [DNT] In RP Combat, Invisibility and Stealth Detection*/, 210108 /*210108 (E.D.N.A) - Earthen Energy, Skarden Spawn RP, Bot AI Follow Advert*/, 212389 /*212389 (Cursedheart Invader) - [DNT] In RP Combat, Set Health (Random 65%-85%)*/, 222923 /*222923 (Repurposed Loaderbot) - [DNT] In RP Combat, Set Health (Random 65%-85%)*/, 212764 /*212764 (Engine Speaker) - [DNT] In RP Combat*/, 212453 /*212453 (Ghastly Voidsoul) - [DNT] In RP Combat*/, 210109 /*210109 (Earth Infused Golem) - Invisibility and Stealth Detection*/, 222149, 229507, 213217, 221586, 213216, 210156);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(213119, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, '423679'), -- 213119 (Void Speaker Eirich) - Bot AI Follow Advert
(212400, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '426862 422357'), -- 212400 (Void Touched Elemental) - Void earth elemental Cosmetic, Bot AI Follow Advert
(214066, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, ''), -- 214066 (Cursedforge Stoneshaper)
(213954, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, '18950'), -- 213954 (Rock Smasher) - Invisibility and Stealth Detection
(210933, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '423677'), -- 210933 (Path Helper) - Bot AI Follow Advert
(224962, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, ''), -- 224962 (Cursedforge Mender)
(214264, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, '18950'), -- 214264 (Cursedforge Honor Guard) - Invisibility and Stealth Detection
(222817, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, ''), -- 222817 (Earth Infused Golem)
(212403, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 212403 (Cursedheart Invader)
(221583, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 221583 (Speaker Mechhand)
(214350, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 214350 (Turned Speaker)
(213343, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 213343 (Forge Loader)
(222815, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, ''), -- 222815 (Cursedheart Invader)
(222816, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, ''), -- 222816 (Volatile Skardyn)
(213338, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 213338 (Forgebound Mender)
(224516, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, ''), -- 224516 (Skardyn Invader)
(212405, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 212405 (Aspiring Forgehand)
(212765, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '18950'), -- 212765 (Void Bound Despoiler) - Invisibility and Stealth Detection
(210108, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, '451704 447230 422356'), -- 210108 (E.D.N.A) - Earthen Energy, Skarden Spawn RP, Bot AI Follow Advert
(212389, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '244972'), -- 212389 (Cursedheart Invader) - Set Health (Random 65%-85%)
(222923, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '462597 244972'), -- 222923 (Repurposed Loaderbot) - Set Health (Random 65%-85%)
(212764, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 212764 (Engine Speaker)
(212453, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 212453 (Ghastly Voidsoul)
(210109, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '18950'), -- 210109 (Earth Infused Golem) - Invisibility and Stealth Detection
(222149, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 222149 (Injured Earthen)
(229507, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '462456 462496'), -- 229507 (Imbued Iron Bar) - [DNT] Earthen Metal Bar Cosmetic Aura, [DNT] Ready to Interact
(213217, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, '422362'), -- 213217 (Speaker Brokk) - Bot AI Follow Advert
(221586, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 221586 (Speaker Dorlita)
(213216, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, '422362'), -- 213216 (Speaker Dorlita) - Bot AI Follow Advert
(210156, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, '429974 422359'); -- 210156 (Skarmorak) - Energy Bar, Bot AI Follow Advert
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (441885 /*11EA_Earthen_Special_GeothermalMachine02_AssetFix*/, 444374 /*Minecart*/, 433052 /*11DU_Rookery_Door01*/, 445512 /*10FX_Generic_Fire_Barrier*/, 419988 /*11DU_Foundry_Door01*/, 433049 /*11DU_Foundry_Door01*/, 440229 /*Minecart*/, 433060 /*11DU_Rookery_Door01*/, 440240 /*11DU_Foundry_Door03*/, 441884 /*11EA_Earthen_Special_GeothermalMachine02_AssetFix*/, 440239 /*11DU_Foundry_Door02*/, 433056 /*11DU_Foundry_Door01*/, 440235 /*11DU_Foundry_Door02*/, 433057 /*11DU_Foundry_Door01*/, 440238 /*11DU_Foundry_Door03*/, 440236 /*11DU_Foundry_Door02*/);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(441885, 0, 16, 0, 4543), -- 11EA_Earthen_Special_GeothermalMachine02_AssetFix
(444374, 0, 32, 26529, 0), -- Minecart
(433052, 0, 48, 0, 0), -- 11DU_Rookery_Door01
(445512, 0, 48, 0, 0), -- 10FX_Generic_Fire_Barrier
(419988, 0, 48, 0, 0), -- 11DU_Foundry_Door01
(433049, 0, 48, 0, 0), -- 11DU_Foundry_Door01
(440229, 0, 32, 26287, 0), -- Minecart
(433060, 0, 48, 0, 0), -- 11DU_Rookery_Door01
(440240, 0, 48, 0, 0), -- 11DU_Foundry_Door03
(441884, 0, 16, 0, 4543), -- 11EA_Earthen_Special_GeothermalMachine02_AssetFix
(440239, 0, 48, 0, 0), -- 11DU_Foundry_Door02
(433056, 0, 48, 0, 0), -- 11DU_Foundry_Door01
(440235, 0, 48, 0, 0), -- 11DU_Foundry_Door02
(433057, 0, 48, 0, 0), -- 11DU_Foundry_Door01
(440238, 0, 48, 0, 0), -- 11DU_Foundry_Door03
(440236, 0, 48, 0, 0); -- 11DU_Foundry_Door02
-- Template
UPDATE `creature_template` SET `faction`=14, `speed_walk`=1.60000002384185791, `speed_run`=1.714285731315612792, `BaseAttackTime`=1500, `unit_flags`=33555008, `unit_flags2`=2048 WHERE `entry`=213119; -- Void Speaker Eirich
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=212400; -- Void Touched Elemental
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048, `unit_flags3`=8388608 WHERE `entry`=214066; -- Cursedforge Stoneshaper
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=213954; -- Rock Smasher
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=67108864, `unit_flags3`=1090551809 WHERE `entry`=210933; -- Path Helper
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=224962; -- Cursedforge Mender
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=214264; -- Cursedforge Honor Guard
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2500, `unit_flags`=832, `unit_flags2`=2048, `unit_flags3`=2147483649 WHERE `entry`=222817; -- Earth Infused Golem
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry` IN (212403, 212389); -- Cursedheart Invader
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=33554688, `unit_flags2`=67110912 WHERE `entry`=221583; -- Speaker Mechhand
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=214350; -- Turned Speaker
UPDATE `creature_template` SET `faction`=16, `speed_run`=1.38888859748840332, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048, `unit_flags3`=8388608, `VehicleId`=8478 WHERE `entry`=213343; -- Forge Loader
UPDATE `creature_template` SET `faction`=16, `speed_walk`=1.277776002883911132, `speed_run`=0.992062866687774658, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=221979; -- Void Bound Howler
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=832, `unit_flags2`=2048, `unit_flags3`=2147483648 WHERE `entry`=222815; -- Cursedheart Invader
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=832, `unit_flags2`=2048, `unit_flags3`=2147483648 WHERE `entry`=222816; -- Volatile Skardyn
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=213338; -- Forgebound Mender
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048, `unit_flags3`=524289 WHERE `entry`=224516; -- Skardyn Invader
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=212405; -- Aspiring Forgehand
UPDATE `creature_template` SET `faction`=16, `speed_walk`=1.60000002384185791, `speed_run`=1.285714268684387207, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=212765; -- Void Bound Despoiler
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=320, `unit_flags3`=8388609 WHERE `entry`=210108; -- E.D.N.A
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=222923; -- Repurposed Loaderbot
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=212764; -- Engine Speaker
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=212453; -- Ghastly Voidsoul
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2500, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=210109; -- Earth Infused Golem
UPDATE `creature_template` SET `faction`=2944, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=222149; -- Injured Earthen
UPDATE `creature_template` SET `faction`=16, `speed_run`=2, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=213217; -- Speaker Brokk
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=33554688, `unit_flags2`=67110912 WHERE `entry`=221586; -- Speaker Dorlita
UPDATE `creature_template` SET `faction`=16, `speed_run`=2, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048, `unit_flags3`=8388608, `VehicleId`=8479 WHERE `entry`=213216; -- Speaker Dorlita
UPDATE `creature_template` SET `faction`=35, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=67110944, `unit_flags3`=1094713345 WHERE `entry`=229507; -- Imbued Iron Bar
UPDATE `creature_template` SET `faction`=35, `speed_walk`=1.20000004768371582, `speed_run`=2, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=67110912, `unit_flags3`=16810017, `flags_extra` = 128 WHERE `entry`=213839; -- Path Helper
UPDATE `creature_template` SET `faction`=16, `speed_walk`=1.60000002384185791, `speed_run`=1.714285731315612792, `BaseAttackTime`=2000, `unit_flags`=64 WHERE `entry`=210156; -- Skarmorak
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=832, `unit_flags2`=2048, `unit_flags3`=1 WHERE `entry`=210158; -- Earthen Melee
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=33554944, `unit_flags2`=2048, `unit_flags3`=1090551809, `flags_extra` = 128 WHERE `entry`=212299; -- Reinforce Stalker
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=33554944, `unit_flags2`=2048, `unit_flags3`=1090551809, `flags_extra` = 128 WHERE `entry`=213712; -- Jump Target Stalker
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=33554944, `unit_flags2`=2048, `unit_flags3`=1090551809, `flags_extra` = 128 WHERE `entry`=213660; -- Call Metal Stalker
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=33554944, `unit_flags2`=2048, `unit_flags3`=1090551809, `flags_extra` = 128 WHERE `entry`=213853; -- Refine Metal Stalker
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=33554944, `unit_flags2`=2048, `unit_flags3`=1090551809, `flags_extra` = 128 WHERE `entry`=214049; -- Vent Stalker
DELETE FROM `gameobject_template` WHERE `entry` IN (441885 /*11EA_Earthen_Special_GeothermalMachine02_AssetFix*/, 445512 /*10FX_Generic_Fire_Barrier*/, 444374 /*Minecart*/, 433052 /*11DU_Rookery_Door01*/, 419988 /*11DU_Foundry_Door01*/, 440240 /*11DU_Foundry_Door03*/, 440229 /*Minecart*/, 433060 /*11DU_Rookery_Door01*/, 433049 /*11DU_Foundry_Door01*/, 440226 /*11EA_Earthen_Navigation_SmallMinecart03*/, 440234 /*11DU_Foundry_DoorChain01*/, 440233 /*11DU_Foundry_DoorChain02*/, 441884 /*11EA_Earthen_Special_GeothermalMachine02_AssetFix*/, 440239 /*11DU_Foundry_Door02*/, 440238 /*11DU_Foundry_Door03*/, 433057 /*11DU_Foundry_Door01*/, 440227 /*11EA_Earthen_Navigation_SmallMinecart03*/, 440235 /*11DU_Foundry_Door02*/, 440236 /*11DU_Foundry_Door02*/, 433056 /*11DU_Foundry_Door01*/);
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
(441885, 5, 90445, '11EA_Earthen_Special_GeothermalMachine02_AssetFix', '', '', '', 1.999999523162841796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11EA_Earthen_Special_GeothermalMachine02_AssetFix
(445512, 0, 75069, '10FX_Generic_Fire_Barrier', '', '', '', 1.229999899864196777, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 10FX_Generic_Fire_Barrier
(444374, 10, 90093, 'Minecart', 'driver', '', '', 0.999999761581420898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 430744, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 116615, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- Minecart
(433052, 0, 89967, '11DU_Rookery_Door01', '', '', '', 0.799999892711639404, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11DU_Rookery_Door01
(419988, 0, 87027, '11DU_Foundry_Door01', '', '', '', 0.999999821186065673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11DU_Foundry_Door01
(440240, 0, 89968, '11DU_Foundry_Door03', '', '', '', 0.999999761581420898, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11DU_Foundry_Door03
(440229, 10, 86834, 'Minecart', 'driver', '', '', 0.999999761581420898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 430739, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 116613, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- Minecart
(433060, 0, 89967, '11DU_Rookery_Door01', '', '', '', 0.799999892711639404, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11DU_Rookery_Door01
(433049, 0, 87027, '11DU_Foundry_Door01', '', '', '', 0.999999761581420898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11DU_Foundry_Door01
(440226, 5, 86834, '11EA_Earthen_Navigation_SmallMinecart03', '', '', '', 0.999999761581420898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11EA_Earthen_Navigation_SmallMinecart03
(440234, 5, 90095, '11DU_Foundry_DoorChain01', '', '', '', 0.999999761581420898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11DU_Foundry_DoorChain01
(440233, 5, 90094, '11DU_Foundry_DoorChain02', '', '', '', 0.999999761581420898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11DU_Foundry_DoorChain02
(441884, 5, 90445, '11EA_Earthen_Special_GeothermalMachine02_AssetFix', '', '', '', 1.999999403953552246, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11EA_Earthen_Special_GeothermalMachine02_AssetFix
(440239, 0, 89967, '11DU_Foundry_Door02', '', '', '', 0.779999852180480957, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11DU_Foundry_Door02
(440238, 0, 89968, '11DU_Foundry_Door03', '', '', '', 0.999999761581420898, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11DU_Foundry_Door03
(433057, 0, 87027, '11DU_Foundry_Door01', '', '', '', 0.999999701976776123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11DU_Foundry_Door01
(440227, 5, 86834, '11EA_Earthen_Navigation_SmallMinecart03', '', '', '', 0.999999761581420898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11EA_Earthen_Navigation_SmallMinecart03
(440235, 0, 89967, '11DU_Foundry_Door02', '', '', '', 0.759999871253967285, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11DU_Foundry_Door02
(440236, 0, 89967, '11DU_Foundry_Door02', '', '', '', 0.799999773502349853, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- 11DU_Foundry_Door02
(433056, 0, 87027, '11DU_Foundry_Door01', '', '', '', 0.999999761581420898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56647); -- 11DU_Foundry_Door01
-- Creature Equip
DELETE FROM `creature_equip_template` WHERE (`ID`=1 AND `CreatureID` IN (214066,214264,212405,212764));
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `AppearanceModID1`, `ItemVisual1`, `ItemID2`, `AppearanceModID2`, `ItemVisual2`, `ItemID3`, `AppearanceModID3`, `ItemVisual3`, `VerifiedBuild`) VALUES
(214066, 1, 189834, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- Cursedforge Stoneshaper
(214264, 1, 214469, 0, 0, 225346, 0, 0, 0, 0, 0, 56647), -- Cursedforge Honor Guard
(212405, 1, 58905, 0, 0, 0, 0, 0, 0, 0, 0, 56647), -- Aspiring Forgehand
(212764, 1, 116646, 0, 0, 0, 0, 0, 0, 0, 0, 56647); -- Engine Speaker
-- Vehicle
DELETE FROM `vehicle_template_accessory` WHERE (`seat_id`=0 AND `entry` IN (213216, 213343));
INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES
(213216, 221586, 0, 0, 'Speaker Dorlita - Speaker Dorlita', 8, 0), -- Speaker Dorlita - Speaker Dorlita
(213343, 221583, 0, 0, 'Forge Loader - Speaker Mechhand', 8, 0); -- Forge Loader - Speaker Mechhand
-- NPC Spellclick
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (213343, 213216);
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES
(213343, 46598, 1, 0),
(213216, 46598, 1, 0);
-- ScriptNames
DELETE FROM `spell_script_names` WHERE `spell_id` = 325988;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(325988, 'spell_gen_feign_death_all_flags');
-- Difficulty
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=805306624, `StaticFlags3`=33554432, `VerifiedBuild`=56647 WHERE (`Entry`=214287 AND `DifficultyID`=0); -- 214287 (Earth Burst Totem) - Sessile, CanSwim, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `VerifiedBuild`=56647 WHERE (`Entry`=214443 AND `DifficultyID`=0); -- 214443 (Crystal Shard) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56647 WHERE (`Entry`=212299 AND `DifficultyID`=0); -- 212299 (Reinforce Stalker) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=210156 AND `DifficultyID`=1); -- 210156 (Skarmorak) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=212400 AND `DifficultyID`=0); -- 212400 (Void Touched Elemental) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2145, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=210158 AND `DifficultyID`=0); -- 210158 (Earthen Melee) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=214350 AND `DifficultyID`=0); -- 214350 (Turned Speaker) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=221979 AND `DifficultyID`=0); -- 221979 (Void Bound Howler) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56647 WHERE (`Entry`=221403 AND `DifficultyID`=0); -- 221403 (Console Stalker) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56647 WHERE (`Entry`=213712 AND `DifficultyID`=0); -- 213712 (Jump Target Stalker) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56647 WHERE (`Entry`=213660 AND `DifficultyID`=0); -- 213660 (Call Metal Stalker) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56647 WHERE (`Entry`=213853 AND `DifficultyID`=0); -- 213853 (Refine Metal Stalker) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56647 WHERE (`Entry`=214049 AND `DifficultyID`=0); -- 214049 (Vent Stalker) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=213216 AND `DifficultyID`=0); -- 213216 (Speaker Dorlita) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=213217 AND `DifficultyID`=0); -- 213217 (Speaker Brokk) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=805306624, `VerifiedBuild`=56647 WHERE (`Entry`=221586 AND `DifficultyID`=0); -- 221586 (Speaker Dorlita) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=213119 AND `DifficultyID`=0); -- 213119 (Void Speaker Eirich) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56647 WHERE (`Entry`=229507 AND `DifficultyID`=0); -- 229507 (Imbued Iron Bar) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=222149 AND `DifficultyID`=0); -- 222149 (Injured Earthen) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=213343 AND `DifficultyID`=0); -- 213343 (Forge Loader) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=805306624, `VerifiedBuild`=56647 WHERE (`Entry`=221583 AND `DifficultyID`=0); -- 221583 (Speaker Mechhand) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=213338 AND `DifficultyID`=0); -- 213338 (Forgebound Mender) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=214066 AND `DifficultyID`=0); -- 214066 (Cursedforge Stoneshaper) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2702, `StaticFlags1`=805306624, `VerifiedBuild`=56647 WHERE (`Entry`=210933 AND `DifficultyID`=0); -- 210933 (Path Helper) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2718, `StaticFlags1`=536871168, `VerifiedBuild`=56647 WHERE (`Entry`=223237 AND `DifficultyID`=0); -- 223237 (Volatile Spike Stalker) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=212765 AND `DifficultyID`=0); -- 212765 (Void Bound Despoiler) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=212405 AND `DifficultyID`=0); -- 212405 (Aspiring Forgehand) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=224962 AND `DifficultyID`=0); -- 224962 (Cursedforge Mender) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=212764 AND `DifficultyID`=0); -- 212764 (Engine Speaker) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=212403 AND `DifficultyID`=0); -- 212403 (Cursedheart Invader) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=214264 AND `DifficultyID`=0); -- 214264 (Cursedforge Honor Guard) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=213954 AND `DifficultyID`=0); -- 213954 (Rock Smasher) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=210108 AND `DifficultyID`=1); -- 210108 (E.D.N.A) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2718, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=224516 AND `DifficultyID`=0); -- 224516 (Skardyn Invader) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=210109 AND `DifficultyID`=0); -- 210109 (Earth Infused Golem) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=222817 AND `DifficultyID`=0); -- 222817 (Earth Infused Golem) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=212389 AND `DifficultyID`=0); -- 212389 (Cursedheart Invader) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=222816 AND `DifficultyID`=0); -- 222816 (Volatile Skardyn) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=212453 AND `DifficultyID`=0); -- 212453 (Ghastly Voidsoul) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=222815 AND `DifficultyID`=0); -- 222815 (Cursedheart Invader) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2975, `StaticFlags1`=268435456, `VerifiedBuild`=56647 WHERE (`Entry`=222923 AND `DifficultyID`=0); -- 222923 (Repurposed Loaderbot) - CanSwim
-- Model
DELETE FROM `creature_model_info` WHERE `DisplayID` IN (119856, 109870, 115945, 120170, 115944, 118453, 118692, 115974, 120054, 118702, 117641, 118731, 115818, 121954, 121903, 113752, 113753, 118714);
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES
(119856, 0.650004267692565917, 0, 0, 56647),
(109870, 2.119057416915893554, 5, 0, 56647),
(115945, 0.520500004291534423, 2.25, 0, 56647),
(120170, 0.416400015354156494, 1.799999952316284179, 0, 56647),
(115944, 0.520500004291534423, 2.25, 0, 56647),
(118453, 0.347000002861022949, 1.5, 0, 56647),
(118692, 0.347000002861022949, 1.499999880790710449, 0, 56647),
(115974, 0.347000002861022949, 1.5, 0, 56647),
(120054, 1.029999971389770507, 1.5, 0, 56647),
(118702, 0.347000032663345336, 1.5, 0, 56647),
(117641, 0.347000002861022949, 1.5, 0, 56647),
(118731, 0.347000002861022949, 1.499999880790710449, 0, 56647),
(115818, 0.347000002861022949, 2, 0, 56647),
(121954, 0.347000002861022949, 1.499999880790710449, 0, 56647),
(121903, 2.892634868621826171, 3.749999761581420898, 0, 56647),
(113752, 0.236000001430511474, 1.5, 0, 56647),
(113753, 0.208000004291534423, 1.5, 0, 56647),
(118714, 7.877120494842529296, 10, 0, 56647);
UPDATE `creature_model_info` SET `VerifiedBuild`=56647 WHERE `DisplayID` IN (117855, 116911, 118365, 114686, 117973, 23767, 117970, 117402);
-- Path for Aspiring Forgehand
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+96;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+96, @CGUID+96, 0, 0, 515, 14, 44),
(@CGUID+96, @CGUID+91, 2, 300, 515, 14, 44),
(@CGUID+96, @CGUID+97, 4, 310, 515, 14, 44),
(@CGUID+96, @CGUID+90, 2, 60, 515, 14, 44),
(@CGUID+96, @CGUID+95, 4, 50, 515, 14, 44);
SET @MOVERGUID := @CGUID+96;
SET @ENTRY := 212405;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, NULL, 'Aspiring Forgehand - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -107.40944, 127.704025, 357.51807, NULL, 0),
(@PATH, 1, -110.29174, 126.22796, 357.52124, NULL, 0),
(@PATH, 2, -113.15044, 124.76399, 357.52438, NULL, 0),
(@PATH, 3, -116.013855, 123.29759, 357.52756, NULL, 0),
(@PATH, 4, -118.856026, 121.84208, 357.5306, NULL, 0),
(@PATH, 5, -121.70289, 120.38416, 357.51657, NULL, 0),
(@PATH, 6, -124.554474, 118.92382, 357.50247, NULL, 0),
(@PATH, 7, -127.42966, 117.45139, 357.48828, NULL, 0),
(@PATH, 8, -130.3072, 115.97776, 357.47406, NULL, 0),
(@PATH, 9, -132.68475, 114.7602, 357.46848, NULL, 0),
(@PATH, 10, -135.2458, 113.44865, 357.47357, NULL, 0),
(@PATH, 11, -138.11365, 111.97998, 357.50998, NULL, 0),
(@PATH, 12, -139.06017, 111.495255, 357.522, NULL, 0),
(@PATH, 13, -137.71385, 112.18472, 357.47305, NULL, 0),
(@PATH, 14, -140.25497, 110.88337, 357.47845, NULL, 0),
(@PATH, 15, -137.71385, 112.18472, 357.47305, NULL, 0),
(@PATH, 16, -135.17273, 113.48608, 357.46765, NULL, 0),
(@PATH, 17, -135.17273, 113.48608, 357.46765, NULL, 0),
(@PATH, 18, -132.31097, 114.9516, 357.47333, NULL, 0),
(@PATH, 19, -129.45616, 116.4136, 357.48175, NULL, 0),
(@PATH, 20, -126.59671, 117.87796, 357.5015, NULL, 0),
(@PATH, 21, -123.74664, 119.337524, 357.5227, NULL, 0),
(@PATH, 22, -120.92466, 120.7827, 357.5399, NULL, 0),
(@PATH, 23, -118.0792, 122.2399, 357.53653, NULL, 0),
(@PATH, 24, -115.233734, 123.697105, 357.53317, NULL, 0),
(@PATH, 25, -112.367195, 125.1651, 357.5298, NULL, 0),
(@PATH, 26, -109.531105, 126.61749, 357.52643, NULL, 0),
(@PATH, 27, -106.662224, 128.08669, 357.52304, NULL, 0),
(@PATH, 28, -104.11842, 129.38943, 357.51297, NULL, 0),
(@PATH, 29, -103.13828, 129.89134, 357.47247, NULL, 0),
(@PATH, 30, -100.304565, 131.34253, 357.48666, NULL, 0),
(@PATH, 31, -97.45681, 132.8009, 357.5056, NULL, 0),
(@PATH, 32, -96.04576, 133.57765, 357.49316, NULL, 0),
(@PATH, 33, -93.26629, 132.35359, 357.5908, NULL, 0),
(@PATH, 34, -90.47265, 131.12334, 357.63107, NULL, 0),
(@PATH, 35, -87.70153, 129.90298, 357.57947, NULL, 0),
(@PATH, 36, -84.90522, 128.67154, 357.5274, NULL, 0),
(@PATH, 37, -82.15012, 127.45824, 357.4829, NULL, 0),
(@PATH, 38, -79.39259, 126.243866, 357.52692, NULL, 0),
(@PATH, 39, -76.600716, 125.01436, 357.57147, NULL, 0),
(@PATH, 40, -73.797386, 123.779816, 357.6162, NULL, 0),
(@PATH, 41, -71.01926, 122.55637, 357.66052, NULL, 0),
(@PATH, 42, -68.21417, 121.32106, 357.61902, NULL, 0),
(@PATH, 43, -65.441376, 120.09997, 357.54254, NULL, 0),
(@PATH, 44, -63.506603, 119.247925, 357.48917, NULL, 0),
(@PATH, 45, -64.69136, 119.76967, 357.5906, NULL, 0),
(@PATH, 46, -66.5437, 120.58541, 357.64038, NULL, 0),
(@PATH, 47, -69.31125, 121.80419, 357.645, NULL, 0),
(@PATH, 48, -72.111115, 123.03721, 357.6056, NULL, 0),
(@PATH, 49, -74.90869, 124.269226, 357.56622, NULL, 0),
(@PATH, 50, -77.681114, 125.49015, 357.52722, NULL, 0),
(@PATH, 51, -80.46721, 126.7171, 357.51004, NULL, 0),
(@PATH, 52, -83.25092, 127.94301, 357.55743, NULL, 0),
(@PATH, 53, -86.03693, 129.16992, 357.6049, NULL, 0),
(@PATH, 54, -88.82053, 130.39577, 357.63168, NULL, 0),
(@PATH, 55, -91.60344, 131.62132, 357.56296, NULL, 0),
(@PATH, 56, -94.3931, 132.84984, 357.5067, NULL, 0),
(@PATH, 57, -96.10782, 133.49176, 357.4977, NULL, 0),
(@PATH, 58, -98.986084, 132.01775, 357.4805, NULL, 0),
(@PATH, 59, -101.403595, 130.7797, 357.47733, NULL, 0),
(@PATH, 60, -102.58371, 130.17535, 357.51276, NULL, 0),
(@PATH, 61, -105.45772, 128.70354, 357.51593, NULL, 0);
UPDATE `creature` SET `position_x`=-107.40944, `position_y`=127.704025, `position_z`=357.51807, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Engine Speaker
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+114;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+114, @CGUID+114, 0, 0, 515, 12, 0),
(@CGUID+114, @CGUID+119, 4, 270, 515, 12, 0),
(@CGUID+114, @CGUID+117, 4, 320, 515, 12, 0),
(@CGUID+114, @CGUID+122, 4, 40, 515, 12, 0),
(@CGUID+114, @CGUID+116, 4, 0, 515, 12, 0);
SET @MOVERGUID := @CGUID+114;
SET @ENTRY := 212764;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, NULL, 'Engine Speaker - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -120.669754, 154.23387, 354.8591, NULL, 0),
(@PATH, 1, -122.16282, 156.96906, 354.8591, NULL, 0),
(@PATH, 2, -123.65588, 159.70424, 354.8591, NULL, 0),
(@PATH, 3, -125.15516, 162.4508, 354.8591, NULL, 0),
(@PATH, 4, -126.189, 164.34471, 354.8591, NULL, 0),
(@PATH, 5, -127.53414, 166.8089, 354.8591, NULL, 0),
(@PATH, 6, -128.95135, 169.40512, 355.31207, NULL, 0),
(@PATH, 7, -130.41846, 172.0928, 355.3927, NULL, 0),
(@PATH, 8, -131.92433, 174.85144, 354.93704, NULL, 0),
(@PATH, 9, -133.34375, 177.4517, 354.94366, NULL, 0),
(@PATH, 10, -134.93155, 180.36044, 354.9238, NULL, 0),
(@PATH, 11, -135.92899, 182.18768, 354.91132, NULL, 7779),
(@PATH, 12, -138.67613, 187.22026, 354.87692, NULL, 0),
(@PATH, 13, -137.16467, 184.45135, 354.8958, NULL, 0),
(@PATH, 14, -135.66817, 181.70984, 354.91458, NULL, 0),
(@PATH, 15, -134.16074, 178.94835, 354.93344, NULL, 0),
(@PATH, 16, -132.73332, 176.3335, 354.8591, NULL, 0),
(@PATH, 17, -131.2428, 173.60283, 355.43243, NULL, 0),
(@PATH, 18, -130.35944, 171.98465, 355.39175, NULL, 0),
(@PATH, 19, -128.84795, 169.21571, 355.2617, NULL, 0),
(@PATH, 20, -127.3538, 166.47855, 354.8591, NULL, 0),
(@PATH, 21, -125.8609, 163.74367, 354.8591, NULL, 0),
(@PATH, 22, -124.3618, 160.99742, 354.8591, NULL, 0),
(@PATH, 23, -123.40783, 159.24982, 354.8591, NULL, 5638);
UPDATE `creature` SET `position_x`=-120.669754, `position_y`=154.23387, `position_z`=354.8591, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Forge Loader
SET @MOVERGUID := @CGUID+130;
SET @ENTRY := 213343;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, NULL, 'Forge Loader - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -200.63745, 134.40535, 354.66507, NULL, 0),
(@PATH, 1, -200.4555, 134.05833, 355.0634, NULL, 0),
(@PATH, 2, -200.27356, 133.71132, 355.4617, NULL, 0),
(@PATH, 3, -200.07161, 133.32617, 355.46848, NULL, 0),
(@PATH, 4, -199.21875, 131.69966, 355.472, NULL, 0),
(@PATH, 5, -198.99617, 131.62282, 355.48166, NULL, 0),
(@PATH, 6, -196.33612, 130.70438, 355.4549, NULL, 0),
(@PATH, 7, -195.4991, 130.41539, 354.84973, NULL, 0),
(@PATH, 8, -193.33884, 129.66953, 354.95193, NULL, 0),
(@PATH, 9, -192.06075, 129.22824, 355.06223, NULL, 0),
(@PATH, 10, -189.12074, 128.21315, 354.8759, NULL, 0),
(@PATH, 11, -188.26562, 127.91791, 354.95337, NULL, 0),
(@PATH, 12, -185.91795, 127.10733, 354.8557, NULL, 0),
(@PATH, 13, -179.31862, 124.8288, 354.98697, NULL, 0),
(@PATH, 14, -171.96529, 122.28993, 355.0445, NULL, 0),
(@PATH, 15, -199.21875, 131.69966, 355.472, NULL, 0),
(@PATH, 16, -210.23091, 152.70139, 354.94626, NULL, 0),
(@PATH, 17, -232.78299, 143.84549, 354.85913, NULL, 0),
(@PATH, 18, -240.52174, 140.80658, 354.85913, NULL, 0),
(@PATH, 19, -232.78299, 143.84549, 354.85913, NULL, 0),
(@PATH, 20, -225.04424, 146.8844, 354.85913, NULL, 0),
(@PATH, 21, -214.43677, 151.0498, 354.92896, NULL, 0),
(@PATH, 22, -212.35526, 151.86719, 354.8591, NULL, 0),
(@PATH, 23, -210.23091, 152.70139, 354.94626, NULL, 0);
UPDATE `creature` SET `position_x`=-200.63745, `position_y`=134.40535, `position_z`=354.66507, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Void Bound Howler
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+62;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+62, @CGUID+62, 0, 0, 515, 7, 11),
(@CGUID+62, @CGUID+63, 4, 70, 515, 7, 11),
(@CGUID+62, @CGUID+64, 4, 290, 515, 7, 11);
SET @MOVERGUID := @CGUID+62;
SET @ENTRY := 221979;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, NULL, 'Void Bound Howler - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -46.9988, -121.789154, 359.7473, NULL, 0),
(@PATH, 1, -46.594017, -124.91541, 359.73254, NULL, 0),
(@PATH, 2, -46.189236, -128.04167, 359.71777, NULL, 0),
(@PATH, 3, -43.93717, -132.24777, 359.6765, NULL, 0),
(@PATH, 4, -43.352448, -133.33984, 359.7933, NULL, 0),
(@PATH, 5, -41.54514, -136.71529, 359.69153, NULL, 0),
(@PATH, 6, -35.01736, -149.7882, 359.7813, NULL, 0),
(@PATH, 7, -28.069445, -161.2552, 359.61334, NULL, 4064),
(@PATH, 8, -35.01736, -149.7882, 359.7813, NULL, 0),
(@PATH, 9, -41.54514, -136.71529, 359.69153, NULL, 0),
(@PATH, 10, -46.189236, -128.04167, 359.71777, NULL, 0),
(@PATH, 11, -47.588543, -117.23438, 359.76883, NULL, 4450);
UPDATE `creature` SET `position_x`=-46.9988, `position_y`=-121.789154, `position_z`=359.7473, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Void Bound Despoiler
SET @MOVERGUID := @CGUID+149;
SET @ENTRY := 212765;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, NULL, 'Void Bound Despoiler - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 27.71409, -212.07117, 359.43393, NULL, 0),
(@PATH, 1, 26.887154, -212.56424, 359.38516, NULL, 0),
(@PATH, 2, 26.060217, -213.05731, 359.3364, NULL, 0),
(@PATH, 3, 22.83952, -214.97766, 359.30298, NULL, 0),
(@PATH, 4, 20.189308, -216.55786, 359.16226, NULL, 0),
(@PATH, 5, 16.367886, -218.83641, 359.2751, NULL, 0),
(@PATH, 6, 12.162051, -221.34416, 359.39304, NULL, 0),
(@PATH, 7, 2.9342442, -226.8463, 359.25882, NULL, 0),
(@PATH, 8, -0.0019550323, -228.59703, 359.32574, NULL, 0),
(@PATH, 9, -2.5972977, -230.14452, 359.2473, NULL, 0),
(@PATH, 10, -4.018549, -230.99194, 359.43695, NULL, 0),
(@PATH, 11, -5.1996527, -231.69618, 359.41098, NULL, 0),
(@PATH, 12, 26.887154, -212.56424, 359.38516, NULL, 0);
UPDATE `creature` SET `position_x`=27.71409, `position_y`=-212.07117, `position_z`=359.43393, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`, `auras`) VALUES
(@MOVERGUID, @PATH, 1, '18950');
-- Path for Rock Smasher
SET @MOVERGUID := @CGUID+44;
SET @ENTRY := 213954;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, NULL, 'Rock Smasher - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -143.2552, -0.11284722, 362.0622, NULL, 0),
(@PATH, 1, -99.83854, -0.083333336, 362.0622, NULL, 0);
UPDATE `creature` SET `position_x`=-143.2552, `position_y`=-0.11284722, `position_z`=362.0622, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 1, 3, '18950');
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,9 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_natures_grace_eclipse', 'spell_dru_natures_grace');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(48517, 'spell_dru_natures_grace_eclipse'),
(48518, 'spell_dru_natures_grace_eclipse'),
(450347, 'spell_dru_natures_grace');
DELETE FROM `spell_proc` WHERE `SpellId` IN (450346);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(450346,0x00,7,0x00000005,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x1,0x0,0x18,0x0,0,0,0,0); -- Dreamstate
@@ -0,0 +1,9 @@
-- SpellArea
DELETE FROM `spell_area` WHERE (`spell` = 59073 AND `area` IN (4756, 4755, 4757, 4714)) OR (`spell` = 49416 AND `area` = 4756) OR (`spell` = 68630 AND `area` = 4786);
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES
(59073, 4756, 14078, 14159, 0, 0, 2, 3, 64, 1|2|8|32),
(59073, 4755, 14099, 14159, 0, 0, 2, 3, 2|64, 1|2|8|32),
(59073, 4757, 14099, 14159, 0, 0, 2, 3, 2|64, 1|2|8|32),
(59073, 4714, 14099, 14159, 0, 0, 2, 3, 2|64, 1|2|8|32),
(49416, 4756, 14078, 14099, 0, 0, 2, 3, 64, 1|8|32),
(68630, 4786, 0, 14375, 0, 0, 2, 3, 0, 1|2|8|32);
@@ -0,0 +1,4 @@
-- SpellArea
DELETE FROM `spell_area` WHERE `spell` = 79489 AND `area` = 40;
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES
(79489, 40, 0, 26232, 0, 0, 2, 3, 64, 9);
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,510 @@
SET @CGUID := 10003494;
-- 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`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2291.348876953125, -1223.52783203125, -1171.0640869140625, 5.126494884490966796, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+1, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2302.0712890625, -1229.84375, -1171.0665283203125, 5.126494884490966796, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+2, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2288.069580078125, -1214.26220703125, -1172.0152587890625, 4.975877761840820312, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+4, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2311.588623046875, -1228.1458740234375, -1172.0152587890625, 5.255929470062255859, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+3, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2290.755126953125, -1206.138916015625, -1172.0101318359375, 4.333794593811035156, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+5, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2285.052001953125, -1203.55908203125, -1171.904052734375, 4.522092819213867187, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+6, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2340.8525390625, -1230.5572509765625, -1172.0390625, 0.016987772658467292, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+7, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2295.572998046875, -1202.439208984375, -1172.002197265625, 4.171202659606933593, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+8, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2347.171875, -1236.310791015625, -1172.021728515625, 0.007706122938543558, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+9, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2338.911376953125, -1221.5850830078125, -1172.021728515625, 5.901524543762207031, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+10, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2342.29345703125, -1213.921875, -1172.021728515625, 5.80866098403930664, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+11, 224731, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2297.9462890625, -1225.1285400390625, -1171.075927734375, 5.254116058349609375, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Web Marauder (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+12, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2312.65966796875, -1181.267333984375, -1172.010009765625, 4.859982013702392578, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+13, 210932, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2384.7744140625, -1174.5572509765625, -1154.62890625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 422360 - Bot AI Follow Advert)
(@CGUID+14, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2323.447998046875, -1186.5816650390625, -1172.01318359375, 5.279741764068603515, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+15, 224731, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2344.8212890625, -1225.4149169921875, -1172.021728515625, 6.024016857147216796, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Web Marauder (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+16, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2341.9619140625, -1169.0850830078125, -1172.021728515625, 3.844301223754882812, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+17, 223181, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2349.89404296875, -1230.1822509765625, -1172.021728515625, 6.092586040496826171, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Agile Pursuer (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+18, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2347.973876953125, -1184.2847900390625, -1172.021728515625, 1.913787484169006347, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+19, 228361, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2288.56591796875, -1197.236083984375, -1171.984619140625, 4.622669696807861328, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Agile Pursuer (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+20, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2342.33154296875, -1181.04345703125, -1172.021728515625, 2.48097538948059082, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+21, 223181, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2346.51904296875, -1218.5572509765625, -1172.021728515625, 5.96462869644165039, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Agile Pursuer (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+22, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2347.24658203125, -1166.3853759765625, -1172.021728515625, 4.01941680908203125, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+23, 224732, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2318.8125, -1181.546875, -1172.01318359375, 4.937350273132324218, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Covert Webmancer (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+24, 220730, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2439.241455078125, -1175.1336669921875, -1138.6898193359375, 6.250831127166748046, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Royal Venomshell (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+25, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2394.80029296875, -1190.4444580078125, -1152.80712890625, 5.992427825927734375, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+26, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2381.8994140625, -1159.8680419921875, -1154.62890625, 1.002214670181274414, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+27, 228361, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2346.08154296875, -1174.592041015625, -1172.021728515625, 3.161014318466186523, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Agile Pursuer (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+28, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2399.8212890625, -1179.6614990234375, -1150.322998046875, 5.714416980743408203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+29, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2398.895751953125, -1193.0972900390625, -1150.4959716796875, 0.044801827520132064, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+30, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2396.54345703125, -1183.935791015625, -1152.6375732421875, 5.707517623901367187, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+31, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2387.96875, -1159.4739990234375, -1154.1517333984375, 0.687418878078460693, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+32, 224732, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2311.916259765625, -1154.96142578125, -1171.971435546875, 5.915867805480957031, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Covert Webmancer (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+33, 224731, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2310.300048828125, -1159.8448486328125, -1171.917724609375, 5.917921066284179687, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Web Marauder (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+34, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2384.625, -1154.0191650390625, -1154.62890625, 0.523869335651397705, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+35, 224732, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2352.126708984375, -1174.970458984375, -1172.021728515625, 6.206318855285644531, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Covert Webmancer (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+36, 224732, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2295.84326171875, -1141.84130859375, -1172.021484375, 5.827226638793945312, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Covert Webmancer (Area: High Hollows - Difficulty: Follower) CreateObject1 (possible waypoints or random movement)
(@CGUID+37, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2392.692626953125, -1152.6163330078125, -1154.2022705078125, 0.331340909004211425, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+38, 228361, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2301.1572265625, -1143.6903076171875, -1172.021484375, 5.825423717498779296, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Agile Pursuer (Area: High Hollows - Difficulty: Follower) CreateObject1 (possible waypoints or random movement)
(@CGUID+39, 224731, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2401.223876953125, -1187.048583984375, -1150.166259765625, 6.004984855651855468, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Web Marauder (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+40, 224732, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2405.1962890625, -1192.5, -1148.03515625, 6.02574920654296875, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Covert Webmancer (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+41, 214542, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2509.007080078125, -1211.9478759765625, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+42, 210932, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2508.6875, -1193.02783203125, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 422360 - Bot AI Follow Advert)
(@CGUID+43, 224732, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2406.8212890625, -1180.079833984375, -1148.0343017578125, 5.721958637237548828, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Covert Webmancer (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: )
(@CGUID+44, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2373.666748046875, -1091.4913330078125, -1172.021728515625, 2.356322765350341796, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+45, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2380.682373046875, -1094.4461669921875, -1172.021728515625, 1.391890525817871093, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+46, 210932, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2525.552001953125, -1215.1129150390625, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 422360 - Bot AI Follow Advert)
(@CGUID+47, 214542, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2537.93408203125, -1203.861083984375, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+48, 223357, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 1, -2371.9150390625, -1084.55908203125, -1172.021728515625, 3.25195932388305664, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Conscript (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+49, 210933, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2526.135498046875, -1216.404541015625, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 423677 - Bot AI Follow Advert)
(@CGUID+50, 220196, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2381.03466796875, -1085.1978759765625, -1172.021728515625, 5.631479740142822265, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Herald of Ansurek (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+51, 214542, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2525.232666015625, -1233.6041259765625, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+52, 214542, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2543.114501953125, -1247.6666259765625, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+53, 210932, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2548.342041015625, -1235.27783203125, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 422360 - Bot AI Follow Advert)
(@CGUID+54, 214542, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2554.078125, -1220.1875, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+55, 216328, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2531.06591796875, -1134.2396240234375, -1132.035400390625, 6.042779445648193359, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Unstable Test Subject (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 445862 - [DNT]Stomp Barrage, 18950 - Invisibility and Stealth Detection)
(@CGUID+56, 210933, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2561.97216796875, -1247.6007080078125, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 423677 - Bot AI Follow Advert)
(@CGUID+57, 216320, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2582.80029296875, -1175.15283203125, -1144.1280517578125, 1.595008134841918945, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- The Coaglamation (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 455154 - [DNT]Energize Purple, 443055 - [DNT] Invisible, 422362 - Bot AI Follow Advert)
(@CGUID+58, 216339, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2535.1875, -1214.265625, -1132.035400390625, 1.342490434646606445, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Unnaturaler (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+59, 216339, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2536.421875, -1232.767333984375, -1132.0352783203125, 6.138562679290771484, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Unnaturaler (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+60, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2504.61279296875, -1208.920166015625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+61, 216328, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2572.28125, -1250.017333984375, -1132.035400390625, 0.387921363115310668, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Unstable Test Subject (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 445862 - [DNT]Stomp Barrage, 18950 - Invisibility and Stealth Detection)
(@CGUID+62, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2507.447998046875, -1205.3697509765625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+63, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2503.88720703125, -1143.5052490234375, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+64, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2509.291748046875, -1208.795166015625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+65, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2512.4306640625, -1210.9722900390625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+66, 216339, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2540.411376953125, -1115.6180419921875, -1132.035400390625, 1.651041030883789062, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Unnaturaler (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+67, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2507.92529296875, -1139.673583984375, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+68, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2507.89404296875, -1143.111083984375, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+69, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2513.654541015625, -1216.0035400390625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+70, 216342, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2520.515625, -1143.1007080078125, -1132.0352783203125, 2.215559244155883789, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Skittering Assistant (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+71, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2512.6337890625, -1135.4583740234375, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+72, 216339, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2548.58251953125, -1112.0457763671875, -1132.021484375, 5.573016166687011718, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Unnaturaler (Area: High Hollows - Difficulty: Follower) CreateObject1 (possible waypoints or random movement)
(@CGUID+73, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2523.703125, -1227.001708984375, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+74, 221003, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2525.0556640625, -1175.017333984375, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Stalker (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+75, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2521.625, -1230.4791259765625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+76, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2516.3125, -1133.9722900390625, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+77, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2527.5087890625, -1151.5972900390625, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+78, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2530.757080078125, -1204.2083740234375, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+79, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2530.06591796875, -1208.7396240234375, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+80, 216342, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2519.564208984375, -1133.9132080078125, -1132.0352783203125, 3.299592018127441406, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Skittering Assistant (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+81, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2534.73095703125, -1209.671875, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+82, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2535.407958984375, -1205.0816650390625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+83, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2527.572998046875, -1231.171875, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+84, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2528.223876953125, -1227.1614990234375, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+85, 214542, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2601.486083984375, -1260.5052490234375, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+86, 210933, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2600.42529296875, -1251.1910400390625, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 423677 - Bot AI Follow Advert)
(@CGUID+87, 216342, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2528.939208984375, -1146.0191650390625, -1132.0352783203125, 2.001423597335815429, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Skittering Assistant (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+88, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2539.701416015625, -1207.73095703125, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+89, 216339, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2555.717041015625, -1106.310791015625, -1132.0352783203125, 1.032439947128295898, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Unnaturaler (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+90, 214542, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2599.45654296875, -1236.859375, -1130.117431640625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+91, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2531.765625, -1228.7100830078125, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+92, 214542, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2613.0400390625, -1257.423583984375, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+93, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2519.75, -1120.4930419921875, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+94, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2529.78125, -1235.84375, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+95, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2535.09375, -1148.701416015625, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+96, 210933, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2616.9462890625, -1237.0069580078125, -1132.035400390625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Path Helper (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 423677 - Bot AI Follow Advert)
(@CGUID+97, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2527.58154296875, -1119.220458984375, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+98, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2543.37158203125, -1210.513916015625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+99, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2524.5556640625, -1116.6788330078125, -1131.857421875, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+100, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2528.59375, -1112.8472900390625, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+101, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2528.5625, -1116.2847900390625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+102, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2535.935791015625, -1113.4600830078125, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+103, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2545.885498046875, -1218.859375, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+104, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2545.9306640625, -1135.859375, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+105, 218374, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2558.53466796875, -1179.0572509765625, -1144.346435546875, 4.262948513031005859, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Slime Stalker (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+106, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2547.829833984375, -1222.517333984375, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+107, 218374, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2556.822998046875, -1174.5538330078125, -1144.0966796875, 3.144111871719360351, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Slime Stalker (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+108, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2540.0556640625, -1241.3802490234375, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+109, 216329, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2566.132080078125, -1169.5382080078125, -1144.1429443359375, 6.091007232666015625, 7200, 4, 0, 1, NULL, NULL, NULL, NULL, 56819), -- Congealed Droplet (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+110, 216328, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2638.361083984375, -1220.982666015625, -1132.035400390625, 0.663895666599273681, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Unstable Test Subject (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 443339 - [DNT]Trash RP Sleep, 18950 - Invisibility and Stealth Detection)
(@CGUID+111, 218374, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2560.973876953125, -1168.798583984375, -1142.9833984375, 2.304230451583862304, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Slime Stalker (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+112, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2552.00341796875, -1220.720458984375, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+113, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2544.298583984375, -1111.642333984375, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+114, 216339, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2575.64404296875, -1090.6458740234375, -1132.035400390625, 2.034100055694580078, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Unnaturaler (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+115, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2540.2431640625, -1110.951416015625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+116, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2549.342041015625, -1227.8125, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+117, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2555.375, -1127.9149169921875, -1131.9071044921875, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+118, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2553.5087890625, -1225.9739990234375, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+119, 216329, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2565.286376953125, -1185.93408203125, -1144.0848388671875, 4.029409408569335937, 7200, 4, 0, 1, NULL, NULL, NULL, NULL, 56819), -- Congealed Droplet (Area: High Hollows - Difficulty: Follower) CreateObject1
(@CGUID+120, 218067, 2669, 14979, 15112, '1,2,8,23', 0, 0, 0, 0, -2539.75341796875, -1104.9947509765625, -1131.631103515625, 4.670025825500488281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: High Hollows - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+121, 216329, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2570.334228515625, -1178.1478271484375, -1144.224609375, 3.202081918716430664, 7200, 4, 0, 1, NULL, NULL, NULL, NULL, 56819), -- Congealed Droplet (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+122, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2555.52783203125, -1124.9722900390625, -1131.801025390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+123, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2543.194580078125, -1243.5572509765625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+124, 216329, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2569.86181640625, -1186.84521484375, -1144.0653076171875, 1.613013386726379394, 7200, 4, 0, 1, NULL, NULL, NULL, NULL, 56819), -- Congealed Droplet (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+125, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2544.882080078125, -1106.4132080078125, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+126, 216329, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2567.40185546875, -1177.68212890625, -1144.22412109375, 1.038893699645996093, 7200, 4, 0, 1, NULL, NULL, NULL, NULL, 56819), -- Congealed Droplet (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+127, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2547.81591796875, -1099.3367919921875, -1131.708984375, 4.670025825500488281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+128, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2548.928955078125, -1107.123291015625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+129, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2548.3525390625, -1250.8125, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+130, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2551.71875, -1102.720458984375, -1132.0352783203125, 4.670025825500488281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+131, 216339, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2590.029541015625, -1089.6458740234375, -1132.0352783203125, 1.068020224571228027, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Unnaturaler (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+132, 216342, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2556.517333984375, -1244.4288330078125, -1132.0352783203125, 3.582104444503784179, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Skittering Assistant (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+133, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2559.795166015625, -1114.1961669921875, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+134, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2548.411376953125, -1245.16845703125, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+135, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2559.920166015625, -1117.9617919921875, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+136, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2543.46875, -1251.6285400390625, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+137, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2557.61279296875, -1120.3646240234375, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+138, 221101, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2582.954833984375, -1174.9010009765625, -1154.9166259765625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Stalker (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+139, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2567.314208984375, -1111.1285400390625, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+140, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2553.95654296875, -1096.8802490234375, -1132.0352783203125, 4.670025825500488281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+141, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2563.345458984375, -1112.2847900390625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+142, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2556.94091796875, -1099.10595703125, -1132.0352783203125, 4.670025825500488281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+143, 216342, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2562.451416015625, -1239.3367919921875, -1132.0352783203125, 3.965586423873901367, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Skittering Assistant (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+144, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2562.782958984375, -1095.0242919921875, -1132.0352783203125, 4.670025825500488281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+145, 216329, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2595.12109375, -1188.862548828125, -1144.1431884765625, 4.430912971496582031, 7200, 4, 0, 1, NULL, NULL, NULL, NULL, 56819), -- Congealed Droplet (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+146, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2558.421875, -1093.2916259765625, -1132.0352783203125, 4.670025825500488281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+147, 221102, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2671.361083984375, -1183.373291015625, -1132.0050048828125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Elder Shadeweaver (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 444428 - Honored Citizen)
(@CGUID+148, 216329, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2592.31591796875, -1174.17138671875, -1144.0894775390625, 5.896765708923339843, 7200, 4, 0, 1, NULL, NULL, NULL, NULL, 56819), -- Congealed Droplet (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+149, 216329, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2599.36962890625, -1181.8756103515625, -1144.054443359375, 3.460547208786010742, 7200, 4, 0, 1, NULL, NULL, NULL, NULL, 56819), -- Congealed Droplet (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+150, 216329, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2595.601318359375, -1179.370361328125, -1144.119873046875, 3.21105051040649414, 7200, 4, 0, 1, NULL, NULL, NULL, NULL, 56819), -- Congealed Droplet (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+151, 216329, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2600.2255859375, -1173.47314453125, -1144.224609375, 3.81210494041442871, 7200, 4, 0, 1, NULL, NULL, NULL, NULL, 56819), -- Congealed Droplet (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+152, 216342, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2558.717041015625, -1253.828125, -1132.0352783203125, 2.825456142425537109, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Skittering Assistant (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+153, 216339, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2640.65966796875, -1124.9410400390625, -1132.211181640625, 2.135377168655395507, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Unnaturaler (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+154, 218374, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2606.088623046875, -1179.204833984375, -1143.49658203125, 5.135504722595214843, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Slime Stalker (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+155, 221103, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2683.57470703125, -1166.46533203125, -1132.008544921875, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hulking Warshell (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 444428 - Honored Citizen)
(@CGUID+156, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2588.907958984375, -1111.3350830078125, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+157, 218374, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2610.772705078125, -1175.079833984375, -1144.0966796875, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Slime Stalker (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+158, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2588.076416015625, -1114.421875, -1131.166748046875, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+159, 216339, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2631.18408203125, -1116.5364990234375, -1132.035400390625, 2.685541152954101562, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Sureki Unnaturaler (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+160, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2567.2119140625, -1094.8541259765625, -1132.0352783203125, 4.670025825500488281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+161, 218374, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2607.0869140625, -1170.8507080078125, -1143.49658203125, 0.800874292850494384, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Slime Stalker (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+162, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2571.86279296875, -1089.3160400390625, -1132.0352783203125, 4.670025825500488281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+163, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2607.373291015625, -1117.1129150390625, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+164, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2587.359375, -1096.951416015625, -1132.035400390625, 4.670025825500488281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+165, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2609.411376953125, -1119.2864990234375, -1132.035400390625, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+166, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2608.322998046875, -1126.564208984375, -1132.035400390625, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+167, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2608.33154296875, -1122.4617919921875, -1132.0352783203125, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+168, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2597.421875, -1110.4305419921875, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+169, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2602.501708984375, -1110.623291015625, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+170, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2604.48095703125, -1113.4774169921875, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+171, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2605.40283203125, -1122.0242919921875, -1132.035400390625, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+172, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2602.225830078125, -1238.0208740234375, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+173, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2598.229248046875, -1240.15625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+174, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2631.1806640625, -1145.060791015625, -1132.000732421875, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+175, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2610.138916015625, -1115.939208984375, -1132.035400390625, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+176, 216342, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2618.616455078125, -1222.125, -1132.035400390625, 3.03151249885559082, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Skittering Assistant (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+177, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2577.3125, -1083.2066650390625, -1131.4893798828125, 4.170844554901123046, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+178, 216342, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2619.20654296875, -1225.2413330078125, -1132.035400390625, 2.263981342315673828, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Skittering Assistant (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+179, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2603.388916015625, -1107.7413330078125, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+180, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2630.307373046875, -1207.125, -1132.0352783203125, 2.545468091964721679, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+181, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2624.54345703125, -1136.046875, -1132.0352783203125, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+182, 216342, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2621.1337890625, -1226.9305419921875, -1132.0352783203125, 2.448144435882568359, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Skittering Assistant (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+183, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2599.272705078125, -1255.6353759765625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+184, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2608.013916015625, -1113.7135009765625, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+185, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2623.192626953125, -1132.3367919921875, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+186, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2628.842041015625, -1145.8316650390625, -1132.035400390625, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+187, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2622.161376953125, -1139.3038330078125, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+188, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2606.6337890625, -1109.44970703125, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+189, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2625.560791015625, -1139.1163330078125, -1132.0352783203125, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+190, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2629.328125, -1136.2691650390625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+191, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2628.07470703125, -1141.3038330078125, -1132.0352783203125, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+192, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2624.286376953125, -1209.392333984375, -1132.0352783203125, 2.545468091964721679, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+193, 216342, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2630.979248046875, -1230.6978759765625, -1132.035400390625, 2.420596599578857421, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Skittering Assistant (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+194, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2589.397705078125, -1083.1319580078125, -1131.4893798828125, 4.170844554901123046, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+195, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2631.7431640625, -1139.8489990234375, -1132.0352783203125, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+196, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2599.779541015625, -1091.0260009765625, -1132.035400390625, 4.170844554901123046, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+197, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2583.083251953125, -1079.96533203125, -1131.134765625, 4.053066253662109375, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+198, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2607.625, -1257.185791015625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+199, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2611.755126953125, -1252.68408203125, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+200, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2624.875, -1109.8992919921875, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+201, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2607.55029296875, -1252.3941650390625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+202, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2586.953125, -1081.982666015625, -1131.492431640625, 4.170844554901123046, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+203, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2583.609375, -1083.689208984375, -1131.4873046875, 4.053066253662109375, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+204, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2616.14404296875, -1253.0850830078125, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+205, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2580.40966796875, -1082.1822509765625, -1131.2640380859375, 4.170844554901123046, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+206, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2638.93408203125, -1118.3541259765625, -1132.035400390625, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+207, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2617.763916015625, -1096.9722900390625, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+208, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2614.7900390625, -1095.671875, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+209, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2632.74658203125, -1240.953125, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+210, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2609.177001953125, -1092.2882080078125, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+211, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2629.90283203125, -1106.720458984375, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+212, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2626.286376953125, -1105.015625, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+213, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2640.1337890625, -1114.6875, -1132.0352783203125, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+214, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2628.65625, -1111.795166015625, -1132.0352783203125, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+215, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2634.354248046875, -1107.486083984375, -1132.0352783203125, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+216, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2633.151123046875, -1110.7083740234375, -1132.0352783203125, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+217, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2627.638916015625, -1108.7257080078125, -1132.0352783203125, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+218, 216342, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2637.6181640625, -1231.154541015625, -1132.035400390625, 0.923772275447845458, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Skittering Assistant (Area: The Transformatory - Difficulty: Follower) CreateObject1
(@CGUID+219, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2635.6494140625, -1116.560791015625, -1132.0352783203125, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+220, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2612.32470703125, -1093.296875, -1132.035400390625, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+221, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2636.515625, -1239.19970703125, -1132.0352783203125, 3.503216981887817382, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
(@CGUID+222, 218067, 2669, 14979, 15113, '1,2,8,23', 0, 0, 0, 0, -2636.255126953125, -1113.09375, -1132.0352783203125, 5.178589344024658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56819); -- Cocoon (Area: The Transformatory - Difficulty: Follower) CreateObject1 (Auras: 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon)
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+222;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+3, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+5, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+7, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+12, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+14, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+19, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, ''), -- Agile Pursuer
(@CGUID+20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+23, 0, 0, 0, 0, 0, 1, 0, 425, 0, 0, 0, 0, ''), -- Covert Webmancer
(@CGUID+26, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+31, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+34, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+37, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Sureki Conscript
(@CGUID+60, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+62, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+63, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+64, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+65, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+67, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+68, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+69, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+71, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+73, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+75, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+76, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+77, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+78, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+79, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+81, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+82, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+83, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+84, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+88, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+91, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+93, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+94, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+95, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+97, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+98, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+99, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+100, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+101, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+102, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+103, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+104, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+106, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+108, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+112, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+113, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+115, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+116, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+117, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+118, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+120, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+122, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+123, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+125, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+127, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+128, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+129, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+130, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+133, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+134, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+135, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+136, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+137, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+139, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+140, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+141, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+142, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+144, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+146, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+156, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+158, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+160, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+162, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+163, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+164, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+165, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+166, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+167, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+168, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+169, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+170, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+171, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+172, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+173, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+174, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+175, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+177, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+179, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+180, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+181, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+183, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+184, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+185, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+186, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+187, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+188, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+189, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+190, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+191, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+192, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+193, 0, 0, 0, 0, 0, 1, 0, 378, 0, 0, 0, 0, ''), -- Skittering Assistant
(@CGUID+194, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+195, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+196, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+197, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+198, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+199, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+200, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+201, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+202, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+203, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+204, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+205, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+206, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+207, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+208, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+209, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+210, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+211, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+212, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+213, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+214, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+215, 0, 0, 0, 0, 0, 1, 0, 0, 8608, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+216, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+217, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+218, 0, 0, 0, 0, 0, 1, 0, 378, 0, 0, 0, 0, ''), -- Skittering Assistant
(@CGUID+219, 0, 0, 0, 0, 0, 1, 0, 0, 3421, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+220, 0, 0, 0, 0, 0, 1, 0, 0, 30470, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+221, 0, 0, 0, 0, 0, 1, 0, 0, 3503, 0, 0, 0, '436330 443377'), -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
(@CGUID+222, 0, 0, 0, 0, 0, 1, 0, 0, 30471, 0, 0, 0, '436330 443377'); -- Cocoon - 436330 - Detection Aura, 443377 - [DNT]Trash RP Cocoon
-- Template Addon
DELETE FROM `creature_template_addon` WHERE `entry` IN (221103 /*221103 (Hulking Warshell) - Honored Citizen*/, 221102 /*221102 (Elder Shadeweaver) - Honored Citizen*/, 218374 /*218374 (Slime Stalker)*/, 218067 /*218067 (Cocoon) - Detection Aura, [DNT]Trash RP Cocoon*/, 216320 /*216320 (The Coaglamation) - [DNT]Energize Purple, [DNT] Invisible, Bot AI Follow Advert*/, 216328 /*216328 (Unstable Test Subject) - [DNT]Stomp Barrage, Invisibility and Stealth Detection*/, 223357 /*223357 (Sureki Conscript)*/);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(221103, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '444428'), -- 221103 (Hulking Warshell) - Honored Citizen
(221102, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '444428'), -- 221102 (Elder Shadeweaver) - Honored Citizen
(218374, 0, 0, 0, 0, 0, 1, 0, 0, 30472, 0, 0, 0, ''), -- 218374 (Slime Stalker)
(218067, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '436330 443377'), -- 218067 (Cocoon) - Detection Aura, [DNT]Trash RP Cocoon
(216320, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '455154 443055 422362'), -- 216320 (The Coaglamation) - [DNT]Energize Purple, [DNT] Invisible, Bot AI Follow Advert
(216328, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '445862 18950'), -- 216328 (Unstable Test Subject) - [DNT]Stomp Barrage, Invisibility and Stealth Detection
(223357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''); -- 223357 (Sureki Conscript)
-- Template
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=832, `unit_flags2`=2048 WHERE `entry`=221103; -- Hulking Warshell
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=832, `unit_flags2`=2048 WHERE `entry`=221102; -- Elder Shadeweaver
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=33554432, `unit_flags2`=2048, `unit_flags3`=1073741825, `flags_extra` = 128 WHERE `entry`=221101; -- Stalker
UPDATE `creature_template` SET `faction`=16, `speed_walk`=1.20000004768371582, `speed_run`=0.428571432828903198, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=216329; -- Congealed Droplet
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=2048, `unit_flags3`=1073741824, `flags_extra` = 128 WHERE `entry`=218374; -- Slime Stalker
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=216342; -- Skittering Assistant
UPDATE `creature_template` SET `faction`=16, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=33554496, `unit_flags2`=2048, `unit_flags3`=1090519041 WHERE `entry`=218067; -- Cocoon
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=216339; -- Sureki Unnaturaler
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=33555264 WHERE `entry`=216320; -- The Coaglamation
UPDATE `creature_template` SET `faction`=16, `speed_walk`=1.20000004768371582, `speed_run`=0.714285731315612792, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=216328; -- Unstable Test Subject
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=67108864, `unit_flags3`=1090551809, `flags_extra` = 128 WHERE `entry`=214542; -- Path Helper
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=220730; -- Royal Venomshell
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=224732; -- Covert Webmancer
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=1500, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry` IN (228361, 223181); -- Agile Pursuer
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=224731; -- Web Marauder
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=223357; -- Sureki Conscript
-- Path for Web Marauder
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+33;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+33, @CGUID+33, 0, 0, 515, 3, 14),
(@CGUID+33, @CGUID+32, 4, 270, 515, 3, 14);
SET @MOVERGUID := @CGUID+33;
SET @ENTRY := 224731;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, NULL, 'Web Marauder - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -2301.1396, -1163.3099, -1172.0198, NULL, 0),
(@PATH, 1, -2297.955, -1164.5045, -1171.9027, NULL, 0),
(@PATH, 2, -2294.889, -1165.6547, -1171.8856, NULL, 0),
(@PATH, 3, -2292.9395, -1166.3859, -1171.8997, NULL, 4140),
(@PATH, 4, -2296.4595, -1165.0656, -1171.8743, NULL, 0),
(@PATH, 5, -2299.5552, -1163.9043, -1171.9615, NULL, 0),
(@PATH, 6, -2302.6436, -1162.746, -1172.137, NULL, 0),
(@PATH, 7, -2305.4473, -1161.6942, -1172.0048, NULL, 0),
(@PATH, 8, -2307.9666, -1160.7491, -1172.2246, NULL, 0),
(@PATH, 9, -2310.7058, -1159.7124, -1171.8207, NULL, 0),
(@PATH, 10, -2313.5483, -1158.6191, -1172.1315, NULL, 0),
(@PATH, 11, -2316.3867, -1157.5272, -1172.0796, NULL, 0),
(@PATH, 12, -2319.2153, -1156.4391, -1172.0277, NULL, 0),
(@PATH, 13, -2322.0469, -1155.3497, -1171.8446, NULL, 0),
(@PATH, 14, -2324.6914, -1154.3323, -1171.9563, NULL, 4053),
(@PATH, 15, -2320.8901, -1155.7947, -1171.8245, NULL, 0),
(@PATH, 16, -2318.034, -1156.8936, -1172.0493, NULL, 0),
(@PATH, 17, -2315.1936, -1157.9863, -1172.1014, NULL, 0),
(@PATH, 18, -2312.3699, -1159.0726, -1172.0887, NULL, 0),
(@PATH, 19, -2309.3267, -1160.2385, -1172.222, NULL, 0),
(@PATH, 20, -2306.2266, -1161.402, -1172.2246, NULL, 0),
(@PATH, 21, -2304.1619, -1162.1763, -1171.8756, NULL, 0);
UPDATE `creature` SET `position_x`=-2301.1396, `position_y`=-1163.3099, `position_z`=-1172.0198, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Agile Pursuer
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+38;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+38, @CGUID+38, 0, 0, 515, 1, 13),
(@CGUID+38, @CGUID+36, 4, 270, 515, 1, 13);
SET @MOVERGUID := @CGUID+38;
SET @ENTRY := 228361;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, NULL, 'Agile Pursuer - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -2292.9905, -1147.6956, -1172.0215, NULL, 0),
(@PATH, 1, -2291.5496, -1148.4021, -1172.0215, NULL, 3562),
(@PATH, 2, -2295.2524, -1146.586, -1172.0215, NULL, 0),
(@PATH, 3, -2297.984, -1145.2466, -1172.0215, NULL, 0),
(@PATH, 4, -2300.6992, -1143.9148, -1172.0215, NULL, 0),
(@PATH, 5, -2303.4329, -1142.5742, -1172.0215, NULL, 0),
(@PATH, 6, -2306.1636, -1141.2313, -1171.992, NULL, 0),
(@PATH, 7, -2308.8994, -1139.8818, -1171.9474, NULL, 0),
(@PATH, 8, -2311.634, -1138.5331, -1171.9622, NULL, 0),
(@PATH, 9, -2314.3416, -1137.1976, -1171.9767, NULL, 0),
(@PATH, 10, -2317.0876, -1135.8434, -1171.9913, NULL, 0),
(@PATH, 11, -2319.8042, -1134.5034, -1172.006, NULL, 0),
(@PATH, 12, -2322.5254, -1133.1613, -1172.0215, NULL, 0),
(@PATH, 13, -2323.386, -1132.7367, -1172.0215, NULL, 3226),
(@PATH, 14, -2319.6877, -1134.5608, -1172.0054, NULL, 0),
(@PATH, 15, -2316.9578, -1135.9073, -1171.9907, NULL, 0),
(@PATH, 16, -2314.2366, -1137.2494, -1171.9761, NULL, 0),
(@PATH, 17, -2311.5156, -1138.5916, -1171.9614, NULL, 0),
(@PATH, 18, -2308.8015, -1139.9303, -1171.9469, NULL, 0),
(@PATH, 19, -2306.0718, -1141.2767, -1171.9943, NULL, 0),
(@PATH, 20, -2303.3518, -1142.614, -1172.0215, NULL, 0),
(@PATH, 21, -2300.6228, -1143.9524, -1172.0215, NULL, 0),
(@PATH, 22, -2297.8894, -1145.2928, -1172.0215, NULL, 0),
(@PATH, 23, -2295.1538, -1146.6345, -1172.0215, NULL, 0);
UPDATE `creature` SET `position_x`=-2292.9905, `position_y`=-1147.6956, `position_z`=-1172.0215, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Sureki Unnaturaler
SET @MOVERGUID := @CGUID+72;
SET @ENTRY := 216339;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 1, 0, NULL, 'Sureki Unnaturaler - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -2569.0312, -1094.4635, -1132.0215, NULL, 0),
(@PATH, 1, -2615.823, -1098.4548, -1132.0215, NULL, 9802),
(@PATH, 2, -2618.3315, -1111.5695, -1132.0488, NULL, 5881),
(@PATH, 3, -2615.823, -1098.4548, -1132.0215, NULL, 0),
(@PATH, 4, -2569.0312, -1094.4635, -1132.0215, NULL, 0),
(@PATH, 5, -2545.3386, -1114.8351, -1132.0027, NULL, 5895);
UPDATE `creature` SET `position_x`=-2569.0312, `position_y`=-1094.4635, `position_z`=-1132.0215, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
@@ -0,0 +1,55 @@
SET @CGUID := 10003717;
SET @OGUID := 10000994;
-- Creature
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`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 221294, 0, 1519, 10523, '0', 24506, 0, 0, 0, -9071.8095703125, 1009.5242919921875, 73.67437744140625, 1.353640079498291015, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Earthen Runeweaver (Area: Wizard's Sanctum - Difficulty: 0) CreateObject1 (Auras: 443618 - Dornogal Portal Cosmetic [DNT])
(@CGUID+1, 221294, 0, 1519, 10523, '0', 24506, 0, 0, 0, -9066.25, 1013.4879150390625, 73.6744842529296875, 3.002710819244384765, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819); -- Earthen Runeweaver (Area: Wizard's Sanctum - Difficulty: 0) CreateObject1 (Auras: 443618 - Dornogal Portal Cosmetic [DNT])
-- GameObject
DELETE FROM `gameobject` WHERE `guid` = @OGUID+0;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 452405, 0, 1519, 10523, '0', 24506, 0, -9070.51953125, 1013.7852783203125, 74.3186187744140625, 5.366888046264648437, 0, 0, -0.44228839874267578, 0.896872878074645996, 120, 255, 1, 56819); -- Portal to Dornogal (Area: Wizard's Sanctum - Difficulty: 0) CreateObject1
DELETE FROM `gameobject_addon` WHERE `guid` = @OGUID+0;
INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `WorldEffectID`, `AIAnimKitID`) VALUES
(@OGUID+0, 0, 0, -0.44228863716125488, 0.896872758865356445, 0, 3503); -- Portal to Dornogal
-- Template Addon
DELETE FROM `creature_template_addon` WHERE `entry`=221294;
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(221294, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '443618'); -- 221294 (Earthen Runeweaver) - Dornogal Portal Cosmetic [DNT]
DELETE FROM `gameobject_template_addon` WHERE `entry` = 452405; -- Portal to Dornogal
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(452405, 1732, 0, 0, 3503); -- Portal to Dornogal
-- Template
UPDATE `creature_template` SET `faction`=1732, `BaseAttackTime`=1500, `unit_flags`=512, `unit_flags2`=2048 WHERE `entry`=221294; -- Earthen Runeweaver
DELETE FROM `gameobject_template` WHERE `entry` = 452405; -- Portal to Dornogal
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
(452405, 22, 92603, 'Portal to Dornogal', '', '', '', 0.999999761581420898, 446540, -1, 0, 0, 0, 124420, 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, 56819); -- Portal to Dornogal
-- Phase
DELETE FROM `phase_name` WHERE `ID` = 24506;
INSERT INTO `phase_name` (`ID`, `Name`) VALUES
(24506, 'Cosmetic - See Portal to Dornogal');
DELETE FROM `phase_area` WHERE `PhaseId` = 24506;
INSERT INTO `phase_area` (`AreaId`, `PhaseId`, `Comment`) VALUES
(1519, 24506, 'Cosmetic - See Portal to Dornogal');
-- Seplltarget
DELETE FROM `spell_target_position` WHERE (`ID`=446540 AND `EffectIndex`=0);
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `VerifiedBuild`) VALUES
(446540, 0, 2552, 2915.679931640625, -2400.330078125, 265.8599853515625, 56819); -- Spell: 446540 (Teleport: Dornogal) Efffect: 15 (SPELL_EFFECT_RITUAL_ACTIVATE_PORTAL)
-- Model
DELETE FROM `creature_model_info` WHERE `DisplayID` IN (118597, 118596);
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES
(118597, 0.347000002861022949, 1.5, 0, 56819),
(118596, 0.347000002861022949, 1.5, 0, 56819);
-- Difficulty
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2837, `VerifiedBuild`=56819 WHERE (`Entry`=221294 AND `DifficultyID`=0); -- 221294 (Earthen Runeweaver) -
@@ -0,0 +1,64 @@
SET @ATID := 96;
SET @ATCP := 85;
SET @ATSPAWNID := 99;
-- Creature
UPDATE `creature_template` SET `flags_extra`=536870912, `ScriptName`='boss_ulgrax_the_devourer' WHERE `entry`=215657; -- CREATURE_FLAG_EXTRA_IGNORE_PATHFINDING must be added since the combat is on a gameobject
DELETE FROM `creature_formations` WHERE `leaderGUID`=10001982;
INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`,`point_1`,`point_2`) VALUES
(10001982,10001982,0,0,0,0,0),
(10001982,10002001,0,0,0,0,0),
(10001982,10001998,0,0,0,0,0),
(10001982,10001995,0,0,0,0,0),
(10001982,10001989,0,0,0,0,0);
UPDATE `creature` SET `StringId`='nerubar_palace_intro_trash' WHERE `guid` IN (10001982, 10002001, 10001998, 10001995, 10001989);
DELETE FROM `creature_formations` WHERE `leaderGUID`=10001991;
INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`,`point_1`,`point_2`) VALUES
(10001991,10001991,0,0,0,0,0),
(10001991,10002009,0,0,0,0,0),
(10001991,10002016,0,0,0,0,0),
(10001991,10002018,0,0,0,0,0),
(10001991,10002006,0,0,0,0,0),
(10001991,10002010,0,0,0,0,0);
UPDATE `creature` SET `StringId`='ulgrax_intro_trash' WHERE `guid` IN (10001991, 10002009, 10002016, 10002018, 10002006, 10002010);
-- Instance
DELETE FROM `instance_template` WHERE `map`=2657;
INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES
(2657, 0, 'instance_nerubar_palace');
-- Areatrigger
DELETE FROM `areatrigger_template` WHERE `Id`=@ATID+0 AND `IsCustom`=1;
INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `ActionSetId`, `ActionSetFlags`, `VerifiedBuild`) VALUES
(@ATID+0, 1, 1, 0, 0, 0);
DELETE FROM `areatrigger_create_properties` WHERE `Id`=@ATCP+0 AND `IsCustom`=1;
INSERT INTO `areatrigger_create_properties` (`Id`, `IsCustom`, `AreaTriggerId`, `IsAreatriggerCustom`, `Flags`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `SpellForVisuals`, `TimeToTarget`, `TimeToTargetScale`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ShapeData6`, `ShapeData7`, `ScriptName`, `VerifiedBuild`) VALUES
(@ATCP+0, 1, @ATID+0, 1, 0, 0, 0, 0, 0, -1, 0, 0, NULL, 0, 0, 1, 30, 60, 2, 30, 60, 2, 0, 0, 'at_ulgrax_intro', 0);
DELETE FROM `areatrigger` WHERE `SpawnId`=@ATSPAWNID+0 AND `IsCustom`=1;
INSERT INTO `areatrigger` (`SpawnId`, `AreaTriggerCreatePropertiesId`, `IsCustom`, `MapId`, `SpawnDifficulties`, `PosX`, `PosY`, `PosZ`, `Orientation`, `PhaseUseFlags`, `PhaseId`, `PhaseGroup`, `ScriptName`, `Comment`, `VerifiedBuild`) VALUES
(@ATSPAWNID+0, @ATCP+0, 1, 2657, '14,15,16,17', -2841.09, -273.894, -1189.997, 5.509477, 0, 0, 0, '', 'Nerub\'ar Palace - Ulgrax the Devourer intro', 0);
-- Conversation
DELETE FROM `conversation_line_template` WHERE `Id` IN (66068, 66067, 66066);
INSERT INTO `conversation_line_template` (`Id`, `UiCameraID`, `ActorIdx`, `Flags`, `ChatType`, `VerifiedBuild`) VALUES
(66068, 0, 0, 1, 1, 56513),
(66067, 0, 0, 1, 1, 56513),
(66066, 0, 0, 1, 1, 56513);
DELETE FROM `conversation_template` WHERE `Id` = 24332;
INSERT INTO `conversation_template` (`Id`, `FirstLineID`, `TextureKitId`, `VerifiedBuild`) VALUES
(24332, 66066, 0, 56513);
DELETE FROM `conversation_actors` WHERE `ConversationId`=24332 AND `Idx`=0;
INSERT INTO `conversation_actors` (`ConversationId`, `ConversationActorId`, `ConversationActorGuid`, `Idx`, `CreatureId`, `CreatureDisplayInfoId`, `NoActorObject`, `ActivePlayerObject`, `VerifiedBuild`) VALUES
(24332, 97324, 10002046, 0, 0, 0, 0, 0, 56513);
-- Spells
DELETE FROM `spell_script_names` WHERE `spell_id` IN (451409, 451411);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(451409, 'spell_ulgrax_the_devourer_swallowing_darkness_intro'),
(451411, 'spell_ulgrax_the_devourer_swallowing_darkness_teleport');
@@ -0,0 +1,649 @@
-- Path for Coastal Albatross
SET @MOVERGUID := 1051127;
SET @ENTRY := 161133;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Coastal Albatross - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -266.69943, -2456.9673, 30.767942, NULL, 0),
(@PATH, 1, -269.63284, -2449.898, 30.767942, NULL, 0),
(@PATH, 2, -266.70837, -2442.8252, 30.767942, NULL, 0),
(@PATH, 3, -259.63916, -2439.8916, 30.767942, NULL, 0),
(@PATH, 4, -252.56625, -2442.8162, 30.767942, NULL, 0),
(@PATH, 5, -249.63284, -2449.8853, 30.767942, NULL, 0),
(@PATH, 6, -252.5573, -2456.9583, 30.767942, NULL, 0),
(@PATH, 7, -259.6265, -2459.8916, 30.767942, NULL, 0);
UPDATE `creature` SET `position_x`=-266.69943, `position_y`=-2456.9673, `position_z`=30.767942, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Coastal Albatross
SET @MOVERGUID := 1051134;
SET @ENTRY := 161133;
SET @PATHOFFSET := 1;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Coastal Albatross - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -184.51358, -2488.4644, 34.979782, NULL, 0),
(@PATH, 1, -184.92104, -2496.1072, 34.979782, NULL, 0),
(@PATH, 2, -190.61345, -2501.2234, 34.979782, NULL, 0),
(@PATH, 3, -198.25626, -2500.816, 34.979782, NULL, 0),
(@PATH, 4, -203.37242, -2495.1235, 34.979782, NULL, 0),
(@PATH, 5, -202.96497, -2487.4807, 34.979782, NULL, 0),
(@PATH, 6, -197.27257, -2482.3645, 34.979782, NULL, 0),
(@PATH, 7, -189.62975, -2482.772, 34.979782, NULL, 0);
UPDATE `creature` SET `position_x`=-184.51358, `position_y`=-2488.4644, `position_z`=34.979782, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Coastal Albatross
SET @MOVERGUID := 1051145;
SET @ENTRY := 161133;
SET @PATHOFFSET := 2;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Coastal Albatross - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -197.94951, -2438.024, 24.703934, NULL, 0),
(@PATH, 1, -203.62326, -2432.887, 24.703934, NULL, 0),
(@PATH, 2, -204.0029, -2425.2427, 24.703934, NULL, 0),
(@PATH, 3, -198.86604, -2419.569, 24.703934, NULL, 0),
(@PATH, 4, -191.2218, -2419.1895, 24.703934, NULL, 0),
(@PATH, 5, -185.54805, -2424.3262, 24.703934, NULL, 0),
(@PATH, 6, -185.16841, -2431.9705, 24.703934, NULL, 0),
(@PATH, 7, -190.30527, -2437.6443, 24.703934, NULL, 0);
UPDATE `creature` SET `position_x`=-197.94951, `position_y`=-2438.024, `position_z`=24.703934, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Coastal Albatross
SET @MOVERGUID := 1051128;
SET @ENTRY := 161133;
SET @PATHOFFSET := 3;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Coastal Albatross - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -215.52295, -2465.0913, 38.79076, NULL, 0),
(@PATH, 1, -219.65314, -2471.535, 38.79076, NULL, 0),
(@PATH, 2, -227.12993, -2473.171, 38.79076, NULL, 0),
(@PATH, 3, -233.57356, -2469.0408, 38.79076, NULL, 0),
(@PATH, 4, -235.20941, -2461.564, 38.79076, NULL, 0),
(@PATH, 5, -231.07924, -2455.12, 38.79076, NULL, 0),
(@PATH, 6, -223.60243, -2453.4844, 39.98038, NULL, 0),
(@PATH, 7, -217.15881, -2457.6145, 38.79076, NULL, 0);
UPDATE `creature` SET `position_x`=-215.52295, `position_y`=-2465.0913, `position_z`=38.79076, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Coastal Albatross
SET @MOVERGUID := 1051151;
SET @ENTRY := 161133;
SET @PATHOFFSET := 4;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Coastal Albatross - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -141.67023, -2455.4355, 34.259457, NULL, 0),
(@PATH, 1, -135.54694, -2450.8438, 34.259457, NULL, 0),
(@PATH, 2, -127.970276, -2451.9268, 34.259457, NULL, 0),
(@PATH, 3, -123.37854, -2458.05, 34.259457, NULL, 0),
(@PATH, 4, -124.46151, -2465.6267, 34.259457, NULL, 0),
(@PATH, 5, -130.5848, -2470.2185, 34.259457, NULL, 0),
(@PATH, 6, -138.16145, -2469.1355, 34.259457, NULL, 0),
(@PATH, 7, -142.75319, -2463.0122, 34.259457, NULL, 0);
UPDATE `creature` SET `position_x`=-141.67023, `position_y`=-2455.4355, `position_z`=34.259457, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Coastal Albatross
SET @MOVERGUID := 1051153;
SET @ENTRY := 161133;
SET @PATHOFFSET := 5;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Coastal Albatross - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -125.053505, -2412.7556, 15.660763, NULL, 0),
(@PATH, 1, -117.60623, -2414.521, 15.660763, NULL, 0),
(@PATH, 2, -113.58858, -2421.0354, 15.660763, NULL, 0),
(@PATH, 3, -115.35403, -2428.4827, 15.660763, NULL, 0),
(@PATH, 4, -121.8684, -2432.5002, 15.660763, NULL, 0),
(@PATH, 5, -129.31567, -2430.7349, 15.660763, NULL, 0),
(@PATH, 6, -133.33333, -2424.2205, 15.660763, NULL, 0),
(@PATH, 7, -131.56789, -2416.7732, 15.660763, NULL, 0);
UPDATE `creature` SET `position_x`=-125.053505, `position_y`=-2412.7556, `position_z`=15.660763, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Sharpbeak Hawk
SET @MOVERGUID := 1051163;
SET @ENTRY := 164827;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Sharpbeak Hawk - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -182.28308, -2593.7358, 50.873833, NULL, 0),
(@PATH, 1, -176.15979, -2589.144, 50.873833, NULL, 0),
(@PATH, 2, -168.58313, -2590.227, 50.873833, NULL, 0),
(@PATH, 3, -163.9914, -2596.3503, 50.873833, NULL, 0),
(@PATH, 4, -165.07437, -2603.927, 50.873833, NULL, 0),
(@PATH, 5, -171.19765, -2608.5188, 50.873833, NULL, 0),
(@PATH, 6, -178.7743, -2607.4358, 50.873833, NULL, 0),
(@PATH, 7, -183.36604, -2601.3125, 50.873833, NULL, 0);
UPDATE `creature` SET `position_x`=-182.28308, `position_y`=-2593.7358, `position_z`=50.873833, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Sharpbeak Hawk
SET @MOVERGUID := 1051161;
SET @ENTRY := 164827;
SET @PATHOFFSET := 1;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Sharpbeak Hawk - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -143.37067, -2626.1196, 60.741047, NULL, 0),
(@PATH, 1, -149.7132, -2621.8357, 60.741047, NULL, 0),
(@PATH, 2, -151.16895, -2614.3218, 60.741047, NULL, 0),
(@PATH, 3, -146.88515, -2607.9792, 60.741047, NULL, 0),
(@PATH, 4, -139.3712, -2606.5234, 60.741047, NULL, 0),
(@PATH, 5, -133.02867, -2610.8074, 60.741047, NULL, 0),
(@PATH, 6, -131.57292, -2618.3213, 60.741047, NULL, 0),
(@PATH, 7, -135.85672, -2624.6638, 60.741047, NULL, 0);
UPDATE `creature` SET `position_x`=-143.37067, `position_y`=-2626.1196, `position_z`=60.741047, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Sharpbeak Hawk
SET @MOVERGUID := 1051162;
SET @ENTRY := 164827;
SET @PATHOFFSET := 2;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Sharpbeak Hawk - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -145.33858, -2670.5547, 68.75432, NULL, 0),
(@PATH, 1, -148.41629, -2677.5623, 68.75432, NULL, 0),
(@PATH, 2, -155.54768, -2680.341, 68.75432, NULL, 0),
(@PATH, 3, -162.55527, -2677.2632, 68.75432, NULL, 0),
(@PATH, 4, -165.3341, -2670.1318, 68.75432, NULL, 0),
(@PATH, 5, -162.2564, -2663.1243, 68.75432, NULL, 0),
(@PATH, 6, -155.125, -2660.3455, 68.75432, NULL, 0),
(@PATH, 7, -148.11742, -2663.423, 68.75432, NULL, 0);
UPDATE `creature` SET `position_x`=-145.33858, `position_y`=-2670.5547, `position_z`=68.75432, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Sharpbeak Hawk
SET @MOVERGUID := 1051221;
SET @ENTRY := 164827;
SET @PATHOFFSET := 3;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Sharpbeak Hawk - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -103.705635, -2670.7598, 75.72378, NULL, 0),
(@PATH, 1, -96.05725, -2670.4753, 75.72378, NULL, 0),
(@PATH, 2, -90.44797, -2675.6826, 75.72378, NULL, 0),
(@PATH, 3, -90.163635, -2683.3308, 75.72378, NULL, 0),
(@PATH, 4, -95.370804, -2688.9402, 75.72378, NULL, 0),
(@PATH, 5, -103.019196, -2689.2246, 75.72378, NULL, 0),
(@PATH, 6, -108.62847, -2684.0173, 75.72378, NULL, 0),
(@PATH, 7, -108.9128, -2676.369, 75.72378, NULL, 0);
UPDATE `creature` SET `position_x`=-103.705635, `position_y`=-2670.7598, `position_z`=75.72378, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Sharpbeak Hawk
SET @MOVERGUID := 1051482;
SET @ENTRY := 164827;
SET @PATHOFFSET := 4;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Sharpbeak Hawk - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 247.80037, -2103.118, 123.64119, NULL, 0),
(@PATH, 1, 246.54276, -2091.7065, 123.64119, NULL, 0),
(@PATH, 2, 253.72258, -2082.748, 123.64119, NULL, 0),
(@PATH, 3, 265.134, -2081.4905, 123.64119, NULL, 0),
(@PATH, 4, 274.09235, -2088.6702, 123.64119, NULL, 0),
(@PATH, 5, 275.34995, -2100.0818, 123.64119, NULL, 0),
(@PATH, 6, 268.17014, -2109.04, 123.64119, NULL, 0),
(@PATH, 7, 256.75873, -2110.2976, 123.64119, NULL, 0);
UPDATE `creature` SET `position_x`=247.80037, `position_y`=-2103.118, `position_z`=123.64119, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Sharpbeak Hawk
SET @MOVERGUID := 1051495;
SET @ENTRY := 164827;
SET @PATHOFFSET := 5;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Sharpbeak Hawk - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 303.52255, -2086.049, 125.59218, NULL, 0),
(@PATH, 1, 292.42038, -2083.126, 125.59218, NULL, 0),
(@PATH, 2, 286.63684, -2073.2087, 125.59218, NULL, 0),
(@PATH, 3, 289.55988, -2062.1064, 125.59218, NULL, 0),
(@PATH, 4, 299.47717, -2056.323, 125.59218, NULL, 0),
(@PATH, 5, 310.5793, -2059.246, 125.59218, NULL, 0),
(@PATH, 6, 316.36285, -2069.1633, 125.59218, NULL, 0),
(@PATH, 7, 313.43982, -2080.2654, 125.59218, NULL, 0);
UPDATE `creature` SET `position_x`=303.52255, `position_y`=-2086.049, `position_z`=125.59218, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Sharpbeak Hawk
SET @MOVERGUID := 1051476;
SET @ENTRY := 164827;
SET @PATHOFFSET := 6;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Sharpbeak Hawk - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 333.76797, -2131.895, 126.231636, NULL, 0),
(@PATH, 1, 336.6066, -2143.019, 126.231636, NULL, 0),
(@PATH, 2, 330.74792, -2152.892, 126.231636, NULL, 0),
(@PATH, 3, 319.6239, -2155.7307, 126.231636, NULL, 0),
(@PATH, 4, 309.75082, -2149.872, 126.231636, NULL, 0),
(@PATH, 5, 306.91217, -2138.748, 126.231636, NULL, 0),
(@PATH, 6, 312.77084, -2128.875, 126.231636, NULL, 0),
(@PATH, 7, 323.89487, -2126.0364, 126.231636, NULL, 0);
UPDATE `creature` SET `position_x`=333.76797, `position_y`=-2131.895, `position_z`=126.231636, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Sharpbeak Hawk
SET @MOVERGUID := 1051458;
SET @ENTRY := 164827;
SET @PATHOFFSET := 7;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Sharpbeak Hawk - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 317.39938, -2271.3486, 116.081924, NULL, 0),
(@PATH, 1, 322.50333, -2261.0652, 116.081924, NULL, 0),
(@PATH, 2, 333.38394, -2257.4026, 116.081924, NULL, 0),
(@PATH, 3, 343.6675, -2262.5066, 116.081924, NULL, 0),
(@PATH, 4, 347.33005, -2273.3872, 116.081924, NULL, 0),
(@PATH, 5, 342.2261, -2283.6707, 116.081924, NULL, 0),
(@PATH, 6, 331.3455, -2287.3333, 116.081924, NULL, 0),
(@PATH, 7, 321.06192, -2282.2292, 116.081924, NULL, 0);
UPDATE `creature` SET `position_x`=317.39938, `position_y`=-2271.3486, `position_z`=116.081924, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Sharpbeak Hawk
SET @MOVERGUID := 1051442;
SET @ENTRY := 164827;
SET @PATHOFFSET := 8;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Sharpbeak Hawk - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 328.30615, -2329.7527, 103.62933, NULL, 0),
(@PATH, 1, 331.14478, -2340.8767, 103.62933, NULL, 0),
(@PATH, 2, 325.28613, -2350.7498, 103.62933, NULL, 0),
(@PATH, 3, 314.16208, -2353.5884, 103.62933, NULL, 0),
(@PATH, 4, 304.289, -2347.7297, 103.62933, NULL, 0),
(@PATH, 5, 301.45035, -2336.6057, 103.62933, NULL, 0),
(@PATH, 6, 307.30902, -2326.7327, 103.62933, NULL, 0),
(@PATH, 7, 318.43304, -2323.894, 103.62933, NULL, 0);
UPDATE `creature` SET `position_x`=328.30615, `position_y`=-2329.7527, `position_z`=103.62933, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Sharpbeak Hawk
SET @MOVERGUID := 1051481;
SET @ENTRY := 164827;
SET @PATHOFFSET := 9;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Sharpbeak Hawk - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 328.72983, -2073.2927, 131.38937, NULL, 0),
(@PATH, 1, 326.05466, -2084.4573, 131.38937, NULL, 0),
(@PATH, 2, 316.26855, -2090.4602, 131.38937, NULL, 0),
(@PATH, 3, 305.1041, -2087.785, 131.38937, NULL, 0),
(@PATH, 4, 299.10123, -2077.9988, 131.38937, NULL, 0),
(@PATH, 5, 301.7764, -2066.8345, 131.38937, NULL, 0),
(@PATH, 6, 311.5625, -2060.8315, 131.38937, NULL, 0),
(@PATH, 7, 322.72696, -2063.5066, 131.38937, NULL, 0);
UPDATE `creature` SET `position_x`=328.72983, `position_y`=-2073.2927, `position_z`=131.38937, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Hungry Vulture
SET @MOVERGUID := 1051465;
SET @ENTRY := 154268;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Hungry Vulture - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 238.50812, -2333.4978, 110.37333, NULL, 0),
(@PATH, 1, 232.9311, -2338.7395, 110.37333, NULL, 0),
(@PATH, 2, 225.28111, -2338.5024, 110.37333, NULL, 0),
(@PATH, 3, 220.0394, -2332.9253, 110.37333, NULL, 0),
(@PATH, 4, 220.27647, -2325.2754, 110.37333, NULL, 0),
(@PATH, 5, 225.85349, -2320.0337, 110.37333, NULL, 0),
(@PATH, 6, 233.50348, -2320.2708, 110.37333, NULL, 0),
(@PATH, 7, 238.7452, -2325.8477, 110.37333, NULL, 0);
UPDATE `creature` SET `position_x`=238.50812, `position_y`=-2333.4978, `position_z`=110.37333, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Hungry Vulture
SET @MOVERGUID := 1051470;
SET @ENTRY := 154268;
SET @PATHOFFSET := 1;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Hungry Vulture - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 198.40569, -2287.1506, 126.89249, NULL, 0),
(@PATH, 1, 192.82867, -2292.3923, 126.89249, NULL, 0),
(@PATH, 2, 185.17868, -2292.1553, 126.89249, NULL, 0),
(@PATH, 3, 179.93695, -2286.5781, 126.89249, NULL, 0),
(@PATH, 4, 180.17404, -2278.9282, 126.89249, NULL, 0),
(@PATH, 5, 185.75105, -2273.6865, 126.89249, NULL, 0),
(@PATH, 6, 193.40105, -2273.9236, 126.89249, NULL, 0),
(@PATH, 7, 198.64276, -2279.5005, 126.89249, NULL, 0);
UPDATE `creature` SET `position_x`=198.40569, `position_y`=-2287.1506, `position_z`=126.89249, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Hungry Vulture
SET @MOVERGUID := 1051207;
SET @ENTRY := 154268;
SET @PATHOFFSET := 2;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Hungry Vulture - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 134.69476, -2248.1013, 114.29144, NULL, 0),
(@PATH, 1, 142.05219, -2250.2102, 114.29144, NULL, 0),
(@PATH, 2, 145.76353, -2256.9038, 114.29144, NULL, 0),
(@PATH, 3, 143.65475, -2264.2612, 114.29144, NULL, 0),
(@PATH, 4, 136.96112, -2267.9727, 114.29144, NULL, 0),
(@PATH, 5, 129.6037, -2265.8638, 114.29144, NULL, 0),
(@PATH, 6, 125.89236, -2259.1702, 114.29144, NULL, 0),
(@PATH, 7, 128.00114, -2251.8127, 114.29144, NULL, 0);
UPDATE `creature` SET `position_x`=134.69476, `position_y`=-2248.1013, `position_z`=114.29144, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Hungry Vulture
SET @MOVERGUID := 1051205;
SET @ENTRY := 154268;
SET @PATHOFFSET := 3;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Hungry Vulture - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 74.37294, -2243.2366, 123.023994, NULL, 0),
(@PATH, 1, 68.13437, -2247.6704, 123.023994, NULL, 0),
(@PATH, 2, 60.587837, -2246.3943, 123.023994, NULL, 0),
(@PATH, 3, 56.154015, -2240.1555, 123.023994, NULL, 0),
(@PATH, 4, 57.43017, -2232.6091, 123.023994, NULL, 0),
(@PATH, 5, 63.668747, -2228.1753, 123.023994, NULL, 0),
(@PATH, 6, 71.21527, -2229.4514, 123.023994, NULL, 0),
(@PATH, 7, 75.64909, -2235.69, 123.023994, NULL, 0);
UPDATE `creature` SET `position_x`=74.37294, `position_y`=-2243.2366, `position_z`=123.023994, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Hungry Vulture
SET @MOVERGUID := 1051448;
SET @ENTRY := 154268;
SET @PATHOFFSET := 4;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Hungry Vulture - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 215.90024, -2288.5962, 108.52238, NULL, 0),
(@PATH, 1, 213.56062, -2281.3088, 108.52238, NULL, 0),
(@PATH, 2, 217.05919, -2274.5017, 108.52238, NULL, 0),
(@PATH, 3, 224.3465, -2272.162, 108.52238, NULL, 0),
(@PATH, 4, 231.15375, -2275.6606, 108.52238, NULL, 0),
(@PATH, 5, 233.49335, -2282.9478, 108.52238, NULL, 0),
(@PATH, 6, 229.9948, -2289.7551, 108.52238, NULL, 0),
(@PATH, 7, 222.70749, -2292.0947, 108.52238, NULL, 0);
UPDATE `creature` SET `position_x`=215.90024, `position_y`=-2288.5962, `position_z`=108.52238, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Hungry Vulture
SET @MOVERGUID := 1051193;
SET @ENTRY := 154268;
SET @PATHOFFSET := 5;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Hungry Vulture - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 80.01768, -2218.3826, 115.87697, NULL, 0),
(@PATH, 1, 87.37511, -2220.4915, 115.87697, NULL, 0),
(@PATH, 2, 91.08646, -2227.185, 115.87697, NULL, 0),
(@PATH, 3, 88.97767, -2234.5425, 115.87697, NULL, 0),
(@PATH, 4, 82.28405, -2238.254, 115.87697, NULL, 0),
(@PATH, 5, 74.92663, -2236.145, 115.87697, NULL, 0),
(@PATH, 6, 71.21528, -2229.4514, 115.87697, NULL, 0),
(@PATH, 7, 73.32406, -2222.094, 115.87697, NULL, 0);
UPDATE `creature` SET `position_x`=80.01768, `position_y`=-2218.3826, `position_z`=115.87697, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Hungry Vulture
SET @MOVERGUID := 1051367;
SET @ENTRY := 154268;
SET @PATHOFFSET := 6;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Hungry Vulture - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 179.39145, -2070.7358, 111.89391, NULL, 0),
(@PATH, 1, 186.65712, -2068.3298, 111.89391, NULL, 0),
(@PATH, 2, 193.496, -2071.766, 111.89391, NULL, 0),
(@PATH, 3, 195.90198, -2079.0317, 111.89391, NULL, 0),
(@PATH, 4, 192.46567, -2085.8706, 111.89391, NULL, 0),
(@PATH, 5, 185.2, -2088.2766, 111.89391, NULL, 0),
(@PATH, 6, 178.36111, -2084.8403, 111.89391, NULL, 0),
(@PATH, 7, 175.95514, -2077.5747, 111.89391, NULL, 0);
UPDATE `creature` SET `position_x`=179.39145, `position_y`=-2070.7358, `position_z`=111.89391, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Hungry Vulture
SET @MOVERGUID := 1051364;
SET @ENTRY := 154268;
SET @PATHOFFSET := 7;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Hungry Vulture - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 192.62746, -2076.4026, 104.377655, NULL, 0),
(@PATH, 1, 189.47807, -2083.3784, 104.377655, NULL, 0),
(@PATH, 2, 182.31857, -2086.084, 104.377655, NULL, 0),
(@PATH, 3, 175.3429, -2082.9346, 104.377655, NULL, 0),
(@PATH, 4, 172.6373, -2075.775, 104.377655, NULL, 0),
(@PATH, 5, 175.78668, -2068.7993, 104.377655, NULL, 0),
(@PATH, 6, 182.94618, -2066.0938, 104.377655, NULL, 0),
(@PATH, 7, 189.92186, -2069.2432, 104.377655, NULL, 0);
UPDATE `creature` SET `position_x`=192.62746, `position_y`=-2076.4026, `position_z`=104.377655, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Hungry Vulture
SET @MOVERGUID := 1051363;
SET @ENTRY := 154268;
SET @PATHOFFSET := 8;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x02, NULL, 'Hungry Vulture - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 195.14304, -2034.4199, 96.83711, NULL, 0),
(@PATH, 1, 201.94855, -2030.918, 96.83711, NULL, 0),
(@PATH, 2, 209.23703, -2033.2539, 96.83711, NULL, 0),
(@PATH, 3, 212.73898, -2040.0594, 96.83711, NULL, 0),
(@PATH, 4, 210.40302, -2047.3479, 96.83711, NULL, 0),
(@PATH, 5, 203.59752, -2050.8499, 96.83711, NULL, 0),
(@PATH, 6, 196.30904, -2048.514, 96.83711, NULL, 0),
(@PATH, 7, 192.80708, -2041.7084, 96.83711, NULL, 0);
UPDATE `creature` SET `position_x`=195.14304, `position_y`=-2034.4199, `position_z`=96.83711, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Harpy Snatcher
SET @MOVERGUID := 1051520;
SET @ENTRY := 152571;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, NULL, 'Harpy Snatcher - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 432.696, -2412.7878, 147.20538, NULL, 0),
(@PATH, 1, 430.24692, -2415.7285, 147.90018, NULL, 0),
(@PATH, 2, 426.4359, -2416.076, 148.46404, NULL, 0),
(@PATH, 3, 423.4954, -2413.627, 148.45517, NULL, 0),
(@PATH, 4, 423.1479, -2409.816, 147.62311, NULL, 0),
(@PATH, 5, 425.59695, -2406.8752, 147.62181, NULL, 0),
(@PATH, 6, 429.408, -2406.5278, 147.54799, NULL, 0),
(@PATH, 7, 432.3485, -2408.9768, 146.9591, NULL, 0);
UPDATE `creature` SET `position_x`=432.696, `position_y`=-2412.7878, `position_z`=147.20538, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
@@ -0,0 +1,20 @@
SET @EENTRY := 86;
DELETE FROM `game_event` WHERE `eventEntry` BETWEEN @EENTRY+0 AND @EENTRY+2;
INSERT INTO `game_event` (`eventEntry`,`start_time`,`end_time`,`occurence`,`length`,`holiday`,`holidayStage`,`description`,`world_event`,`announce`) VALUES
(@EENTRY+0,NULL,NULL,5184000,2592000,0,0,'PvP Season 9 - Vicious (Cataclysm)',0,2),
(@EENTRY+1,NULL,NULL,5184000,2592000,0,0,'PvP Season 10 - Ruthless (Cataclysm)',0,2),
(@EENTRY+2,NULL,NULL,5184000,2592000,0,0,'PvP Season 11 - Cataclysmic (Cataclysm)',0,2);
UPDATE `game_event` SET `description`='PvP Season 3 - Vengeful (TBC)' WHERE `eventEntry`=55;
UPDATE `game_event` SET `description`='PvP Season 4 - Brutal (TBC)' WHERE `eventEntry`=56;
UPDATE `game_event` SET `description`='PvP Season 5 - Deadly (WotLK)' WHERE `eventEntry`=57;
UPDATE `game_event` SET `description`='PvP Season 6 - Furious (WotLK)' WHERE `eventEntry`=58;
UPDATE `game_event` SET `description`='PvP Season 7 - Relentless (WotLK)' WHERE `eventEntry`=59;
UPDATE `game_event` SET `description`='PvP Season 8 - Wrathful (WotLK)' WHERE `eventEntry`=60;
DELETE FROM `game_event_arena_seasons` WHERE `eventEntry` BETWEEN @EENTRY+0 AND @EENTRY+2;
INSERT INTO `game_event_arena_seasons` (`eventEntry`,`season`) VALUES
(@EENTRY+0,9),
(@EENTRY+1,10),
(@EENTRY+2,11);
@@ -0,0 +1,11 @@
-- Update Kreenig Snarlsnout
DELETE FROM `creature_template_difficulty` WHERE `entry` = 3438 AND `DifficultyID` = 0 AND `ContentTuningID` = 0;
UPDATE `creature_template_difficulty` SET `DifficultyID` = 0, `ContentTuningID`=3, `StaticFlags1`=0x0, `VerifiedBuild`=56819 WHERE (`Entry`=3438 AND `DifficultyID`=1); -- 3438 (Kreenig Snarlsnout) -
-- Update Razormane Defender
DELETE FROM `creature_template_difficulty` WHERE `entry` = 3266 AND `DifficultyID` = 0 AND `ContentTuningID` = 0;
UPDATE `creature_template_difficulty` SET `DifficultyID` = 0, `ContentTuningID`=3, `StaticFlags1`=0x0, `VerifiedBuild`=56819 WHERE (`Entry`=3266 AND `DifficultyID`=1); -- 3266 (Razormane Defender) -
-- Update Razormane Thornweaver
DELETE FROM `creature_template_difficulty` WHERE `entry` = 3268 AND `DifficultyID` = 0 AND `ContentTuningID` = 0;
UPDATE `creature_template_difficulty` SET `DifficultyID` = 0, `ContentTuningID`=3, `StaticFlags1`=0x0, `VerifiedBuild`=56819 WHERE (`Entry`=3268 AND `DifficultyID`=1); -- 3268 (Razormane Thornweaver) -
@@ -0,0 +1,142 @@
-- Path for Wisp
SET @MOVERGUID := 313296;
SET @ENTRY := 48624;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.0653, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 10329.271, 744.684, 1334.5488, NULL, 0),
(@PATH, 1, 10329.003, 741.5347, 1333.2526, NULL, 0),
(@PATH, 2, 10332.361, 740.2344, 1333.3473, NULL, 0),
(@PATH, 3, 10335.872, 746.8993, 1336.5226, NULL, 0),
(@PATH, 4, 10341.161, 747.09375, 1339.1598, NULL, 0),
(@PATH, 5, 10342.8, 742.07117, 1340.9467, NULL, 0),
(@PATH, 6, 10337.369, 738.1233, 1340.9686, NULL, 0),
(@PATH, 7, 10328.47, 740.8264, 1339.3236, NULL, 0),
(@PATH, 8, 10327.908, 745.5573, 1337.8783, NULL, 0),
(@PATH, 9, 10332.898, 746.5208, 1335.6619, NULL, 0),
(@PATH, 10, 10338.035, 740.7257, 1334.0903, NULL, 0),
(@PATH, 11, 10340.536, 742.92883, 1332.3331, NULL, 0),
(@PATH, 12, 10339.659, 746.5035, 1334.2145, NULL, 0),
(@PATH, 13, 10336.292, 746.8316, 1334.5488, NULL, 0);
UPDATE `creature` SET `position_x`=10339.659, `position_y`=746.5035, `position_z`=1334.2145, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 313297;
SET @ENTRY := 48624;
SET @PATHOFFSET := 1;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 7.8203, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 10354.955, 707.30206, 1340.2677, NULL, 0),
(@PATH, 1, 10351.08, 710.23615, 1341.536, NULL, 0),
(@PATH, 2, 10344.742, 705.88544, 1341.4491, NULL, 0),
(@PATH, 3, 10340.81, 700.61633, 1339.1139, NULL, 0),
(@PATH, 4, 10342.533, 696.4566, 1337.1692, NULL, 0),
(@PATH, 5, 10347.712, 696.6476, 1334.0653, NULL, 0),
(@PATH, 6, 10356.123, 701.783, 1333.291, NULL, 0),
(@PATH, 7, 10357.533, 711.51044, 1332.6805, NULL, 0),
(@PATH, 8, 10353.271, 713.19617, 1332.4512, NULL, 0),
(@PATH, 9, 10348.353, 708.941, 1333.1494, NULL, 0),
(@PATH, 10, 10347.653, 704.11115, 1335.0155, NULL, 0),
(@PATH, 11, 10351.339, 701.0469, 1336.1609, NULL, 0),
(@PATH, 12, 10353.536, 700.4375, 1337.4088, NULL, 0);
UPDATE `creature` SET `position_x`=10351.339, `position_y`=701.0469, `position_z`=1336.1609, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 313293;
SET @ENTRY := 48624;
SET @PATHOFFSET := 2;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1845, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 10344.305, 808.2639, 1331.617, NULL, 0),
(@PATH, 1, 10352.113, 809.58856, 1331.9805, NULL, 0),
(@PATH, 2, 10351.073, 818.63367, 1327.3499, NULL, 0),
(@PATH, 3, 10345.139, 820.0781, 1327.3499, NULL, 0),
(@PATH, 4, 10342.41, 814.58856, 1327.3499, NULL, 0),
(@PATH, 5, 10347.016, 810.86456, 1330.6635, NULL, 0),
(@PATH, 6, 10352.333, 813.91144, 1331.3212, NULL, 0),
(@PATH, 7, 10349.232, 819.77606, 1332.3054, NULL, 0),
(@PATH, 8, 10343.367, 818.8264, 1333.3867, NULL, 0),
(@PATH, 9, 10342.868, 814.7153, 1332.4296, NULL, 0);
UPDATE `creature` SET `position_x`=10343.367, `position_y`=818.8264, `position_z`=1333.3867, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 313285;
SET @ENTRY := 48624;
SET @PATHOFFSET := 3;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1874, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 10419.873, 803.2917, 1330.4156, NULL, 0),
(@PATH, 1, 10417.881, 793.29517, 1330.4156, NULL, 0),
(@PATH, 2, 10408.223, 788.94965, 1329.2657, NULL, 0),
(@PATH, 3, 10396.814, 788.4583, 1327.8483, NULL, 0),
(@PATH, 4, 10394.913, 782.283, 1326.8333, NULL, 0),
(@PATH, 5, 10402.804, 781.1233, 1328.0524, NULL, 0),
(@PATH, 6, 10407.384, 792.8281, 1329.453, NULL, 0),
(@PATH, 7, 10409.64, 800.4601, 1329.453, NULL, 0),
(@PATH, 8, 10429.028, 798.54865, 1330.8037, NULL, 0),
(@PATH, 9, 10432.188, 803.28644, 1331.0669, NULL, 0),
(@PATH, 10, 10428.435, 809.91144, 1331.0669, NULL, 0),
(@PATH, 11, 10424.993, 810.0868, 1330.8717, NULL, 0);
UPDATE `creature` SET `position_x`=10428.435, `position_y`=809.91144, `position_z`=1331.0669, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 313426;
SET @ENTRY := 48624;
SET @PATHOFFSET := 4;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.2444, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 10208.347, 689.31946, 1372.0664, NULL, 0),
(@PATH, 1, 10207.995, 693.9809, 1372.9098, NULL, 0),
(@PATH, 2, 10197.723, 698.7743, 1374.9606, NULL, 0),
(@PATH, 3, 10198.319, 705.34375, 1378.3469, NULL, 0),
(@PATH, 4, 10203.481, 705.01044, 1378.3469, NULL, 0),
(@PATH, 5, 10203.747, 697.80206, 1375.403, NULL, 0),
(@PATH, 6, 10199.27, 692.0573, 1374.0133, NULL, 0),
(@PATH, 7, 10198.944, 686.2205, 1374.0133, NULL, 0),
(@PATH, 8, 10203.842, 685.57465, 1372.0664, NULL, 0);
UPDATE `creature` SET `position_x`=10198.944, `position_y`=686.2205, `position_z`=1374.0133, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
@@ -0,0 +1,255 @@
-- Path for Wisp
SET @MOVERGUID := 312829;
SET @ENTRY := 48624;
SET @PATHOFFSET := 5;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1553, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 9826.675, 828.87476, 1319.4333, NULL, 0),
(@PATH, 1, 9829.285, 827.27515, 1319.4333, NULL, 0),
(@PATH, 2, 9832.262, 827.98987, 1319.4333, NULL, 0),
(@PATH, 3, 9833.861, 830.60016, 1319.4333, NULL, 0),
(@PATH, 4, 9833.146, 833.577, 1319.4333, NULL, 0),
(@PATH, 5, 9830.536, 835.17664, 1319.4333, NULL, 0),
(@PATH, 6, 9827.56, 834.462, 1319.4333, NULL, 0),
(@PATH, 7, 9825.96, 831.8516, 1319.4333, NULL, 0);
UPDATE `creature` SET `position_x`=9826.675, `position_y`=828.87476, `position_z`=1319.4333, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 312830;
SET @ENTRY := 48624;
SET @PATHOFFSET := 6;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1558, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 9831.117, 834.0277, 1323.0834, NULL, 0),
(@PATH, 1, 9833.374, 831.9594, 1323.0834, NULL, 0),
(@PATH, 2, 9833.508, 828.9009, 1323.0834, NULL, 0),
(@PATH, 3, 9831.439, 826.64374, 1323.0834, NULL, 0),
(@PATH, 4, 9828.381, 826.5102, 1323.0834, NULL, 0),
(@PATH, 5, 9826.124, 828.5785, 1323.0834, NULL, 0),
(@PATH, 6, 9825.99, 831.637, 1323.0834, NULL, 0),
(@PATH, 7, 9828.059, 833.89417, 1323.0834, NULL, 0);
UPDATE `creature` SET `position_x`=9831.117, `position_y`=834.0277, `position_z`=1323.0834, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 312794;
SET @ENTRY := 48624;
SET @PATHOFFSET := 7;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1432, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 9794.689, 856.3815, 1309.3734, NULL, 0),
(@PATH, 1, 9792.5, 855.69104, 1309.3734, NULL, 0),
(@PATH, 2, 9790.463, 856.7512, 1309.3734, NULL, 0),
(@PATH, 3, 9789.772, 858.9411, 1309.3734, NULL, 0),
(@PATH, 4, 9790.833, 860.9777, 1309.3734, NULL, 0),
(@PATH, 5, 9793.022, 861.6682, 1309.3734, NULL, 0),
(@PATH, 6, 9795.06, 860.608, 1309.3734, NULL, 0),
(@PATH, 7, 9795.75, 858.41815, 1309.3734, NULL, 0);
UPDATE `creature` SET `position_x`=9794.689, `position_y`=856.3815, `position_z`=1309.3734, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 312803;
SET @ENTRY := 48624;
SET @PATHOFFSET := 8;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1575, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 9831.297, 835.0853, 1313.9033, NULL, 0),
(@PATH, 1, 9833.48, 832.9395, 1313.9033, NULL, 0),
(@PATH, 2, 9833.507, 829.8782, 1313.9033, NULL, 0),
(@PATH, 3, 9831.361, 827.6946, 1313.9033, NULL, 0),
(@PATH, 4, 9828.3, 827.66785, 1313.9033, NULL, 0),
(@PATH, 5, 9826.116, 829.81366, 1313.9033, NULL, 0),
(@PATH, 6, 9826.09, 832.875, 1313.9033, NULL, 0),
(@PATH, 7, 9828.235, 835.0586, 1313.9033, NULL, 0);
UPDATE `creature` SET `position_x`=9831.297, `position_y`=835.0853, `position_z`=1313.9033, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 312801;
SET @ENTRY := 48624;
SET @PATHOFFSET := 9;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1655, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 9847.25, 882.35675, 1318.5533, NULL, 0),
(@PATH, 1, 9846.251, 874.76855, 1318.5533, NULL, 0),
(@PATH, 2, 9850.91, 868.69653, 1318.5533, NULL, 0),
(@PATH, 3, 9858.498, 867.6975, 1318.5533, NULL, 0),
(@PATH, 4, 9864.57, 872.3568, 1318.5533, NULL, 0),
(@PATH, 5, 9865.569, 879.94495, 1318.5533, NULL, 0),
(@PATH, 6, 9860.91, 886.017, 1318.5533, NULL, 0),
(@PATH, 7, 9853.322, 887.01605, 1318.5533, NULL, 0);
UPDATE `creature` SET `position_x`=9847.25, `position_y`=882.35675, `position_z`=1318.5533, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 312738;
SET @ENTRY := 48624;
SET @PATHOFFSET := 10;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1370, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 9762.154, 949.3478, 1323.0333, NULL, 0),
(@PATH, 1, 9763.6455, 947.6018, 1323.0333, NULL, 0),
(@PATH, 2, 9765.935, 947.42163, 1323.0333, NULL, 0),
(@PATH, 3, 9767.68, 948.91284, 1323.0333, NULL, 0),
(@PATH, 4, 9767.86, 951.20184, 1323.0333, NULL, 0),
(@PATH, 5, 9766.369, 952.9478, 1323.0333, NULL, 0),
(@PATH, 6, 9764.08, 953.128, 1323.0333, NULL, 0),
(@PATH, 7, 9762.334, 951.6368, 1323.0333, NULL, 0);
UPDATE `creature` SET `position_x`=9762.154, `position_y`=949.3478, `position_z`=1323.0333, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 312737;
SET @ENTRY := 48624;
SET @PATHOFFSET := 11;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1661, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 9833.372, 1004.2603, 1318.0333, NULL, 0),
(@PATH, 1, 9825.872, 1005.7862, 1318.0333, NULL, 0),
(@PATH, 2, 9819.489, 1001.5618, 1318.0333, NULL, 0),
(@PATH, 3, 9817.964, 994.0618, 1318.0333, NULL, 0),
(@PATH, 4, 9822.188, 987.67957, 1318.0333, NULL, 0),
(@PATH, 5, 9829.688, 986.1536, 1318.0333, NULL, 0),
(@PATH, 6, 9836.07, 990.378, 1318.0333, NULL, 0),
(@PATH, 7, 9837.597, 997.878, 1318.0333, NULL, 0);
UPDATE `creature` SET `position_x`=9833.372, `position_y`=1004.2603, `position_z`=1318.0333, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 312690;
SET @ENTRY := 48624;
SET @PATHOFFSET := 12;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1478, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 9678.129, 971.60004, 1307.3838, NULL, 0),
(@PATH, 1, 9675.993, 970.75854, 1307.3838, NULL, 0),
(@PATH, 2, 9673.887, 971.6741, 1307.3838, NULL, 0),
(@PATH, 3, 9673.046, 973.8104, 1307.3838, NULL, 0),
(@PATH, 4, 9673.961, 975.9161, 1307.3838, NULL, 0),
(@PATH, 5, 9676.098, 976.7576, 1307.3838, NULL, 0),
(@PATH, 6, 9678.203, 975.84204, 1307.3838, NULL, 0),
(@PATH, 7, 9679.045, 973.7057, 1307.3838, NULL, 0);
UPDATE `creature` SET `position_x`=9678.129, `position_y`=971.60004, `position_z`=1307.3838, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 312691;
SET @ENTRY := 48624;
SET @PATHOFFSET := 13;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1394, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 9675.499, 969.8569, 1312.7693, NULL, 0),
(@PATH, 1, 9673.753, 971.3481, 1312.7693, NULL, 0),
(@PATH, 2, 9673.573, 973.63715, 1312.7693, NULL, 0),
(@PATH, 3, 9675.064, 975.3831, 1312.7693, NULL, 0),
(@PATH, 4, 9677.354, 975.56323, 1312.7693, NULL, 0),
(@PATH, 5, 9679.1, 974.072, 1312.7693, NULL, 0),
(@PATH, 6, 9679.279, 971.783, 1312.7693, NULL, 0),
(@PATH, 7, 9677.788, 970.03705, 1312.7693, NULL, 0);
UPDATE `creature` SET `position_x`=9675.499, `position_y`=969.8569, `position_z`=1312.7693, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Wisp
SET @MOVERGUID := 312693;
SET @ENTRY := 48624;
SET @PATHOFFSET := 14;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.0797, 'Wisp - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 9648.28, 933.104, 1301.9, NULL, 0),
(@PATH, 1, 9646.39, 927.262, 1307.64, NULL, 0),
(@PATH, 2, 9648.88, 921.696, 1309.55, NULL, 0),
(@PATH, 3, 9654.07, 918.689, 1310.48, NULL, 0),
(@PATH, 4, 9660.33, 920.774, 1310.48, NULL, 0),
(@PATH, 5, 9662.52, 929.736, 1310.48, NULL, 0),
(@PATH, 6, 9654.28, 936.446, 1310.48, NULL, 0),
(@PATH, 7, 9647.23, 932.66, 1310.48, NULL, 0),
(@PATH, 8, 9645.86, 926.271, 1308.94, NULL, 0),
(@PATH, 9, 9651.54, 919.078, 1306.24, NULL, 0),
(@PATH, 10, 9659.92, 921.219, 1304.77, NULL, 0),
(@PATH, 11, 9662.24, 930.839, 1301.96, NULL, 0),
(@PATH, 12, 9659.31, 933.941, 1299.47, NULL, 0),
(@PATH, 13, 9656.33, 935.035, 1299.37, NULL, 0);
UPDATE `creature` SET `position_x`=9648.28, `position_y`=933.104, `position_z`=1301.9, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
@@ -0,0 +1,8 @@
DELETE FROM `spell_proc` WHERE `SpellId` IN (194878);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(194878,0x00,15,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0,0,0,0); -- Icy Talons
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dk_icy_talons','spell_dk_icy_talons_buff');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(194878, 'spell_dk_icy_talons'),
(194879, 'spell_dk_icy_talons_buff');
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,45 @@
SET @NPCTEXTID := 530005;
-- Quest
DELETE FROM `quest_details` WHERE `ID` IN (14049 /*A Most Unusual Map*/, 14046 /*The Baron's Demands*/);
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(14049, 0, 0, 0, 0, 0, 0, 0, 0, 56819), -- A Most Unusual Map
(14046, 0, 0, 0, 0, 0, 0, 0, 0, 56819); -- The Baron's Demands
-- Template Addon
DELETE FROM `creature_template_addon` WHERE `entry` = 3467;
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(3467, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 3467 (Baron Longshore)
-- Creature Text
DELETE FROM `creature_text` WHERE `CreatureID` = 3467;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(3467, 0, 0, 'Har! Pleasure doin\' business with ye, $n.', 12, 0, 100, 11, 0, 6923, 35052, 5, 'Baron Longshore to Player');
-- Gossip
DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+0;
INSERT INTO `npc_text` (`ID`, `Probability0`, `Probability1`, `Probability2`, `Probability3`, `Probability4`, `Probability5`, `Probability6`, `Probability7`, `BroadcastTextId0`, `BroadcastTextId1`, `BroadcastTextId2`, `BroadcastTextId3`, `BroadcastTextId4`, `BroadcastTextId5`, `BroadcastTextId6`, `BroadcastTextId7`, `VerifiedBuild`) VALUES
(@NPCTEXTID+0, 1, 0, 0, 0, 0, 0, 0, 0, 35054, 0, 0, 0, 0, 0, 0, 0, 56819); -- 3467 (Baron Longshore)
DELETE FROM `gossip_menu` WHERE (`MenuID`=10568 AND `TextID`=@NPCTEXTID+0);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(10568, @NPCTEXTID+0, 56819); -- 3467 (Baron Longshore)
UPDATE `gossip_menu` SET `VerifiedBuild`=56819 WHERE (`MenuID`=10567 AND `TextID` IN (14624,14623));
UPDATE `gossip_menu_option` SET `GossipOptionID`=38560, `OptionBroadcastTextID`=35051, `VerifiedBuild`=56819 WHERE (`MenuID`=10567 AND `OptionID`=1);
UPDATE `gossip_menu_option` SET `GossipOptionID`=38559, `OptionBroadcastTextID`=35050, `ActionMenuID`=10568, `VerifiedBuild`=56819 WHERE (`MenuID`=10567 AND `OptionID`=0);
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 15) AND (`SourceGroup` IN (10567));
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ConditionStringValue1`, `NegativeCondition`, `Comment`) VALUES
(15, 10567, 0, 0, 0, 47, 0, 14046, 8, 0, '', 0, 'Player for which gossip text is shown has The Baron\'s Demands (14046) in state incomplete'),
(15, 10567, 1, 0, 0, 47, 0, 14046, 8, 0, '', 0, 'Player for which gossip text is shown has The Baron\'s Demands (14046) in state incomplete');
-- Baron Longshore smart ai
SET @ENTRY := 3467;
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`, `Difficulties`) VALUES
(@ENTRY, 0, 0, 1, 62, 0, 100, 0, 10567, 1, 0, 0, 0, 33, 34769, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On gossip action 1 from menu 10567 selected - Gossip player: Give kill credit Baron Longshore Quest Credit (34769)', ''),
(@ENTRY, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On gossip action 1 from menu 10567 selected - Self: Talk 0 to Gossip player', ''),
(@ENTRY, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On gossip action 1 from menu 10567 selected - Gossip player: Close gossip', '');
@@ -0,0 +1,3 @@
-- Update Barak Kodobane
DELETE FROM `creature_template_difficulty` WHERE `entry` = 3394 AND `DifficultyID` = 0 AND `ContentTuningID` = 0;
UPDATE `creature_template_difficulty` SET `DifficultyID` = 0, `ContentTuningID`=3, `StaticFlags1`=0x0, `VerifiedBuild`=56819 WHERE (`Entry`=3394 AND `DifficultyID`=1); -- 3394 (Barak Kodobane) -
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
UPDATE `creature` SET `unit_flags`=COALESCE(`unit_flags`, 0) | 0x00000100 | 0x00000200 WHERE `guid` IN(10001048, 10001049, 10001050, 10001051, 10001052, 10001053, 10001056, 10001057, 10001058, 10001059, 10001060, 10001062, 10001064, 10001065, 10002140, 10002142, 10002152, 10002156, 10002171, 10002176, 10002180);
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN(268077);
UPDATE `creature_template` SET `ScriptName`='' WHERE `entry` IN(176533, 178081, 176532);
UPDATE `instance_template` SET `script` = '' WHERE `map`=1182;
@@ -0,0 +1,116 @@
-- Creature Addon
DELETE FROM `creature_addon` WHERE `guid` IN (295421, 295409, 295408, 295406, 295397, 295391, 295393, 295490, 295504, 295523, 295535, 295536, 295553, 295552, 295551, 295572, 295603, 295567, 295580, 295586, 295343, 295594, 295619, 295658, 295653, 295700, 295690, 295718, 295746, 295757, 295723, 295415, 295707, 295710, 295756, 295740, 295743, 295795, 295794, 295806, 295813, 295686, 295372, 295763, 295426, 295540);
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(295421, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295409, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295408, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295406, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295397, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295391, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295393, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295490, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295504, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295523, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295535, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295536, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295553, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295552, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295551, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295572, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295603, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295567, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295580, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295586, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295343, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295594, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295619, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295658, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295653, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295700, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295690, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295718, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295746, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295757, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295723, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295415, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295707, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295710, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295756, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295740, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295743, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295795, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295794, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295806, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295813, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295686, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295372, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295763, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295426, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'), -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
(295540, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '69316 29266'); -- Fledgling Brave - 69316 - Immolation, 29266 - Permanent Feign Death
-- Scripts
DELETE FROM `spell_script_names` WHERE `spell_id` = 29266;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(29266, 'spell_gen_feign_death_all_flags_uninteractible');
-- Update wander_distance
UPDATE `creature` SET `wander_distance` = 8, `MovementType` = 1 WHERE `guid` IN (296026, 295992, 295977);
-- Sparring
DELETE FROM `creature_template_sparring` WHERE `Entry` IN (36942, 36943);
INSERT INTO `creature_template_sparring` (`Entry`, `NoNPCDamageBelowHealthPct`) VALUES
(36942, 85),
(36943, 85);
-- Fledgling Brave smart ai
SET @ENTRY := 36942;
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`, `Difficulties`) VALUES
(@ENTRY, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 1000, 3000, 0, 11, 81502, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Every 1 - 3 seconds (IC) - Self: Cast spell 81502 on Victim', ''),
(@ENTRY, 0, 1, 0, 0, 0, 100, 0, 8000, 8000, 8000, 8000, 0, 11, 81500, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Every 8 seconds (IC) - Self: Cast spell 81500 on Self', '');
-- Path for Brave Windfeather
SET @MOVERGUID := 296017;
SET @ENTRY := 3209;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x0, NULL, 'Brave Windfeather - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -2992.68, -392.806, 48.94047, NULL, 0),
(@PATH, 1, -2979.69, -376.811, 51.352432, NULL, 0),
(@PATH, 2, -2966.47, -362.797, 53.963196, NULL, 0),
(@PATH, 3, -2949.51, -348.207, 56.46379, NULL, 0),
(@PATH, 4, -2938.28, -335.476, 57.90662, NULL, 0),
(@PATH, 5, -2932.27, -318.439, 58.546825, NULL, 0),
(@PATH, 6, -2930.68, -302.472, 58.83542, NULL, 0),
(@PATH, 7, -2930.8, -289.241, 59.08094, NULL, 0),
(@PATH, 8, -2931.23, -273.128, 58.9249, NULL, 0),
(@PATH, 9, -2932.56, -261.01, 58.89294, NULL, 0),
(@PATH, 10, -2931.39, -252.705, 59.441887, NULL, 0),
(@PATH, 11, -2934.2969, -247.45508, 59.838745, NULL, 0),
(@PATH, 12, -2931.3906, -252.70508, 59.446278, NULL, 0),
(@PATH, 13, -2932.56, -261.01, 58.89294, NULL, 0),
(@PATH, 14, -2931.23, -273.128, 58.9249, NULL, 0),
(@PATH, 15, -2930.8, -289.241, 59.08094, NULL, 0),
(@PATH, 16, -2930.68, -302.472, 58.83542, NULL, 0),
(@PATH, 17, -2932.27, -318.439, 58.546825, NULL, 0),
(@PATH, 18, -2938.28, -335.476, 57.90662, NULL, 0),
(@PATH, 19, -2949.51, -348.207, 56.46379, NULL, 0),
(@PATH, 20, -2966.47, -362.797, 53.963196, NULL, 0),
(@PATH, 21, -2979.69, -376.811, 51.352432, NULL, 0),
(@PATH, 22, -2992.68, -392.806, 48.94047, NULL, 0),
(@PATH, 23, -2996.55, -412.488, 47.979652, NULL, 0),
(@PATH, 24, -3000.19, -438.071, 45.826733, NULL, 0),
(@PATH, 25, -3000.51, -446.528, 45.45365, NULL, 0),
(@PATH, 26, -3000.19, -438.071, 45.826733, NULL, 0),
(@PATH, 27, -2996.55, -412.488, 47.979652, NULL, 0);
UPDATE `creature` SET `position_x`=-2992.68, `position_y`=-392.806, `position_z`=48.94047, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
@@ -0,0 +1,47 @@
-- Delete duplicate spawns
DELETE FROM `creature` WHERE `guid` IN (295462, 294765, 295822, 294777, 294773, 296012, 295449);
-- Update position with createobject2
UPDATE `creature` SET `position_x` = -2929.3798828125, `position_y` = -177.89599609375, `position_z` = 67.76613616943359375, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 296014;
UPDATE `creature` SET `position_x` = -2860.719970703125, `position_y` = -164.356002807617187, `position_z` = 62.96093368530273437, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295985;
UPDATE `creature` SET `position_x` = -2825.35009765625, `position_y` = -217.188003540039062, `position_z` = 61.646331787109375, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 296016;
UPDATE `creature` SET `position_x` = -2897.550048828125, `position_y` = -117.882003784179687, `position_z` = 76.10103607177734375, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295983;
UPDATE `creature` SET `position_x` = -2820.14990234375, `position_y` = -336.011993408203125, `position_z` = 59.8488311767578125, `orientation` = 3.951739072799682617, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295463;
UPDATE `creature` SET `position_x` = -2807.18994140625, `position_y` = -289.37799072265625, `position_z` = 61.82653045654296875, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295993;
UPDATE `creature` SET `position_x` = -2841.52001953125, `position_y` = -399.89801025390625, `position_z` = 57.524932861328125, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295474;
UPDATE `creature` SET `position_x` = -2887.409912109375, `position_y` = -338.365997314453125, `position_z` = 59.25973129272460937, `orientation` = 5.506447315216064453, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295994;
UPDATE `creature` SET `position_x` = -2888.080078125, `position_y` = -387.433990478515625, `position_z` = 50.03603363037109375, `orientation` = 0.623360276222229003, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295469;
UPDATE `creature` SET `position_x` = -2917.56005859375, `position_y` = -480.266998291015625, `position_z` = 44.5764312744140625, `orientation` = 4.497570514678955078, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295475;
UPDATE `creature` SET `position_x` = -2963.260009765625, `position_y` = -448.480987548828125, `position_z` = 48.7816314697265625, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295467;
UPDATE `creature` SET `position_x` = -2909.989990234375, `position_y` = -424.3280029296875, `position_z` = 48.64873123168945312, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295476;
UPDATE `creature` SET `position_x` = -2861.3798828125, `position_y` = -473.884002685546875, `position_z` = 53.62633132934570312, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295479;
UPDATE `creature` SET `position_x` = -2838.85009765625, `position_y` = -564.92901611328125, `position_z` = 56.27953338623046875, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295502;
UPDATE `creature` SET `position_x` = -2829.110107421875, `position_y` = -629.38201904296875, `position_z` = 56.12083053588867187, `orientation` = 1.256839871406555175, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295501;
UPDATE `creature` SET `position_x` = -2775.590087890625, `position_y` = -584.54302978515625, `position_z` = 57.9449310302734375, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295486;
UPDATE `creature` SET `position_x` = -2806.800048828125, `position_y` = -521.7860107421875, `position_z` = 55.45063018798828125, `orientation` = 4.066850662231445312, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295484;
UPDATE `creature` SET `position_x` = -2887.239990234375, `position_y` = -533.45697021484375, `position_z` = 49.64423370361328125, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295488;
UPDATE `creature` SET `position_x` = -3113.699951171875, `position_y` = -381.17401123046875, `position_z` = 48.315032958984375, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295434;
UPDATE `creature` SET `position_x` = -3090.280029296875, `position_y` = -480.2860107421875, `position_z` = 42.49433135986328125, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295422;
UPDATE `creature` SET `position_x` = -3064.510009765625, `position_y` = -417.27398681640625, `position_z` = 42.85673141479492187, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295438;
UPDATE `creature` SET `position_x` = -3154.070068359375, `position_y` = -438.45098876953125, `position_z` = 41.30543136596679687, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295433;
UPDATE `creature` SET `position_x` = -3168.010009765625, `position_y` = -379.279998779296875, `position_z` = 38.4850311279296875, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295427;
UPDATE `creature` SET `position_x` = -3255.489990234375, `position_y` = -277.608001708984375, `position_z` = 44.09933090209960937, `orientation` = 0.908691942691802978, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 294963;
UPDATE `creature` SET `position_x` = -3208.68994140625, `position_y` = -325.936004638671875, `position_z` = 41.0681304931640625, `orientation` = 5.695508956909179687, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295333;
UPDATE `creature` SET `position_x` = -3313.35009765625, `position_y` = -277.12200927734375, `position_z` = 54.87383270263671875, `orientation` = 4.147119998931884765, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295877;
UPDATE `creature` SET `position_x` = -3255.2900390625, `position_y` = -362.660003662109375, `position_z` = 47.02283096313476562, `orientation` = 2.326224803924560546, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 294964;
UPDATE `creature` SET `position_x` = -3184.429931640625, `position_y` = -268.907989501953125, `position_z` = 45.64393234252929687, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 294967;
UPDATE `creature` SET `position_x` = -3349.2900390625, `position_y` = -131.300003051757812, `position_z` = 75.50263214111328125, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295938;
UPDATE `creature` SET `position_x` = -3271.35009765625, `position_y` = -123.806999206542968, `position_z` = 62.22213363647460937, `orientation` = 2.656152725219726562, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295935;
UPDATE `creature` SET `position_x` = -3314.469970703125, `position_y` = -69.6614990234375, `position_z` = 86.00693511962890625, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295936;
UPDATE `creature` SET `position_x` = -3313.780029296875, `position_y` = -189.5050048828125, `position_z` = 56.93413162231445312, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295934;
UPDATE `creature` SET `position_x` = -3239.6201171875, `position_y` = -162.425003051757812, `position_z` = 42.04073333740234375, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295941;
UPDATE `creature` SET `position_x` = -3493.949951171875, `position_y` = -249.339996337890625, `position_z` = 82.32433319091796875, `orientation` = 5.926441669464111328, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295912;
UPDATE `creature` SET `position_x` = -3450.340087890625, `position_y` = -205.259994506835937, `position_z` = 70.80313873291015625, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295927;
UPDATE `creature` SET `position_x` = -3221.6298828125, `position_y` = -217.2760009765625, `position_z` = 37.70713043212890625, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295937;
UPDATE `creature` SET `position_x` = -3185, `position_y` = -117.530998229980468, `position_z` = 46.16653060913085937, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295951;
UPDATE `creature` SET `position_x` = -3157.949951171875, `position_y` = -191.113006591796875, `position_z` = 48.48423385620117187, `orientation` = 3.932753801345825195, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295953;
UPDATE `creature` SET `position_x` = -3117.64990234375, `position_y` = -247.1719970703125, `position_z` = 47.07883071899414062, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295943;
UPDATE `creature` SET `position_x` = -3070.300048828125, `position_y` = -294.62200927734375, `position_z` = 45.72793197631835937, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295440;
UPDATE `creature` SET `position_x` = -3004.929931640625, `position_y` = -295.688995361328125, `position_z` = 51.23353195190429687, `orientation` = 2.20377349853515625, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 294764;
UPDATE `creature` SET `position_x` = -3042.639892578125, `position_y` = -356.6669921875, `position_z` = 46.77643203735351562, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295444;
UPDATE `creature` SET `position_x` = -3478, `position_y` = -147.136993408203125, `position_z` = 107.1193389892578125, `orientation` = 2.342191696166992187, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295922;
@@ -0,0 +1,146 @@
SET @CGUID := 4000147;
SET @CONDREFID := 40000;
-- Creature templates
UPDATE `creature_template` SET `unit_flags2`=0x800 WHERE `entry` IN (55054, 54870); -- General Nazgrim
UPDATE `creature_template` SET `speed_run`=1.142857193946838378, `unit_flags2`=0x800 WHERE `entry`=39605; -- Garrosh Hellscream
DELETE FROM `creature_template_addon` WHERE `entry` IN (61869,61868,61867,61866,61846,61845,61844,55054,54870);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(61869, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, ''), -- 61869 (Snuff)
(61868, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, ''), -- 61868 (Zin'jun)
(61867, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, ''), -- 61867 (Kiryn)
(61866, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, ''), -- 61866 (Shokia)
(61846, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, ''), -- 61846 (Gorrok)
(61845, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, ''), -- 61845 (Hellscream's Vanguard)
(61844, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, ''), -- 61844 (Rivett Clutchpop)
(55054, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 3, ''), -- 55054 (General Nazgrim)
(54870, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 3, ''); -- 54870 (General Nazgrim)
UPDATE `creature_template_addon` SET `visibilityDistanceType`=3 WHERE `entry`=39605; -- 39605 (Garrosh Hellscream)
-- Difficulties
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `VerifiedBuild`=56819 WHERE (`Entry`=61846 AND `DifficultyID`=0); -- 61846 (Gorrok) - Amphibious, CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `StaticFlags3`=0x40000, `VerifiedBuild`=56819 WHERE (`Entry`=55054 AND `DifficultyID`=0); -- 55054 (General Nazgrim) - Amphibious, CanSwim - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `StaticFlags3`=0x40000, `VerifiedBuild`=56819 WHERE (`Entry`=54870 AND `DifficultyID`=0); -- 54870 (General Nazgrim) - Amphibious, CanSwim - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `VerifiedBuild`=56819 WHERE (`Entry`=39605 AND `DifficultyID`=0); -- 39605 (Garrosh Hellscream) - Amphibious, CanSwim
UPDATE `creature_template_difficulty` SET `VerifiedBuild`=56819 WHERE (`DifficultyID`=0 AND `Entry` IN (201314,199275,199264,199202,185670,185669,185473,185472,176261,175084,152643,130911,121541,89830,88702,88701,73151,72654,63626,62822,62821,62115,62114,61869,61868,61867,61866,61845,61844,58155,52034,51195,50488,50477,50323,49837,49743,49737,49622,49131,47571,47253,47248,47247,47246,47233,46742,46741,46709,46708,46572,46556,46555,46512,46359,46358,46357,45339,45337,44948,44919,44918,44868,44867,44866,44865,44851,44338,44160,44158,42506,37072,35068,34765,32520,31723,31720,28960,27489,26537,25075,24935,24931,24930,24929,24927,24926,24924,23635,20493,20492,20491,20490,20489,20488,20486,15476,14881,14499,14498,12796,12136,11017,9564,7010,6929,6466,5817,5614,5613,5611,5610,5609,5606,5188,4047,3413,3412,3372,3371,3370,3369,3368,3367,3342,3331,3328,3323,3319,3314,3313,3312,3310,3296,3144,2857));
DELETE FROM `creature_template_difficulty` WHERE `Entry` IN (61869,61868,61867,61866,61846,61845,61844,55054,54870) AND `DifficultyID`=1;
-- Creature spawns
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+10;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 54870, 1, 1637, 5356, '0', 0, 0, 0, 1, 1670.8055419921875, -4353.01220703125, 26.84072494506835937, 3.000042438507080078, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- General Nazgrim (Area: Grommash Hold - Difficulty: 0) CreateObject1 (Auras: 90442 - Generic Quest Invisibility 17)
(@CGUID+1, 55054, 1, 1637, 5356, '0', 0, 0, 0, 1, 1840.6458740234375, -4419.41650390625, 135.3163604736328125, 0.715584993362426757, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- General Nazgrim (Area: Grommash Hold - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+2, 61844, 1, 1637, 5356, '0', 0, 0, 0, 0, 1843.9322509765625, -4420.845703125, 135.316131591796875, 1.820238590240478515, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Rivett Clutchpop (Area: Grommash Hold - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+3, 61845, 1, 1637, 5356, '0', 0, 0, 0, 0, 1847.8072509765625, -4408.08154296875, 135.1502532958984375, 3.938601016998291015, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Grommash Hold - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+4, 61845, 1, 1637, 5356, '0', 0, 0, 0, 0, 1851.7396240234375, -4417.5869140625, 135.3153839111328125, 2.529423952102661132, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Grommash Hold - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+5, 61845, 1, 1637, 5356, '0', 0, 0, 0, 0, 1851.407958984375, -4411.51220703125, 135.148284912109375, 3.939165115356445312, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Grommash Hold - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+6, 61846, 1, 1637, 5356, '0', 0, 0, 0, 0, 1842.060791015625, -4408.59375, 135.3155059814453125, 5.53992462158203125, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Gorrok (Area: Grommash Hold - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+7, 61866, 1, 1637, 5356, '0', 0, 0, 0, 0, 1848.9254150390625, -4419, 135.315643310546875, 3.363948583602905273, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Shokia (Area: Grommash Hold - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+8, 61867, 1, 1637, 5356, '0', 0, 0, 0, 0, 1847.0538330078125, -4419.12353515625, 135.3157501220703125, 0.157710805535316467, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Kiryn (Area: Grommash Hold - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+9, 61868, 1, 1637, 5356, '0', 0, 0, 0, 0, 1840.3541259765625, -4412.35595703125, 135.316162109375, 5.835348129272460937, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Zin'jun (Area: Grommash Hold - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+10, 61869, 1, 1637, 5356, '0', 0, 0, 0, 0, 1839.85595703125, -4415.26025390625, 135.3163604736328125, 5.805415153503417968, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819); -- Snuff (Area: Grommash Hold - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
UPDATE `creature` SET `zoneId`=1637, `areaId`=5356, `PhaseId`=1167, `position_x`=1665.99658203125, `position_y`=-4354.52978515625, `position_z`=26.43378829956054687, `orientation`=2.923297643661499023, `VerifiedBuild`=56819 WHERE `guid`=310903 AND `id`=39605; -- Garrosh Hellscream (Area: Grommash Hold - Difficulty: 0) CreateObject1
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+10;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 3, '90442'), -- General Nazgrim - 90442 - Generic Quest Invisibility 17
(@CGUID+1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 3, '94223'), -- General Nazgrim - 94223 - Generic Quest Invisibility 25
(@CGUID+2, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Rivett Clutchpop - 94223 - Generic Quest Invisibility 25
(@CGUID+3, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Hellscream's Vanguard - 94223 - Generic Quest Invisibility 25
(@CGUID+4, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Hellscream's Vanguard - 94223 - Generic Quest Invisibility 25
(@CGUID+5, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Hellscream's Vanguard - 94223 - Generic Quest Invisibility 25
(@CGUID+6, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Gorrok - 94223 - Generic Quest Invisibility 25
(@CGUID+7, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Shokia - 94223 - Generic Quest Invisibility 25
(@CGUID+8, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Kiryn - 94223 - Generic Quest Invisibility 25
(@CGUID+9, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Zin'jun - 94223 - Generic Quest Invisibility 25
(@CGUID+10, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, '94223'); -- Snuff - 94223 - Generic Quest Invisibility 25
-- Quests
DELETE FROM `ui_map_quest_line` WHERE (`QuestLineId`=550 AND `UIMapId` IN (85,76));
INSERT INTO `ui_map_quest_line` (`UIMapId`, `QuestLineId`, `VerifiedBuild`) VALUES
(85, 550, 56819),
(76, 550, 56819);
UPDATE `ui_map_quest_line` SET `VerifiedBuild`=56819 WHERE (`UIMapId`=85 AND `QuestLineId` IN (5593,5538,5519,5513,5504,5482,5459,5389,5387,1311,1295,1289,1129,1107,1003,973,919,860,802,796,780,636,574,546,539,531,516,377,300,290,263,261,260,612));
UPDATE `quest_poi` SET `VerifiedBuild`=56819 WHERE (`QuestID`=60964 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=60964 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=29612 AND `BlobIndex`=0 AND `Idx1`=2) OR (`QuestID`=29612 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=29612 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=60126 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=60126 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=49538 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=49538 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=29611 AND `BlobIndex`=0 AND `Idx1`=2) OR (`QuestID`=29611 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=29611 AND `BlobIndex`=0 AND `Idx1`=0);
UPDATE `quest_poi_points` SET `VerifiedBuild`=56819 WHERE (`QuestID`=60964 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=60964 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=29612 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=29612 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=29612 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=60126 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=60126 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=49538 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=49538 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=29611 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=29611 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=29611 AND `Idx1`=0 AND `Idx2`=0);
DELETE FROM `quest_details` WHERE `ID` IN (29612, 60964);
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(29612, 0, 0, 0, 0, 0, 0, 0, 0, 56819), -- The Art of War
(60964, 0, 0, 0, 0, 0, 0, 0, 0, 56819); -- Mists of Pandaria: Onward to Adventure in Pandaria
UPDATE `quest_details` SET `VerifiedBuild`=56819 WHERE `ID` IN (60126, 49538, 29611);
DELETE FROM `quest_request_items` WHERE `ID` IN (29611 /*The Art of War*/, 29612 /*The Art of War*/, 49538 /*Warchief's Command: Jade Forest!*/, 60126 /*Mists of Pandaria: To Pandaria!*/);
INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `EmoteOnCompleteDelay`, `EmoteOnIncompleteDelay`, `CompletionText`, `VerifiedBuild`) VALUES
(29611, 0, 0, 0, 0, 'Blood and thunder, $r.', 56819), -- The Art of War
(29612, 0, 0, 0, 0, 'Blood and thunder, $n!', 56819), -- The Art of War
(49538, 0, 0, 0, 0, 'Lok''tar ogar, $n.', 56819), -- Warchief's Command: Jade Forest!
(60126, 0, 0, 0, 0, '', 56819); -- Mists of Pandaria: To Pandaria!
DELETE FROM `quest_offer_reward` WHERE `ID` IN (29612, 60964);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(29612, 1, 153, 0, 0, 0, 500, 0, 0, 'Ahh, good. You''re here. And not a moment too soon...', 56819), -- The Art of War
(60964, 0, 0, 0, 0, 0, 0, 0, 0, '<Quilen, tigers, and virmen... oh my! Time to see what Pandaria has to offer.>', 56819); -- Mists of Pandaria: Onward to Adventure in Pandaria
UPDATE `quest_offer_reward` SET `VerifiedBuild`=56819 WHERE `ID` IN (29611, 60126, 49538);
DELETE FROM `creature_queststarter` WHERE (`id`=54870 AND `quest` IN (29611,29612));
INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(54870, 29611, 56819), -- The Art of War offered by General Nazgrim
(54870, 29612, 56819); -- The Art of War offered by General Nazgrim
DELETE FROM `creature_questender` WHERE (`id`=54870 AND `quest` IN (60126,49852,49538));
INSERT INTO `creature_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(54870, 60126, 56819), -- Mists of Pandaria: To Pandaria! ended by General Nazgrim
(54870, 49852, 56819), -- To Pandaria! ended by General Nazgrim
(54870, 49538, 56819); -- Warchief's Command: Jade Forest! ended by General Nazgrim
UPDATE `creature_questender` SET `VerifiedBuild`=56819 WHERE (`id`=54870 AND `quest` IN (29611,29612));
DELETE FROM `quest_template_addon` WHERE `ID` IN (29611, 29612, 49538, 49852, 60126);
INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `BreadcrumbForQuestId`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`, `ScriptName`) VALUES
(29611, 0, 0, 0, 0, 31853, 29611, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''),
(29612, 0, 0, 0, 0, 31853, 29611, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''),
(49538, 0, 0, 0, 0, 31853, 29611, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''),
(49852, 0, 0, 0, 0, 31853, 29611, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''),
(60126, 0, 0, 0, 0, 31853, 29611, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '');
DELETE FROM `disables` WHERE `sourceType`=1 AND `entry`=49852;
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
(1,49852,0,'','','Deprecated quest: To Pandaria!');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND`SourceEntry` IN (29611, 29612);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ConditionStringValue1`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(19,0,29611,0,0,47,0,26194,64,0,'',1,0,0,'','Show quest 29611 if quest 26194 is not rewarded'),
(19,0,29611,0,0,56,0,85466,0,0,'',0,0,0,'','Show quest 29611 if PlayerCondition 85466 is satisfied'),
(19,0,29612,0,0,47,0,26194,64,0,'',0,0,0,'','Show quest 29612 if quest 26194 is rewarded'),
(19,0,29612,0,0,56,0,85466,0,0,'',0,0,0,'','Show quest 29612 if PlayerCondition 85466 is satisfied');
-- Spell area
DELETE FROM `spell_area` WHERE `spell`=98546 AND `area`=5356;
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES
(98546,5356,0,31853,0,0x4E02B3B2,2,1,64,1);
-- Phases
DELETE FROM `phase_area` WHERE `PhaseId`=1167;
INSERT INTO `phase_area` (`AreaId`, `PhaseId`, `Comment`) VALUES
(5356, 1167, 'Orgrimmar - Grommash Hold: Cosmetic - Orgrimmar - Grommash Hold - See Garrosh');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=26 AND `SourceGroup`=1167;
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (-3,-@CONDREFID);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ConditionStringValue1`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(26,1167,0,0,0,-@CONDREFID,0,0,0,0,'',1,0,0,'','Apply phase 1167 if condition reference 40000 is not fulfilled'),
(-@CONDREFID,0,0,0,0,47,0,29611,1,0,'',0,0,0,'','Apply condition reference if quest 29611 is not taken | complete | rewarded'),
(-@CONDREFID,0,0,0,0,47,0,29612,1,0,'',0,0,0,'','Apply condition reference if quest 29612 is not taken | complete | rewarded'),
(-@CONDREFID,0,0,0,0,47,0,49538,1,0,'',0,0,0,'','Apply condition reference if quest 49538 is not taken | complete | rewarded'),
(-@CONDREFID,0,0,0,0,47,0,49852,1,0,'',0,0,0,'','Apply condition reference if quest 49852 is not taken | complete | rewarded'),
(-@CONDREFID,0,0,0,0,47,0,60126,1,0,'',0,0,0,'','Apply condition reference if quest 60126 is not taken | complete | rewarded'),
(-@CONDREFID,0,0,0,1,47,0,31853,64,0,'',0,0,0,'','Apply condition reference if quest 31853 is rewarded');
UPDATE `conditions` SET `ConditionTypeOrReference`=-@CONDREFID, `Comment`='Apply phase 16786 if condition reference 40000 is fulfilled' WHERE `ConditionTypeOrReference`=-3;
@@ -0,0 +1,32 @@
-- Update Addon
DELETE FROM `creature_addon` WHERE `guid` IN (295429, 295430, 295436);
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(295429, 0, 0, 0, 0, 0, 2, 1, 214, 0, 0, 0, 0, ''), -- Fledgling Brave
(295430, 0, 0, 0, 0, 0, 2, 1, 214, 0, 0, 0, 0, ''), -- Fledgling Brave
(295436, 0, 0, 0, 0, 0, 2, 1, 214, 0, 0, 0, 0, ''); -- Fledgling Brave
-- Set StringID
UPDATE `creature` SET `StringId` = "ShootGun" WHERE `guid` IN (295429, 295430, 295436);
-- Update Template
UPDATE `creature_template` SET `unit_flags`=0x0, `VehicleId`=584 WHERE `entry`=36942; -- Fledgling Brave
-- override StaticFlags
DELETE FROM `creature_static_flags_override` WHERE `SpawnId` IN (295429, 295430, 295436);
INSERT INTO `creature_static_flags_override` (`SpawnId`, `DifficultyId`, `StaticFlags1`, `StaticFlags2`, `StaticFlags3`, `StaticFlags4`, `StaticFlags5`, `StaticFlags6`, `StaticFlags7`, `StaticFlags8`) VALUES
(295429, 0, 0x02000000, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(295430, 0, 0x02000000, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(295436, 0, 0x02000000, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
-- Fledgling Brave smart ai
SET @ENTRY := 36942;
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`, `Difficulties`) VALUES
(@ENTRY, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 1000, 3000, 0, 11, 81502, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Every 1 - 3 seconds (IC) - Self: Cast spell 81502 on Victim', ''),
(@ENTRY, 0, 1, 0, 0, 0, 100, 0, 8000, 8000, 8000, 8000, 0, 11, 81500, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Every 8 seconds (IC) - Self: Cast spell 81500 on Self', ''),
(@ENTRY, 0, 2, 0, 1, 0, 100, 0, 4000, 8000, 4000, 8000, 0, 11, 70092, 0, 0, 0, 0, 0, 0, 19, 37162, 5, 0, 0, 0, 0, 0, 'Every 4 - 8 seconds (OOC) - Self: Cast spell 70092 on Closest alive creature Romo\'s Half-Size Bunny (37162) in 5 yards', '');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceEntry` = 36942 AND `SourceId` = 0;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ConditionStringValue1`, `NegativeCondition`, `Comment`) VALUES
(22, 3, 36942, 0, 0, 58, 1, 0, 0, 0, 'ShootGun', 0, 'Action invoker has StringID ShootGun');
@@ -0,0 +1,277 @@
SET @CGUID := 4000158;
SET @OGUID := 4000090;
SET @SPAWNGROUP := 1259;
SET @ATPROPERTIESID := 86;
SET @ATID := 97;
SET @ATSPAWNID := 100;
DELETE FROM `battleground_template` WHERE `ID`=699;
INSERT INTO `battleground_template` (`ID`, `AllianceStartLoc`, `HordeStartLoc`, `Weight`, `Comment`) VALUES
(699, 4059, 4060, 1, 'Temple of Kotmogu');
DELETE FROM `battleground_scripts` WHERE `MapId`=998;
INSERT INTO `battleground_scripts` (`MapId`, `BattlemasterListId`, `ScriptName`) VALUES
(998, 0, 'battleground_temple_of_kotmogu');
DELETE FROM `areatrigger_template` WHERE (`IsCustom`=0 AND `Id` IN (20901)) OR (`Id` BETWEEN @ATID+0 AND @ATID+1 AND `IsCustom` = 1);
INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `VerifiedBuild`) VALUES
(20901, 0, 0, 56008),
(@ATID+0, 1, 0x1, 0),
(@ATID+1, 1, 0x1, 0);
DELETE FROM `areatrigger_create_properties` WHERE (`IsCustom`=1 AND `Id` BETWEEN @ATPROPERTIESID+0 AND @ATPROPERTIESID+2);
INSERT INTO `areatrigger_create_properties` (`Id`, `IsCustom`, `AreaTriggerId`, `IsAreatriggerCustom`, `Flags`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `TimeToTarget`, `TimeToTargetScale`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ShapeData6`, `ShapeData7`, `SpellForVisuals`, `ScriptName`, `VerifiedBuild`) VALUES
(@ATPROPERTIESID+0, 1, 20901, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 294534, 'at_bg_temple_of_kotmogu_healing_buff', 0), -- 294534 (PvP Rune Rejuv Visual) (Area: Temple of Kotmogu - Difficulty: 0)
(@ATPROPERTIESID+1, 1, @ATID+0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 33, 47, 5, 33, 47, 5, 0, 0, 0, 'at_bg_temple_of_kotmogu_small_area', 0),
(@ATPROPERTIESID+2, 1, @ATID+1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50, 50, 0, 0, 0, 0, 0, 0, 0, 'at_bg_temple_of_kotmogu_medium_area', 0);
DELETE FROM `areatrigger` WHERE `SpawnId` BETWEEN @ATSPAWNID+0 AND @ATSPAWNID+1;
INSERT INTO `areatrigger` (`SpawnId`, `AreaTriggerCreatePropertiesId`, `IsCustom`, `MapId`, `PosX`, `PosY`, `PosZ`, `Orientation`, `PhaseUseFlags`, `PhaseId`, `PhaseGroup`, `Comment`, `VerifiedBuild`) VALUES
(@ATSPAWNID+0, @ATPROPERTIESID+1, 1, 998, 1783.4149, 1333.5591, 6, 0, 0, '0', 0, '', 0),
(@ATSPAWNID+1, @ATPROPERTIESID+2, 1, 998, 1783.4149, 1333.5591, 6, 0, 0, '0', 0, '', 0);
DELETE FROM `areatrigger_create_properties_polygon_vertex` WHERE `AreaTriggerCreatePropertiesId`=@ATPROPERTIESID+2 AND `IsCustom` = 1;
INSERT INTO `areatrigger_create_properties_polygon_vertex` (`AreaTriggerCreatePropertiesId`, `IsCustom`, `Idx`, `VerticeX`, `VerticeY`, `VerticeTargetX`, `VerticeTargetY`, `VerifiedBuild`) VALUES
(@ATPROPERTIESID+2, 1, 0, 92.1179, 69.4085, 92.1179, 69.4085, 0),
(@ATPROPERTIESID+2, 1, 1, 73.9366, 69.0472, 73.9366, 69.0472, 0),
(@ATPROPERTIESID+2, 1, 2, 73.8413, 17.3184, 73.8413, 17.3184, 0),
(@ATPROPERTIESID+2, 1, 3, 92.0045, 17.3876, 92.0045, 17.3876, 0),
(@ATPROPERTIESID+2, 1, 4, 92.0495, -17.7164, 92.0495, -17.7164, 0),
(@ATPROPERTIESID+2, 1, 5, 74.4268, -17.853, 74.4268, -17.853, 0),
(@ATPROPERTIESID+2, 1, 6, 74.6484, -69.7833, 74.6484, -69.7833, 0),
(@ATPROPERTIESID+2, 1, 7, 91.9716, -69.4006, 91.9716, -69.4006, 0),
(@ATPROPERTIESID+2, 1, 8, 90.6273, -105.1708, 90.6273, -105.1708, 0),
(@ATPROPERTIESID+2, 1, 9, 46.786, -106.5246, 46.786, -106.5246, 0),
(@ATPROPERTIESID+2, 1, 10, 47.1578, -88.5275, 47.1578, -88.5275, 0),
(@ATPROPERTIESID+2, 1, 11, -48.3885, -86.9149, -48.3885, -86.9149, 0),
(@ATPROPERTIESID+2, 1, 12, -48.1667, -105.1384, -48.1667, -105.1384, 0),
(@ATPROPERTIESID+2, 1, 13, -75.5219, -104.5731, -75.5219, -104.5731, 0),
(@ATPROPERTIESID+2, 1, 14, -90.6104, -88.1041, -90.6104, -88.1041, 0),
(@ATPROPERTIESID+2, 1, 15, -91.9497, -69.7092, -91.9497, -69.7092, 0),
(@ATPROPERTIESID+2, 1, 16, -73.4599, -70.2874, -73.4599, -70.2874, 0),
(@ATPROPERTIESID+2, 1, 17, -73.8389, -17.9033, -73.8389, -17.9033, 0),
(@ATPROPERTIESID+2, 1, 18, -91.0432, -16.3382, -91.0432, -16.3382, 0),
(@ATPROPERTIESID+2, 1, 19, -92.5972, 17.5794, -92.5972, 17.5794, 0),
(@ATPROPERTIESID+2, 1, 20, -74.4894, 17.0945, -74.4894, 17.0945, 0),
(@ATPROPERTIESID+2, 1, 21, -75.2437, 68.0682, -75.2437, 68.0682, 0),
(@ATPROPERTIESID+2, 1, 22, -92.579, 69.0204, -92.579, 69.0204, 0),
(@ATPROPERTIESID+2, 1, 23, -91.5159, 95.6335, -91.5159, 95.6335, 0),
(@ATPROPERTIESID+2, 1, 24, -74.3566, 105.4943, -74.3566, 105.4943, 0),
(@ATPROPERTIESID+2, 1, 25, -45.0121, 105.7158, -45.0121, 105.7158, 0),
(@ATPROPERTIESID+2, 1, 26, -46.5645, 87.2858, -46.5645, 87.2858, 0),
(@ATPROPERTIESID+2, 1, 27, 46.1816, 88.1086, 46.1816, 88.1086, 0),
(@ATPROPERTIESID+2, 1, 28, 46.5614, 106.2678, 46.5614, 106.2678, 0),
(@ATPROPERTIESID+2, 1, 29, 88.2872, 102.5001, 88.2872, 102.5001, 0);
DELETE FROM `areatrigger_scripts` WHERE `entry` IN (7777, 7778);
INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES
(7777, 'at_battleground_buffs'),
(7778, 'at_battleground_buffs');
DELETE FROM `graveyard_zone` WHERE `ID` IN (3552, 3553, 4057, 4058);
INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Comment`) VALUES
(3552, 6051, 'Temple of Kotmogu - Alliance Rectangle'),
(3553, 6051, 'Temple of Kotmogu - Horde Rectangle'),
(4057, 6051, 'Temple of Kotmogu - Horde Rectangle 2 (East)'),
(4058, 6051, 'Temple of Kotmogu - Alliance Rectangle 2 (East)');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 27 AND `SourceEntry` IN (3552, 3553, 4057, 4058);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceEntry`, `SourceGroup`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `NegativeCondition`, `Comment`) VALUES
(27, 3552, 6051, 0, 6, 469, 0, 0, 'Graveyard - Temple of Kotmogu - Rectangle - Team Alliance'),
(27, 3552, 6051, 0, 23, 6136, 0, 1, 'Graveyard - Temple of Kotmogu - Rectangle - Not in western area'),
(27, 3553, 6051, 0, 6, 67, 0, 0, 'Graveyard - Temple of Kotmogu - Rectangle - Team Horde'),
(27, 3553, 6051, 0, 23, 6136, 0, 1, 'Graveyard - Temple of Kotmogu - Rectangle - Not in western area'),
(27, 4058, 6051, 0, 6, 469, 0, 0, 'Graveyard - Temple of Kotmogu - Rectangle 2 - Team Alliance'),
(27, 4058, 6051, 0, 23, 6061, 0, 1, 'Graveyard - Temple of Kotmogu - Rectangle - Not in eastern area'),
(27, 4057, 6051, 0, 6, 67, 0, 0, 'Graveyard - Temple of Kotmogu - Rectangle 2 - Team Horde'),
(27, 4057, 6051, 0, 23, 6061, 0, 1, 'Graveyard - Temple of Kotmogu - Rectangle - Not in eastern area');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 34 AND `SourceEntry` IN (19442, 18135);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceEntry`, `SourceGroup`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `NegativeCondition`, `Comment`) VALUES
(34, 19442, 0, 0, 1, 116524, 0, 1, 'Satisfy player condition when aura 116524 effect 0 is not present'),
(34, 18135, 0, 0, 6, 469, 0, 0, 'Satisfy player condition when player is alliance'),
(34, 18135, 0, 0, 11, 6964, 1, 0, 'Satisfy player condition when world state 6964 is 1'),
(34, 18135, 0, 0, 11, 6966, 1, 0, 'Satisfy player condition when world state 6966 is 1'),
(34, 18135, 0, 0, 11, 6968, 1, 0, 'Satisfy player condition when world state 6968 is 1'),
(34, 18135, 0, 0, 11, 6970, 1, 0, 'Satisfy player condition when world state 6970 is 1');
DELETE FROM `world_state` WHERE `ID` IN (17388, 6304, 6303, 6714, 6969, 6970, 6717, 6963, 6964, 6715, 6967, 6968, 6716, 6965, 6966);
INSERT INTO `world_state` (`ID`, `DefaultValue`, `MapIDs`, `Comment`) VALUES
(17388, 1500, '998', 'Temple of Kotmogu - Max Points'),
(6304, 0, '998', 'Temple of Kotmogu - Horde Points'),
(6303, 0, '998', 'Temple of Kotmogu - Alliance Points'),
(6714, 1, '998', 'Temple of Kotmogu - Blue Orb In Base'),
(6969, 0, '998', 'Temple of Kotmogu - Blue Orb Horde'),
(6970, 0, '998', 'Temple of Kotmogu - Blue Orb Alliance'),
(6717, 1, '998', 'Temple of Kotmogu - Orange Orb In Base'),
(6963, 0, '998', 'Temple of Kotmogu - Orange Orb Horde'),
(6964, 0, '998', 'Temple of Kotmogu - Orange Orb Alliance'),
(6715, 1, '998', 'Temple of Kotmogu - Purple Orb In Base'),
(6967, 0, '998', 'Temple of Kotmogu - Purple Orb Horde'),
(6968, 0, '998', 'Temple of Kotmogu - Purple Orb Alliance'),
(6716, 1, '998', 'Temple of Kotmogu - Green Orb In Base'),
(6965, 0, '998', 'Temple of Kotmogu - Green Orb Horde'),
(6966, 0, '998', 'Temple of Kotmogu - Green Orb Alliance');
DELETE FROM `spawn_group_template` WHERE `groupId` BETWEEN @SPAWNGROUP+0 AND @SPAWNGROUP+3;
INSERT INTO `spawn_group_template` (`groupId`, `groupName`, `groupFlags`) VALUES
(@SPAWNGROUP+0, 'Temple of Kotmogu - Green Orb in base', 0x20),
(@SPAWNGROUP+1, 'Temple of Kotmogu - Purple Orb in base', 0x20),
(@SPAWNGROUP+2, 'Temple of Kotmogu - Orange Orb in base', 0x20),
(@SPAWNGROUP+3, 'Temple of Kotmogu - Blue Orb in base', 0x20);
DELETE FROM `spawn_group` WHERE `groupId` BETWEEN @SPAWNGROUP+0 AND @SPAWNGROUP+3;
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES
(@SPAWNGROUP+0, 0, @CGUID+48),
(@SPAWNGROUP+1, 0, @CGUID+49),
(@SPAWNGROUP+2, 0, @CGUID+46),
(@SPAWNGROUP+3, 0, @CGUID+47);
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=33 AND `SourceEntry` BETWEEN @SPAWNGROUP+0 AND @SPAWNGROUP+3;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(33, 0, @SPAWNGROUP+0, 0, 0, 11, 0, 6716, 1, 0, 0, 0, 0, '', 'Temple of Kotmogu - Green Orb - In Base'),
(33, 0, @SPAWNGROUP+1, 0, 0, 11, 0, 6715, 1, 0, 0, 0, 0, '', 'Temple of Kotmogu - Purple Orb - In Base'),
(33, 0, @SPAWNGROUP+2, 0, 0, 11, 0, 6717, 4, 0, 0, 0, 0, '', 'Temple of Kotmogu - Orange Orb - In Base'),
(33, 0, @SPAWNGROUP+3, 0, 0, 11, 0, 6714, 5, 0, 0, 0, 0, '', 'Temple of Kotmogu - Blue Orb - In Base');
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_bg_temple_of_kotmogu_orb_of_power_periodic', 'spell_bg_temple_of_kotmogu_power_orb_scale_periodic', 'spell_bg_temple_of_kotmogu_victory_points_periodic_2_points', 'spell_bg_temple_of_kotmogu_victory_points_periodic_4_points', 'spell_bg_temple_of_kotmogu_victory_points_periodic_6_points', 'spell_bg_temple_of_kotmogu_victory_points_kill');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(127163, 'spell_bg_temple_of_kotmogu_power_orb_scale_periodic'),
(112912, 'spell_bg_temple_of_kotmogu_victory_points_periodic_2_points'),
(112913, 'spell_bg_temple_of_kotmogu_victory_points_periodic_4_points'),
(112914, 'spell_bg_temple_of_kotmogu_victory_points_periodic_6_points'),
(112910, 'spell_bg_temple_of_kotmogu_victory_points_kill'),
(121164, 'spell_bg_temple_of_kotmogu_orb_of_power_periodic'),
(121175, 'spell_bg_temple_of_kotmogu_orb_of_power_periodic'),
(121176, 'spell_bg_temple_of_kotmogu_orb_of_power_periodic'),
(121177, 'spell_bg_temple_of_kotmogu_orb_of_power_periodic');
DELETE FROM `spell_area` WHERE `spell` IN (112907, 112054);
INSERT INTO `spell_area` (`spell`, `area`, `gender`, `flags`) VALUES
(112907, 6051, 2, 0x3),
(112054, 6051, 2, 0x3);
DELETE FROM `serverside_spell` WHERE `Id` IN (128768);
DELETE FROM `serverside_spell_effect` WHERE `SpellId` IN (128768);
INSERT INTO `serverside_spell` (`Id`, `DifficultyID`, `CategoryId`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `AttributesEx8`, `AttributesEx9`, `AttributesEx10`, `AttributesEx11`, `AttributesEx12`, `AttributesEx13`, `AttributesEx14`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `FacingCasterFlags`, `CasterAuraState`, `TargetAuraState`, `ExcludeCasterAuraState`, `ExcludeTargetAuraState`, `CasterAuraSpell`, `TargetAuraSpell`, `ExcludeCasterAuraSpell`, `ExcludeTargetAuraSpell`, `CasterAuraType`, `TargetAuraType`, `ExcludeCasterAuraType`, `ExcludeTargetAuraType`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryCategory`, `StartRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags1`, `AuraInterruptFlags2`, `ChannelInterruptFlags1`, `ChannelInterruptFlags2`, `ProcFlags`, `ProcFlags2`, `ProcChance`, `ProcCharges`, `ProcCooldown`, `ProcBasePPM`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `RangeIndex`, `Speed`, `LaunchDelay`, `StackAmount`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `ContentTuningId`, `SpellName`, `ConeAngle`, `ConeWidth`, `MaxTargetLevel`, `MaxAffectedTargets`, `SpellFamilyName`, `SpellFamilyFlags1`, `SpellFamilyFlags2`, `SpellFamilyFlags3`, `SpellFamilyFlags4`, `DmgClass`, `PreventionType`, `AreaGroupId`, `SchoolMask`, `ChargeCategoryId`) VALUES
(128768, 0, 0, 0, 0, 134217856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 21, 34, 0, 0, 0, -1, 0, 0, 0, 'Powerball Achievement Credit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0);
INSERT INTO `serverside_spell_effect` (`SpellID`, `EffectIndex`, `DifficultyID`, `Effect`, `EffectAura`, `EffectAmplitude`, `EffectAttributes`, `EffectAuraPeriod`, `EffectBonusCoefficient`, `EffectChainAmplitude`, `EffectChainTargets`, `EffectItemType`, `EffectMechanic`, `EffectPointsPerResource`, `EffectPosFacing`, `EffectRealPointsPerLevel`, `EffectTriggerSpell`, `BonusCoefficientFromAP`, `PvpMultiplier`, `Coefficient`, `Variance`, `ResourceCoefficient`, `GroupSizeBasePointsCoefficient`, `EffectBasePoints`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectSpellClassMask1`, `EffectSpellClassMask2`, `EffectSpellClassMask3`, `EffectSpellClassMask4`, `ImplicitTarget1`, `ImplicitTarget2`) VALUES
(128768, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 20, 0, 0, 0, 0, 1, 0);
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+53;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1789.7452392578125, 1326.7279052734375, 23.32601547241210937, 3.65703439712524414, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+1, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1763.518310546875, 1323.9095458984375, 18.56777191162109375, 3.577862501144409179, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+2, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1620.6214599609375, 1141.0804443359375, 34.46206283569335937, 3.661552906036376953, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+3, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1773.1240234375, 1277.4849853515625, 33.94271469116210937, 1.26128387451171875, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+4, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1828.9891357421875, 1571.6427001953125, 25.85111236572265625, 3.816943883895874023, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+5, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1754.0760498046875, 1316.247802734375, 27.90841102600097656, 3.956035375595092773, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+6, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1951.52587890625, 1195.732666015625, 25.29047584533691406, 2.145257949829101562, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+7, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1660.266357421875, 1337.1173095703125, 30.370269775390625, 5.643963813781738281, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+8, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1650.521484375, 1204.099853515625, 18.99119186401367187, 4.712388992309570312, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+9, 65207, 998, 6051, 6136, '0', '0', 0, 0, 0, 1967.4873046875, 1466.973876953125, 31.45277214050292968, 1.943491697311401367, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet Kitten (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+10, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1783.841796875, 1375.753173828125, 23.81683921813964843, 2.95611882209777832, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+11, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1719.7777099609375, 1117.5045166015625, 20.07037734985351562, 5.198012351989746093, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+12, 65207, 998, 6051, 6136, '0', '0', 0, 0, 0, 1623.3663330078125, 1142.5416259765625, 33.99567413330078125, 3.548183679580688476, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet Kitten (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+13, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1852.099609375, 1207.2767333984375, 14.74231433868408203, 4.9661102294921875, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+14, 65209, 998, 6051, 6136, '0', '0', 0, 0, 0, 1669.6246337890625, 1338.887451171875, 10.44999980926513671, 4.184916496276855468, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Dancing Water Skimmer (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 113160 - Water Walking) (possible waypoints or random movement)
(@CGUID+15, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1754.8876953125, 1316.431640625, 29.88301658630371093, 0.73880934715270996, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+16, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1663.8798828125, 1336.5657958984375, 31.68233489990234375, 2.759795904159545898, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+17, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1719.1326904296875, 1117.7626953125, 20.08334541320800781, 5.868938922882080078, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+18, 65207, 998, 6051, 6136, '0', '0', 0, 0, 0, 1966.9879150390625, 1468.189697265625, 31.32956314086914062, 2.140692710876464843, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet Kitten (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+19, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1783.3472900390625, 1382.4683837890625, 25.10213661193847656, 3.829726457595825195, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+20, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1850.5567626953125, 1207.0440673828125, 14.39219284057617187, 4.671327114105224609, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+21, 65207, 998, 6051, 6136, '0', '0', 0, 0, 0, 1623.279541015625, 1142.045166015625, 33.9403533935546875, 3.663904666900634765, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet Kitten (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+22, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1657.7625732421875, 1489.508056640625, 16.70968246459960937, 4.300419330596923828, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+23, 65209, 998, 6051, 6136, '0', '0', 0, 0, 0, 1639.6875, 1326.4461669921875, 12.25523948669433593, 1.689028263092041015, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Dancing Water Skimmer (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 113160 - Water Walking) (possible waypoints or random movement)
(@CGUID+24, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1616.1865234375, 1341.3101806640625, 32.34295654296875, 2.626653909683227539, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+25, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1965.7755126953125, 1470.5006103515625, 31.07440185546875, 2.022632122039794921, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+26, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1925.7301025390625, 1422.075927734375, 12.36990070343017578, 2.341855525970458984, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+27, 58951, 998, 6051, 6136, '0', '0', 0, 0, 0, 1783.4149169921875, 1333.55908203125, 6.384816169738769531, 1.588249564170837402, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Trigger (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: )
(@CGUID+28, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1805.071044921875, 1332.92822265625, 23.6486053466796875, 4.87811279296875, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+29, 65209, 998, 6051, 6136, '0', '0', 0, 0, 0, 1626.9881591796875, 1325.9010009765625, 10.44999980926513671, 3.896676301956176757, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Dancing Water Skimmer (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 113160 - Water Walking) (possible waypoints or random movement)
(@CGUID+30, 65207, 998, 6051, 6136, '0', '0', 0, 0, 0, 1931.859375, 1129.1302490234375, 28.97992706298828125, 5.740293025970458984, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet Kitten (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+31, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1933.678466796875, 1127.43994140625, 28.92253494262695312, 5.573817729949951171, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+32, 65209, 998, 6051, 6136, '0', '0', 0, 0, 0, 1628.6978759765625, 1345.28125, 12.37590217590332031, 2.18117690086364746, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Dancing Water Skimmer (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 113160 - Water Walking) (possible waypoints or random movement)
(@CGUID+33, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1617.9903564453125, 1336.9093017578125, 32.34294509887695312, 4.434304714202880859, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+34, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1830.947021484375, 1120.5450439453125, 20.47720146179199218, 1.9561082124710083, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+35, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1785.673095703125, 1327.003662109375, 23.33595466613769531, 1.357039451599121093, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+36, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1928.0096435546875, 1416.96484375, 12.55990982055664062, 4.348969936370849609, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+37, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1754.17626953125, 1354.6884765625, 24.7605438232421875, 5.592080116271972656, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+38, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1830.4091796875, 1571.0565185546875, 25.71176338195800781, 5.293349742889404296, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+39, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1767.5631103515625, 1273.6688232421875, 36.67034530639648437, 5.0028533935546875, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+40, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1949.05615234375, 1195.2598876953125, 25.30850028991699218, 3.043081283569335937, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+41, 65206, 998, 6051, 6136, '0', '0', 0, 0, 0, 1696.5380859375, 1557.7576904296875, 22.785614013671875, 2.481467485427856445, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+42, 65205, 998, 6051, 6136, '0', '0', 0, 0, 0, 1793.47412109375, 1334.873046875, 19.48966789245605468, 2.649313926696777343, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+43, 65209, 998, 6051, 6136, '0', '0', 0, 0, 0, 1660.6875, 1336.4583740234375, 11.32715511322021484, 1.695375800132751464, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Dancing Water Skimmer (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 113160 - Water Walking) (possible waypoints or random movement)
(@CGUID+44, 65207, 998, 6051, 6136, '0', '0', 0, 0, 0, 1931.438232421875, 1129.7901611328125, 28.80927658081054687, 2.830842971801757812, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet Kitten (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+45, 65209, 998, 6051, 6136, '0', '0', 0, 0, 0, 1622.8958740234375, 1317.854736328125, 10.44999980926513671, 6.107137680053710937, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Dancing Water Skimmer (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 113160 - Water Walking) (possible waypoints or random movement)
(@CGUID+46, 62240, 998, 6051, 6136, '0', '0', 0, 0, 0, 1850.3055419921875, 1249.9930419921875, 13.49555587768554687, 1.588249564170837402, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Red Beam (Area: Temple of Kotmogu - Difficulty: 0) CreateObject2 (Auras: 121221 - Orange Ball Aura)
(@CGUID+47, 62237, 998, 6051, 6136, '0', '0', 0, 0, 0, 1716.8211669921875, 1249.6788330078125, 13.36339282989501953, 1.588249564170837402, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Yellow Beam (Area: Temple of Kotmogu - Difficulty: 0) CreateObject2 (Auras: 121217 - Yellow Ball Aura)
(@CGUID+48, 62239, 998, 6051, 6136, '0', '0', 0, 0, 0, 1716.8853759765625, 1416.7899169921875, 13.28889942169189453, 1.588249564170837402, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Green Beam (Area: Temple of Kotmogu - Difficulty: 0) CreateObject2 (Auras: 121220 - Green Ball Aura)
(@CGUID+49, 62238, 998, 6051, 6136, '0', '0', 0, 0, 0, 1850.0208740234375, 1416.689208984375, 13.39783096313476562, 1.588249564170837402, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Blue Beam (Area: Temple of Kotmogu - Difficulty: 0) CreateObject2 (Auras: 121219 - Purple Ball Aura)
(@CGUID+50, 13117, 998, 6051, 6136, '0', '0', 0, 0, 1, 1675.2899169921875, 1523.85595703125, 16.86186981201171875, 5.576955795288085937, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Horde Spirit Guide (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 9036 - Ghost, 9617 - Ghost Visual)
(@CGUID+51, 13116, 998, 6051, 6136, '0', '0', 0, 0, 1, 1895.3350830078125, 1522.0972900390625, 16.29700660705566406, 3.56899261474609375, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Alliance Spirit Guide (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 9036 - Ghost, 9617 - Ghost Visual)
(@CGUID+52, 13117, 998, 6051, 6136, '0', '0', 0, 0, 1, 1678.185791015625, 1146.751708984375, 17.45750236511230468, 0.850761175155639648, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Horde Spirit Guide (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 9036 - Ghost, 9617 - Ghost Visual)
(@CGUID+53, 13116, 998, 6051, 6136, '0', '0', 0, 0, 1, 1892.0867919921875, 1153.8941650390625, 15.00300025939941406, 2.315886497497558593, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008); -- Alliance Spirit Guide (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 9036 - Ghost, 9617 - Ghost Visual)
DELETE FROM `creature_template_addon` WHERE `entry` IN (62238, 62239, 62237, 62240, 58951, 65205, 65209);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(65205, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 65205 (Gilded Moth)
(65209, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '113160'), -- Dancing Water Skimmer - 113160 - Water Walking)
(62238, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 5, '121219'), -- 62238 (Blue Beam) - Purple Ball Aura
(62239, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 5, '121220'), -- 62239 (Green Beam) - Green Ball Aura
(62237, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 5, '121217'), -- 62237 (Yellow Beam) - Yellow Ball Aura
(62240, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 5, '121221'), -- 62240 (Red Beam) - Orange Ball Aura
(58951, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, ''); -- 58951 (Trigger)
UPDATE `creature_template_difficulty` SET `StaticFlags1`=536871168, `VerifiedBuild`=56008 WHERE (`Entry`=62238 AND `DifficultyID`=0); -- 62238 (Blue Beam) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `StaticFlags1`=536871168, `VerifiedBuild`=56008 WHERE (`Entry`=62239 AND `DifficultyID`=0); -- 62239 (Green Beam) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `StaticFlags1`=536871168, `VerifiedBuild`=56008 WHERE (`Entry`=62237 AND `DifficultyID`=0); -- 62237 (Yellow Beam) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `StaticFlags1`=536871168, `VerifiedBuild`=56008 WHERE (`Entry`=62240 AND `DifficultyID`=0); -- 62240 (Red Beam) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `StaticFlags1`=536871168, `VerifiedBuild`=56008 WHERE (`Entry`=58951 AND `DifficultyID`=0); -- 58951 (Trigger) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `StaticFlags1`=268435456, `VerifiedBuild`=56008 WHERE (`Entry`=65209 AND `DifficultyID`=0); -- 65209 (Dancing Water Skimmer) - CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=536870912, `VerifiedBuild`=56008 WHERE (`Entry`=65205 AND `DifficultyID`=0); -- 65205 (Gilded Moth) - Floating
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+16;
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, 271002, 998, 6051, 6136, '0', '0', 0, 1716.888916015625, 1249.90283203125, 10.66335582733154296, 0, 0, 0, 0, 1, 7200, 255, 1, 56008), -- Pedestal (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+1, 271002, 998, 6051, 6136, '0', '0', 0, 1850.2447509765625, 1250.27783203125, 10.68205833435058593, 0, 0, 0, 0, 1, 7200, 255, 1, 56008), -- Pedestal (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+2, 228513, 998, 6051, 6136, '0', '0', 0, 1662.078125, 1565.0242919921875, 33.93070220947265625, 5.704944133758544921, 0, 0, -0.28510951995849609, 0.958494961261749267, 7200, 255, 1, 56008), -- Collision Large (KMS) (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+3, 271013, 998, 6051, 6136, '0', '0', 0, 1849.532958984375, 1250.12158203125, 11.2691497802734375, 0, 0, 0, 0, 1, 7200, 255, 1, 56008), -- Mogu Runes (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+4, 271012, 998, 6051, 6136, '0', '0', 0, 1716.7900390625, 1416.739990234375, 10.63140010833740234, 0, 0, 0, 0, 1, 7200, 255, 1, 56008), -- Mogu Runes (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+5, 215787, 998, 6051, 6136, '0', '0', 0, 1783.7391357421875, 1104.9503173828125, 19.50258636474609375, 1.596973419189453125, 0, 0, 0.71630096435546875, 0.697791457176208496, 7200, 255, 1, 56008), -- Collision (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+6, 271002, 998, 6051, 6136, '0', '0', 0, 1716.79345703125, 1416.7379150390625, 10.63142967224121093, 0, 0, 0, 0, 1, 7200, 255, 1, 56008), -- Pedestal (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+7, 271002, 998, 6051, 6136, '0', '0', 0, 1850.2603759765625, 1416.84375, 10.66736316680908203, 0, 0, 0, 0, 1, 7200, 255, 1, 56008), -- Pedestal (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+8, 215760, 998, 6051, 6136, '0', '0', 0, 1783.7391357421875, 1104.9503173828125, 19.50257492065429687, 1.596973419189453125, 0, 0, 0.71630096435546875, 0.697791457176208496, 7200, 255, 1, 56008), -- Great Wall (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+9, 271089, 998, 6051, 6136, '0', '0', 0, 1716.467041015625, 1249.5347900390625, 10.6067047119140625, 0, 0, 0, 0, 1, 7200, 255, 1, 56008), -- Mogu Runes (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+10, 271090, 998, 6051, 6136, '0', '0', 0, 1849.6875, 1416.685791015625, 10.66314697265625, 0, 0, 0, 0, 1, 7200, 255, 1, 56008), -- Mogu Runes (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+11, 215787, 998, 6051, 6136, '0', '0', 0, 1780.1724853515625, 1565.326416015625, 23.18830490112304687, 4.703663349151611328, 0, 0, -0.71018505096435546, 0.704015016555786132, 7200, 255, 1, 56008), -- Collision (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+12, 179905, 998, 6051, 6136, '0', '0', 0, 1710.954833984375, 1333.4739990234375, 10.55555534362792968, 0.018688473850488662, 0, 0, 0.009344100952148437, 0.999956309795379638, 90, 255, 1, 56008), -- Berserk Buff (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+13, 179907, 998, 6051, 6136, '0', '0', 0, 1855.3663330078125, 1333.4271240234375, 10.55555534362792968, 3.150753736495971679, 0, 0, -0.99998950958251953, 0.004580484237521886, 90, 255, 1, 56008), -- Berserk Buff (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+14, 215760, 998, 6051, 6136, '0', '0', 0, 1780.1724853515625, 1565.326416015625, 23.18829345703125, 4.703663349151611328, 0, 0, -0.71018505096435546, 0.704015016555786132, 7200, 255, 1, 56008), -- Great Wall (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+15, 213172, 998, 6051, 6136, '0', '0', 0, 1785.0347900390625, 1055.43603515625, 30.44949722290039062, 4.738570213317871093, 0, 0, -0.69779014587402343, 0.716302275657653808, 7200, 255, 1, 56008), -- Great Door (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
(@OGUID+16, 213172, 998, 6051, 6136, '0', '0', 0, 1780.6055908203125, 1614.855712890625, 34.13521575927734375, 1.562067151069641113, 0, 0, 0.704013824462890625, 0.710186243057250976, 7200, 255, 1, 56008); -- Great Door (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1
DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+16;
INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `WorldEffectID`, `AIAnimKitID`) VALUES
(@OGUID+5, 0, 0, 0.71630185842514038, 0.697790563106536865, 0, 0), -- Collision
(@OGUID+8, 0, 0, 0.71630185842514038, 0.697790563106536865, 0, 0), -- Great Wall
(@OGUID+11, 0, 0, -0.71018534898757934, 0.704014718532562255, 0, 0), -- Collision
(@OGUID+14, 0, 0, -0.71018534898757934, 0.704014718532562255, 0, 0), -- Great Wall
(@OGUID+15, 0, 0, 0.71630185842514038, 0.697790563106536865, 0, 0), -- Great Door
(@OGUID+16, 0, 0, -0.71018534898757934, 0.704014718532562255, 0, 0); -- Great Door
UPDATE `gameobject_template_addon` SET `faction`=2059, `flags`=32 WHERE `entry` IN (212092, 212093, 212091, 212094); -- Orb of Power
UPDATE `gameobject_template_addon` SET `faction`=114, `flags`=32 WHERE `entry`=213172; -- Great Door
UPDATE `gameobject_template_addon` SET `faction`=114, `flags`=32 WHERE `entry`=215760; -- Great Wall
UPDATE `gameobject_template_addon` SET `faction`=114, `flags`=32 WHERE `entry`=215787; -- Collision
SET @GROUP_ID := 0;
DELETE FROM `creature_text` WHERE `CreatureID`=58951;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(58951, @GROUP_ID+0, 0, 'The |cFFFF8000Orange|r orb has been returned!', 41, 0, 100, 0, 0, 0, 62285, 0, 'Trigger to Player'),
(58951, @GROUP_ID+1, 0, 'The |cFF01DFD7Blue|r orb has been returned!', 41, 0, 100, 0, 0, 0, 62283, 0, 'Trigger to Player'),
(58951, @GROUP_ID+2, 0, 'The |cFFBF00FFPurple|r orb has been returned!', 41, 0, 100, 0, 0, 0, 62284, 0, 'Trigger to Player'),
(58951, @GROUP_ID+3, 0, 'The |cFF01DF01Green|r orb has been returned!', 41, 0, 100, 0, 0, 0, 62286, 0, 'Trigger to Player');
@@ -0,0 +1,54 @@
SET @CONDREFID := 40001;
SET @ATID := 99;
SET @ATPROPERTIESID := 89;
SET @ATSPAWNID := 102;
-- Areatrigger templates
DELETE FROM `areatrigger_template` WHERE `Id`=@ATID+0 AND `IsCustom`=1;
INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `ActionSetId`, `ActionSetFlags`, `VerifiedBuild`) VALUES
(@ATID+0, 1, 1, 0, 0, 0);
DELETE FROM `areatrigger_template_actions` WHERE `AreaTriggerId`=@ATID+0 AND `IsCustom`=1;
INSERT INTO `areatrigger_template_actions` (`AreaTriggerId`, `IsCustom`, `ActionType`, `ActionParam`, `TargetType`) VALUES
(@ATID+0, 1, 0, 130412, 0);
DELETE FROM `areatrigger_create_properties` WHERE `Id`=@ATPROPERTIESID+0 AND `IsCustom`=1;
INSERT INTO `areatrigger_create_properties` (`Id`, `IsCustom`, `AreaTriggerId`, `IsAreatriggerCustom`, `Flags`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `SpellForVisuals`, `TimeToTarget`, `TimeToTargetScale`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ShapeData6`, `ShapeData7`, `VerifiedBuild`) VALUES
(@ATPROPERTIESID+0, 1, @ATID+0, 1, 0, 0, 0, 0, 0, -1, 0, 0, NULL, 0, 0, 0, 20, 20, 0, 0, 0, 0, 0, 0, 0);
DELETE FROM `areatrigger` WHERE `SpawnId`=@ATSPAWNID+0;
INSERT INTO `areatrigger` (`SpawnId`, `AreaTriggerCreatePropertiesId`, `IsCustom`, `MapId`, `SpawnDifficulties`, `PosX`, `PosY`, `PosZ`, `Orientation`, `PhaseUseFlags`, `PhaseId`, `PhaseGroup`, `Comment`, `VerifiedBuild`) VALUES
(@ATSPAWNID+0, @ATPROPERTIESID+0, 1, 1, '0', 1663.346, -4353.692, 26.3505, 0, 1, 0, 0, 'Orgrimmar - Grommash Hold - Art of War Movie Aura Trigger', 0);
-- Spells
UPDATE `spell_target_position` SET `VerifiedBuild`=56819 WHERE (`ID`=130409 AND `EffectIndex`=2);
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_art_of_war_movie_aura';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(130412, 'spell_art_of_war_movie_aura');
UPDATE `quest_template_addon` SET `SourceSpellID`=175293 WHERE `ID` IN (29611,29612);
-- Smart scripts
DELETE FROM `areatrigger_scripts` WHERE `entry`=8463;
INSERT INTO `areatrigger_scripts` VALUES
(8463, 'SmartTrigger');
DELETE FROM `smart_scripts` WHERE `entryorguid`=8463 AND `source_type`=2;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `Difficulties`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param_string`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `action_param_string`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_param_string`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(8463,2,0,0,'',46,0,100,0,0,0,0,0,0,'',134,130412,0,0,0,0,0,0,NULL,7,0,0,0,0,NULL,0,0,0,0,'Areatrigger 8463 - On trigger - Invoker casts ''Art of War Movie Aura''');
-- Conditions
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=30 AND `SourceEntry`=8463;
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=28 AND `SourceGroup`=@ATID+0 AND `SourceEntry`=1;
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=-@CONDREFID;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ConditionStringValue1`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(30,0,8463,0,0,6,0,67,0,0,'',0,0,0,'',' Areatrigger 8190 triggers if player is Horde'),
(30,0,8463,0,0,-@CONDREFID,0,0,0,0,'',0,0,0,'','Areatrigger 8190 triggers if condition reference 40001 is fulfilled'),
(28,@ATID+0,1,0,0,6,0,67,0,0,'',0,0,0,'',' Areatrigger 97 triggers if player is Horde'),
(28,@ATID+0,1,0,0,-@CONDREFID,0,0,0,0,'',0,0,0,'','Areatrigger 97 triggers if condition reference 40001 is fulfilled'),
(-@CONDREFID,0,0,0,0,47,0,29611,8,0,'',0,0,0,'','Apply condition reference if quest 29611 is taken'),
(-@CONDREFID,0,0,0,1,47,0,29612,8,0,'',0,0,0,'','Apply condition reference if quest 29612 is taken'),
(-@CONDREFID,0,0,0,2,47,0,49538,8,0,'',0,0,0,'','Apply condition reference if quest 49538 is taken'),
(-@CONDREFID,0,0,0,3,47,0,49852,8,0,'',0,0,0,'','Apply condition reference if quest 49852 is taken'),
(-@CONDREFID,0,0,0,4,47,0,60126,8,0,'',0,0,0,'','Apply condition reference if quest 60126 is taken');
@@ -0,0 +1,8 @@
UPDATE `areatrigger` SET `Comment`='Sepulcher of the First Ones - Anduin Wrynn Intro' WHERE `SpawnId`=49;
UPDATE `areatrigger` SET `Comment`='Assault on the Dark Portal - Alter Altercation - Reach The Bleeding Altar' WHERE `SpawnId`=50;
UPDATE `areatrigger` SET `Comment`='Assault on the Dark Portal - Crossed Tar''thog Bridge' WHERE `SpawnId`=51;
UPDATE `areatrigger` SET `Comment`='Assault on the Dark Portal - Alter Altercation - Kilrogg Talk Left' WHERE `SpawnId`=52;
UPDATE `areatrigger` SET `Comment`='Assault on the Dark Portal - Alter Altercation - Kilrogg Talk Right' WHERE `SpawnId`=53;
UPDATE `areatrigger` SET `Comment`='The Rookery - Storm''s Roost Swirly' WHERE `SpawnId`=96;
UPDATE `areatrigger` SET `Comment`='Temple of Kotmogu - Small Area' WHERE `SpawnId`=100;
UPDATE `areatrigger` SET `Comment`='Temple of Kotmogu - Medium Area' WHERE `SpawnId`=101;
@@ -0,0 +1 @@
UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0, `event_param3`=0 WHERE `event_type`=46;
@@ -0,0 +1,3 @@
-- Update Phase Name
UPDATE `phase_name` SET `ID`=20686 WHERE `ID`=26686;
UPDATE `phase_name` SET `ID`=20685 WHERE `ID`=26685;
@@ -0,0 +1,20 @@
SET @TEL_ID := 2167;
DELETE FROM `game_tele` WHERE `id` BETWEEN @TEL_ID+0 AND @TEL_ID+15;
INSERT INTO `game_tele` (`id`,`position_x`,`position_y`,`position_z`,`orientation`,`map`,`name`) VALUES
(@TEL_ID+0,1003.15,3602.38,192.193,3.10705,860,'TheWanderingIsle'),
(@TEL_ID+1,739.462,3637.39,142.631,4.49721,860,'MandoriVillage'),
(@TEL_ID+2,1351.5,3374.61,125.649,1.97375,860,'TheDawningValley'),
(@TEL_ID+3,844.872,4401.16,237.269,1.60542,860,'TheWoodOfStaves'),
(@TEL_ID+4,1206.6,4263.88,222.736,0.105327,860,'FeFengVillage'),
(@TEL_ID+5,1043.43,4195.44,205.269,4.7117,860,'MorningBreezeVillage'),
(@TEL_ID+6,628.728,3922.98,81.7556,0.124933,860,'PoolOfThePaw'),
(@TEL_ID+7,321.424,3971.64,99.421,2.6877,860,'WreckOfTheSkyseeker'),
(@TEL_ID+8,403.316,3672.92,81.4312,0.845975,860,'PeiWuForest'),
(@TEL_ID+9,407.516,3284.52,73.2091,0.597012,860,'KiHanBrewery'),
(@TEL_ID+10,394.809,3072.58,75.579,0.151689,860,'TheRows'),
(@TEL_ID+11,623.996,3149.55,87.817,4.45175,860,'TheDaiLoFarmstead'),
(@TEL_ID+12,971.564,3015.68,105.719,6.06806,860,'TheSingingPools'),
(@TEL_ID+13,981.351,3603.05,193.114,3.11109,860,'TempleOfFiveDawns'),
(@TEL_ID+14,1416.67,3687.3,83.6041,4.62298,860,'WuSongVillage'),
(@TEL_ID+15,1469.91,3464.64,181.788,2.72073,860,'ShangXiTrainingGrounds');
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=116841 AND `ScriptName`='spell_monk_tigers_lust';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(116841, 'spell_monk_tigers_lust');
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=206930 AND `ScriptName`='spell_dk_heartbreaker';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(206930, 'spell_dk_heartbreaker');
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=213010 AND `ScriptName`='spell_dh_charred_warblades';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(213010, 'spell_dh_charred_warblades');
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=198813 AND `ScriptName`='spell_dh_vengeful_retreat_damage';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(198813, 'spell_dh_vengeful_retreat_damage');
@@ -0,0 +1,733 @@
SET @CGUID := 4000147;
SET @OGUID := 4000107;
SET @CONDREFID := 40002;
-- Creature templates
UPDATE `creature_template` SET `unit_flags3`=0x41000000 WHERE `entry`=40789; -- Generic Controller Bunny (CSA)
UPDATE `creature_template` SET `unit_flags3`=0x41000001 WHERE `entry`=67032; -- Gunship Turret
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=0x4000800, `unit_flags3`=0x1000000, `VehicleId`=7269 WHERE `entry`=170866; -- Orgrimmar Wind Rider
DELETE FROM `creature_template_addon` WHERE `entry` IN (170866,67040,67038,67032,61869,61868,61867,61866,61846,61845,61844,55054,54870);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(170866, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 170866 (Orgrimmar Wind Rider)
(67040, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 67040 (Hellscream's Fist Deckswabber)
(67038, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 67038 (Hellscream's Fist Engineer)
(67032, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 67032 (Gunship Turret)
(61869, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 61869 (Snuff)
(61868, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 61868 (Zin'jun)
(61867, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 61867 (Kiryn)
(61866, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 61866 (Shokia)
(61846, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 61846 (Gorrok)
(61845, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 61845 (Hellscream's Vanguard)
(61844, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 61844 (Rivett Clutchpop)
(55054, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, ''), -- 55054 (General Nazgrim)
(54870, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, ''); -- 54870 (General Nazgrim)
DELETE FROM `creature_equip_template` WHERE (`ID`=1 AND `CreatureID`=61845);
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `AppearanceModID1`, `ItemVisual1`, `ItemID2`, `AppearanceModID2`, `ItemVisual2`, `ItemID3`, `AppearanceModID3`, `ItemVisual3`, `VerifiedBuild`) VALUES
(61845, 1, 5289, 0, 0, 0, 0, 0, 0, 0, 0, 56819); -- Hellscream's Vanguard
UPDATE `creature_equip_template` SET `VerifiedBuild`=56819 WHERE (`ID`=1 AND `CreatureID` IN (176554,173279,171791,169177,168459,139093,133271,114066,89830,88703,88702,88701,74228,72559,67038,62195,58155,55054,54870,52032,51346,50488,50477,50323,49750,49622,47571,47248,47247,47246,46742,46741,46716,46709,46708,46556,46555,46359,46358,46357,46142,46140,45339,45337,45230,44919,44878,44877,44876,44872,44871,44851,44743,44725,44723,44158,42637,39605,37072,35068,26537,25081,25080,24931,24930,24929,24927,24926,24924,23635,23128,14392,14376,14375,12136,9564,7010,6929,6466,5817,5614,5613,5611,5610,5609,5606,5188,4047,3412,3370,3368,3342,3331,3323,3314,3313,3312,3310,3296,3144)) OR (`ID`=4 AND `CreatureID`=169177) OR (`ID`=2 AND `CreatureID` IN (169177,74228,44158,17252,3296)) OR (`ID`=5 AND `CreatureID`=169177) OR (`ID`=6 AND `CreatureID`=169177) OR (`ID`=3 AND `CreatureID`=44158);
-- Models
UPDATE `creature_template_model` SET `VerifiedBuild`=56819 WHERE (`Idx`=0 AND `CreatureID` IN (222782,200248,23635,32642,32641,44745,46742,46741,46709,46708,3412,3368,199202,52032,46718,46716,7010,3372,3371,31146,62114,114066,61869,61868,67040,61846,17213,61867,61844,40789,67038,61866,61845,67032,35162,153285,142668,142666,17252,25080,24934,24931,170866,24927,25081,25075,24935,24930,24929,24926,24924,50088,52812,52809,52810,133271,130911,45230,44743,44725,44723,12136,141528,43062,9564,63626,44160,26537,20493,20488,20486,15476,14881,198557,198553,198542,50488,50477,50323,44948,44919,44918,44158,3310,14499,229736,199275,20492,20491,20490,20489,168459,62195,44876,44854,44852,5817,3313,88701,44877,44856,44853,44851,14392,5610,137762,135202,88702,5611,5609,5606,176261,203246,203245,201230,175084,44878,6929,5614,5613,46358,46357,46572,37072,47247,47248,1863,185670,46512,3331,52034,3370,47571,199015,51195,14375,185669,17098,140210,52382,42637,197767,199643,199016,44868,38821,72559,58155,204340,44872,3314,199264,46359,29929,199625,199017,47246,3323,44867,152643,28960,199265,185473,135201,416,89830,72654,197770,199018,165189,49837,3319,49131,62821,204648,46140,139093,35068,45337,55054,201314,176554,88703,171791,3342,199115,26125,32520,199164,27489,198541,62822,74228,197771,3144,5188,44865,121541,39605,198497,46142,44871,46556,54870,6466,173386,49622,49750,62198,173281,183978,45339,199602,46555,62115,186199,173279,23128,51346,44338,44866,185472,3296,191463,138741,14376,49743,3312,4047,169177,21354,33030,63502,18365,31698,35362,65011,60941,69066,64993,71486,70356,69219,68288,65016,63042,59072,56921,54879,54741,54423,47654,40725,40625,40165,356,25064,32158,28363,28302,18379,14505,304,305,40054)) OR (`Idx`=1 AND `CreatureID` IN (200248,62114,114066,40789,67038,50088,52810,133271,45230,44160,15476,14881,44158,14499,168459,203246,203245,140210,38821,72559,152643,28960,89830,72654,49837,46140,26125,32520,74228,46142,173281,183978,62115,186199,173279,51346,3296,191463,49743,169177,40725,40165)) OR (`Idx`=3 AND `CreatureID` IN (62114,114066,67038,133271,45230,44160,15476,44158,14499,168459,89830,49837,46140,26125,74228,46142,173281,62115,173279,51346,3296,49743,169177)) OR (`Idx`=2 AND `CreatureID` IN (62114,114066,67038,133271,45230,44160,15476,44158,14499,168459,140210,89830,49837,46140,26125,74228,46142,173281,62115,173279,51346,3296,49743,169177)) OR (`Idx`=5 AND `CreatureID` IN (45230,46140,173281,3296,169177)) OR (`Idx`=4 AND `CreatureID` IN (45230,46140,173281,3296,169177)) OR (`Idx`=7 AND `CreatureID` IN (46140,173281,169177)) OR (`Idx`=6 AND `CreatureID` IN (46140,173281,169177)) OR (`Idx`=11 AND `CreatureID`=169177) OR (`Idx`=10 AND `CreatureID`=169177) OR (`Idx`=9 AND `CreatureID`=169177) OR (`Idx`=8 AND `CreatureID`=169177);
DELETE FROM `creature_model_info` WHERE `DisplayID` IN (110606, 112186, 98892, 79475, 113851, 113850, 112329, 116250, 122113, 122112, 122110, 122109);
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES
(110606, 0.722000002861022949, 3, 0, 56819),
(112186, 0.700270593166351318, 0.300000011920928955, 0, 56819),
(98892, 2.671835184097290039, 1.5, 0, 56819),
(79475, 0.305999994277954101, 1.5, 0, 56819),
(113851, 0.347222000360488891, 1.5, 0, 56819),
(113850, 0.347222000360488891, 1.5, 0, 56819),
(112329, 1, 1, 0, 56819),
(116250, 0.382499992847442626, 1.875, 0, 56819),
(122113, 1.371798515319824218, 1, 0, 56819),
(122112, 1.409832358360290527, 0.900000035762786865, 0, 56819),
(122110, 1.586356878280639648, 1.5, 0, 56819),
(122109, 0.420000016689300537, 1.80000007152557373, 0, 56819);
UPDATE `creature_model_info` SET `VerifiedBuild`=56819 WHERE `DisplayID` IN (47165, 93505, 29564, 38804, 26375, 110794, 110760, 64062, 110614, 110605, 106345, 110514, 110191, 110183, 110187, 110138, 109709, 109512, 111139, 111138, 37643, 106967, 106964, 27153, 100444, 99385, 92900, 9132, 2735, 8631, 27589, 27599, 4231, 4602, 70436, 96328, 96330, 96326, 96331, 96327, 96086, 64307, 34252, 1592, 83228, 81476, 34208, 34207, 24979, 8001, 61024, 61023, 31737, 99507, 31738, 99462, 49781, 49770, 45680, 45666, 45663, 45664, 45665, 44851, 5705, 42722, 42720, 42389, 42385, 45896, 41931, 39116, 39207, 39049, 39047, 32575, 39044, 40012, 42562, 33303, 22769, 38047, 37864, 37724, 37328, 37331, 37329, 37330, 37138, 37020, 31760, 37437, 36598, 36585, 36583, 36584, 36615, 7511, 8971, 36559, 31988, 35695, 35500, 35499, 35498, 35148, 35140, 35141, 35133, 35053, 35052, 35051, 14369, 14370, 89419, 89800, 34412, 34406, 9391, 2141, 30413, 34185, 34184, 1310, 1320, 1318, 8000, 9133, 34157, 34156, 34155, 34154, 34144, 34143, 34141, 34139, 34136, 34059, 34047, 34045, 304, 33698, 33700, 33701, 33699, 4368, 32981, 32904, 21072, 4382, 30462, 29569, 25103, 27686, 25871, 21342, 22493, 24164, 22750, 22744, 22739, 21264, 17701, 17722, 17719, 17721, 17720, 17699, 17700, 16910, 16850, 15470, 15471, 44816, 14554, 38418, 51613, 14415, 14413, 12229, 10186, 8848, 5706, 5205, 4356, 3609, 3608, 3606, 7137, 3605, 3604, 3128, 4514, 1392, 1358, 99458, 1323, 1319, 1314, 1313, 1312, 1311, 4259, 99452, 4601, 99453, 4260, 99451, 82115);
UPDATE `creature_model_info` SET `VerifiedBuild`=56819 WHERE `DisplayID` IN (119076, 110583, 84775, 84776, 84774, 80060, 46930, 28048, 77690, 77687, 99809, 35244, 99810, 35242, 35241, 35237, 99808, 30501, 30108, 28118, 28120, 27510, 22873, 22746, 22745, 22743, 22740, 14414, 6839, 99818, 1394, 1393, 1390);
UPDATE `creature_model_info` SET `BoundingRadius`=0.772917687892913818, `VerifiedBuild`=56819 WHERE `DisplayID`=86021;
UPDATE `creature_model_info` SET `BoundingRadius`=0.280177772045135498, `CombatReach`=1, `VerifiedBuild`=56819 WHERE `DisplayID`=87564;
UPDATE `creature_model_info` SET `BoundingRadius`=0.885321557521820068, `VerifiedBuild`=56819 WHERE `DisplayID`=73093;
UPDATE `creature_model_info` SET `BoundingRadius`=1.066666722297668457, `VerifiedBuild`=56819 WHERE `DisplayID`=79383;
UPDATE `creature_model_info` SET `BoundingRadius`=1.23741316795349121, `CombatReach`=2.70000004768371582, `VerifiedBuild`=56819 WHERE `DisplayID`=101441;
UPDATE `creature_model_info` SET `BoundingRadius`=0.442888736724853515, `CombatReach`=1, `VerifiedBuild`=56819 WHERE `DisplayID`=24745;
UPDATE `creature_model_info` SET `BoundingRadius`=0.171312570571899414, `CombatReach`=0.150000005960464477, `VerifiedBuild`=56819 WHERE `DisplayID` IN (15468, 15467);
-- Difficulties
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `VerifiedBuild`=56819 WHERE (`Entry`=17213 AND `DifficultyID`=0); -- 17213 (Broom) - Amphibious, CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x20080100, `VerifiedBuild`=56819 WHERE (`Entry`=40789 AND `DifficultyID`=0); -- 40789 (Generic Controller Bunny (CSA)) - Sessile, Amphibious, Floating
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `VerifiedBuild`=56819 WHERE (`Entry`=67040 AND `DifficultyID`=0); -- 67040 (Hellscream's Fist Deckswabber) - Amphibious, CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `VerifiedBuild`=56819 WHERE (`Entry`=67038 AND `DifficultyID`=0); -- 67038 (Hellscream's Fist Engineer) - Amphibious, CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x20000100, `VerifiedBuild`=56819 WHERE (`Entry`=67032 AND `DifficultyID`=0); -- 67032 (Gunship Turret) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=864, `StaticFlags1`=0x30000000, `VerifiedBuild`=56819 WHERE (`Entry`=170866 AND `DifficultyID`=0); -- 170866 (Orgrimmar Wind Rider) - CanSwim, Floating
DELETE FROM `creature_template_difficulty` WHERE `Entry` IN (170866,67040,67038,67032,40789,17213) AND `DifficultyID`=1;
-- Gameobject templates
UPDATE `gameobject_template` SET `Data8`=103828, `Data10`=30091, `VerifiedBuild`=56819 WHERE `entry`=191640; -- Anvil
-- Creature spawns
SET @SPAWNGROUP := 1259;
DELETE FROM `spawn_group` WHERE `groupId` BETWEEN @SPAWNGROUP+0 AND @SPAWNGROUP+3;
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES
(@SPAWNGROUP+0, 0, @CGUID+48),
(@SPAWNGROUP+1, 0, @CGUID+49),
(@SPAWNGROUP+2, 0, @CGUID+46),
(@SPAWNGROUP+3, 0, @CGUID+47);
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+104;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `terrainSwapMap`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1789.7452392578125, 1326.7279052734375, 23.32601547241210937, 3.65703439712524414, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+1, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1763.518310546875, 1323.9095458984375, 18.56777191162109375, 3.577862501144409179, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+2, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1620.6214599609375, 1141.0804443359375, 34.46206283569335937, 3.661552906036376953, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+3, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1773.1240234375, 1277.4849853515625, 33.94271469116210937, 1.26128387451171875, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+4, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1828.9891357421875, 1571.6427001953125, 25.85111236572265625, 3.816943883895874023, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+5, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1754.0760498046875, 1316.247802734375, 27.90841102600097656, 3.956035375595092773, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+6, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1951.52587890625, 1195.732666015625, 25.29047584533691406, 2.145257949829101562, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+7, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1660.266357421875, 1337.1173095703125, 30.370269775390625, 5.643963813781738281, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+8, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1650.521484375, 1204.099853515625, 18.99119186401367187, 4.712388992309570312, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+9, 65207, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1967.4873046875, 1466.973876953125, 31.45277214050292968, 1.943491697311401367, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet Kitten (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+10, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1783.841796875, 1375.753173828125, 23.81683921813964843, 2.95611882209777832, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+11, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1719.7777099609375, 1117.5045166015625, 20.07037734985351562, 5.198012351989746093, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+12, 65207, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1623.3663330078125, 1142.5416259765625, 33.99567413330078125, 3.548183679580688476, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet Kitten (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+13, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1852.099609375, 1207.2767333984375, 14.74231433868408203, 4.9661102294921875, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+14, 65209, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1669.6246337890625, 1338.887451171875, 10.44999980926513671, 4.184916496276855468, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Dancing Water Skimmer (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 113160 - Water Walking) (possible waypoints or random movement)
(@CGUID+15, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1754.8876953125, 1316.431640625, 29.88301658630371093, 0.73880934715270996, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+16, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1663.8798828125, 1336.5657958984375, 31.68233489990234375, 2.759795904159545898, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+17, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1719.1326904296875, 1117.7626953125, 20.08334541320800781, 5.868938922882080078, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+18, 65207, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1966.9879150390625, 1468.189697265625, 31.32956314086914062, 2.140692710876464843, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet Kitten (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+19, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1783.3472900390625, 1382.4683837890625, 25.10213661193847656, 3.829726457595825195, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+20, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1850.5567626953125, 1207.0440673828125, 14.39219284057617187, 4.671327114105224609, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+21, 65207, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1623.279541015625, 1142.045166015625, 33.9403533935546875, 3.663904666900634765, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet Kitten (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+22, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1657.7625732421875, 1489.508056640625, 16.70968246459960937, 4.300419330596923828, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+23, 65209, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1639.6875, 1326.4461669921875, 12.25523948669433593, 1.689028263092041015, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Dancing Water Skimmer (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 113160 - Water Walking) (possible waypoints or random movement)
(@CGUID+24, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1616.1865234375, 1341.3101806640625, 32.34295654296875, 2.626653909683227539, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+25, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1965.7755126953125, 1470.5006103515625, 31.07440185546875, 2.022632122039794921, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+26, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1925.7301025390625, 1422.075927734375, 12.36990070343017578, 2.341855525970458984, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+27, 58951, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1783.4149169921875, 1333.55908203125, 6.384816169738769531, 1.588249564170837402, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Trigger (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: )
(@CGUID+28, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1805.071044921875, 1332.92822265625, 23.6486053466796875, 4.87811279296875, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+29, 65209, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1626.9881591796875, 1325.9010009765625, 10.44999980926513671, 3.896676301956176757, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Dancing Water Skimmer (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 113160 - Water Walking) (possible waypoints or random movement)
(@CGUID+30, 65207, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1931.859375, 1129.1302490234375, 28.97992706298828125, 5.740293025970458984, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet Kitten (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+31, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1933.678466796875, 1127.43994140625, 28.92253494262695312, 5.573817729949951171, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+32, 65209, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1628.6978759765625, 1345.28125, 12.37590217590332031, 2.18117690086364746, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Dancing Water Skimmer (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 113160 - Water Walking) (possible waypoints or random movement)
(@CGUID+33, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1617.9903564453125, 1336.9093017578125, 32.34294509887695312, 4.434304714202880859, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+34, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1830.947021484375, 1120.5450439453125, 20.47720146179199218, 1.9561082124710083, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+35, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1785.673095703125, 1327.003662109375, 23.33595466613769531, 1.357039451599121093, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+36, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1928.0096435546875, 1416.96484375, 12.55990982055664062, 4.348969936370849609, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+37, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1754.17626953125, 1354.6884765625, 24.7605438232421875, 5.592080116271972656, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+38, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1830.4091796875, 1571.0565185546875, 25.71176338195800781, 5.293349742889404296, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+39, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1767.5631103515625, 1273.6688232421875, 36.67034530639648437, 5.0028533935546875, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+40, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1949.05615234375, 1195.2598876953125, 25.30850028991699218, 3.043081283569335937, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+41, 65206, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1696.5380859375, 1557.7576904296875, 22.785614013671875, 2.481467485427856445, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+42, 65205, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1793.47412109375, 1334.873046875, 19.48966789245605468, 2.649313926696777343, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Gilded Moth (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+43, 65209, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1660.6875, 1336.4583740234375, 11.32715511322021484, 1.695375800132751464, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Dancing Water Skimmer (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 113160 - Water Walking) (possible waypoints or random movement)
(@CGUID+44, 65207, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1931.438232421875, 1129.7901611328125, 28.80927658081054687, 2.830842971801757812, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Golden Civet Kitten (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+45, 65209, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1622.8958740234375, 1317.854736328125, 10.44999980926513671, 6.107137680053710937, 7200, 10, 0, 1, NULL, NULL, NULL, NULL, 56008), -- Dancing Water Skimmer (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 113160 - Water Walking) (possible waypoints or random movement)
(@CGUID+46, 62240, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1850.3055419921875, 1249.9930419921875, 13.49555587768554687, 1.588249564170837402, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Red Beam (Area: Temple of Kotmogu - Difficulty: 0) CreateObject2 (Auras: 121221 - Orange Ball Aura)
(@CGUID+47, 62237, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1716.8211669921875, 1249.6788330078125, 13.36339282989501953, 1.588249564170837402, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Yellow Beam (Area: Temple of Kotmogu - Difficulty: 0) CreateObject2 (Auras: 121217 - Yellow Ball Aura)
(@CGUID+48, 62239, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1716.8853759765625, 1416.7899169921875, 13.28889942169189453, 1.588249564170837402, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Green Beam (Area: Temple of Kotmogu - Difficulty: 0) CreateObject2 (Auras: 121220 - Green Ball Aura)
(@CGUID+49, 62238, 998, 6051, 6136, '0', 0, 0, -1, 0, 0, 1850.0208740234375, 1416.689208984375, 13.39783096313476562, 1.588249564170837402, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Blue Beam (Area: Temple of Kotmogu - Difficulty: 0) CreateObject2 (Auras: 121219 - Purple Ball Aura)
(@CGUID+50, 13117, 998, 6051, 6136, '0', 0, 0, -1, 0, 1, 1675.2899169921875, 1523.85595703125, 16.86186981201171875, 5.576955795288085937, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Horde Spirit Guide (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 9036 - Ghost, 9617 - Ghost Visual)
(@CGUID+51, 13116, 998, 6051, 6136, '0', 0, 0, -1, 0, 1, 1895.3350830078125, 1522.0972900390625, 16.29700660705566406, 3.56899261474609375, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Alliance Spirit Guide (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 9036 - Ghost, 9617 - Ghost Visual)
(@CGUID+52, 13117, 998, 6051, 6136, '0', 0, 0, -1, 0, 1, 1678.185791015625, 1146.751708984375, 17.45750236511230468, 0.850761175155639648, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Horde Spirit Guide (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 9036 - Ghost, 9617 - Ghost Visual)
(@CGUID+53, 13116, 998, 6051, 6136, '0', 0, 0, -1, 0, 1, 1892.0867919921875, 1153.8941650390625, 15.00300025939941406, 2.315886497497558593, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56008), -- Alliance Spirit Guide (Area: Temple of Kotmogu - Difficulty: 0) CreateObject1 (Auras: 9036 - Ghost, 9617 - Ghost Visual)
(@CGUID+54, 54870, 1, 1637, 5356, '0', 0, 0, -1, 0, 1, 1670.8055419921875, -4353.01220703125, 26.84072494506835937, 3.000042438507080078, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- General Nazgrim (Area: Grommash Hold - Difficulty: 0) CreateObject1 (Auras: 90442 - Generic Quest Invisibility 17)
(@CGUID+55, 55054, 1, 1637, 1637, '0', 0, 0, -1, 0, 1, 1840.6458740234375, -4419.41650390625, 135.3163604736328125, 0.715584993362426757, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- General Nazgrim (Area: Orgrimmar - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+56, 61844, 1, 1637, 1637, '0', 0, 0, -1, 0, 0, 1843.9322509765625, -4420.845703125, 135.316131591796875, 1.820238590240478515, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Rivett Clutchpop (Area: Orgrimmar - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+57, 61845, 1, 1637, 1637, '0', 0, 0, -1, 0, 0, 1847.8072509765625, -4408.08154296875, 135.1502532958984375, 3.938601016998291015, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Orgrimmar - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+58, 61845, 1, 1637, 1637, '0', 0, 0, -1, 0, 0, 1851.7396240234375, -4417.5869140625, 135.3153839111328125, 2.529423952102661132, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Orgrimmar - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+59, 61845, 1, 1637, 1637, '0', 0, 0, -1, 0, 0, 1851.407958984375, -4411.51220703125, 135.148284912109375, 3.939165115356445312, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Orgrimmar - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+60, 61846, 1, 1637, 1637, '0', 0, 0, -1, 0, 0, 1842.060791015625, -4408.59375, 135.3155059814453125, 5.53992462158203125, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Gorrok (Area: Orgrimmar - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+61, 61866, 1, 1637, 1637, '0', 0, 0, -1, 0, 0, 1848.9254150390625, -4419, 135.315643310546875, 3.363948583602905273, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Shokia (Area: Orgrimmar - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+62, 61867, 1, 1637, 1637, '0', 0, 0, -1, 0, 0, 1847.0538330078125, -4419.12353515625, 135.3157501220703125, 0.157710805535316467, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Kiryn (Area: Orgrimmar - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+63, 61868, 1, 1637, 1637, '0', 0, 0, -1, 0, 0, 1840.3541259765625, -4412.35595703125, 135.316162109375, 5.835348129272460937, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Zin'jun (Area: Orgrimmar - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+64, 61869, 1, 1637, 1637, '0', 0, 0, -1, 0, 0, 1839.85595703125, -4415.26025390625, 135.3163604736328125, 5.805415153503417968, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Snuff (Area: Orgrimmar - Difficulty: 0) CreateObject1 (Auras: 94223 - Generic Quest Invisibility 25)
(@CGUID+65, 17213, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1864.6423, -5479.9844, 444.05933, 0, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Broom (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+66, 40789, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1831.3299560546875, -5463.3701171875, 454.385345458984375, 3.143285512924194335, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Generic Controller Bunny (CSA) (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (Auras: 132224 - FX_Hordegunship_Idle_Loop)
(@CGUID+67, 55054, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1862.28125, -5461.90087890625, 443.81402587890625, 3.174382448196411132, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- General Nazgrim (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+68, 61844, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1848.3716, -5441.2847, 443.51755, 2.215219020843505859, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Rivett Clutchpop (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+69, 61845, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1829.3959, -5477.262, 442.66663, 0, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+70, 61845, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1820.6094, -5442.7085, 443.13733, 0, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+71, 61845, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1839.9514, -5489.2446, 441.44098, 0, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+72, 61845, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1841.7396240234375, -5463.015625, 495.15374755859375, 3.288609981536865234, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+73, 61845, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1864.9617919921875, -5461.923828125, 495.15374755859375, 0.238025233149528503, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+74, 61845, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1861.638916015625, -5457.626953125, 443.630035400390625, 0.034142464399337768, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+75, 61845, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1895.0243, -5470.528, 439.15887, 2.65421915054321289, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+76, 61845, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1879.1702, -5439.125, 445.27353, 0, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Vanguard (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+77, 61846, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1888.5243, -5460.8125, 419.27628, 0, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Gorrok (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+78, 61866, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1839.4617919921875, -5475.68212890625, 442.99444580078125, 0.3363572359085083, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Shokia (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+79, 61867, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1841.5, -5474.81787109375, 443.029205322265625, 3.65752577781677246, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Kiryn (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+80, 61868, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1867.265625, -5439.55908203125, 444.541259765625, 1.761279463768005371, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Zin'jun (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+81, 61869, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1869.888916015625, -5438.08154296875, 444.778564453125, 2.025144338607788085, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Snuff (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+82, 67032, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1866.41845703125, -5497.23291015625, 419.70147705078125, 4.757791996002197265, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Gunship Turret (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+83, 67032, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1839.8385009765625, -5498.38720703125, 419.725982666015625, 4.757791996002197265, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Gunship Turret (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+84, 67032, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1853.138916015625, -5497.79345703125, 419.1302490234375, 4.757791996002197265, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Gunship Turret (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+85, 67032, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1850.220458984375, -5426.96875, 419.131011962890625, 1.599296450614929199, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Gunship Turret (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+86, 67032, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1863.4896240234375, -5426.40625, 419.71697998046875, 1.599296450614929199, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Gunship Turret (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+87, 67032, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1836.9305419921875, -5427.51220703125, 419.710235595703125, 1.599296450614929199, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Gunship Turret (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+88, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1866.4583740234375, -5487.90478515625, 444.500640869140625, 3.777480840682983398, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (Auras: 79367 - Holding a Cannonball)
(@CGUID+89, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1856.1771240234375, -5435.3369140625, 445.485382080078125, 1.913024306297302246, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+90, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1860.41845703125, -5435.79345703125, 444.358184814453125, 1.913024306297302246, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+91, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1885.5573, -5449.3267, 419.4912, 1.660551786422729492, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+92, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1850.0242919921875, -5428.88720703125, 419.0731201171875, 1.541719436645507812, 120, 0, 0, 2, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+93, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1822.4617919921875, -5474.78466796875, 419.200225830078125, 4.529586315155029296, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+94, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1838.3177490234375, -5460.45166015625, 451.208984375, 3.636371135711669921, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+95, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1832.079833984375, -5469.109375, 451.81427001953125, 4.892142772674560546, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+96, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1815.7603759765625, -5452.10595703125, 420.34033203125, 0.940434634685516357, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+97, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1822.217041015625, -5451.99462890625, 419.16162109375, 2.110541343688964843, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+98, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1851.611083984375, -5427.33349609375, 419.136474609375, 2.788624763488769531, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+99, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1900.3472900390625, -5457.8525390625, 419.52978515625, 0.312810629606246948, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+100, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1897.53125, -5469.046875, 419.59649658203125, 5.653588294982910156, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+101, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1836.18408203125, -5429.7744140625, 419.8115234375, 1.251509428024291992, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+102, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1862.4461669921875, -5428.455078125, 419.643310546875, 5.752133846282958984, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+103, 67038, 1, 14, 6529, '0', 1663, 0, 1074, 0, 1, 1864.484375, -5429.75341796875, 419.81658935546875, 2.6260223388671875, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819), -- Hellscream's Fist Engineer (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
(@CGUID+104, 67040, 1, 14, 6529, '0', 1663, 0, 1074, 0, 0, 1862.6938, -5480.4355, 443.9552, 0.228, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56819); -- Hellscream's Fist Deckswabber (Area: Hellscream's Fist - Difficulty: 0) CreateObject1 (Auras: 131804 - Arcane Channeling) (possible waypoints or random movement)
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+104;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+54, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, '90442'), -- General Nazgrim - 90442 - Generic Quest Invisibility 17
(@CGUID+55, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, '94223'), -- General Nazgrim - 94223 - Generic Quest Invisibility 25
(@CGUID+56, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Rivett Clutchpop - 94223 - Generic Quest Invisibility 25
(@CGUID+57, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Hellscream's Vanguard - 94223 - Generic Quest Invisibility 25
(@CGUID+58, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Hellscream's Vanguard - 94223 - Generic Quest Invisibility 25
(@CGUID+59, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Hellscream's Vanguard - 94223 - Generic Quest Invisibility 25
(@CGUID+60, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Gorrok - 94223 - Generic Quest Invisibility 25
(@CGUID+61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Shokia - 94223 - Generic Quest Invisibility 25
(@CGUID+62, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Kiryn - 94223 - Generic Quest Invisibility 25
(@CGUID+63, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Zin'jun - 94223 - Generic Quest Invisibility 25
(@CGUID+64, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, '94223'), -- Snuff - 94223 - Generic Quest Invisibility 25
(@CGUID+66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '132224'), -- Generic Controller Bunny (CSA) - 132224 - FX_Hordegunship_Idle_Loop
(@CGUID+88, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Hellscream's Fist Engineer
(@CGUID+89, 0, 0, 0, 0, 0, 1, 0, 69, 0, 0, 0, 0, ''), -- Hellscream's Fist Engineer
(@CGUID+90, 0, 0, 0, 0, 0, 1, 0, 69, 0, 0, 0, 0, ''), -- Hellscream's Fist Engineer
(@CGUID+93, 0, 0, 0, 0, 0, 1, 0, 233, 0, 0, 0, 0, ''), -- Hellscream's Fist Engineer
(@CGUID+94, 0, 0, 0, 0, 0, 1, 0, 233, 0, 0, 0, 0, ''), -- Hellscream's Fist Engineer
(@CGUID+95, 0, 0, 0, 0, 0, 1, 0, 233, 0, 0, 0, 0, ''), -- Hellscream's Fist Engineer
(@CGUID+96, 0, 0, 0, 0, 0, 1, 0, 233, 0, 0, 0, 0, ''), -- Hellscream's Fist Engineer
(@CGUID+97, 0, 0, 0, 0, 0, 1, 0, 233, 0, 0, 0, 0, ''), -- Hellscream's Fist Engineer
(@CGUID+98, 0, 0, 0, 0, 0, 1, 0, 233, 0, 0, 0, 0, ''), -- Hellscream's Fist Engineer
(@CGUID+99, 0, 0, 0, 0, 0, 1, 0, 233, 0, 0, 0, 0, ''), -- Hellscream's Fist Engineer
(@CGUID+100, 0, 0, 0, 0, 0, 1, 0, 233, 0, 0, 0, 0, ''), -- Hellscream's Fist Engineer
(@CGUID+101, 0, 0, 0, 0, 0, 1, 0, 233, 0, 0, 0, 0, ''); -- Hellscream's Fist Engineer
-- Paths
SET @MOVERGUID := @CGUID+65;
SET @ENTRY := 17213;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `creature_formations` WHERE `leaderGUID`=@CGUID+65;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+65, @CGUID+65, 0, 0, 515, 0, 0),
(@CGUID+65, @CGUID+104, 2, 0, 515, 0, 0);
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 1.5, 'Broom - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1857.3923, -5477.2344, 444.05933, NULL, 0), -- Spline
(@PATH, 1, 1849.3923, -5470.9844, 443.55933, NULL, 0), -- Spline
(@PATH, 2, 1851.8923, -5465.9844, 443.80933, NULL, 0), -- Spline
(@PATH, 3, 1855.6423, -5460.4844, 443.80933, NULL, 0), -- Spline
(@PATH, 4, 1849.1423, -5452.2344, 443.55933, NULL, 0), -- Spline
(@PATH, 5, 1856.8923, -5444.7344, 444.05933, NULL, 0), -- Spline
(@PATH, 6, 1861.8923, -5440.2344, 444.30933, NULL, 0), -- Spline
(@PATH, 7, 1854.1423, -5439.4844, 444.05933, NULL, 0), -- Spline
(@PATH, 8, 1846.3923, -5444.9844, 443.80933, NULL, 0), -- Spline
(@PATH, 9, 1844.6423, -5451.9844, 443.55933, NULL, 0), -- Spline
(@PATH, 10, 1846.8923, -5459.7344, 443.55933, NULL, 0), -- Spline
(@PATH, 11, 1850.6423, -5465.4844, 443.55933, NULL, 0), -- Spline
(@PATH, 12, 1852.6423, -5470.9844, 443.80933, NULL, 0), -- Spline
(@PATH, 13, 1851.3923, -5478.4844, 443.80933, NULL, 0), -- Spline
(@PATH, 14, 1858.3923, -5481.2344, 444.05933, NULL, 0), -- Spline
(@PATH, 15, 1864.6423, -5479.9844, 444.05933, NULL, 0);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
SET @MOVERGUID := @CGUID+68;
SET @ENTRY := 61844;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, NULL, 'Rivett Clutchpop - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1848.3716, -5441.2847, 443.51755, 2.215219020843505859, 7500),
(@PATH, 1, 1849.1459, -5458.6978, 443.18222, NULL, 0),
(@PATH, 2, 1849.507, -5479.354, 443.42105, NULL, 0),
(@PATH, 3, 1847.5817, -5487.561, 443.34912, NULL, 7000),
(@PATH, 4, 1849.5608, -5467.528, 443.17072, NULL, 0),
(@PATH, 5, 1848.8317, -5443.1963, 443.513, NULL, 250);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
SET @MOVERGUID := @CGUID+69;
SET @ENTRY := 61845;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, 1.5, 'Hellscream''s Vanguard - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1829.3959, -5477.262, 442.66663, NULL, 250),
(@PATH, 1, 1824.1389, -5477.672, 443.6393, NULL, 0),
(@PATH, 2, 1818.5399, -5484.884, 443.1334, NULL, 0),
(@PATH, 3, 1812.2812, -5484.1235, 443.1881, NULL, 0),
(@PATH, 4, 1800.2413, -5479.134, 443.3974, NULL, 0),
(@PATH, 5, 1800.1663, -5478.9844, 443.40213, NULL, 0),
(@PATH, 6, 1798.408, -5475.479, 443.5573, NULL, 250),
(@PATH, 7, 1812.2812, -5484.1235, 443.1881, NULL, 0),
(@PATH, 8, 1818.5399, -5484.884, 443.1334, NULL, 0),
(@PATH, 9, 1824.1389, -5477.672, 443.6393, NULL, 0);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
SET @MOVERGUID := @CGUID+70;
SET @ENTRY := 61845;
SET @PATHOFFSET := 1;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, 1.5, 'Hellscream''s Vanguard - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1820.6094, -5442.7085, 443.13733, NULL, 250),
(@PATH, 1, 1814.7639, -5442.895, 443.31442, NULL, 0), -- Spline
(@PATH, 2, 1808.2639, -5445.145, 443.31442, NULL, 0), -- Spline
(@PATH, 3, 1802.2639, -5448.395, 443.56442, NULL, 0), -- Spline
(@PATH, 4, 1796.7639, -5451.395, 443.56442, NULL, 10), -- Spline
(@PATH, 5, 1793.9185, -5450.0815, 443.49152, NULL, 31500);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
SET @MOVERGUID := @CGUID+71;
SET @ENTRY := 61845;
SET @PATHOFFSET := 2;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, 1.85, 'Hellscream''s Vanguard - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1839.9514, -5489.2446, 441.44098, NULL, 250),
(@PATH, 1, 1834.1892, -5489.1113, 438.07062, NULL, 0),
(@PATH, 2, 1826.9688, -5488.384, 433.78827, NULL, 0),
(@PATH, 3, 1819.4791, -5486.394, 429.89764, NULL, 0),
(@PATH, 4, 1812.2916, -5483.625, 426.2034, NULL, 0),
(@PATH, 5, 1804.8403, -5479.7275, 423.97452, NULL, 0),
(@PATH, 6, 1799.0312, -5474.866, 422.18555, NULL, 0),
(@PATH, 7, 1795.8334, -5470.382, 422.1491, NULL, 0),
(@PATH, 8, 1794.6423, -5464.6196, 422.06064, NULL, 0),
(@PATH, 9, 1795.6562, -5458.8057, 422.1367, NULL, 0),
(@PATH, 10, 1802.5764, -5449.6685, 423.74796, NULL, 0),
(@PATH, 11, 1808.8959, -5445.424, 425.84082, NULL, 0),
(@PATH, 12, 1817.0781, -5441.6807, 429.6221, NULL, 0),
(@PATH, 13, 1822.4375, -5439.866, 432.32947, NULL, 0),
(@PATH, 14, 1828.4427, -5438.257, 435.99728, NULL, 0),
(@PATH, 15, 1835.717, -5437.311, 440.29, NULL, 0),
(@PATH, 16, 1842.7743, -5436.7207, 443.15982, NULL, 250),
(@PATH, 17, 1835.717, -5437.311, 440.29, NULL, 0),
(@PATH, 18, 1828.4427, -5438.257, 435.99728, NULL, 0),
(@PATH, 19, 1822.5642, -5439.832, 432.39252, NULL, 0),
(@PATH, 20, 1817.0781, -5441.6807, 429.6221, NULL, 0),
(@PATH, 21, 1808.8959, -5445.424, 425.84082, NULL, 0),
(@PATH, 22, 1802.5764, -5449.6685, 423.74796, NULL, 0),
(@PATH, 23, 1795.6562, -5458.8057, 422.1367, NULL, 0),
(@PATH, 24, 1794.6423, -5464.6196, 422.06064, NULL, 0),
(@PATH, 25, 1795.8334, -5470.382, 422.1491, NULL, 0),
(@PATH, 26, 1799.0312, -5474.866, 422.18555, NULL, 0),
(@PATH, 27, 1804.8403, -5479.7275, 423.97452, NULL, 0),
(@PATH, 28, 1812.2916, -5483.625, 426.2034, NULL, 0),
(@PATH, 29, 1819.4791, -5486.394, 429.89764, NULL, 0),
(@PATH, 30, 1826.9688, -5488.384, 433.78827, NULL, 0),
(@PATH, 31, 1834.1892, -5489.1113, 438.07062, NULL, 0);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
SET @MOVERGUID := @CGUID+72;
SET @ENTRY := 61845;
SET @PATHOFFSET := 3;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 1.5, 'Hellscream''s Vanguard - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1841.7396, -5463.0156, 495.15375, NULL, 31000),
(@PATH, 1, 1846.2084, -5462.6846, 494.09393, NULL, 0),
(@PATH, 2, 1850.2084, -5465.4346, 494.09393, NULL, 0),
(@PATH, 3, 1853.4584, -5470.9346, 494.34393, NULL, 0),
(@PATH, 4, 1853.7084, -5476.6846, 496.84393, NULL, 0),
(@PATH, 5, 1853.7084, -5483.1846, 499.09393, NULL, 0),
(@PATH, 6, 1850.7084, -5486.4346, 499.09393, NULL, 0),
(@PATH, 7, 1841.9584, -5488.4346, 499.09393, NULL, 0),
(@PATH, 8, 1830.6771, -5490.354, 499.0341, NULL, 31000),
(@PATH, 9, 1836.7084, -5489.4346, 499.09393, NULL, 0),
(@PATH, 10, 1845.2084, -5487.9346, 499.09393, NULL, 0),
(@PATH, 11, 1853.7084, -5483.4346, 499.09393, NULL, 0),
(@PATH, 12, 1853.7084, -5475.9346, 496.34393, NULL, 0),
(@PATH, 13, 1853.4584, -5469.1846, 494.09393, NULL, 0),
(@PATH, 14, 1847.4584, -5463.4346, 494.09393, NULL, 0),
(@PATH, 15, 1843.4584, -5462.6846, 495.09393, NULL, 0);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
SET @MOVERGUID := @CGUID+73;
SET @ENTRY := 61845;
SET @PATHOFFSET := 4;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 1.5, 'Hellscream''s Vanguard - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1861.0929, -5461.5107, 494.23907, NULL, 0),
(@PATH, 1, 1855.5929, -5459.0107, 494.23907, NULL, 0),
(@PATH, 2, 1853.3429, -5452.2607, 494.73907, NULL, 0),
(@PATH, 3, 1852.5929, -5445.0107, 497.73907, NULL, 0),
(@PATH, 4, 1852.5929, -5441.2607, 499.23907, NULL, 0),
(@PATH, 5, 1857.8429, -5437.2607, 498.98907, NULL, 0),
(@PATH, 6, 1867.0929, -5434.2607, 498.98907, NULL, 0),
(@PATH, 7, 1879.224, -5431.597, 498.82437, NULL, 31000),
(@PATH, 8, 1874.3429, -5432.2607, 498.98907, NULL, 0),
(@PATH, 9, 1867.0929, -5434.5107, 498.98907, NULL, 0),
(@PATH, 10, 1857.8429, -5437.2607, 498.98907, NULL, 0),
(@PATH, 11, 1852.8429, -5441.5107, 499.23907, NULL, 0),
(@PATH, 12, 1853.0929, -5448.7607, 496.23907, NULL, 0),
(@PATH, 13, 1853.5929, -5455.0107, 494.23907, NULL, 0),
(@PATH, 14, 1858.5929, -5460.7607, 494.23907, NULL, 0),
(@PATH, 15, 1863.3429, -5462.0107, 495.23907, NULL, 0),
(@PATH, 16, 1864.9618, -5461.924, 495.15375, NULL, 31000);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
SET @MOVERGUID := @CGUID+74;
SET @ENTRY := 61845;
SET @PATHOFFSET := 5;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, 1.5, 'Hellscream''s Vanguard - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1871.7031, -5457.001, 443.14447, NULL, 0), -- Spline
(@PATH, 1, 1879.2031, -5456.251, 440.89447, NULL, 0), -- Spline
(@PATH, 2, 1887.9531, -5454.751, 439.64447, NULL, 0), -- Spline
(@PATH, 3, 1893.7673, -5451.875, 439.15887, NULL, 400),
(@PATH, 4, 1893.7673, -5451.875, 439.15887, 3.65622711181640625, 31250),
(@PATH, 5, 1887.9531, -5454.751, 439.64447, NULL, 0), -- Spline
(@PATH, 6, 1879.4531, -5456.501, 440.89447, NULL, 0), -- Spline
(@PATH, 7, 1871.7031, -5457.001, 443.14447, NULL, 0), -- Spline
(@PATH, 8, 1861.6389, -5457.627, 443.63004, NULL, 31500);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
SET @MOVERGUID := @CGUID+75;
SET @ENTRY := 61845;
SET @PATHOFFSET := 6;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, 1.5, 'Hellscream''s Vanguard - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1887.6145, -5467.1875, 439.64777, NULL, 0), -- Spline
(@PATH, 1, 1880.1145, -5466.6875, 440.64777, NULL, 0), -- Spline
(@PATH, 2, 1872.1145, -5467.1875, 443.14777, NULL, 0), -- Spline
(@PATH, 3, 1862.2048, -5466.347, 443.6367, NULL, 31250),
(@PATH, 4, 1872.1145, -5467.1875, 443.14777, NULL, 0), -- Spline
(@PATH, 5, 1880.1145, -5466.9375, 440.64777, NULL, 0), -- Spline
(@PATH, 6, 1887.6145, -5467.4375, 439.64777, NULL, 0), -- Spline
(@PATH, 7, 1895.0243, -5470.528, 439.15887, NULL, 100),
(@PATH, 8, 1895.0243, -5470.528, 439.15887, 2.65421915054321289, 31000);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
SET @MOVERGUID := @CGUID+76;
SET @ENTRY := 61845;
SET @PATHOFFSET := 7;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, 1.6, 'Hellscream''s Vanguard - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1891.9618, -5440.866, 445.9387, NULL, 0),
(@PATH, 1, 1904.2448, -5446.2085, 447.18033, NULL, 0),
(@PATH, 2, 1913.3142, -5454.655, 448.3496, NULL, 0),
(@PATH, 3, 1913.658, -5466.116, 448.3837, NULL, 0),
(@PATH, 4, 1907.5677, -5472.9844, 447.3973, NULL, 0),
(@PATH, 5, 1897.5469, -5479.1284, 446.25885, NULL, 0),
(@PATH, 6, 1882.7673, -5483.2207, 445.36072, NULL, 250),
(@PATH, 7, 1897.5469, -5479.1284, 446.25885, NULL, 0),
(@PATH, 8, 1907.5677, -5472.9844, 447.3973, NULL, 0),
(@PATH, 9, 1913.658, -5466.116, 448.3837, NULL, 0),
(@PATH, 10, 1913.3142, -5454.655, 448.3496, NULL, 0),
(@PATH, 11, 1904.2448, -5446.2085, 447.18033, NULL, 0),
(@PATH, 12, 1891.9618, -5440.866, 445.9387, NULL, 0),
(@PATH, 13, 1879.1702, -5439.125, 445.27353, NULL, 250);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
SET @MOVERGUID := @CGUID+77;
SET @ENTRY := 61846;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0, 1.6, 'Gorrok - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1874.4202, -5461.5503, 418.39847, NULL, 0),
(@PATH, 1, 1866.4323, -5461.7847, 415.35764, NULL, 0),
(@PATH, 2, 1852.349, -5462.4204, 414.86203, NULL, 0),
(@PATH, 3, 1838.6545, -5463.137, 414.8746, NULL, 0),
(@PATH, 4, 1837.0007, -5463.098, 415.1945, NULL, 0), -- Spline
(@PATH, 5, 1833.5007, -5463.348, 415.6945, NULL, 0), -- Spline
(@PATH, 6, 1833.2507, -5463.348, 415.9445, NULL, 0), -- Spline
(@PATH, 7, 1827.5007, -5463.348, 417.6945, NULL, 0), -- Spline
(@PATH, 8, 1826.0007, -5463.348, 418.1945, NULL, 0), -- Spline
(@PATH, 9, 1822.6945, -5463.672, 418.52347, NULL, 0),
(@PATH, 10, 1813.9479, -5464.0884, 419.8875, NULL, 500),
(@PATH, 11, 1822.6945, -5463.672, 418.52347, NULL, 0),
(@PATH, 12, 1825.7357, -5463.57, 418.05176, NULL, 0),
(@PATH, 13, 1827.1753, -5463.522, 417.40518, NULL, 0),
(@PATH, 14, 1833.257, -5463.318, 415.44995, NULL, 0),
(@PATH, 15, 1833.483, -5463.3105, 415.39157, NULL, 0),
(@PATH, 16, 1836.8435, -5463.1978, 414.88644, NULL, 0),
(@PATH, 17, 1838.6545, -5463.137, 414.8746, NULL, 0),
(@PATH, 18, 1852.349, -5462.4204, 414.86203, NULL, 0),
(@PATH, 19, 1866.4323, -5461.7847, 415.35764, NULL, 0),
(@PATH, 20, 1874.4202, -5461.5503, 418.39847, NULL, 0),
(@PATH, 21, 1888.5243, -5460.8125, 419.27628, NULL, 500);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
SET @MOVERGUID := @CGUID+91;
SET @ENTRY := 67038;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, NULL, 'Hellscream''s Fist Engineer - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1882.9713, -5454.0376, 419.56934, NULL, 0), -- Spline
(@PATH, 1, 1877.7213, -5458.5376, 419.31934, NULL, 0), -- Spline
(@PATH, 2, 1871.7213, -5459.0376, 417.56934, NULL, 0), -- Spline
(@PATH, 3, 1865.9713, -5464.7876, 415.81934, NULL, 0), -- Spline
(@PATH, 4, 1865.7213, -5472.5376, 416.81934, NULL, 0), -- Spline
(@PATH, 5, 1865.4713, -5478.5376, 419.06934, NULL, 0), -- Spline
(@PATH, 6, 1866.7213, -5489.5376, 419.31934, NULL, 0), -- Spline
(@PATH, 7, 1866.3854, -5495.7485, 419.6475, NULL, 42000),
(@PATH, 8, 1866.7213, -5488.7876, 419.31934, NULL, 0), -- Spline
(@PATH, 9, 1866.2213, -5481.0376, 419.06934, NULL, 0), -- Spline
(@PATH, 10, 1866.2213, -5470.0376, 416.06934, NULL, 0), -- Spline
(@PATH, 11, 1867.9713, -5463.0376, 416.06934, NULL, 0), -- Spline
(@PATH, 12, 1873.7213, -5460.5376, 418.56934, NULL, 0), -- Spline
(@PATH, 13, 1879.7213, -5457.0376, 419.31934, NULL, 0), -- Spline
(@PATH, 14, 1885.5573, -5449.3267, 419.4912, NULL, 350),
(@PATH, 15, 1885.5573, -5449.3267, 419.4912, 1.660551786422729492, 35000);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
SET @MOVERGUID := @CGUID+92;
SET @ENTRY := 67038;
SET @PATHOFFSET := 1;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, NULL, 'Hellscream''s Fist Engineer - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`=@PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1850.9141, -5441.205, 418.62073, NULL, 0), -- Spline
(@PATH, 1, 1851.1641, -5446.955, 418.62073, NULL, 0), -- Spline
(@PATH, 2, 1851.1641, -5454.205, 415.62073, NULL, 0), -- Spline
(@PATH, 3, 1848.1641, -5461.955, 415.37073, NULL, 0), -- Spline
(@PATH, 4, 1840.6641, -5465.205, 415.37073, NULL, 0), -- Spline
(@PATH, 5, 1838.9141, -5470.455, 415.87073, NULL, 0), -- Spline
(@PATH, 6, 1839.4141, -5479.955, 418.87073, NULL, 0), -- Spline
(@PATH, 7, 1839.6641, -5489.705, 419.37073, NULL, 0), -- Spline
(@PATH, 8, 1839.8038, -5497.0225, 419.66833, NULL, 40250),
(@PATH, 9, 1839.9141, -5491.705, 419.37073, NULL, 0), -- Spline
(@PATH, 10, 1839.6641, -5486.955, 419.37073, NULL, 0), -- Spline
(@PATH, 11, 1839.4141, -5479.705, 418.87073, NULL, 0), -- Spline
(@PATH, 12, 1838.6641, -5469.455, 415.87073, NULL, 0), -- Spline
(@PATH, 13, 1840.1641, -5464.455, 415.37073, NULL, 0), -- Spline
(@PATH, 14, 1845.1641, -5462.955, 415.37073, NULL, 0), -- Spline
(@PATH, 15, 1850.9141, -5458.455, 415.37073, NULL, 0), -- Spline
(@PATH, 16, 1851.6641, -5451.955, 416.12073, NULL, 0), -- Spline
(@PATH, 17, 1851.1641, -5442.455, 418.62073, NULL, 0), -- Spline
(@PATH, 18, 1849.9141, -5435.455, 418.87073, NULL, 0), -- Spline
(@PATH, 19, 1850.0243, -5428.887, 419.07312, NULL, 41000);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@MOVERGUID, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '');
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid`=@OGUID+0;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `terrainSwapMap`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 191640, 1, 14, 6529, '0', 1663, 0, 1074, 1891.0684814453125, -5446.04345703125, 419.7188720703125, 4.288222312927246093, -0.0033416748046875, 0.005175590515136718, -0.84009170532226562, 0.542409360408782958, 120, 255, 1, 56819); -- Anvil (Area: Hellscream's Fist - Difficulty: 0) CreateObject1
-- Terrain swap
DELETE FROM `terrain_swap_defaults` WHERE `MapId`=1 AND `TerrainSwapMap`=1074;
INSERT INTO `terrain_swap_defaults` (`MapId`, `TerrainSwapMap`, `Comment`) VALUES
(1, 1074, 'Kalimdor - Orgrimmar Gunship Pandaria Start');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=25 AND `SourceEntry`=1074;
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=-@CONDREFID;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ConditionStringValue1`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(25,0,1074,0,0,-@CONDREFID,0,0,0,0,'',0,0,0,'','Apply terrain swap 1074 if condition reference 40002 is fulfilled'),
(-@CONDREFID,0,0,0,0,47,0,29611,64,0,'',0,0,0,'','Apply condition reference if quest 29611 is rewarded'),
(-@CONDREFID,0,0,0,1,47,0,29612,64,0,'',0,0,0,'','Apply condition reference if quest 29612 is rewarded'),
(-@CONDREFID,0,0,0,2,47,0,49538,64,0,'',0,0,0,'','Apply condition reference if quest 49538 is rewarded'),
(-@CONDREFID,0,0,0,3,47,0,49852,64,0,'',0,0,0,'','Apply condition reference if quest 49852 is rewarded'),
(-@CONDREFID,0,0,0,4,47,0,60126,64,0,'',0,0,0,'','Apply condition reference if quest 60126 is rewarded');
-- Smart scripts
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (55054, 61846, 61866, 61867, 67038, 67040);
UPDATE `smart_scripts` SET `comment`='Areatrigger 8463 - On enter - Invoker casts ''Art of War Movie Aura''' WHERE `entryorguid`=8463 AND `source_type`=2;
UPDATE `creature` SET `StringId`='OrgrimmarGunship' WHERE `guid`=@CGUID+67 AND `id`=55054;
DELETE FROM `smart_scripts` WHERE `entryorguid`=55054 AND `source_type`=0;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `Difficulties`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param_string`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `action_param_string`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_param_string`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(55054,0,0,0,'',11,0,100,0,0,0,0,0,0,'',11,46905,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'General Nazgrim - On respawn - Cast ''Summon Collision Object'''),
(55054,0,1,0,'',1,0,100,0,0,15000,30000,45000,0,'',1,0,0,1,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'General Nazgrim - Out of combat (30-45s) - Talk');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=55054;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ConditionStringValue1`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(22,1,55054,0,0,58,1,0,0,0,'OrgrimmarGunship',0,0,0,'','Trigger smart event if object has StringId ''OrgrimmarGunship'''),
(22,2,55054,0,0,58,1,0,0,0,'OrgrimmarGunship',0,0,0,'','Trigger smart event if object has StringId ''OrgrimmarGunship''');
DELETE FROM `creature_text` WHERE `CreatureID`=55054 AND `GroupID`=0;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(55054, 0, 0, 'Keep polishing those cannonballs. I want to see my face in them!', 12, 0, 100, 0, 0, 0, 68497, 0, 'General Nazgrim'),
(55054, 0, 1, 'I want this deck so clean I could eat off of it!', 12, 0, 100, 0, 0, 0, 68499, 0, 'General Nazgrim'),
(55054, 0, 2, 'Careful with that! If I see a single scratch on my new ship, it''ll be your head!', 12, 0, 100, 0, 0, 0, 68500, 0, 'General Nazgrim'),
(55054, 0, 3, 'Pick up the pace, men. We''re about ready to set off!', 12, 0, 100, 0, 0, 0, 68501, 0, 'General Nazgrim');
DELETE FROM `smart_scripts` WHERE `entryorguid`=61846 AND `source_type`=0;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `Difficulties`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param_string`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `action_param_string`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_param_string`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(61846,0,0,0,'',1,0,100,0,0,15000,30000,45000,0,'',1,0,0,1,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Gorrok - Out of combat (30-45s) - Talk');
DELETE FROM `creature_text` WHERE `CreatureID`=61846 AND `GroupID`=0;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(61846, 0, 0, 'Keep working! The general won''t tolerate failure.', 12, 0, 100, 0, 0, 0, 68490, 0, 'Gorrok'),
(61846, 0, 1, 'Get those engines running! Now!', 12, 0, 100, 0, 0, 0, 68491, 0, 'Gorrok'),
(61846, 0, 2, 'Put your backs into it! You''re the most pathetic group of goblins I''ve ever seen!', 12, 0, 100, 0, 0, 0, 68492, 0, 'Gorrok'),
(61846, 0, 3, 'Faster! The warchief''s eyes are upon you.', 12, 0, 100, 0, 0, 0, 68494, 0, 'Gorrok');
DELETE FROM `smart_scripts` WHERE `entryorguid`=61866 AND `source_type`=0;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `Difficulties`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param_string`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `action_param_string`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_param_string`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(61866,0,0,0,'',1,0,100,0,0,16000,15000,16000,0,'',10,22,70,273,396,397,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Shokia - Out of combat (15-16s) - Play random emote');
DELETE FROM `smart_scripts` WHERE `entryorguid`=61867 AND `source_type`=0;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `Difficulties`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param_string`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `action_param_string`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_param_string`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(61867,0,0,0,'',1,0,100,0,0,17000,16000,17000,0,'',10,22,70,273,396,397,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Kiryn - Out of combat (16-17s) - Play random emote');
UPDATE `creature` SET `StringId`='LoadCannon' WHERE `guid`=@CGUID+88 AND `id`=67038;
UPDATE `creature` SET `StringId`='RandomEmote' WHERE `guid` IN (@CGUID+102, @CGUID+103) AND `id`=67038;
SET @ENTRY := 67038;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
SET @ACTIONLIST := 67038 * 100;
DELETE FROM `smart_scripts` WHERE `entryorguid`=67038 AND `source_type`=0;
DELETE FROM `smart_scripts` WHERE `source_type`=9 AND `entryorguid` BETWEEN @ACTIONLIST+0 AND @ACTIONLIST+5;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `Difficulties`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param_string`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `action_param_string`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_param_string`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(67038,0,0,0,'',40,0,100,0,7,@PATH+0,0,0,0,'',80,@ACTIONLIST+0,2,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Hellscream''s Fist Engineer - On cosmetic path 1 node 7 reached - Call timed actionlist 1'),
(67038,0,1,0,'',40,0,100,0,15,@PATH+0,0,0,0,'',80,@ACTIONLIST+1,2,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Hellscream''s Fist Engineer - On cosmetic path 1 node 15 reached - Call timed actionlist 2'),
(67038,0,2,0,'',40,0,100,0,8,@PATH+1,0,0,0,'',80,@ACTIONLIST+2,2,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Hellscream''s Fist Engineer - On cosmetic path 2 node 8 reached - Call timed actionlist 3'),
(67038,0,3,0,'',40,0,100,0,19,@PATH+1,0,0,0,'',80,@ACTIONLIST+3,2,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Hellscream''s Fist Engineer - On cosmetic path 2 node 19 reached - Call timed actionlist 4'),
(67038,0,4,0,'',1,0,100,0,0,30000,60000,90000,0,'',80,@ACTIONLIST+4,2,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Hellscream''s Fist Engineer - Out of combat (60-90s) - Call timed actionlist 5'),
(67038,0,5,0,'',58,0,100,0,0xFFFFFFFF,@PATH+2,0,0,0,'',80,@ACTIONLIST+5,2,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Hellscream''s Fist Engineer - On scripted path 1 ended - Call timed actionlist 6'),
(67038,0,6,0,'',1,0,100,0,0,3000,6000,9000,0,'',10,5,14,15,25,274,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Hellscream''s Fist Engineer - Out of combat (6-9s) - Play random emote'),
(@ACTIONLIST+0,9,0,0,'',0,0,100,0,2000,2000,0,0,0,'',17,133,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Set emote state'),
(@ACTIONLIST+0,9,1,0,'',0,0,100,0,40000,40000,0,0,0,'',17,0,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Remove emote state'),
(@ACTIONLIST+1,9,0,0,'',0,0,100,0,0,0,0,0,0,'',17,233,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Set emote state'),
(@ACTIONLIST+1,9,1,0,'',0,0,100,0,35000,35000,0,0,0,'',17,0,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Remove emote state'),
(@ACTIONLIST+2,9,0,0,'',0,0,100,0,250,250,0,0,0,'',17,69,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Set emote state'),
(@ACTIONLIST+2,9,1,0,'',0,0,100,0,40000,40000,0,0,0,'',17,0,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Remove emote state'),
(@ACTIONLIST+3,9,0,0,'',0,0,100,0,250,250,0,0,0,'',17,233,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Set emote state'),
(@ACTIONLIST+3,9,1,0,'',0,0,100,0,40850,40850,0,0,0,'',17,0,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Remove emote state'),
(@ACTIONLIST+4,9,0,0,'',0,0,100,0,0,0,0,0,0,'',5,381,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Play emote'),
(@ACTIONLIST+4,9,1,0,'',0,0,100,0,0,0,0,0,0,'',11,79367,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Cast ''Holding a Cannonball'''),
(@ACTIONLIST+4,9,2,0,'',0,0,100,0,0,0,0,0,0,'',53,0,@PATH+2,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Start scripted path 1'),
(@ACTIONLIST+5,9,0,0,'',0,0,100,0,2500,2500,0,0,0,'',5,61,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Play emote'),
(@ACTIONLIST+5,9,1,0,'',0,0,100,0,0,0,0,0,0,'',28,79367,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Remove aura ''Holding a Cannonball'''),
(@ACTIONLIST+5,9,2,0,'',0,0,100,0,1200,1200,0,0,0,'',53,0,@PATH+3,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Start scripted path 2'),
(@ACTIONLIST+5,9,3,0,'',0,0,100,0,0,0,0,0,0,'',1,0,0,1,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Actionlist - Hellscream''s Fist Engineer - Talk');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=67038;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ConditionStringValue1`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(22,5,67038,0,0,58,1,0,0,0,'LoadCannon',0,0,0,'','Trigger smart event if object has StringId ''LoadCannon'''),
(22,7,67038,0,0,58,1,0,0,0,'RandomEmote',0,0,0,'','Trigger smart event if object has StringId ''RandomEmote''');
DELETE FROM `creature_text` WHERE `CreatureID`=67038 AND `GroupID`=0;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(67038, 0, 0, 'Cannon loaded!', 12, 0, 100, 0, 0, 0, 68477, 0, 'Hellscream''s Fist Engineer');
DELETE FROM `waypoint_path` WHERE `PathId` IN (@PATH+2, @PATH+3);
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH+2, 0, 0x2, 1, 'Hellscream''s Fist Engineer - Scripted Path'),
(@PATH+3, 0, 0x2, 2, 'Hellscream''s Fist Engineer - Scripted Path');
DELETE FROM `waypoint_path_node` WHERE `PathId` IN (@PATH+2, @PATH+3);
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH+2, 0, 1867.2361, -5490.635, 445.39252, NULL, 0), -- Spline
(@PATH+2, 1, 1863.7361, -5492.885, 445.14252, NULL, 0), -- Spline
(@PATH+2, 2, 1861.4861, -5493.885, 444.89252, NULL, 0), -- Spline
(@PATH+2, 3, 1861.0139, -5493.3647, 444.78436, NULL, 0),
(@PATH+3, 0, 1863.7361, -5492.885, 445.14252, NULL, 0), -- Spline
(@PATH+3, 1, 1866.9861, -5490.635, 445.39252, NULL, 0), -- Spline
(@PATH+3, 2, 1866.4584, -5487.905, 444.50064, NULL, 350),
(@PATH+3, 3, 1866.4584, -5487.905, 444.50064, 3.777480840682983398, 0);
DELETE FROM `smart_scripts` WHERE `entryorguid`=67040 AND `source_type`=0;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `Difficulties`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param_string`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `action_param_string`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_param_string`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(67040,0,0,0,'',11,0,100,0,0,0,0,0,0,'',11,131804,0,0,0,0,0,0,NULL,1,0,0,0,0,NULL,0,0,0,0,'Hellscream''s Fist Deckswabber - On respawn - Cast ''Arcane Channeling''');
@@ -0,0 +1,9 @@
-- Update positions
UPDATE `creature` SET `position_x` = -2972.39990234375, `position_y` = 54.2985992431640625, `position_z` = 189.977325439453125, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295961;
UPDATE `creature` SET `position_x` = -3020.60009765625, `position_y` = -7.09721994400024414, `position_z` = 191.2463226318359375, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295956;
UPDATE `creature` SET `position_x` = -2971.01000976562, `position_y` = 86.19969940185546875, `position_z` = 190.8663330078125, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295962;
UPDATE `creature` SET `position_x` = -2972.94995117187, `position_y` = -49.4287986755371093, `position_z` = 191.3873291015625, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295967;
UPDATE `creature` SET `position_x` = -2990.42993164062, `position_y` = 21.63540077209472656, `position_z` = 190.607330322265625, `orientation` = 0.122173048555850982, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295968;
UPDATE `creature` SET `position_x` = -2968.64990234375, `position_y` = -9.58333015441894531, `position_z` = 190.767333984375, `orientation` = 1.312179207801818847, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295969;
UPDATE `creature` SET `position_x` = -2938.78002929687, `position_y` = 67.81079864501953125, `position_z` = 190.65032958984375, `orientation` = 0.927707791328430175, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295970;
UPDATE `creature` SET `position_x` = -2983.82006835937, `position_y` = -17.3957996368408203, `position_z` = 192.8213348388671875, `orientation` = 4.483953475952148437, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 295973;
@@ -0,0 +1,69 @@
-- Update staticflags
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x20000000, `VerifiedBuild`=57212 WHERE (`Entry`=8198 AND `DifficultyID`=0); -- 8198 (Tick) - Floating
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x20000000, `VerifiedBuild`=57212 WHERE (`Entry`=8197 AND `DifficultyID`=0); -- 8197 (Chronalis) - Floating
-- Path for Tick
SET @MOVERGUID := 272721;
SET @ENTRY := 8198;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 6.7100, 'Tick - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -8162.9233, -4600.0493, 41.603638, NULL, 0),
(@PATH, 1, -8176.898, -4613.6626, 41.603638, NULL, 0),
(@PATH, 2, -8195.019, -4620.8916, 41.603638, NULL, 0),
(@PATH, 3, -8214.525, -4620.636, 41.603638, NULL, 0),
(@PATH, 4, -8232.45, -4612.935, 41.603638, NULL, 0),
(@PATH, 5, -8246.063, -4598.961, 41.603638, NULL, 0),
(@PATH, 6, -8253.293, -4580.841, 41.603638, NULL, 0),
(@PATH, 7, -8253.037, -4561.3335, 41.603638, NULL, 0),
(@PATH, 8, -8245.336, -4543.4087, 41.603638, NULL, 0),
(@PATH, 9, -8231.361, -4529.7954, 41.603638, NULL, 0),
(@PATH, 10, -8213.241, -4522.5664, 41.603638, NULL, 0),
(@PATH, 11, -8193.734, -4522.822, 41.603638, NULL, 0),
(@PATH, 12, -8175.8096, -4530.523, 41.603638, NULL, 0),
(@PATH, 13, -8162.1963, -4544.497, 41.603638, NULL, 0),
(@PATH, 14, -8154.9673, -4562.617, 41.603638, NULL, 0),
(@PATH, 15, -8155.2227, -4582.1245, 41.603638, NULL, 0);
UPDATE `creature` SET `position_x`=-8162.9233, `position_y`=-4600.0493, `position_z`=41.603638, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `AnimTier`, `SheathState`, `visibilityDistanceType`) VALUES
(@MOVERGUID, @PATH, 3, 1, 3);
-- Path for Chronalis
SET @MOVERGUID := 272720;
SET @ENTRY := 8197;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.9485, 'Chronalis - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, -8247.571, -4570.8335, 56.85348, NULL, 0),
(@PATH, 1, -8236.452, -4554.804, 56.85348, NULL, 0),
(@PATH, 2, -8220.044, -4544.25, 56.85348, NULL, 0),
(@PATH, 3, -8200.846, -4540.779, 56.85348, NULL, 0),
(@PATH, 4, -8181.7812, -4544.918, 56.85348, NULL, 0),
(@PATH, 5, -8165.752, -4556.038, 56.85348, NULL, 0),
(@PATH, 6, -8155.1978, -4572.446, 56.85348, NULL, 0),
(@PATH, 7, -8151.7266, -4591.6436, 56.85348, NULL, 0),
(@PATH, 8, -8155.8657, -4610.7085, 56.85348, NULL, 0),
(@PATH, 9, -8166.986, -4626.738, 56.85348, NULL, 0),
(@PATH, 10, -8183.3936, -4637.292, 56.85348, NULL, 0),
(@PATH, 11, -8202.592, -4640.763, 56.85348, NULL, 0),
(@PATH, 12, -8221.656, -4636.624, 56.85348, NULL, 0),
(@PATH, 13, -8237.686, -4625.504, 56.85348, NULL, 0),
(@PATH, 14, -8248.239, -4609.096, 56.85348, NULL, 0),
(@PATH, 15, -8251.711, -4589.8984, 56.85348, NULL, 0);
UPDATE `creature` SET `position_x`=-8247.571, `position_y`=-4570.8335, `position_z`=56.85348, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `AnimTier`, `SheathState`, `visibilityDistanceType`) VALUES
(@MOVERGUID, @PATH, 3, 1, 3);
@@ -0,0 +1,3 @@
DELETE FROM `areatrigger_scripts` WHERE `entry`=8595;
INSERT INTO `areatrigger_scripts` VALUES
(8595, 'at_hellscreams_fist_gunship');
@@ -0,0 +1,143 @@
-- Playercreate (Alliance)
DELETE FROM `playercreateinfo` WHERE (`race`=52 AND `class` IN (1,3,8,4,5,9));
INSERT INTO `playercreateinfo` (`race`, `class`, `map`, `position_x`, `position_y`, `position_z`, `orientation`) VALUES
(52, 1, 2785, 5723.8798828125, -3023.719970703125, 251.048004150390625, 0),
(52, 3, 2785, 5723.8798828125, -3023.719970703125, 251.048004150390625, 0),
(52, 8, 2785, 5723.8798828125, -3023.719970703125, 251.048004150390625, 0),
(52, 4, 2785, 5723.8798828125, -3023.719970703125, 251.048004150390625, 0),
(52, 5, 2785, 5723.8798828125, -3023.719970703125, 251.048004150390625, 0),
(52, 9, 2785, 5723.8798828125, -3023.719970703125, 251.048004150390625, 0);
DELETE FROM `playercreateinfo_action` WHERE (`race`=52 AND `class`=1 AND `button`=10) OR (`race`=52 AND `class`=1 AND `button`=8) OR (`race`=52 AND `class`=1 AND `button`=7) OR (`race`=52 AND `class`=1 AND `button`=6) OR (`race`=52 AND `class`=1 AND `button`=5) OR (`race`=52 AND `class`=1 AND `button`=4) OR (`race`=52 AND `class`=1 AND `button`=3) OR (`race`=52 AND `class`=1 AND `button`=2) OR (`race`=52 AND `class`=1 AND `button`=1) OR (`race`=52 AND `class`=1 AND `button`=0) OR (`race`=52 AND `class`=3 AND `button`=10) OR (`race`=52 AND `class`=3 AND `button`=9) OR (`race`=52 AND `class`=3 AND `button`=8) OR (`race`=52 AND `class`=3 AND `button`=7) OR (`race`=52 AND `class`=3 AND `button`=6) OR (`race`=52 AND `class`=3 AND `button`=5) OR (`race`=52 AND `class`=3 AND `button`=4) OR (`race`=52 AND `class`=3 AND `button`=3) OR (`race`=52 AND `class`=3 AND `button`=2) OR (`race`=52 AND `class`=3 AND `button`=1) OR (`race`=52 AND `class`=3 AND `button`=0) OR (`race`=52 AND `class`=8 AND `button`=10) OR (`race`=52 AND `class`=8 AND `button`=9) OR (`race`=52 AND `class`=8 AND `button`=8) OR (`race`=52 AND `class`=8 AND `button`=7) OR (`race`=52 AND `class`=8 AND `button`=6) OR (`race`=52 AND `class`=8 AND `button`=5) OR (`race`=52 AND `class`=8 AND `button`=4) OR (`race`=52 AND `class`=8 AND `button`=3) OR (`race`=52 AND `class`=8 AND `button`=2) OR (`race`=52 AND `class`=8 AND `button`=1) OR (`race`=52 AND `class`=8 AND `button`=0) OR (`race`=52 AND `class`=4 AND `button`=10) OR (`race`=52 AND `class`=4 AND `button`=5) OR (`race`=52 AND `class`=4 AND `button`=4) OR (`race`=52 AND `class`=4 AND `button`=3) OR (`race`=52 AND `class`=4 AND `button`=2) OR (`race`=52 AND `class`=4 AND `button`=1) OR (`race`=52 AND `class`=4 AND `button`=0) OR (`race`=52 AND `class`=5 AND `button`=10) OR (`race`=52 AND `class`=5 AND `button`=9) OR (`race`=52 AND `class`=5 AND `button`=8) OR (`race`=52 AND `class`=5 AND `button`=7) OR (`race`=52 AND `class`=5 AND `button`=6) OR (`race`=52 AND `class`=5 AND `button`=5) OR (`race`=52 AND `class`=5 AND `button`=4) OR (`race`=52 AND `class`=5 AND `button`=3) OR (`race`=52 AND `class`=5 AND `button`=2) OR (`race`=52 AND `class`=5 AND `button`=1) OR (`race`=52 AND `class`=5 AND `button`=0) OR (`race`=52 AND `class`=9 AND `button`=10) OR (`race`=52 AND `class`=9 AND `button`=7) OR (`race`=52 AND `class`=9 AND `button`=6) OR (`race`=52 AND `class`=9 AND `button`=5) OR (`race`=52 AND `class`=9 AND `button`=4) OR (`race`=52 AND `class`=9 AND `button`=3) OR (`race`=52 AND `class`=9 AND `button`=2) OR (`race`=52 AND `class`=9 AND `button`=1) OR (`race`=52 AND `class`=9 AND `button`=0);
INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES
(52, 1, 10, 358733, 0), -- Glide
(52, 1, 8, 1715, 0), -- Hamstring
(52, 1, 7, 6552, 0), -- Pummel
(52, 1, 6, 34428, 0), -- Victory Rush
(52, 1, 5, 163201, 0), -- Execute
(52, 1, 4, 23922, 0), -- Shield Slam
(52, 1, 3, 2565, 0), -- Shield Block
(52, 1, 2, 1680, 0), -- Whirlwind
(52, 1, 1, 1464, 0), -- Slam
(52, 1, 0, 100, 0), -- Charge
(52, 3, 10, 358733, 0), -- Glide
(52, 3, 9, 186257, 0), -- Aspect of the Cheetah
(52, 3, 8, 186265, 0), -- Aspect of the Turtle
(52, 3, 7, 109304, 0), -- Exhilaration
(52, 3, 6, 187650, 0), -- Freezing Trap
(52, 3, 5, 5384, 0), -- Feign Death
(52, 3, 4, 781, 0), -- Disengage
(52, 3, 3, 195645, 0), -- Wing Clip
(52, 3, 2, 257284, 0), -- Hunter's Mark
(52, 3, 1, 185358, 0), -- Arcane Shot
(52, 3, 0, 56641, 0), -- Steady Shot
(52, 8, 10, 358733, 0), -- Glide
(52, 8, 9, 190336, 0), -- Conjure Refreshment
(52, 8, 8, 130, 0), -- Slow Fall
(52, 8, 7, 1459, 0), -- Arcane Intellect
(52, 8, 6, 2139, 0), -- Counterspell
(52, 8, 5, 118, 0), -- Polymorph
(52, 8, 4, 122, 0), -- Frost Nova
(52, 8, 3, 1953, 0), -- Blink
(52, 8, 2, 1449, 0), -- Arcane Explosion
(52, 8, 1, 319836, 0), -- Fire Blast
(52, 8, 0, 116, 0), -- Frostbolt
(52, 4, 10, 358733, 0), -- Glide
(52, 4, 5, 1766, 0), -- Kick
(52, 4, 4, 2983, 0), -- Sprint
(52, 4, 3, 185311, 0), -- Crimson Vial
(52, 4, 2, 315496, 0), -- Slice and Dice
(52, 4, 1, 196819, 0), -- Eviscerate
(52, 4, 0, 1752, 0), -- Sinister Strike
(52, 5, 10, 358733, 0), -- Glide
(52, 5, 9, 2006, 0), -- Resurrection
(52, 5, 8, 21562, 0), -- Power Word: Fortitude
(52, 5, 7, 19236, 0), -- Desperate Prayer
(52, 5, 6, 586, 0), -- Fade
(52, 5, 5, 8122, 0), -- Psychic Scream
(52, 5, 4, 2061, 0), -- Flash Heal
(52, 5, 3, 17, 0), -- Power Word: Shield
(52, 5, 2, 585, 0), -- Smite
(52, 5, 1, 8092, 0), -- Mind Blast
(52, 5, 0, 589, 0), -- Shadow Word: Pain
(52, 9, 10, 358733, 0), -- Glide
(52, 9, 7, 6201, 0), -- Create Healthstone
(52, 9, 6, 755, 0), -- Health Funnel
(52, 9, 5, 5782, 0), -- Fear
(52, 9, 4, 104773, 0), -- Unending Resolve
(52, 9, 3, 702, 0), -- Curse of Weakness
(52, 9, 2, 234153, 0), -- Drain Life
(52, 9, 1, 686, 0), -- Shadow Bolt
(52, 9, 0, 172, 0); -- Corruption
-- Playerecreate (Horde)
DELETE FROM `playercreateinfo` WHERE (`race`=70 AND `class` IN (1,3,8,4,5,9));
INSERT INTO `playercreateinfo` (`race`, `class`, `map`, `position_x`, `position_y`, `position_z`, `orientation`) VALUES
(70, 1, 2785, 5723.8798828125, -3023.719970703125, 251.048004150390625, 0),
(70, 3, 2785, 5723.8798828125, -3023.719970703125, 251.048004150390625, 0),
(70, 8, 2785, 5723.8798828125, -3023.719970703125, 251.048004150390625, 0),
(70, 4, 2785, 5723.8798828125, -3023.719970703125, 251.048004150390625, 0),
(70, 5, 2785, 5723.8798828125, -3023.719970703125, 251.048004150390625, 0),
(70, 9, 2785, 5723.8798828125, -3023.719970703125, 251.048004150390625, 0);
DELETE FROM `playercreateinfo_action` WHERE (`race`=70 AND `class`=1 AND `button`=10) OR (`race`=70 AND `class`=1 AND `button`=8) OR (`race`=70 AND `class`=1 AND `button`=7) OR (`race`=70 AND `class`=1 AND `button`=6) OR (`race`=70 AND `class`=1 AND `button`=5) OR (`race`=70 AND `class`=1 AND `button`=4) OR (`race`=70 AND `class`=1 AND `button`=3) OR (`race`=70 AND `class`=1 AND `button`=2) OR (`race`=70 AND `class`=1 AND `button`=1) OR (`race`=70 AND `class`=1 AND `button`=0) OR (`race`=70 AND `class`=3 AND `button`=10) OR (`race`=70 AND `class`=3 AND `button`=9) OR (`race`=70 AND `class`=3 AND `button`=8) OR (`race`=70 AND `class`=3 AND `button`=7) OR (`race`=70 AND `class`=3 AND `button`=6) OR (`race`=70 AND `class`=3 AND `button`=5) OR (`race`=70 AND `class`=3 AND `button`=4) OR (`race`=70 AND `class`=3 AND `button`=3) OR (`race`=70 AND `class`=3 AND `button`=2) OR (`race`=70 AND `class`=3 AND `button`=1) OR (`race`=70 AND `class`=3 AND `button`=0) OR (`race`=70 AND `class`=8 AND `button`=10) OR (`race`=70 AND `class`=8 AND `button`=9) OR (`race`=70 AND `class`=8 AND `button`=8) OR (`race`=70 AND `class`=8 AND `button`=7) OR (`race`=70 AND `class`=8 AND `button`=6) OR (`race`=70 AND `class`=8 AND `button`=5) OR (`race`=70 AND `class`=8 AND `button`=4) OR (`race`=70 AND `class`=8 AND `button`=3) OR (`race`=70 AND `class`=8 AND `button`=2) OR (`race`=70 AND `class`=8 AND `button`=1) OR (`race`=70 AND `class`=8 AND `button`=0) OR (`race`=70 AND `class`=4 AND `button`=10) OR (`race`=70 AND `class`=4 AND `button`=5) OR (`race`=70 AND `class`=4 AND `button`=4) OR (`race`=70 AND `class`=4 AND `button`=3) OR (`race`=70 AND `class`=4 AND `button`=2) OR (`race`=70 AND `class`=4 AND `button`=1) OR (`race`=70 AND `class`=4 AND `button`=0) OR (`race`=70 AND `class`=5 AND `button`=10) OR (`race`=70 AND `class`=5 AND `button`=9) OR (`race`=70 AND `class`=5 AND `button`=8) OR (`race`=70 AND `class`=5 AND `button`=7) OR (`race`=70 AND `class`=5 AND `button`=6) OR (`race`=70 AND `class`=5 AND `button`=5) OR (`race`=70 AND `class`=5 AND `button`=4) OR (`race`=70 AND `class`=5 AND `button`=3) OR (`race`=70 AND `class`=5 AND `button`=2) OR (`race`=70 AND `class`=5 AND `button`=1) OR (`race`=70 AND `class`=5 AND `button`=0) OR (`race`=70 AND `class`=9 AND `button`=10) OR (`race`=70 AND `class`=9 AND `button`=7) OR (`race`=70 AND `class`=9 AND `button`=6) OR (`race`=70 AND `class`=9 AND `button`=5) OR (`race`=70 AND `class`=9 AND `button`=4) OR (`race`=70 AND `class`=9 AND `button`=3) OR (`race`=70 AND `class`=9 AND `button`=2) OR (`race`=70 AND `class`=9 AND `button`=1) OR (`race`=70 AND `class`=9 AND `button`=0);
INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES
(70, 1, 10, 358733, 0), -- Glide
(70, 1, 8, 1715, 0), -- Hamstring
(70, 1, 7, 6552, 0), -- Pummel
(70, 1, 6, 34428, 0), -- Victory Rush
(70, 1, 5, 163201, 0), -- Execute
(70, 1, 4, 23922, 0), -- Shield Slam
(70, 1, 3, 2565, 0), -- Shield Block
(70, 1, 2, 1680, 0), -- Whirlwind
(70, 1, 1, 1464, 0), -- Slam
(70, 1, 0, 100, 0), -- Charge
(70, 3, 10, 358733, 0), -- Glide
(70, 3, 9, 186257, 0), -- Aspect of the Cheetah
(70, 3, 8, 186265, 0), -- Aspect of the Turtle
(70, 3, 7, 109304, 0), -- Exhilaration
(70, 3, 6, 187650, 0), -- Freezing Trap
(70, 3, 5, 5384, 0), -- Feign Death
(70, 3, 4, 781, 0), -- Disengage
(70, 3, 3, 195645, 0), -- Wing Clip
(70, 3, 2, 257284, 0), -- Hunter's Mark
(70, 3, 1, 185358, 0), -- Arcane Shot
(70, 3, 0, 56641, 0), -- Steady Shot
(70, 8, 10, 358733, 0), -- Glide
(70, 8, 9, 190336, 0), -- Conjure Refreshment
(70, 8, 8, 130, 0), -- Slow Fall
(70, 8, 7, 1459, 0), -- Arcane Intellect
(70, 8, 6, 2139, 0), -- Counterspell
(70, 8, 5, 118, 0), -- Polymorph
(70, 8, 4, 122, 0), -- Frost Nova
(70, 8, 3, 1953, 0), -- Blink
(70, 8, 2, 1449, 0), -- Arcane Explosion
(70, 8, 1, 319836, 0), -- Fire Blast
(70, 8, 0, 116, 0), -- Frostbolt
(70, 4, 10, 358733, 0), -- Glide
(70, 4, 5, 1766, 0), -- Kick
(70, 4, 4, 2983, 0), -- Sprint
(70, 4, 3, 185311, 0), -- Crimson Vial
(70, 4, 2, 315496, 0), -- Slice and Dice
(70, 4, 1, 196819, 0), -- Eviscerate
(70, 4, 0, 1752, 0), -- Sinister Strike
(70, 5, 10, 358733, 0), -- Glide
(70, 5, 9, 2006, 0), -- Resurrection
(70, 5, 8, 21562, 0), -- Power Word: Fortitude
(70, 5, 7, 19236, 0), -- Desperate Prayer
(70, 5, 6, 586, 0), -- Fade
(70, 5, 5, 8122, 0), -- Psychic Scream
(70, 5, 4, 2061, 0), -- Flash Heal
(70, 5, 3, 17, 0), -- Power Word: Shield
(70, 5, 2, 585, 0), -- Smite
(70, 5, 1, 8092, 0), -- Mind Blast
(70, 5, 0, 589, 0), -- Shadow Word: Pain
(70, 9, 10, 358733, 0), -- Glide
(70, 9, 7, 6201, 0), -- Create Healthstone
(70, 9, 6, 755, 0), -- Health Funnel
(70, 9, 5, 5782, 0), -- Fear
(70, 9, 4, 104773, 0), -- Unending Resolve
(70, 9, 3, 702, 0), -- Curse of Weakness
(70, 9, 2, 234153, 0), -- Drain Life
(70, 9, 1, 686, 0), -- Shadow Bolt
(70, 9, 0, 172, 0); -- Corruption
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_demonbolt';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(264178, 'spell_warl_demonbolt');
@@ -0,0 +1,25 @@
SET @SPELL_GROUP := 1500;
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_poisoned_knife';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(185565, 'spell_rog_poisoned_knife');
-- Non-lethal poisons
DELETE FROM `spell_group` WHERE `id`= @SPELL_GROUP;
INSERT INTO `spell_group` (`id`, `spell_id`) VALUES
(@SPELL_GROUP, 5761),
(@SPELL_GROUP, 381637),
(@SPELL_GROUP, 3408);
-- Lethal poisons
DELETE FROM `spell_group` WHERE `id`= @SPELL_GROUP+1;
INSERT INTO `spell_group` (`id`, `spell_id`) VALUES
(@SPELL_GROUP+1, 315584),
(@SPELL_GROUP+1, 8679),
(@SPELL_GROUP+1, 2823),
(@SPELL_GROUP+1, 381664);
DELETE FROM `spell_group_stack_rules` WHERE `group_id` IN (@SPELL_GROUP, @SPELL_GROUP+1);
INSERT INTO `spell_group_stack_rules` (`group_id`, `stack_rule`) VALUES
(@SPELL_GROUP, 1),
(@SPELL_GROUP+1, 1);
@@ -0,0 +1,376 @@
SET @CGUID := 10004127;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+93;
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`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 219171, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2190.883056640625, -2944.614501953125, 167.4693603515625, 3.072491168975830078, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject1
(@CGUID+1, 219171, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2217.63525390625, -2982.67578125, 162.2803802490234375, 0.893772423267364501, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject1
(@CGUID+2, 219171, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2245.930419921875, -2944.558837890625, 172.4598388671875, 4.78077554702758789, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject1
(@CGUID+3, 219171, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2240.61328125, -2891.78271484375, 174.199676513671875, 3.445118665695190429, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject1
(@CGUID+4, 219171, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2281.30322265625, -2987.817138671875, 173.9058990478515625, 0.304787486791610717, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject1
(@CGUID+5, 222223, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2213.214111328125, -2928.342529296875, 197.2421417236328125, 4.545993328094482421, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Watchful Falcon (Area: Isle of Dorn - Difficulty: 0) CreateObject1
(@CGUID+6, 219171, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2183.101318359375, -2890.869873046875, 169.5794677734375, 4.685362815856933593, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject1
(@CGUID+7, 222618, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2231.71875, -2948.907958984375, 170.6955413818359375, 2.44838571548461914, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Alert Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject1
(@CGUID+8, 219171, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2222.844482421875, -2911.838134765625, 171.638153076171875, 3.299964666366577148, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject1
(@CGUID+9, 222618, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2125.092041015625, -3041.897705078125, 155.117401123046875, 6.036624431610107421, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Alert Shalehorn (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+10, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2146.41064453125, -2982.869384765625, 161.4508819580078125, 1.052696824073791503, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+11, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2094.2548828125, -3064.61328125, 151.7372894287109375, 3.15423893928527832, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+12, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2086.028076171875, -2985.897216796875, 162.1605682373046875, 5.409609317779541015, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+13, 223095, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2126.10205078125, -3029.117431640625, 157.08807373046875, 1.920651912689208984, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Bedrock Stonecharger (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+14, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2060.693359375, -3021.327392578125, 158.451019287109375, 1.079326033592224121, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+15, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2138.023681640625, -3054.547607421875, 151.28302001953125, 5.995909690856933593, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+16, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2127.95751953125, -3096.598876953125, 148.0182647705078125, 2.339621543884277343, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+17, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2106.53076171875, -3026.34228515625, 158.598358154296875, 5.326332569122314453, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+18, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2081.431396484375, -3108.0966796875, 148.5657806396484375, 6.257800102233886718, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+19, 222223, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2112.121826171875, -3000.095703125, 185.308319091796875, 4.75119781494140625, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Watchful Falcon (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+20, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2174.807373046875, -3024.003662109375, 145.5567169189453125, 6.258922100067138671, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+21, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2020.683349609375, -3052.58203125, 156.7813873291015625, 5.627257347106933593, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+22, 222223, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2046.8746337890625, -3067.05419921875, 175.601959228515625, 6.11820840835571289, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Watchful Falcon (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+23, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2045.659912109375, -3077.627685546875, 153.70098876953125, 2.873694419860839843, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+24, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2025.75537109375, -3106.8486328125, 154.4615325927734375, 4.312440872192382812, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+25, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2114.9765625, -2951.356201171875, 166.62078857421875, 3.798954725265502929, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+26, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2100.783203125, -3141.801025390625, 144.6099853515625, 3.869379520416259765, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+27, 219171, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2048.937744140625, -3140.00830078125, 147.4906463623046875, 3.02278304100036621, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Velvetfur Ferret (Area: The Proscenium - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+28, 222619, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2029.2181396484375, -3112.45068359375, 153.4382171630859375, 0.224405094981193542, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Meandering Shalehorn (Area: The Proscenium - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+29, 222619, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2128.65283203125, -2969.994873046875, 163.9039154052734375, 1.510484218597412109, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Meandering Shalehorn (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+30, 222619, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2114.145751953125, -2965.861083984375, 164.1006927490234375, 0, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Meandering Shalehorn (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+31, 222619, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2052.36181640625, -3045.39794921875, 156.8350372314453125, 0.391732782125473022, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Meandering Shalehorn (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+32, 222619, 2552, 14717, 14776, '0', 0, 0, 0, 0, 2225.318115234375, -2934.476318359375, 169.8880157470703125, 3.397005558013916015, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 56647), -- Meandering Shalehorn (Area: The Proscenium - Difficulty: 0) CreateObject1
(@CGUID+33, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1990.0052490234375, -2920.314208984375, 156.457672119140625, 2.108306407928466796, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+34, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2044.107666015625, -2852.6025390625, 163.8665008544921875, 4.170077323913574218, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable)
(@CGUID+35, 221645, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2048.345458984375, -2802.388916015625, 156.973846435546875, 5.405470848083496093, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Freefoot Mouse (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+36, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2039.30908203125, -2898.3369140625, 168.1781158447265625, 2.330615997314453125, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+37, 221528, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2002.5382080078125, -2793.100830078125, 152.436767578125, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Soaring Plainshawk (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+38, 221528, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2107.067626953125, -2823.8056640625, 177.26361083984375, 3.182725191116333007, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Soaring Plainshawk (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+39, 221642, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1982.954833984375, -2930.236083984375, 157.57171630859375, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject1
(@CGUID+40, 221642, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1982.954833984375, -2930.236083984375, 157.57171630859375, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject1
(@CGUID+41, 221641, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1982.954833984375, -2930.236083984375, 157.57171630859375, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Ramolith Stonecrusher (Area: Isle of Dorn - Difficulty: 0) CreateObject1
(@CGUID+42, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2132.444580078125, -2782.038330078125, 174.10595703125, 5.485352039337158203, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+43, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2121.208251953125, -2837.7275390625, 174.3382110595703125, 2.596964836120605468, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+44, 221645, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2108.270751953125, -2783.1181640625, 163.686798095703125, 3.03032231330871582, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Freefoot Mouse (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+45, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2086.828125, -2775.4931640625, 163.23834228515625, 0.26731044054031372, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable)
(@CGUID+46, 221645, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1993.3194580078125, -2750.307373046875, 145.193145751953125, 0.051155917346477508, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Freefoot Mouse (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+47, 221519, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2021.032958984375, -2667.451416015625, 146.0946044921875, 5.105098247528076171, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Fluttering Sapphire (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+48, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2094.3837890625, -2735.69091796875, 165.19329833984375, 1.930549025535583496, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+49, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2000.8333740234375, -2684.145751953125, 137.188018798828125, 2.95973062515258789, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+50, 221642, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2076.65625, -2758.482666015625, 161.1803131103515625, 1.896942734718322753, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+51, 221641, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2076.65625, -2758.482666015625, 161.1803131103515625, 1.896831393241882324, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Ramolith Stonecrusher (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+52, 221646, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2017.1910400390625, -2735.15966796875, 163.173065185546875, 3.672112464904785156, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Hungry Plainshawk (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+53, 221645, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2044.7569580078125, -2693.2431640625, 148.5457916259765625, 0.932676136493682861, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Freefoot Mouse (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+54, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2027.642333984375, -2748.241455078125, 150.8108673095703125, 3.237847089767456054, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+55, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2062.223876953125, -2734.005126953125, 158.808746337890625, 3.662876129150390625, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+56, 221642, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2076.65625, -2758.482666015625, 161.1803131103515625, 1.896831393241882324, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Ramolith Stonecrusher (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+57, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2012.8975830078125, -2580.947998046875, 131.669097900390625, 5.71903228759765625, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable)
(@CGUID+58, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2025.99658203125, -2613.28125, 137.8802337646484375, 1.068828582763671875, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+59, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2072.576416015625, -2631.32470703125, 146.8342132568359375, 4.122696876525878906, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable)
(@CGUID+60, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2054.80029296875, -2549.682373046875, 139.660675048828125, 5.571977615356445312, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+61, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2068.897705078125, -2592.201416015625, 143.112823486328125, 0.719358623027801513, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+62, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 2035.734375, -2562.12158203125, 136.6454925537109375, 4.574154853820800781, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+63, 221525, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1902.8367919921875, -2714.921875, 136.766387939453125, 2.094764471054077148, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Prairie Dog (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+64, 221525, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1911.28125, -2660.3212890625, 140.8081512451171875, 0.657572269439697265, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Prairie Dog (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+65, 221645, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1913.01220703125, -2662.510498046875, 140.7534637451171875, 5.426654815673828125, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Freefoot Mouse (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+66, 221525, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1916.517333984375, -2693.6494140625, 138.38323974609375, 2.991041898727416992, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Prairie Dog (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+67, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1956, -2663.263916015625, 127.7353134155273437, 4.105051994323730468, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable) (possible waypoints or random movement)
(@CGUID+68, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1943.6961669921875, -2731.369873046875, 134.409576416015625, 2.443819522857666015, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+69, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1905.8177490234375, -2745.994873046875, 132.1458892822265625, 3.395481348037719726, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable) (possible waypoints or random movement)
(@CGUID+70, 221646, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1910.1475830078125, -2762.751708984375, 146.6321258544921875, 4.592832565307617187, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Hungry Plainshawk (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+71, 221642, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1965.907958984375, -2894.036376953125, 152.2807464599609375, 1.57934725284576416, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+72, 221642, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1965.907958984375, -2894.036376953125, 152.2807464599609375, 1.57934725284576416, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+73, 221641, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1965.907958984375, -2894.036376953125, 152.2807464599609375, 1.57934725284576416, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Ramolith Stonecrusher (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+74, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1806.8004150390625, -2886.22216796875, 141.3608245849609375, 0.797879338264465332, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+75, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1855.0555419921875, -2899.350830078125, 154.0193939208984375, 1.563138961791992187, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+76, 221644, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1825.7691650390625, -2923.526123046875, 158.454864501953125, 1.178097367286682128, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Soaring Plainshawk (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+77, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1909.6458740234375, -2902.06591796875, 149.392730712890625, 5.073873043060302734, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+78, 221646, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1898.7379150390625, -2886.010498046875, 157.12701416015625, 3.226455926895141601, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Hungry Plainshawk (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+79, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1927.123291015625, -2960.083251953125, 165.035919189453125, 4.539125442504882812, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+80, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1939.5382080078125, -2959.314208984375, 156.8670196533203125, 1.068151235580444335, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+81, 221645, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1774.9410400390625, -2759.9931640625, 129.417327880859375, 5.778303146362304687, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Freefoot Mouse (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+82, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1681.623291015625, -2889.975830078125, 143.894378662109375, 0.623718023300170898, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+83, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1717.923583984375, -2849.904541015625, 145.1402435302734375, 5.924172401428222656, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable)
(@CGUID+84, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1705.7239990234375, -2847.130126953125, 142.85516357421875, 0, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+85, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1718.1319580078125, -2824.4619140625, 144.921875, 0, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+86, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1718.310791015625, -2854.717041015625, 146.12115478515625, 0.412396460771560668, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable)
(@CGUID+87, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1715.2760009765625, -2844.350830078125, 145.8768463134765625, 3.226471662521362304, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+88, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1739.9566650390625, -2876.03125, 148.5084991455078125, 0, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+89, 221645, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1698.0416259765625, -2748.890625, 131.5449066162109375, 6.046814918518066406, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Freefoot Mouse (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+90, 221645, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1709.93408203125, -2777.49658203125, 139.254150390625, 4.443140506744384765, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Freefoot Mouse (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+91, 221525, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1714.2552490234375, -2796.05908203125, 142.0340423583984375, 2.676555156707763671, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Prairie Dog (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+92, 221523, 2552, 14717, 0, '0', 0, 0, 0, 0, 1853.3958740234375, -3026.072998046875, 152.004058837890625, 1.29598093032836914, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+93, 221523, 2552, 14717, 0, '0', 0, 0, 0, 0, 1804.2100830078125, -3052.5, 145.8252410888671875, 4.690117835998535156, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388); -- Dazzling Peafowl (Area: 0 - Difficulty: 0) CreateObject2
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+93;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+37, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Soaring Plainshawk
(@CGUID+38, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- Soaring Plainshawk
-- Template
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=67108864 WHERE `entry`=222223; -- Watchful Falcon
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219171; -- Velvetfur Ferret
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048, `unit_flags3`=67108864 WHERE `entry`=222618; -- Alert Shalehorn
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=67108864 WHERE `entry`=222619; -- Meandering Shalehorn
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags2`=0x800, `unit_flags3`=0x4000000 WHERE `entry`=221523; -- Dazzling Peafowl
UPDATE `creature_template` SET `faction`=188, `BaseAttackTime`=2000, `unit_flags2`=0x800 WHERE `entry`=221522; -- Plains Peachick
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags2`=0x800, `unit_flags3`=0x4000000 WHERE `entry`=221523; -- Dazzling Peafowl
-- Difficulty
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=56819 WHERE (`Entry`=222618 AND `DifficultyID`=0); -- 222618 (Alert Shalehorn) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x30000000, `VerifiedBuild`=56819 WHERE (`Entry`=222223 AND `DifficultyID`=0); -- 222223 (Watchful Falcon) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=56819 WHERE (`Entry`=222619 AND `DifficultyID`=0); -- 222619 (Meandering Shalehorn) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=0x10000000, `VerifiedBuild`=56819 WHERE (`Entry`=219171 AND `DifficultyID`=0); -- 219171 (Velvetfur Ferret) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=221523 AND `DifficultyID`=0); -- 221523 (Dazzling Peafowl) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=221522 AND `DifficultyID`=0); -- 221522 (Plains Peachick) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=221523 AND `DifficultyID`=0); -- 221523 (Dazzling Peafowl) - CanSwim
-- Model
DELETE FROM `creature_model_info` WHERE `DisplayID` IN (114943, 114939, 121887, 121886, 118628);
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES
(114943, 1.990490317344665527, 2.40000009536743164, 0, 57388),
(114939, 1.990490317344665527, 2.40000009536743164, 0, 57388),
(121887, 1.990490317344665527, 2.40000009536743164, 0, 57388),
(121886, 1.990490317344665527, 2.40000009536743164, 0, 57388),
(118628, 0.5, 1, 0, 57388);
-- Path for Watchful Falcon
SET @MOVERGUID := @CGUID+5;
SET @ENTRY := 222223;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1677, 'Watchful Falcon - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 2196.9946, -2945.0405, 197.24214, NULL, 0),
(@PATH, 1, 2182.064, -2941.665, 197.24214, NULL, 0),
(@PATH, 2, 2173.8933, -2928.721, 197.24214, NULL, 0),
(@PATH, 3, 2177.2686, -2913.7903, 197.24214, NULL, 0),
(@PATH, 4, 2190.213, -2905.6196, 197.24214, NULL, 0),
(@PATH, 5, 2205.1436, -2908.9949, 197.24214, NULL, 0),
(@PATH, 6, 2213.3142, -2921.9392, 197.24214, NULL, 0),
(@PATH, 7, 2209.9387, -2936.8699, 197.24214, NULL, 0);
UPDATE `creature` SET `position_x`=2196.9946, `position_y`=-2945.0405, `position_z`=197.24214, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Watchful Falcon
SET @MOVERGUID := @CGUID+19;
SET @ENTRY := 222223;
SET @PATHOFFSET := 1;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1678, 'Watchful Falcon - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 2075.2163, -2991.0513, 185.3083, NULL, 0),
(@PATH, 1, 2087.6167, -2982.0764, 185.3083, NULL, 0),
(@PATH, 2, 2102.7312, -2984.4985, 185.3083, NULL, 0),
(@PATH, 3, 2111.706, -2996.8987, 185.3083, NULL, 0),
(@PATH, 4, 2109.2837, -3012.0132, 185.3083, NULL, 0),
(@PATH, 5, 2096.8835, -3020.988, 185.3083, NULL, 0),
(@PATH, 6, 2081.769, -3018.566, 185.3083, NULL, 0),
(@PATH, 7, 2072.7942, -3006.1655, 185.3083, NULL, 0);
UPDATE `creature` SET `position_x`=2075.2163, `position_y`=-2991.0513, `position_z`=185.3083, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Watchful Falcon
SET @MOVERGUID := @CGUID+22;
SET @ENTRY := 222223;
SET @PATHOFFSET := 2;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 8.1678, 'Watchful Falcon - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 2045.3755, -3066.8794, 175.60196, NULL, 0),
(@PATH, 1, 2059.1184, -3073.6208, 175.60196, NULL, 0),
(@PATH, 2, 2064.069, -3088.1057, 175.60196, NULL, 0),
(@PATH, 3, 2057.3274, -3101.8484, 175.60196, NULL, 0),
(@PATH, 4, 2042.8429, -3106.799, 175.60196, NULL, 0),
(@PATH, 5, 2029.1, -3100.0576, 175.60196, NULL, 0),
(@PATH, 6, 2024.1493, -3085.573, 175.60196, NULL, 0),
(@PATH, 7, 2030.8909, -3071.83, 175.60196, NULL, 0);
UPDATE `creature` SET `position_x`=2045.3755, `position_y`=-3066.8794, `position_z`=175.60196, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Ramolith Stonecrusher
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+41;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+41, @CGUID+41, 0, 0, 515, 0, 0),
(@CGUID+41, @CGUID+40, 4, 0, 515, 0, 0),
(@CGUID+41, @CGUID+39, 3, 290, 515, 0, 0);
SET @MOVERGUID := @CGUID+41;
SET @ENTRY := 221641;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x0, NULL, 'Ramolith Stonecrusher - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 2015.665, -2917.795, 159.5261, NULL, 0),
(@PATH, 1, 2031.1267, -2904.6562, 162.81262, NULL, 0),
(@PATH, 2, 2049.1165, -2889.9653, 164.41124, NULL, 0),
(@PATH, 3, 2066.052, -2871.9548, 165.7251, NULL, 0),
(@PATH, 4, 2085.566, -2842.625, 168.23795, NULL, 0),
(@PATH, 5, 2086.8196, -2825.1528, 164.11855, NULL, 0),
(@PATH, 6, 2085.566, -2842.625, 168.23795, NULL, 0),
(@PATH, 7, 2066.052, -2871.9548, 165.7251, NULL, 0),
(@PATH, 8, 2031.1267, -2904.6562, 162.81262, NULL, 0),
(@PATH, 9, 2015.7743, -2917.7656, 159.4567, NULL, 0),
(@PATH, 10, 1988.8976, -2927.4548, 157.17873, NULL, 0);
UPDATE `creature` SET `position_x`=2015.665, `position_y`=-2917.795, `position_z`=159.5261, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid` =@MOVERGUID;
UPDATE `creature` SET `position_x`=2015.665, `position_y`=-2917.795, `position_z`=159.5261, `orientation`=0 WHERE `guid` IN (@CGUID+40, @CGUID+39);
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Ramolith Stonecrusher
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+51;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+51, @CGUID+51, 0, 0, 515, 0, 0),
(@CGUID+51, @CGUID+50, 4, 0, 515, 0, 0),
(@CGUID+51, @CGUID+56, 3, 290, 515, 0, 0);
SET @MOVERGUID := @CGUID+51;
SET @ENTRY := 221641;
SET @PATHOFFSET := 1;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x0, NULL, 'Ramolith Stonecrusher - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 2062.2275, -2723.1216, 156.19382, NULL, 0),
(@PATH, 1, 2052.9758, -2709.0469, 153.76369, NULL, 0),
(@PATH, 2, 2041.5, -2694.8264, 148.54344, NULL, 0),
(@PATH, 3, 2024.9062, -2653.2483, 139.61098, NULL, 0),
(@PATH, 4, 2003.8264, -2627.875, 130.13744, NULL, 0),
(@PATH, 5, 1975.316, -2619.309, 126.40309, NULL, 0),
(@PATH, 6, 1951.6736, -2636.5312, 124.58308, NULL, 0),
(@PATH, 7, 1957.5486, -2656.5122, 126.57661, NULL, 0),
(@PATH, 8, 1962.118, -2680.8264, 131.92188, NULL, 0),
(@PATH, 9, 1958.2396, -2696.6008, 133.12231, NULL, 0),
(@PATH, 10, 1954.316, -2716.8665, 134.33733, NULL, 0),
(@PATH, 11, 1961.8889, -2738.0713, 134.48709, NULL, 0),
(@PATH, 12, 1965.2871, -2761.838, 138.71294, NULL, 0),
(@PATH, 13, 1968.1445, -2780.6152, 143.60983, NULL, 0),
(@PATH, 14, 1977.2676, -2806.0332, 146.11546, NULL, 0),
(@PATH, 15, 1982.7952, -2819.8472, 150.26672, NULL, 0),
(@PATH, 16, 1985.8195, -2823.0417, 151.23688, NULL, 0),
(@PATH, 17, 2076.0034, -2756.4253, 160.94507, NULL, 0),
(@PATH, 18, 2071.257, -2742.5347, 160.70638, NULL, 0);
UPDATE `creature` SET `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Ramolith Stonecrusher
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+73;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+73, @CGUID+73, 0, 0, 515, 0, 0),
(@CGUID+73, @CGUID+72, 4, 0, 515, 0, 0),
(@CGUID+73, @CGUID+71, 3, 290, 515, 0, 0);
SET @MOVERGUID := @CGUID+73;
SET @ENTRY := 221641;
SET @PATHOFFSET := 2;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x0, NULL, 'Ramolith Stonecrusher - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1965.0955, -2867.462, 151.69421, NULL, 0),
(@PATH, 1, 1968.1719, -2845.2188, 148.04239, NULL, 0),
(@PATH, 2, 1966.749, -2814.2793, 146.30638, NULL, 0),
(@PATH, 3, 1969.7622, -2794.0173, 144.76895, NULL, 0),
(@PATH, 4, 1971.3524, -2776.1338, 143.5238, NULL, 0),
(@PATH, 5, 1936.3854, -2776.3472, 134.90073, NULL, 0),
(@PATH, 6, 1892.125, -2796.019, 125.84455, NULL, 0),
(@PATH, 7, 1864.1389, -2804.1145, 128.11363, NULL, 0),
(@PATH, 8, 1844.8629, -2806.9236, 130.44437, NULL, 0),
(@PATH, 9, 1821.9723, -2810.1926, 131.74252, NULL, 0),
(@PATH, 10, 1799.3872, -2807.0781, 138.07526, NULL, 0),
(@PATH, 11, 1776.3629, -2817.1284, 141.5937, NULL, 0),
(@PATH, 12, 1781.4236, -2838.3281, 146.15869, NULL, 0),
(@PATH, 13, 1789.7743, -2869.3682, 143.74213, NULL, 0),
(@PATH, 14, 1814.1962, -2895.8682, 141.48743, NULL, 0),
(@PATH, 15, 1857.2014, -2902.0764, 146.73743, NULL, 0),
(@PATH, 16, 1872.2882, -2913.0574, 149.06194, NULL, 0),
(@PATH, 17, 1901.9863, -2921.957, 150.12895, NULL, 0),
(@PATH, 18, 1922.7848, -2918.4983, 151.7362, NULL, 0),
(@PATH, 19, 1964.7084, -2890.4878, 151.20941, NULL, 0),
(@PATH, 20, 1965.7552, -2876.6946, 151.09651, NULL, 0);
UPDATE `creature` SET `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Soaring Plainshawk
SET @MOVERGUID := @CGUID+76;
SET @ENTRY := 221644;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 2.8683, 'Soaring Plainshawk - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1830.1626, -2912.9194, 158.45486, NULL, 0),
(@PATH, 1, 1840.7692, -2908.5261, 158.45486, NULL, 0),
(@PATH, 2, 1851.3757, -2912.9194, 158.45486, NULL, 0),
(@PATH, 3, 1855.7692, -2923.5261, 158.45486, NULL, 0),
(@PATH, 4, 1851.3757, -2934.1328, 158.45486, NULL, 0),
(@PATH, 5, 1840.7692, -2938.5261, 158.45486, NULL, 0),
(@PATH, 6, 1830.1626, -2934.1328, 158.45486, NULL, 0),
(@PATH, 7, 1825.7692, -2923.5261, 158.45486, NULL, 0);
UPDATE `creature` SET `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Soaring Plainshawk
SET @MOVERGUID := 10000809;
SET @ENTRY := 221644;
SET @PATHOFFSET := 1;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x2, 2.8683, 'Soaring Plainshawk - Cyclic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1722.0966, -2766.7786, 163.56966, NULL, 0),
(@PATH, 1, 1732.7031, -2771.1719, 163.56966, NULL, 0),
(@PATH, 2, 1743.3097, -2766.7786, 163.56966, NULL, 0),
(@PATH, 3, 1747.7031, -2756.1719, 163.56966, NULL, 0),
(@PATH, 4, 1743.3097, -2745.5652, 163.56966, NULL, 0),
(@PATH, 5, 1732.7031, -2741.1719, 163.56966, NULL, 0),
(@PATH, 6, 1722.0966, -2745.5652, 163.56966, NULL, 0),
(@PATH, 7, 1717.7031, -2756.1719, 163.56966, NULL, 0);
UPDATE `creature` SET `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
@@ -0,0 +1,100 @@
-- Creature_templates
UPDATE `creature_template` SET `unit_flags3`=0x41000000 WHERE `entry`=51720; -- Wickerman Torch Point
UPDATE `creature_template` SET `unit_flags3`=0x41000000 WHERE `entry`=51703; -- Wickerman Crowd Bunny 02
UPDATE `creature_template` SET `unit_flags3`=0x41000000 WHERE `entry`=51702; -- Wickerman Crowd Bunny 01
UPDATE `creature_template` SET `unit_flags`=0x100 WHERE `entry`=54207; -- Dead Undercity Citizen
UPDATE `creature_template` SET `unit_flags`=0x100 WHERE `entry`=54169; -- Maxim the Sly
UPDATE `creature_template` SET `unit_flags2`=0x800 WHERE `entry`=54043; -- Spider Summoner (Catacombs)
UPDATE `creature_template_addon` SET `PvpFlags`=1 WHERE `entry`=51836; -- 51836 (Hag)
UPDATE `creature_template_addon` SET `PvpFlags`=1 WHERE `entry`=51710; -- 51710 (Hag's Broom)
UPDATE `creature_template_addon` SET `PvpFlags`=1 WHERE `entry`=53762; -- 53762 (Crone)
UPDATE `creature_template_addon` SET `PvpFlags`=1 WHERE `entry`=53761; -- 53761 (Crone's Broom)
UPDATE `waypoint_path` SET `Comment`='Wickerman Guardian - Cosmetic Path' WHERE `PathId`=1519500;
UPDATE `waypoint_path_node` SET `Delay`=10 WHERE `PathId`=1519500 AND `NodeId` IN (0,4);
-- Difficulties
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `VerifiedBuild`=57388 WHERE (`Entry`=40435 AND `DifficultyID`=0); -- 40435 (Headless Ghost) - Amphibious, CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `VerifiedBuild`=57388 WHERE (`Entry`=54207 AND `DifficultyID`=0); -- 54207 (Dead Undercity Citizen) - Amphibious, CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `VerifiedBuild`=57388 WHERE (`Entry`=54169 AND `DifficultyID`=0); -- 54169 (Maxim the Sly) - Amphibious, CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `VerifiedBuild`=57388 WHERE (`Entry`=53977 AND `DifficultyID`=0); -- 53977 (Darkcaller Yanka) - Amphibious, CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `VerifiedBuild`=57388 WHERE (`Entry`=53865 AND `DifficultyID`=0); -- 53865 (Orphan Matron Nanee) - Amphibious, CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `VerifiedBuild`=57388 WHERE (`Entry`=15197 AND `DifficultyID`=0); -- 15197 (Darkcaller Yanka) - Amphibious, CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10080000, `VerifiedBuild`=57388 WHERE (`Entry`=15195 AND `DifficultyID`=0); -- 15195 (Wickerman Guardian) - Amphibious, CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0, `VerifiedBuild`=57388 WHERE (`Entry`=53762 AND `DifficultyID`=0); -- 53762 (Crone)
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0, `VerifiedBuild`=57388 WHERE (`Entry`=51836 AND `DifficultyID`=0); -- 51836 (Hag)
-- Gameobject templates
UPDATE `gameobject_template` SET `VerifiedBuild`=57388 WHERE `entry` IN (209862, 191497, 191496, 191495, 191494, 191493, 191492, 191491, 191490, 191489, 191488, 191487, 191486, 186615, 186614, 175566, 1618, 293758, 293689, 202901, 202900, 293763, 205056, 202899, 1744, 1743, 105175, 105174, 212212, 195142, 58611, 58612, 208394, 180412, 190217, 184503, 180414, 208963, 58613, 259114, 207214, 52175, 40303, 58609, 208965, 195069, 180885, 195087, 37097, 209064, 209065, 209094, 180432, 180340, 101851, 101850, 208198, 182807, 180760, 180434, 195090, 208828, 195307, 195068, 195067, 195066, 195063, 180437, 180426, 58627, 34013, 113568, 113576, 52176, 36080, 36093, 58608, 36072, 58600, 190704, 177064, 36397, 58624, 58616, 204333, 98349, 205143, 176594, 77813, 58621, 36085, 36090, 136101, 58615, 58629, 36077, 58605, 58597, 170354, 98343, 58626, 98354, 36082, 204330, 36071, 113570, 113754, 58602, 36098, 58618, 36079, 113575, 36127, 98351, 153695, 58623, 58607, 36095, 58599, 58596, 33999, 177884, 36092, 113572, 204332, 58620, 288257, 34012, 36070, 113756, 98348, 58604, 177044, 36102, 204329, 113577, 33998, 58625, 36113, 113574, 36073, 36086, 113569, 58617, 113753, 98350, 58601, 36105, 36091, 204334, 58614, 175659, 58606, 170355, 175749, 267750, 180339, 180431, 3705, 175731, 175725, 186234, 180666, 267748, 208839, 212205, 244852, 187290, 3662, 180405, 267745, 208840, 267746, 180406, 180047, 267747, 180425, 193981, 207324, 208841, 205350, 244854, 180338, 180410, 180415, 208816, 175754, 267749, 180407, 208842, 208874, 208200, 103600, 267751, 180427, 175761, 205165, 208876, 267744, 20649, 20650, 20652, 58622, 58598, 36118, 36078, 36398, 113755, 36126, 36094, 20654, 20657, 58619, 20656, 20655, 204331, 36083, 20653, 58603, 36096, 98347, 20651, 113571, 113752);
UPDATE `gameobject_template` SET `displayId`=98398, `VerifiedBuild`=57388 WHERE `entry`=180428; -- G_WitchBroom_01 scale 0.5
UPDATE `gameobject_template` SET `displayId`=98398, `VerifiedBuild`=57388 WHERE `entry`=180409; -- G_WitchBroom_01
UPDATE `gameobject_template` SET `displayId`=98399, `VerifiedBuild`=57388 WHERE `entry`=180408; -- G_WitchHat_01
UPDATE `gameobject_template` SET `displayId`=98384, `VerifiedBuild`=57388 WHERE `entry`=190071; -- Candy Bucket
UPDATE `gameobject_template` SET `displayId`=98274, `VerifiedBuild`=57388 WHERE `entry`=180523; -- Apple Bob
UPDATE `gameobject_template` SET `displayId`=98401, `VerifiedBuild`=57388 WHERE `entry`=180433; -- The Wickerman
UPDATE `gameobject_template` SET `displayId`=98396, `VerifiedBuild`=57388 WHERE `entry`=180471; -- HangingSkullLight01
UPDATE `gameobject_template` SET `displayId`=98395, `VerifiedBuild`=57388 WHERE `entry`=180411; -- G_Ghost_01
UPDATE `gameobject_template` SET `displayId`=98397, `VerifiedBuild`=57388 WHERE `entry`=180472; -- HangingSkullLight02
UPDATE `gameobject_template` SET `VerifiedBuild`=57388 WHERE `entry` IN (290343, 290322, 142712, 2702, 290326, 144068, 278457, 142143, 141853, 204120, 1623, 204102, 142965, 2046, 153239, 203989, 205485, 205535, 181103, 208078, 208072, 208069, 208064, 176276, 208071, 181236, 208058, 245526, 181131, 181130, 176277, 278676, 176269, 405526, 180751, 406038, 191364, 207588, 207587, 207586, 207585, 207584, 207583, 207581, 207580, 207577, 206611, 207579, 207589, 207582, 207578, 176865, 176209, 205873, 175370, 176270, 175369, 177667, 207488, 142142, 165587, 212899, 205154, 205153, 176392, 203131, 180685, 180684, 2045, 2041, 206877, 206872, 206871, 206876, 204966, 1624, 205001, 170073, 22777, 22776, 22775, 22774, 22773, 22772, 3800, 3799, 2042, 1734, 174626, 2043, 1735, 208061, 208057, 177284, 288312, 208063, 176203, 288225, 176201, 288306, 177285, 288317, 288242, 176202, 176092, 102985, 1873, 1619, 1731, 186720, 295546, 104593, 210108, 210112, 1617, 175726, 210111, 210110, 210109, 206863, 206862, 278347, 206864, 206861, 295545, 202563, 175738);
UPDATE `gameobject_template` SET `displayId`=98384, `VerifiedBuild`=57388 WHERE `entry` IN (208148, 190108, 208156, 208149, 190066); -- Candy Bucket
UPDATE `gameobject_template` SET `displayId`=98399, `VerifiedBuild`=57388 WHERE `entry`=180429; -- G_WitchHat_01 scale 0.5
UPDATE `gameobject_template` SET `displayId`=98399, `VerifiedBuild`=57388 WHERE `entry`=207941; -- G_WitchHat_01 scale 2.0
UPDATE `gameobject_template` SET `displayId`=98395, `VerifiedBuild`=57388 WHERE `entry`=208056; -- G_Ghost_01 (Scale 0.5)
UPDATE `gameobject_template` SET `displayId`=0, `Data3`=0, `Data6`=0, `VerifiedBuild`=57388 WHERE `entry`=186249; -- Invisible Cooking Object
-- Quests
UPDATE `quest_details` SET `VerifiedBuild`=57388 WHERE `ID` IN (12139, 11449);
UPDATE `quest_request_items` SET `EmoteOnComplete`=0, `EmoteOnIncomplete`=0, `CompletionText`='Have you dowsed any fires, $n? The training area is west of Brill.', `VerifiedBuild`=57388 WHERE `ID`=11449; -- Fire Training
UPDATE `quest_request_items` SET `VerifiedBuild`=57388 WHERE `ID`=12139;
UPDATE `quest_offer_reward` SET `VerifiedBuild`=57388 WHERE `ID`=28972;
UPDATE `quest_offer_reward` SET `RewardText`='Well done, $n. Children, take a good look at this $c. Let $ghim:her; be a strong example to you.', `VerifiedBuild`=57388 WHERE `ID`=11449; -- Fire Training
UPDATE `quest_offer_reward` SET `RewardText`='The children love to watch heroes at their work. It is my hope that, one day, each of these orphans will grow into a strong member of the Horde, and live their lives with pride and honor!$B$BAh, thoughts of such a fine fate brings mist to my eyes...', `VerifiedBuild`=57388 WHERE `ID`=11357; -- Masked Orphan Matron
-- Vendors
DELETE FROM `npc_vendor` WHERE (`entry`=53757 AND `item`=230042 AND `ExtendedCost`=3547 AND `type`=1) OR (`entry`=53757 AND `item`=230173 AND `ExtendedCost`=3545 AND `type`=1) OR (`entry`=53757 AND `item`=226453 AND `ExtendedCost`=3546 AND `type`=1) OR (`entry`=53757 AND `item`=226427 AND `ExtendedCost`=3546 AND `type`=1) OR (`entry`=34382 AND `item`=208859 AND `ExtendedCost`=0 AND `type`=1);
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
(53757, 4, 230042, 0, 3547, 1, 0, 0, 57388), -- Prowler's Faded Shoulder Cape
(53757, 3, 230173, 0, 3545, 1, 0, 0, 57388), -- Ensemble: Prowler's Faded Headgear
(53757, 2, 226453, 0, 3546, 1, 0, 0, 57388), -- Patched Harvest Golem's Post
(53757, 1, 226427, 0, 3546, 1, 0, 0, 57388), -- Patched Harvester's Claw
(34382, 1, 208859, 0, 0, 1, 0, 0, 57388); -- Cliffside Wylderdrake: Day of the Dead Armor
UPDATE `npc_vendor` SET `slot`=26, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=204336 AND `ExtendedCost`=5797 AND `type`=1); -- Awakened Heirloom Armor Casing
UPDATE `npc_vendor` SET `slot`=25, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=187997 AND `ExtendedCost`=5797 AND `type`=1); -- Eternal Heirloom Armor Casing
UPDATE `npc_vendor` SET `slot`=24, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=167731 AND `ExtendedCost`=5797 AND `type`=1); -- Battle-Hardened Heirloom Armor Casing
UPDATE `npc_vendor` SET `slot`=23, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=151614 AND `ExtendedCost`=5797 AND `type`=1); -- Weathered Heirloom Armor Casing
UPDATE `npc_vendor` SET `slot`=22, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=122340 AND `ExtendedCost`=5797 AND `type`=1); -- Timeworn Heirloom Armor Casing
UPDATE `npc_vendor` SET `slot`=21, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=122338 AND `ExtendedCost`=5796 AND `type`=1); -- Ancient Heirloom Armor Casing
UPDATE `npc_vendor` SET `slot`=20, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=163045 AND `ExtendedCost`=3545 AND `type`=1); -- Headless Horseman's Hearthstone
UPDATE `npc_vendor` SET `slot`=19, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=151270 AND `ExtendedCost`=3545 AND `type`=1); -- Horse Tail Costume
UPDATE `npc_vendor` SET `slot`=18, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=151271 AND `ExtendedCost`=3545 AND `type`=1); -- Horse Head Costume
UPDATE `npc_vendor` SET `slot`=17, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=70722 AND `ExtendedCost`=3546 AND `type`=1); -- Little Wickerman
UPDATE `npc_vendor` SET `slot`=16, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=37011 AND `ExtendedCost`=3547 AND `type`=1); -- Magic Broom
UPDATE `npc_vendor` SET `slot`=15, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=37604 AND `ExtendedCost`=3404 AND `type`=1); -- Tooth Pick
UPDATE `npc_vendor` SET `slot`=14, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=37583 AND `ExtendedCost`=3404 AND `type`=1); -- G.N.E.R.D.S.
UPDATE `npc_vendor` SET `slot`=13, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=37584 AND `ExtendedCost`=3404 AND `type`=1); -- Soothing Spearmint Candy
UPDATE `npc_vendor` SET `slot`=12, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=37582 AND `ExtendedCost`=3404 AND `type`=1); -- Pyroblast Cinnamon Ball
UPDATE `npc_vendor` SET `slot`=11, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=37585 AND `ExtendedCost`=3404 AND `type`=1); -- Chewy Fel Taffy
UPDATE `npc_vendor` SET `slot`=10, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=151268 AND `ExtendedCost`=5339 AND `type`=1); -- Exquisite Costume Set: "Xavius"
UPDATE `npc_vendor` SET `slot`=9, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=138990 AND `ExtendedCost`=5339 AND `type`=1); -- Exquisite Costume Set: "Grommash"
UPDATE `npc_vendor` SET `slot`=8, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=128643 AND `ExtendedCost`=5339 AND `type`=1); -- Exquisite Costume Set: "Deathwing"
UPDATE `npc_vendor` SET `slot`=7, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=116828 AND `ExtendedCost`=5339 AND `type`=1); -- Exquisite Costume Set: "The Lich King"
UPDATE `npc_vendor` SET `slot`=6, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=33292 AND `ExtendedCost`=3546 AND `type`=1); -- Hallowed Helm
UPDATE `npc_vendor` SET `slot`=5, `VerifiedBuild`=57388 WHERE (`entry`=53757 AND `item`=208735 AND `ExtendedCost`=3545 AND `type`=1); -- Bucket of Morbid Treats
UPDATE `npc_vendor` SET `VerifiedBuild`=57388 WHERE (`entry`=53756 AND `item`=139004 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=128644 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=128645 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=128646 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=116854 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=116853 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=116851 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=116850 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=116848 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=20397 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=20398 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=20399 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=20409 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=20410 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=20411 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=20413 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53756 AND `item`=20414 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=49216 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=49215 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20573 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20574 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20568 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20567 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20572 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20571 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20570 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20569 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20564 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20563 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20566 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20565 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=49210 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=49212 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20391 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20392 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20561 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=20562 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=34003 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=34001 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=34002 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=34000 AND `ExtendedCost`=3404 AND `type`=1) OR (`entry`=53760 AND `item`=69195 AND `ExtendedCost`=3403 AND `type`=1) OR (`entry`=53760 AND `item`=69194 AND `ExtendedCost`=3403 AND `type`=1) OR (`entry`=53760 AND `item`=69193 AND `ExtendedCost`=3403 AND `type`=1) OR (`entry`=53760 AND `item`=69192 AND `ExtendedCost`=3403 AND `type`=1) OR (`entry`=53760 AND `item`=69190 AND `ExtendedCost`=3403 AND `type`=1) OR (`entry`=53760 AND `item`=69189 AND `ExtendedCost`=3403 AND `type`=1) OR (`entry`=53760 AND `item`=69188 AND `ExtendedCost`=3403 AND `type`=1) OR (`entry`=53760 AND `item`=69187 AND `ExtendedCost`=3403 AND `type`=1) OR (`entry`=109688 AND `item`=139036 AND `ExtendedCost`=3403 AND `type`=1) OR (`entry`=109688 AND `item`=116812 AND `ExtendedCost`=3547 AND `type`=1) OR (`entry`=109688 AND `item`=116811 AND `ExtendedCost`=3403 AND `type`=1) OR (`entry`=109688 AND `item`=116810 AND `ExtendedCost`=3403 AND `type`=1) OR (`entry`=109688 AND `item`=151269 AND `ExtendedCost`=3545 AND `type`=1) OR (`entry`=109688 AND `item`=116801 AND `ExtendedCost`=3545 AND `type`=1) OR (`entry`=109688 AND `item`=116804 AND `ExtendedCost`=3545 AND `type`=1) OR (`entry`=109688 AND `item`=70908 AND `ExtendedCost`=3545 AND `type`=1) OR (`entry`=109688 AND `item`=33154 AND `ExtendedCost`=3545 AND `type`=1);
UPDATE `npc_vendor` SET `slot`=14, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=116890 AND `ExtendedCost`=0 AND `type`=1); -- "Santo's Sun" Contender's Costume
UPDATE `npc_vendor` SET `slot`=13, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=116891 AND `ExtendedCost`=0 AND `type`=1); -- "Snowy Owl" Contender's Costume
UPDATE `npc_vendor` SET `slot`=12, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=116856 AND `ExtendedCost`=0 AND `type`=1); -- "Blooming Rose" Contender's Costume
UPDATE `npc_vendor` SET `slot`=11, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=116889 AND `ExtendedCost`=0 AND `type`=1); -- "Purple Phantom" Contender's Costume
UPDATE `npc_vendor` SET `slot`=10, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=116888 AND `ExtendedCost`=0 AND `type`=1); -- "Night Demon" Contender's Costume
UPDATE `npc_vendor` SET `slot`=9, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=188689 AND `ExtendedCost`=0 AND `type`=1); -- Marigold Petal Offering Bowl
UPDATE `npc_vendor` SET `slot`=8, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=46861 AND `ExtendedCost`=0 AND `type`=1); -- Bouquet of Orange Marigolds
UPDATE `npc_vendor` SET `slot`=7, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=46710 AND `ExtendedCost`=0 AND `type`=1); -- Recipe: Bread of the Dead
UPDATE `npc_vendor` SET `slot`=6, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=79048 AND `ExtendedCost`=0 AND `type`=1); -- Whimsical Skull Mask
UPDATE `npc_vendor` SET `slot`=5, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=46860 AND `ExtendedCost`=0 AND `type`=1); -- Whimsical Skull Mask
UPDATE `npc_vendor` SET `slot`=4, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=46711 AND `ExtendedCost`=0 AND `type`=1); -- Spirit Candle
UPDATE `npc_vendor` SET `slot`=3, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=46718 AND `ExtendedCost`=0 AND `type`=1); -- Orange Marigold
UPDATE `npc_vendor` SET `slot`=2, `VerifiedBuild`=57388 WHERE (`entry`=34382 AND `item`=46690 AND `ExtendedCost`=0 AND `type`=1); -- Candy Skull
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,74 @@
SET @OGUID := 3808497;
-- 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, 28, 2298, '0', 0, 0, 1255.0816650390625, -2592.901123046875, 98.19570159912109375, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 0, 28, 2298, '0', 0, 0, 1177.8975830078125, -2558.61279296875, 74.29367828369140625, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+2, 180405, 0, 28, 2298, '0', 0, 0, 1167.1805419921875, -2582.376708984375, 74.27860260009765625, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+3, 180405, 0, 28, 2298, '0', 0, 0, 1198.7708740234375, -2607.35595703125, 79.6026611328125, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+4, 180405, 0, 28, 2298, '0', 0, 0, 1240.5555419921875, -2585.022705078125, 97.214385986328125, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+5, 180405, 0, 28, 2298, '0', 0, 0, 1139.796875, -2522.710205078125, 61.6352081298828125, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+6, 180405, 0, 28, 2298, '0', 0, 0, 1204.6007080078125, -2612.713623046875, 81.40390777587890625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+7, 180405, 0, 28, 2298, '0', 0, 0, 1218.8072509765625, -2558.564208984375, 92.92095184326171875, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+8, 180406, 0, 28, 2298, '0', 0, 0, 1223.18408203125, -2549.65283203125, 92.95278167724609375, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+9, 180406, 0, 28, 2298, '0', 0, 0, 1201.2117919921875, -2606.116455078125, 80.345245361328125, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+10, 180406, 0, 28, 2298, '0', 0, 0, 1249.232666015625, -2581.585205078125, 98.20404052734375, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+11, 180406, 0, 28, 2298, '0', 0, 0, 1199.9010009765625, -2613.54345703125, 79.16400146484375, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+12, 180406, 0, 28, 2298, '0', 0, 0, 1110.3038330078125, -2548.604248046875, 68.108123779296875, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+13, 180406, 0, 28, 2298, '0', 0, 0, 1132.9444580078125, -2514.970458984375, 61.14870071411132812, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+14, 180406, 0, 28, 2298, '0', 0, 0, 1170.7447509765625, -2574.670166015625, 74.29409027099609375, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+15, 180407, 0, 28, 2298, '0', 0, 0, 1198.6041259765625, -2610.572998046875, 78.86474609375, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+16, 180407, 0, 28, 2298, '0', 0, 0, 1203.7899169921875, -2607.51220703125, 81.01184844970703125, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+17, 180407, 0, 28, 2298, '0', 0, 0, 1227.1597900390625, -2541.546875, 92.96691131591796875, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+18, 180407, 0, 28, 2298, '0', 0, 0, 1174.5572509765625, -2566.442626953125, 74.31658172607421875, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+19, 180407, 0, 28, 2298, '0', 0, 0, 1214.126708984375, -2567.37158203125, 93.15206146240234375, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+20, 180407, 0, 28, 2298, '0', 0, 0, 1247.185791015625, -2597.76220703125, 96.53269195556640625, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+21, 180426, 0, 28, 2298, '0', 0, 0, 1188.09033203125, -2611.007080078125, 107.815032958984375, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 57388), -- Bat01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+22, 180426, 0, 28, 2298, '0', 0, 0, 1179.28125, -2611.265625, 101.0729827880859375, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 57388), -- Bat01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+23, 180426, 0, 28, 2298, '0', 0, 0, 1182.71533203125, -2581.9375, 106.422332763671875, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 57388), -- Bat01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+24, 180426, 0, 28, 2298, '0', 0, 0, 1191.57470703125, -2597.390625, 95.70162200927734375, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 57388), -- Bat01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+25, 180426, 0, 28, 2298, '0', 0, 0, 1168.3367919921875, -2602.05908203125, 94.45709228515625, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 57388), -- Bat01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+26, 180426, 0, 28, 2298, '0', 0, 0, 1186.3819580078125, -2598.84033203125, 106.3577499389648437, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 57388), -- Bat01 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+27, 180427, 0, 28, 2298, '0', 0, 0, 1181.6632080078125, -2610.35595703125, 111.7726364135742187, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 57388), -- Bat02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+28, 180427, 0, 28, 2298, '0', 0, 0, 1174.2083740234375, -2596.7275390625, 85.554840087890625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 57388), -- Bat02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+29, 180427, 0, 28, 2298, '0', 0, 0, 1195.8055419921875, -2607.51904296875, 118.358551025390625, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 57388), -- Bat02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+30, 180427, 0, 28, 2298, '0', 0, 0, 1191.8021240234375, -2607.491455078125, 99.16400909423828125, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 57388), -- Bat02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+31, 180427, 0, 28, 2298, '0', 0, 0, 1188.4913330078125, -2592.944580078125, 102.7464370727539062, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 57388), -- Bat02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
(@OGUID+32, 180427, 0, 28, 2298, '0', 0, 0, 1199.1875, -2596.32470703125, 115.97601318359375, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 57388); -- Bat02 (Area: Caer Darrow - Difficulty: 0) CreateObject1
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,348 @@
SET @CGUID := 10004221;
SET @OGUID := 10001042;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+69;
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`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1955.2742919921875, -3066.689208984375, 154.8338623046875, 1.17106485366821289, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+1, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1935.2222900390625, -3060.39404296875, 154.8338623046875, 5.996160507202148437, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1 (Auras: 369706 - Conversation Aura: Talk/Question/Exclamation [DNT])
(@CGUID+2, 224566, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1959.326416015625, -3055.833251953125, 154.8338623046875, 0.897775053977966308, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Bondaz (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+3, 219437, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1962.763916015625, -3068.38720703125, 154.8338623046875, 0.824869394302368164, 120, 0, 0, 0, 0x2, NULL, NULL, NULL, 57388), -- Dornogal Citizen (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+4, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1944.0560302734375, -3061.875732421875, 154.7505340576171875, 0.008726147934794425, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1 (Auras: 449464 - Cosmetic - Reading Book [DNT])
(@CGUID+5, 226750, 2552, 14717, 15178, '0', 0, 0, 0, 1, 1957.451416015625, -3081.65283203125, 154.8338623046875, 1.587696194648742675, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Freysworn Etterca (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+6, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1937.0711669921875, -3059.928955078125, 154.8338623046875, 3.773742914199829101, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+7, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1953.75, -3056.267333984375, 154.8338623046875, 5.523071765899658203, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+8, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1945.5694580078125, -3099.3369140625, 154.825714111328125, 3.78041243553161621, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+9, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1943.3125, -3097.838623046875, 154.825714111328125, 4.320653438568115234, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+10, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1936.2864990234375, -3061.9150390625, 154.8338623046875, 1.726907610893249511, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+11, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1928.81298828125, -3086.1806640625, 154.74688720703125, 5.458032608032226562, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+12, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1952.6788330078125, -3057.744873046875, 154.8338623046875, 5.955614089965820312, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+13, 219437, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1964.51220703125, -3066.67529296875, 154.8338623046875, 4.031608104705810546, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Dornogal Citizen (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+14, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1940.69970703125, -3097.232666015625, 154.825714111328125, 4.850566864013671875, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+15, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1989.60595703125, -3061.998291015625, 154.834136962890625, 1.512082457542419433, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1 (Auras: 369706 - Conversation Aura: Talk/Question/Exclamation [DNT])
(@CGUID+16, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1916.7535400390625, -3051.97216796875, 154.8338623046875, 3.216318368911743164, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+17, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1949.954833984375, -3120.9150390625, 154.72320556640625, 3.365251779556274414, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+18, 217450, 2552, 14717, 15178, '0', 0, 0, 0, 3, 1966.8697509765625, -3107.882080078125, 154.9704437255859375, 4.532902717590332031, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Protector (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+19, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1911.685791015625, -3057.053955078125, 154.75341796875, 3.191220998764038085, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+20, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1916.6475830078125, -3048.632080078125, 154.8338623046875, 3.703105449676513671, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+21, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1977.2882080078125, -3100.29345703125, 154.833892822265625, 4.221271991729736328, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+22, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1920.5521240234375, -3040.845458984375, 154.8338623046875, 0.915189981460571289, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+23, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1921.8836669921875, -3039.53125, 154.8338623046875, 3.984132051467895507, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+24, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1948.720458984375, -3039.508544921875, 154.750457763671875, 3.181093215942382812, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1 (Auras: 369706 - Conversation Aura: Talk/Question/Exclamation [DNT])
(@CGUID+25, 217450, 2552, 14717, 15178, '0', 0, 0, 0, 1, 1953.201416015625, -3107.7431640625, 154.69805908203125, 4.640353679656982421, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Protector (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+26, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1948.515625, -3118.869873046875, 154.723724365234375, 4.14684915542602539, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+27, 230537, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1955.6300048828125, -3030.1748046875, 154.7505340576171875, 6.233962535858154296, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Annoyed Rancher (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+28, 217450, 2552, 14717, 15178, '0', 0, 0, 0, 5, 1919.2847900390625, -3085.717041015625, 154.82763671875, 3.803666114807128906, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Protector (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+29, 230538, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1960.439453125, -3029.560302734375, 154.7505340576171875, 0.055885303765535354, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Playful Mosswool (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+30, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1915.625, -3047.239501953125, 154.7505340576171875, 3.944444179534912109, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+31, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1989.6961669921875, -3060.463623046875, 154.834869384765625, 4.756098747253417968, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+32, 230539, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1984.230712890625, -3086.364501953125, 154.7505340576171875, 5.649892330169677734, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Lost Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1 (Auras: 452224 - Cosmetic - Reading Book - All Races [DNT])
(@CGUID+33, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1909.8680419921875, -3050.776123046875, 154.6595611572265625, 2.493005275726318359, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+34, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1974.3646240234375, -3099.598876953125, 154.8338623046875, 5.186998844146728515, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1 (Auras: 369706 - Conversation Aura: Talk/Question/Exclamation [DNT])
(@CGUID+35, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1915.642333984375, -3069.869873046875, 154.833770751953125, 3.287769317626953125, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+36, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1916.12158203125, -3049.864501953125, 154.8204498291015625, 3.230538845062255859, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+37, 217450, 2552, 14717, 15178, '0', 0, 0, 0, 2, 1929.5728759765625, -3096.916748046875, 154.907928466796875, 3.803666353225708007, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Protector (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+38, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1913.6197509765625, -3046.951416015625, 154.7455596923828125, 5.692821025848388671, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+39, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1910.3541259765625, -3053.375, 154.660919189453125, 2.290118217468261718, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+40, 230535, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1910.1041259765625, -3070.850830078125, 154.83001708984375, 6.222067832946777343, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Cloth Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+41, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1911.12158203125, -3059.319580078125, 154.7337188720703125, 2.547425508499145507, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+42, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1915.9566650390625, -3052.911376953125, 154.8062591552734375, 3.344275951385498046, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+43, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1975.07470703125, -3100.98095703125, 154.8345794677734375, 2.157732486724853515, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+44, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1910.46533203125, -3046.71875, 154.643280029296875, 4.548687458038330078, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+45, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1910.015625, -3074.685791015625, 154.831085205078125, 2.237369537353515625, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+46, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1948.901611328125, -3041.503173828125, 154.7505340576171875, 3.181024074554443359, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+47, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1961.689208984375, -3043.614501953125, 154.8338623046875, 6.171694755554199218, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+48, 230536, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1913.654541015625, -3055.366455078125, 154.759246826171875, 0.345320910215377807, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Gem Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+49, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1916.111083984375, -3051.06591796875, 154.812255859375, 2.75079512596130371, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+50, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1996.0069580078125, -3070.802001953125, 154.836944580078125, 6.247013568878173828, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1 (Auras: 369706 - Conversation Aura: Talk/Question/Exclamation [DNT])
(@CGUID+51, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1998.7822265625, -3057.198974609375, 154.7536163330078125, 3.124123096466064453, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+52, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1997.545166015625, -3070.857666015625, 154.836944580078125, 3.217226982116699218, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+53, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1960.521484375, -3019.502685546875, 154.7453155517578125, 4.694936752319335937, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+54, 217450, 2552, 14717, 15178, '0', 0, 0, 0, 3, 1930.6041259765625, -3021.420166015625, 154.611907958984375, 2.319023609161376953, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Protector (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+55, 230532, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1989.34033203125, -3044.342041015625, 154.8338623046875, 0.006238188594579696, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Oathsworn Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+56, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1998.759521484375, -3058.498779296875, 154.7536163330078125, 3.124123096466064453, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1 (Auras: 449464 - Cosmetic - Reading Book [DNT])
(@CGUID+57, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1948.3021240234375, -3125.869873046875, 154.7254180908203125, 2.42737746238708496, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+58, 230531, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1934.7552490234375, -3020.87158203125, 154.7764129638671875, 5.616672515869140625, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+59, 217450, 2552, 14717, 15178, '0', 0, 0, 0, 5, 1918.94970703125, -3032.546875, 154.452178955078125, 2.25238966941833496, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Unbound Protector (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+60, 214838, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1990.88720703125, -3046.814208984375, 154.834014892578125, 3.907140731811523437, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Earthen Wagon (Area: Crossroads Plaza - Difficulty: 0) CreateObject1 (Auras: )
(@CGUID+61, 221355, 2552, 14717, 15178, '0', 23314, 0, 0, 0, 1947.9288330078125, -3102.09375, 154.825714111328125, 1.238968610763549804, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Urtago (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+62, 230533, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1944.34375, -3118.848876953125, 154.7232513427734375, 3.104095220565795898, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Traveling Mosswool (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+63, 230529, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1941.4410400390625, -3102.515625, 154.825714111328125, 1.101247429847717285, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Mead Trader (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+64, 230533, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1949.2718505859375, -3111.276611328125, 155.3238372802734375, 1.012755513191223144, 120, 2, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Traveling Mosswool (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+65, 230533, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1944.38720703125, -3120.569580078125, 154.7232513427734375, 3.20324873924255371, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Traveling Mosswool (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+66, 230534, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1947.7222900390625, -3121.092041015625, 154.7234649658203125, 0.397461861371994018, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Mosswool Rancher (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+67, 230533, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1947.154541015625, -3125.069580078125, 154.7254791259765625, 3.547904729843139648, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Traveling Mosswool (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+68, 230533, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1949.319091796875, -3127.067626953125, 154.636444091796875, 1.742675304412841796, 120, 2, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Traveling Mosswool (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@CGUID+69, 230533, 2552, 14717, 15178, '0', 0, 0, 0, 0, 1945.482666015625, -3123.45654296875, 154.7405548095703125, 4.306085586547851562, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388); -- Traveling Mosswool (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+69;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '369706'), -- Oathsworn Trader - 369706 - Conversation Aura: Talk/Question/Exclamation [DNT]
(@CGUID+4, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0, '449464'), -- Oathsworn Trader - 449464 - Cosmetic - Reading Book [DNT]
(@CGUID+5, 0, 0, 0, 0, 0, 1, 0, 1029, 0, 0, 0, 0, ''), -- Freysworn Etterca
(@CGUID+15, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '369706'), -- Oathsworn Trader - 369706 - Conversation Aura: Talk/Question/Exclamation [DNT]
(@CGUID+18, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- Unbound Protector
(@CGUID+19, 0, 0, 0, 0, 0, 1, 0, 0, 4760, 0, 0, 0, ''), -- Unbound Trader
(@CGUID+21, 0, 0, 8, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Trader
(@CGUID+22, 0, 0, 0, 0, 0, 1, 0, 0, 24314, 0, 0, 0, ''), -- Unbound Trader
(@CGUID+24, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '369706'), -- Oathsworn Trader - 369706 - Conversation Aura: Talk/Question/Exclamation [DNT]
(@CGUID+25, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- Unbound Protector
(@CGUID+28, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- Unbound Protector
(@CGUID+32, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '452224'), -- Lost Trader - 452224 - Cosmetic - Reading Book - All Races [DNT]
(@CGUID+33, 0, 0, 8, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Trader
(@CGUID+34, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '369706'), -- Unbound Trader - 369706 - Conversation Aura: Talk/Question/Exclamation [DNT]
(@CGUID+37, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- Unbound Protector
(@CGUID+38, 0, 0, 0, 0, 0, 1, 0, 0, 4760, 0, 0, 0, ''), -- Oathsworn Trader
(@CGUID+41, 0, 0, 0, 0, 0, 1, 0, 0, 4760, 0, 0, 0, ''), -- Unbound Trader
(@CGUID+44, 0, 0, 8, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Trader
(@CGUID+47, 0, 0, 0, 0, 0, 1, 0, 720, 0, 0, 0, 0, ''), -- Unbound Trader
(@CGUID+50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '369706'), -- Unbound Trader - 369706 - Conversation Aura: Talk/Question/Exclamation [DNT]
(@CGUID+51, 0, 0, 5, 0, 0, 1, 0, 461, 0, 0, 0, 0, ''), -- Oathsworn Trader
(@CGUID+53, 0, 0, 5, 0, 0, 1, 0, 461, 0, 0, 0, 0, ''), -- Unbound Trader
(@CGUID+54, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- Unbound Protector
(@CGUID+55, 0, 0, 0, 0, 0, 1, 0, 0, 4760, 0, 0, 0, ''), -- Oathsworn Trader
(@CGUID+56, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0, '449464'), -- Unbound Trader - 449464 - Cosmetic - Reading Book [DNT]
(@CGUID+57, 0, 0, 0, 0, 0, 1, 0, 0, 4760, 0, 0, 0, ''), -- Unbound Trader
(@CGUID+58, 0, 0, 0, 0, 0, 1, 0, 720, 0, 0, 0, 0, ''), -- Unbound Trader
(@CGUID+59, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''); -- Unbound Protector
-- GameObject
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+15;
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, 429568, 2552, 14717, 15178, '0', 0, 0, 1957.748291015625, -3075.036376953125, 154.7505340576171875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 57388), -- Bench (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+1, 429586, 2552, 14717, 15178, '0', 0, 0, 1957.7882080078125, -3047.51220703125, 154.7505340576171875, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 57388), -- Bench (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+2, 429587, 2552, 14717, 15178, '0', 0, 0, 1971.5, -3061.328125, 154.7505340576171875, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 57388), -- Bench (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+3, 455716, 2552, 14717, 15178, '0', 0, 0, 1956.5989990234375, -3063.142333984375, 158.696441650390625, 0.811416327953338623, 0, 0, 0.394669532775878906, 0.918823122978210449, 120, 255, 1, 57388), -- DELVER'S CALL: Fungal Folly (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+4, 454463, 2552, 14717, 15178, '0', 0, 0, 1956.3385009765625, -3059.15966796875, 158.3144378662109375, 5.417534351348876953, 0, 0, -0.41943740844726562, 0.907784223556518554, 120, 255, 1, 57388), -- Wanted: The Boroughbreaker (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+5, 429573, 2552, 14717, 15178, '0', 0, 0, 1944.0504150390625, -3061.225830078125, 154.7505340576171875, 0.008726147934794425, 0, 0, 0.004363059997558593, 0.999990463256835937, 120, 255, 1, 57388), -- Bench (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+6, 423987, 2552, 14717, 15178, '0', 22903, 0, 1922.361083984375, -3084.282958984375, 154.7505340576171875, 0, 0, 0, 0, 1, 120, 255, 1, 57388), -- Dropped Package (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+7, 453153, 2552, 14717, 15178, '0', 0, 0, 1830.3603515625, -3233.7890625, 78.050994873046875, 4.721118450164794921, 0, 0, -0.70401382446289062, 0.710186243057250976, 120, 255, 1, 57388), -- Chair (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+8, 429569, 2552, 14717, 15178, '0', 0, 0, 1959.87158203125, -3019.491455078125, 154.7453155517578125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 57388), -- Bench (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+9, 413020, 2552, 14717, 15178, '0', 0, 0, 2707.4296875, -3651.25, 196.5749969482421875, 1.572204232215881347, 0, 0, 0.707604408264160156, 0.706608831882476806, 120, 255, 1, 57388), -- Door (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+10, 453155, 2552, 14717, 15178, '0', 0, 0, 1832.44921875, -3235.3828125, 78.050994873046875, 3.132858037948608398, 0, 0, 0.999990463256835937, 0.004367320332676172, 120, 255, 1, 57388), -- Chair (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+11, 429592, 2552, 14717, 15178, '0', 0, 0, 2046.9271240234375, -3208.788330078125, 146.5104217529296875, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 57388), -- Stool (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+12, 413017, 2552, 14717, 15178, '0', 0, 0, 1410.2603759765625, -2765.88720703125, 51.60283660888671875, 4.085401535034179687, 0, 0, -0.89070415496826171, 0.454583406448364257, 120, 255, 1, 57388), -- Door (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+13, 429578, 2552, 14717, 15178, '0', 0, 0, 1949.626708984375, -3019.642333984375, 154.7453155517578125, 4.721118450164794921, 0, 0, -0.70401382446289062, 0.710186243057250976, 120, 255, 1, 57388), -- Bench (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+14, 429572, 2552, 14717, 15178, '0', 0, 0, 1998.7708740234375, -3057.848876953125, 154.7536163330078125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 57388), -- Bench (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
(@OGUID+15, 429579, 2552, 14717, 15178, '0', 0, 0, 1998.673583984375, -3067.288330078125, 154.75347900390625, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 57388); -- Bench (Area: Crossroads Plaza - Difficulty: 0) CreateObject1
DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+15;
INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `WorldEffectID`, `AIAnimKitID`) VALUES
(@OGUID+7, 0, 0, 0.000000087422776573, 1, 0, 0), -- Chair
(@OGUID+10, 0, 0, 0.000000087422776573, 1, 0, 0); -- Chair
-- Template Addon
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (413020 /*Door*/, 413017 /*Door*/, 455716 /*DELVER'S CALL*/, 429572 /*Bench*/, 454463 /*Wanted: The Boroughbreaker*/, 429569 /*Bench*/, 429573 /*Bench*/, 423987 /*Dropped Package*/);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(413020, 0, 0x30, 0, 0), -- Door
(413017, 0, 0x30, 0, 0), -- Door
(455716, 0, 0x4, 0, 0), -- DELVER'S CALL
(429572, 114, 0x0, 0, 0), -- Bench
(454463, 0, 0x4, 0, 0), -- Wanted: The Boroughbreaker
(429569, 114, 0x0, 0, 0), -- Bench
(429573, 114, 0x0, 0, 0), -- Bench
(423987, 0, 0x4, 0, 0); -- Dropped Package
-- Template
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags`=0x200, `unit_flags2`=0x800 WHERE `entry`=230536; -- Gem Trader
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags`=0x200, `unit_flags2`=0x800 WHERE `entry`=230535; -- Cloth Trader
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags`=0x200, `unit_flags2`=0x800 WHERE `entry`=230534; -- Mosswool Rancher
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags`=0x200, `unit_flags2`=0x800 WHERE `entry`=230539; -- Lost Trader
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags`=0x200, `unit_flags2`=0x800 WHERE `entry`=230529; -- Mead Trader
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=0x200, `unit_flags2`=0x800 WHERE `entry`=230538; -- Playful Mosswool
UPDATE `creature_template` SET `faction`=35, `npcflag`=16777216, `BaseAttackTime`=2000, `unit_flags`=0x200, `unit_flags2`=0x800 WHERE `entry`=230533; -- Traveling Mosswool
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags`=0x200, `unit_flags2`=0x800 WHERE `entry`=230537; -- Annoyed Rancher
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags`=0x200, `unit_flags2`=0x800 WHERE `entry`=230531; -- Unbound Trader
UPDATE `creature_template` SET `faction`=3407, `npcflag`=2, `BaseAttackTime`=2000, `unit_flags2`=0x800 WHERE `entry`=221355; -- Urtago
UPDATE `creature_template` SET `faction`=3407, `npcflag`=2, `BaseAttackTime`=2000, `unit_flags`=0x100, `unit_flags2`=0x800 WHERE `entry`=226750; -- Freysworn Etterca
UPDATE `creature_template` SET `faction`=3407, `npcflag`=0, `BaseAttackTime`=2000, `unit_flags`=0x300, `unit_flags2`=0x800 WHERE `entry`=219437; -- Dornogal Citizen
UPDATE `creature_template` SET `faction`=3407, `npcflag`=2, `BaseAttackTime`=2000, `unit_flags`=0x100, `unit_flags2`=0x800 WHERE `entry`=224566; -- Bondaz
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags`=0x200, `unit_flags2`=0x800 WHERE `entry`=230532; -- Oathsworn Trader
UPDATE `gameobject_template` SET `VerifiedBuild`=57388 WHERE `entry` IN (419696, 413877, 453159, 453154, 454063, 422531, 413020, 413017, 453157, 453161, 453150, 453160, 453158, 453156, 453155, 453153, 453152, 453151, 429592, 429579, 429572, 429569, 429578, 429587, 454463, 429586, 429568, 429573, 423987, 441170, 441166, 441164, 441163, 441162);
UPDATE `gameobject_template` SET `name`='DELVER\'S CALL', `VerifiedBuild`=57388 WHERE `entry`=455716; -- DELVER'S CALL: Fungal Folly
-- Vehicle
DELETE FROM `vehicle_template_accessory` WHERE (`entry`=214838 AND `seat_id` IN (7,6,5,4,3,2,0,1));
INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES
(214838, 227389, 7, 0, 'Earthen Wagon - Earthen Crate', 8, 0), -- Earthen Wagon - Earthen Crate
(214838, 227389, 6, 0, 'Earthen Wagon - Earthen Crate', 8, 0), -- Earthen Wagon - Earthen Crate
(214838, 227389, 5, 0, 'Earthen Wagon - Earthen Crate', 8, 0), -- Earthen Wagon - Earthen Crate
(214838, 227389, 4, 0, 'Earthen Wagon - Earthen Crate', 8, 0), -- Earthen Wagon - Earthen Crate
(214838, 227389, 3, 0, 'Earthen Wagon - Earthen Crate', 8, 0), -- Earthen Wagon - Earthen Crate
(214838, 230031, 2, 0, 'Earthen Wagon - Oathsworn Worker', 8, 0), -- Earthen Wagon - Oathsworn Worker
(214838, 214824, 0, 0, 'Earthen Wagon - Cart Hauler', 8, 0), -- Earthen Wagon - Cart Hauler
(214838, 214824, 1, 0, 'Earthen Wagon - Cart Hauler', 8, 0); -- Earthen Wagon - Cart Hauler
-- SpellClick
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (214838, 230533);
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES
(214838, 46598, 1, 0),
(230533, 427686, 1, 0);
-- Phase
DELETE FROM `phase_name` WHERE `ID` IN (23314, 22903);
INSERT INTO `phase_name` (`ID`, `Name`) VALUES
(23314, 'Cosmetic - See Urtago at Crossroads Plaza'),
(22903, 'Cosmetic - See Dropped Package at Crossroads Plaza');
DELETE FROM `phase_area` WHERE `PhaseId` IN (23314, 22903);
INSERT INTO `phase_area` (`AreaId`, `PhaseId`, `Comment`) VALUES
(14717, 23314, 'Cosmetic - See Urtago at Crossroads Plaza'),
(14717, 22903, 'Cosmetic - See Dropped Package at Crossroads Plaza');
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId`=26 AND `SourceGroup` = 23314 AND `SourceEntry` = 0) OR (`SourceTypeOrReferenceId`=26 AND `SourceGroup` = 22903 AND `SourceEntry` = 0);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `Comment`) VALUE
(26, 23314, 0, 0, 0, 47, 0, 81661, 2|8|64, 0, 1, 'Apply Phase 22642 if Quest 81661 is taken | complete | rewarded'),
(26, 22903, 0, 0, 0, 47, 0, 78754, 2|8|64, 0, 1, 'Apply Phase 22642 if Quest 78754 is taken | complete | rewarded');
-- Quest stuff
DELETE FROM `quest_details` WHERE `ID`=85648;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(85648, 5, 1, 1, 0, 0, 0, 0, 0, 57388); -- Delver's Call: Earthcrawl Mines
DELETE FROM `creature_queststarter` WHERE (`id`=221355 AND `quest`=81661) OR (`id`=226750 AND `quest`=83336) OR (`id`=219437 AND `quest`=80456);
INSERT INTO `creature_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(221355, 81661, 57388), -- To Mourning Rise offered by Urtago
(226750, 83336, 57388), -- The Earthwound offered by Freysworn Etterca
(219437, 80456, 57388); -- A Sassy Arathi offered by Dornogal Citizen
DELETE FROM `gameobject_queststarter` WHERE (`id`=423987 AND `quest`=78754) OR (`id`=455716 AND `quest` IN (83758,83759,85648)) OR (`id`=454463 AND `quest`=83335);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(423987, 78754, 57388), -- Lost Delivery offered by Dropped Package
(455716, 83758, 57388), -- Delver's Call: Fungal Folly offered by DELVER'S CALL: Fungal Folly
(455716, 83759, 57388), -- Delver's Call: Kriegval's Rest offered by DELVER'S CALL: Fungal Folly
(455716, 85648, 57388), -- Delver's Call: Earthcrawl Mines offered by DELVER'S CALL: Fungal Folly
(454463, 83335, 57388); -- Wanted: The Boroughbreaker offered by Wanted: The Boroughbreaker
-- POI
DELETE FROM `quest_poi` WHERE (`QuestID`=81661 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=85664 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=85664 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=84367 AND `BlobIndex`=0 AND `Idx1`=2) OR (`QuestID`=84367 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=84367 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=82672 AND `BlobIndex`=3 AND `Idx1`=4) OR (`QuestID`=82672 AND `BlobIndex`=2 AND `Idx1`=3) OR (`QuestID`=82672 AND `BlobIndex`=1 AND `Idx1`=2) OR (`QuestID`=82672 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=82672 AND `BlobIndex`=0 AND `Idx1`=0);
INSERT INTO `quest_poi` (`QuestID`, `BlobIndex`, `Idx1`, `ObjectiveIndex`, `QuestObjectiveID`, `QuestObjectID`, `MapID`, `UiMapID`, `Priority`, `Flags`, `WorldEffectID`, `PlayerConditionID`, `NavigationPlayerConditionID`, `SpawnTrackingID`, `AlwaysAllowMergingBlobs`, `VerifiedBuild`) VALUES
(81661, 0, 0, -1, 0, 0, 2552, 2248, 0, 0, 0, 0, 0, 2397364, 0, 57388), -- To Mourning Rise
(85664, 0, 1, 0, 455323, 169115, 2601, 2215, 0, 2, 0, 0, 0, 0, 0, 57388), -- Delver's Call: Nightfall Sanctum
(85664, 0, 0, -1, 0, 0, 2601, 2215, 0, 0, 0, 0, 0, 2408551, 0, 57388), -- Delver's Call: Nightfall Sanctum
(84367, 0, 2, 32, 0, 0, 2552, 2339, 0, 0, 0, 0, 0, 2347280, 0, 57388), -- A Time to Come Together
(84367, 0, 1, 0, 452445, 216149, 2552, 2339, 0, 0, 0, 0, 0, 2433249, 0, 57388), -- A Time to Come Together
(84367, 0, 0, -1, 0, 0, 2552, 2339, 0, 0, 0, 0, 0, 2433249, 0, 57388), -- A Time to Come Together
(82672, 3, 4, 32, 0, 0, 2552, 2339, 0, 0, 0, 0, 0, 2511347, 0, 57388), -- Another Timely Invitation
(82672, 2, 3, 32, 0, 0, 2444, 2112, 0, 0, 0, 0, 0, 2512193, 0, 57388), -- Another Timely Invitation
(82672, 1, 2, 32, 0, 0, 1, 85, 0, 0, 0, 0, 0, 2511167, 0, 57388), -- Another Timely Invitation
(82672, 0, 1, 32, 0, 0, 0, 84, 0, 0, 0, 0, 0, 2510426, 0, 57388), -- Another Timely Invitation
(82672, 0, 0, -1, 0, 0, 1, 71, 0, 0, 0, 0, 0, 2535480, 0, 57388); -- Another Timely Invitation
UPDATE `quest_poi` SET `VerifiedBuild`=57388 WHERE (`QuestID`=80456 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=80456 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=53436 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=53436 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=50605 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=50604 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=50604 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=50600 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=48642 AND `BlobIndex`=2 AND `Idx1`=2) OR (`QuestID`=48642 AND `BlobIndex`=1 AND `Idx1`=1) OR (`QuestID`=48642 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=48639 AND `BlobIndex`=2 AND `Idx1`=2) OR (`QuestID`=48639 AND `BlobIndex`=1 AND `Idx1`=1) OR (`QuestID`=48639 AND `BlobIndex`=0 AND `Idx1`=0) OR (`QuestID`=42234 AND `BlobIndex`=0 AND `Idx1`=0);
DELETE FROM `quest_poi_points` WHERE (`QuestID`=81661 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=85664 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=85664 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=84367 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=84367 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=84367 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=82672 AND `Idx1`=4 AND `Idx2`=0) OR (`QuestID`=82672 AND `Idx1`=3 AND `Idx2`=0) OR (`QuestID`=82672 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=82672 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=82672 AND `Idx1`=0 AND `Idx2`=0);
INSERT INTO `quest_poi_points` (`QuestID`, `Idx1`, `Idx2`, `X`, `Y`, `Z`, `VerifiedBuild`) VALUES
(81661, 0, 0, 2695, -3249, 178, 57388), -- To Mourning Rise
(85664, 1, 0, 2324, 1551, -160, 57388), -- Delver's Call: Nightfall Sanctum
(85664, 0, 0, 1819, 805, 125, 57388), -- Delver's Call: Nightfall Sanctum
(84367, 2, 0, 2678, -2529, 221, 57388), -- A Time to Come Together
(84367, 1, 0, 2175, -2292, 198, 57388), -- A Time to Come Together
(84367, 0, 0, 2175, -2292, 198, 57388), -- A Time to Come Together
(82672, 4, 0, 2522, -2489, 200, 57388), -- Another Timely Invitation
(82672, 3, 0, 61, -975, 836, 57388), -- Another Timely Invitation
(82672, 2, 0, 1581, -4336, 22, 57388), -- Another Timely Invitation
(82672, 1, 0, -8818, 859, 99, 57388), -- Another Timely Invitation
(82672, 0, 0, -8207, -4597, 11, 57388); -- Another Timely Invitation
UPDATE `quest_poi_points` SET `VerifiedBuild`=57388 WHERE (`QuestID`=80456 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=80456 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=53436 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=53436 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=50605 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=50604 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=50604 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=50600 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=48642 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=48642 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=48642 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=48639 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=48639 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=48639 AND `Idx1`=0 AND `Idx2`=0) OR (`QuestID`=42234 AND `Idx1`=0 AND `Idx2`=0);
-- Difficulty
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=230536 AND `DifficultyID`=0); -- 230536 (Gem Trader) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=230535 AND `DifficultyID`=0); -- 230535 (Cloth Trader) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=230534 AND `DifficultyID`=0); -- 230534 (Mosswool Rancher) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=230539 AND `DifficultyID`=0); -- 230539 (Lost Trader) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=230529 AND `DifficultyID`=0); -- 230529 (Mead Trader) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=230538 AND `DifficultyID`=0); -- 230538 (Playful Mosswool) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=230533 AND `DifficultyID`=0); -- 230533 (Traveling Mosswool) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=230537 AND `DifficultyID`=0); -- 230537 (Annoyed Rancher) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x20000000, `VerifiedBuild`=57388 WHERE (`Entry`=220570 AND `DifficultyID`=0); -- 220570 ([DNT] Spell Target Bunny) - Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=230531 AND `DifficultyID`=0); -- 230531 (Unbound Trader) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=221355 AND `DifficultyID`=0); -- 221355 (Urtago) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=226750 AND `DifficultyID`=0); -- 226750 (Freysworn Etterca) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2838, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=219437 AND `DifficultyID`=0); -- 219437 (Dornogal Citizen) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=224566 AND `DifficultyID`=0); -- 224566 (Bondaz) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=230532 AND `DifficultyID`=0); -- 230532 (Oathsworn Trader) - CanSwim
-- Path for Playful Mosswool
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+29;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+29, @CGUID+29, 0, 0, 515, 0, 0),
(@CGUID+29, @CGUID+27, 6, 0, 515, 0, 0);
SET @MOVERGUID := @CGUID+29;
SET @ENTRY := 230538;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 1, 0x0, NULL, 'Playful Mosswool - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1943.9749, -3030.4814, 154.75053, NULL, 0),
(@PATH, 1, 1954.2522, -3029.9065, 154.75053, NULL, 0),
(@PATH, 2, 1964.5295, -3029.3315, 154.75053, NULL, 0),
(@PATH, 3, 1977.1459, -3020.7917, 154.90335, NULL, 0),
(@PATH, 4, 1977.1459, -3020.7917, 154.90335, NULL, 0),
(@PATH, 5, 1982.3629, -3010.8628, 155.87643, NULL, 0),
(@PATH, 6, 1969.3142, -3004.3628, 157.27672, NULL, 0),
(@PATH, 7, 1945.0435, -3004.2102, 155.67548, NULL, 0),
(@PATH, 8, 1927.092, -3017.0244, 154.20584, NULL, 0),
(@PATH, 9, 1930.7413, -3029.9446, 154.67796, NULL, 0);
UPDATE `creature` SET `position_x`=1943.9749, `position_y`=-3030.4814, `position_z`=154.75053, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Oathsworn Trader
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+46;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+46, @CGUID+46, 0, 0, 515, 0, 0),
(@CGUID+46, @CGUID+24, 2, 90, 515, 0, 0);
SET @MOVERGUID := @CGUID+46;
SET @ENTRY := 230532;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x0, NULL, 'Oathsworn Trader - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1966.4889, -3041.535, 154.75075, NULL, 0),
(@PATH, 1, 1965.2028, -3040.2214, 154.75064, NULL, 0),
(@PATH, 2, 1963.9166, -3038.908, 154.75053, NULL, 0),
(@PATH, 3, 1942.1285, -3039.769, 154.75043, NULL, 0),
(@PATH, 4, 1942.1285, -3039.769, 154.75043, NULL, 0),
(@PATH, 5, 1927.3629, -3054.25, 154.75053, NULL, 0),
(@PATH, 6, 1931.9219, -3073.5676, 154.75053, NULL, 0),
(@PATH, 7, 1950.0764, -3089.5244, 154.7467, NULL, 0),
(@PATH, 8, 1968.6823, -3088.3682, 154.75053, NULL, 0),
(@PATH, 9, 1980.7466, -3075.2673, 154.75053, NULL, 0);
UPDATE `creature` SET `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Oathsworn Trader
SET @MOVERGUID := @CGUID+11;
SET @ENTRY := 230531;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x0, NULL, 'Unbound Trader - Cosmetic Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1939.2952, -3099.606, 154.74239, NULL, 8990),
(@PATH, 1, 1924.4618, -3077.2222, 154.75052, NULL, 0),
(@PATH, 2, 1915.658, -3071.9358, 154.75053, NULL, 8039),
(@PATH, 3, 1936.9271, -3094.967, 154.74463, NULL, 0);
UPDATE `creature` SET `position_x`=1939.2952, `position_y`=-3099.606, `position_z`=154.74239, `orientation`=0, `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
@@ -0,0 +1,126 @@
SET @OGUID := 4800000;
-- Gameobject templates
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=215908; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=215881; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=215907; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=215891; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215886; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215874; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215884; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215880; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215889; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (32028, 32050, 32049, 32033, 32031, 32021, 32029, 32027, 32032);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(32028, 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
(32050, 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
(32049, 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
(32033, 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
(32031, 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
(32021, 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
(32029, 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
(32027, 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
(32032, 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 (215908, 215881, 215907, 215891, 215886, 215874, 215884, 215880, 215889);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(215908, 32050, 51886),
(215881, 32028, 51886),
(215907, 32049, 51886),
(215891, 32033, 51886),
(215886, 32031, 51886),
(215874, 32021, 51886),
(215884, 32029, 51886),
(215880, 32027, 51886),
(215889, 32032, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (215908, 215881, 215907, 215891, 215886, 215874, 215884, 215880, 215889);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(215908, 32050, 51886),
(215881, 32028, 51886),
(215907, 32049, 51886),
(215891, 32033, 51886),
(215886, 32031, 51886),
(215874, 32021, 51886),
(215884, 32029, 51886),
(215880, 32027, 51886),
(215889, 32032, 51886);
-- 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
-- Honeydew Village
(@OGUID+0, 180405, 870, 5785, 6521, '0', 0, 0, 3027.47998046875, -545.375, 248.4290924072265625, 0.853257358074188232, 0, 0, 0.413804054260253906, 0.910365998744964599, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Honeydew Village - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 870, 5785, 6521, '0', 0, 0, 3044.9306640625, -548.138916015625, 251.181854248046875, 5.71202850341796875, 0, 0, -0.28171253204345703, 0.959498822689056396, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Honeydew Village - Difficulty: 0) CreateObject1
(@OGUID+2, 215908, 870, 5785, 6521, '0', 0, 0, 3034.632080078125, -534.69268798828125, 249.027130126953125, 6.114505767822265625, 0, 0, -0.08423995971679687, 0.996445536613464355, 120, 255, 1, 51886), -- Candy Bucket (Area: Honeydew Village - Difficulty: 0) CreateObject1
-- Grookin Hill
(@OGUID+3, 180405, 870, 5785, 5950, '0', 0, 0, 1451.736083984375, -499.739593505859375, 350.0029296875, 2.117774486541748046, 0, 0, 0.8718109130859375, 0.489842534065246582, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Grookin Hill - Difficulty: 0) CreateObject1
(@OGUID+4, 180406, 870, 5785, 5950, '0', 0, 0, 1453.0086669921875, -504.420135498046875, 350.51580810546875, 1.805949091911315917, 0, 0, 0.785172462463378906, 0.619277179241180419, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Grookin Hill - Difficulty: 0) CreateObject1
(@OGUID+5, 215881, 870, 5785, 5950, '0', 0, 0, 1446.7274169921875, -504.3194580078125, 350.65362548828125, 4.038747787475585937, 0, 0, -0.90106487274169921, 0.433684319257736206, 120, 255, 1, 51886), -- Candy Bucket (Area: Grookin Hill - Difficulty: 0) CreateObject1
-- Paw'don Village
(@OGUID+6, 180405, 870, 5785, 6516, '0', 0, 0, -285.21875, -1685.3836669921875, 53.10683822631835937, 4.719578742980957031, 0, 0, -0.7045602798461914, 0.709644138813018798, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Paw'don Village - Difficulty: 0) CreateObject1
(@OGUID+7, 180406, 870, 5785, 6516, '0', 0, 0, -304.4913330078125, -1686.579833984375, 55.13893508911132812, 5.630909919738769531, 0, 0, -0.32038688659667968, 0.947286784648895263, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Paw'don Village - Difficulty: 0) CreateObject1
(@OGUID+8, 180407, 870, 5785, 6516, '0', 0, 0, -300.12847900390625, -1698.9461669921875, 55.05644607543945312, 5.217189788818359375, 0, 0, -0.50811767578125, 0.861287653446197509, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Paw'don Village - Difficulty: 0) CreateObject1
(@OGUID+9, 215907, 870, 5785, 6516, '0', 0, 0, -274.48089599609375, -1676.71875, 54.34387588500976562, 4.343193531036376953, 0, 0, -0.82488346099853515, 0.565302789211273193, 120, 255, 1, 51886), -- Candy Bucket (Area: Paw'don Village - Difficulty: 0) CreateObject1
-- Pearlfin Village
(@OGUID+10, 180406, 870, 5785, 5935, '0', 0, 0, -224.060760498046875, -2702.5625, 6.246363162994384765, 3.876449346542358398, 0, 0, -0.93325424194335937, 0.359216570854187011, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Pearlfin Village - Difficulty: 0) CreateObject1
(@OGUID+11, 180407, 870, 5785, 5935, '0', 0, 0, -220.522567749023437, -2699.5087890625, 6.246256351470947265, 4.65674591064453125, 0, 0, -0.72650337219238281, 0.68716287612915039, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Pearlfin Village - Difficulty: 0) CreateObject1
(@OGUID+12, 215891, 870, 5785, 5935, '0', 0, 0, -222.213546752929687, -2707.342041015625, 5.287766456604003906, 1.462426543235778808, 0, 0, 0.667773246765136718, 0.744364738464355468, 120, 255, 1, 51886), -- Candy Bucket (Area: Pearlfin Village - Difficulty: 0) CreateObject1
-- Sri-La Village
(@OGUID+13, 180405, 870, 5785, 6077, '0', 0, 0, 2529.02001953125, -2438.507080078125, 30.48642921447753906, 2.415773391723632812, 0, 0, 0.93486785888671875, 0.354995906352996826, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Sri-La Village - Difficulty: 0) CreateObject1
(@OGUID+14, 180406, 870, 5785, 6077, '0', 0, 0, 2509.279541015625, -2449.35595703125, 30.50494003295898437, 0.05703173205256462, 0, 0, 0.028512001037597656, 0.99959343671798706, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Sri-La Village - Difficulty: 0) CreateObject1
(@OGUID+15, 180407, 870, 5785, 6077, '0', 0, 0, 2535.1181640625, -2429.064208984375, 25.25320816040039062, 2.41216588020324707, 0, 0, 0.934226036071777343, 0.356681525707244873, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Sri-La Village - Difficulty: 0) CreateObject1
(@OGUID+16, 215886, 870, 5785, 6077, '0', 0, 0, 2516.091064453125, -2438.598876953125, 30.62947273254394531, 0.407998234033584594, 0, 0, 0.202587127685546875, 0.979264259338378906, 120, 255, 1, 51886), -- Candy Bucket (Area: Sri-La Village - Difficulty: 0) CreateObject1
-- Tian Monastery
(@OGUID+17, 180406, 870, 5785, 5855, '0', 0, 0, 2564.1103515625, -1450.5555419921875, 406.114715576171875, 5.028661251068115234, 0, 0, -0.5869302749633789, 0.809637427330017089, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tian Monastery - Difficulty: 0) CreateObject1
(@OGUID+18, 180407, 870, 5785, 5855, '0', 0, 0, 2563.837646484375, -1457.34033203125, 406.114715576171875, 5.545736312866210937, 0, 0, -0.36042594909667968, 0.932787835597991943, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tian Monastery - Difficulty: 0) CreateObject1
(@OGUID+19, 215874, 870, 5785, 5855, '0', 0, 0, 2575.194580078125, -1458.7899169921875, 407.125457763671875, 1.15843665599822998, 0, 0, 0.547369956970214843, 0.836890757083892822, 120, 255, 1, 51886), -- Candy Bucket (Area: Tian Monastery - Difficulty: 0) CreateObject1
-- Greenstone Village
(@OGUID+20, 180405, 870, 5785, 6204, '0', 0, 0, 2030.5035400390625, -1908.6353759765625, 207.2750701904296875, 5.603698253631591796, 0, 0, -0.33324527740478515, 0.942840158939361572, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Greenstone Village - Difficulty: 0) CreateObject1
(@OGUID+21, 180406, 870, 5785, 6204, '0', 0, 0, 2031.18408203125, -1915.4600830078125, 207.2750701904296875, 4.800759315490722656, 0, 0, -0.67518329620361328, 0.737649977207183837, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Greenstone Village - Difficulty: 0) CreateObject1
(@OGUID+22, 215884, 870, 5785, 6204, '0', 0, 0, 2040.9913330078125, -1906.060791015625, 208.3611602783203125, 4.457337379455566406, 0, 0, -0.79129505157470703, 0.611434459686279296, 120, 255, 1, 51886), -- Candy Bucket (Area: Greenstone Village - Difficulty: 0) CreateObject1
-- Dawn's Blossom
(@OGUID+23, 180405, 870, 5785, 5930, '0', 0, 0, 1611.484375, -1771.1441650390625, 262.46990966796875, 5.492883205413818359, 0, 0, -0.38494777679443359, 0.922938346862792968, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dawn's Blossom - Difficulty: 0) CreateObject1
(@OGUID+24, 180407, 870, 5785, 5930, '0', 0, 0, 1603.4254150390625, -1768.092041015625, 262.470367431640625, 0.754918634891510009, 0, 0, 0.368559837341308593, 0.929603993892669677, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dawn's Blossom - Difficulty: 0) CreateObject1
(@OGUID+25, 215880, 870, 5785, 5930, '0', 0, 0, 1622.6180419921875, -1744.1458740234375, 263.273345947265625, 0.090973749756813049, 0, 0, 0.04547119140625, 0.998965680599212646, 120, 255, 1, 51886), -- Candy Bucket (Area: Dawn's Blossom - Difficulty: 0) CreateObject1
-- Jade Temple Grounds
(@OGUID+26, 180405, 870, 5785, 5974, '0', 0, 0, 706.717041015625, -2371.65625, 83.56427001953125, 0.815378725528717041, 0, 0, 0.396489143371582031, 0.918039381504058837, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Jade Temple Grounds - Difficulty: 0) CreateObject1
(@OGUID+27, 180406, 870, 5785, 5974, '0', 0, 0, 713.654541015625, -2371.288330078125, 83.56427001953125, 0.086674161255359649, 0, 0, 0.043323516845703125, 0.999061107635498046, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Jade Temple Grounds - Difficulty: 0) CreateObject1
(@OGUID+28, 215889, 870, 5785, 5974, '0', 0, 0, 704.72052001953125, -2361.029541015625, 84.81015777587890625, 6.081630706787109375, 0, 0, -0.10060691833496093, 0.994926273822784423, 120, 255, 1, 51886); -- Candy Bucket (Area: Jade Temple Grounds - Difficulty: 0) CreateObject1
UPDATE `gameobject` SET `phaseUseFlags`=1 WHERE `id` IN (215908);
-- 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,85 @@
SET @OGUID := 4800029;
-- Gameobject templates
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215914; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215895; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215899; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215897; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=215898; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=215900; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (32051, 32037, 32041, 32039, 32040, 32042);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(32051, 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
(32037, 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
(32041, 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
(32039, 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
(32040, 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
(32042, 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 (215914, 215895, 215899, 215897, 215898, 215900);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(215914, 32051, 51886),
(215895, 32037, 51886),
(215899, 32041, 51886),
(215897, 32039, 51886),
(215898, 32040, 51886),
(215900, 32042, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (215914, 215895, 215899, 215897, 215898, 215900);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(215914, 32051, 51886),
(215895, 32037, 51886),
(215899, 32041, 51886),
(215897, 32039, 51886),
(215898, 32040, 51886),
(215900, 32042, 51886);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+15;
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
-- Zouchin Village
(@OGUID+0, 180405, 870, 5841, 6169, '0', 0, 0, 4383.5224609375, 932.71875, 106.7772979736328125, 5.07132577896118164, 0, 0, -0.56952667236328125, 0.821972846984863281, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Zouchin Village - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 870, 5841, 6169, '0', 0, 0, 4387.26904296875, 926.31597900390625, 106.1873626708984375, 0, 0, 0, 0, 1, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Zouchin Village - Difficulty: 0) CreateObject1
(@OGUID+2, 215914, 870, 5841, 6169, '0', 0, 0, 4412.62744140625, 928.04339599609375, 115.977783203125, 3.247434854507446289, 0, 0, -0.99860000610351562, 0.052896320819854736, 120, 255, 1, 51886), -- Candy Bucket (Area: Zouchin Village - Difficulty: 0) CreateObject1
-- One Keg
(@OGUID+3, 180405, 870, 5841, 6085, '0', 0, 0, 3103.8759765625, 1241.9617919921875, 654.09307861328125, 0.088312231004238128, 0, 0, 0.044141769409179687, 0.999025285243988037, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: One Keg - Difficulty: 0) CreateObject1
(@OGUID+4, 215895, 870, 5841, 6085, '0', 0, 0, 3117.15625, 1244.1041259765625, 654.82440185546875, 6.008471012115478515, 0, 0, -0.13692569732666015, 0.990581333637237548, 120, 255, 1, 51886), -- Candy Bucket (Area: One Keg - Difficulty: 0) CreateObject1
-- The Grummle Bazaar
(@OGUID+5, 180405, 870, 5841, 6079, '0', 0, 0, 3074.825439453125, 791.6788330078125, 527.47979736328125, 4.247609138488769531, 0, 0, -0.85094833374023437, 0.525249421596527099, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Grummle Bazaar - Difficulty: 0) CreateObject1
(@OGUID+6, 180406, 870, 5841, 6079, '0', 0, 0, 3060.762939453125, 807.52081298828125, 529.3128662109375, 1.325608491897583007, 0, 0, 0.615329742431640625, 0.78826981782913208, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Grummle Bazaar - Difficulty: 0) CreateObject1
(@OGUID+7, 215899, 870, 5841, 6079, '0', 0, 0, 3061.89404296875, 820.98614501953125, 529.95404052734375, 1.538253307342529296, 0, 0, 0.695508003234863281, 0.718518316745758056, 120, 255, 1, 51886), -- Candy Bucket (Area: The Grummle Bazaar - Difficulty: 0) CreateObject1
-- Binan Village
(@OGUID+8, 180405, 870, 5841, 6059, '0', 0, 0, 1768.361083984375, 283.973968505859375, 481.908355712890625, 0.741004049777984619, 0, 0, 0.36208343505859375, 0.93214571475982666, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Binan Village - Difficulty: 0) CreateObject1
(@OGUID+9, 180406, 870, 5841, 6059, '0', 0, 0, 1776.6632080078125, 304.5382080078125, 481.88916015625, 3.284161090850830078, 0, 0, -0.99746036529541015, 0.071223817765712738, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Binan Village - Difficulty: 0) CreateObject1
(@OGUID+10, 215897, 870, 5841, 6059, '0', 0, 0, 1767.998291015625, 287.796875, 482.04925537109375, 2.388510704040527343, 0, 0, 0.929942131042480468, 0.367705941200256347, 120, 255, 1, 51886), -- Candy Bucket (Area: Binan Village - Difficulty: 0) CreateObject1
-- Eastwind Rest
(@OGUID+11, 180405, 870, 5841, 6094, '0', 812, 0, 2279.14404296875, 912.0711669921875, 488.42724609375, 3.521411657333374023, 0, 0, -0.98202133178710937, 0.18876996636390686, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Eastwind Rest - Difficulty: 0) CreateObject1
(@OGUID+12, 180406, 870, 5841, 6094, '0', 812, 0, 2264.5556640625, 913.013916015625, 488.064788818359375, 3.341678857803344726, 0, 0, -0.99499988555908203, 0.099876195192337036, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Eastwind Rest - Difficulty: 0) CreateObject1
(@OGUID+13, 215898, 870, 5841, 6094, '0', 812, 0, 2259.717041015625, 911.09722900390625, 481.148590087890625, 4.035845756530761718, 0, 0, -0.90169334411621093, 0.43237614631652832, 120, 255, 1, 51886), -- Candy Bucket (Area: Eastwind Rest - Difficulty: 0) CreateObject1
-- Westwind Rest
(@OGUID+14, 180405, 870, 5841, 6095, '0', 812, 0, 2159.859375, 1458.6805419921875, 494.779296875, 5.523334026336669921, 0, 0, -0.37085151672363281, 0.928692162036895751, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Westwind Rest - Difficulty: 0) CreateObject1
(@OGUID+15, 215900, 870, 5841, 6095, '0', 812, 0, 2162.932373046875, 1455.6336669921875, 487.885589599609375, 6.124776840209960937, 0, 0, -0.07912158966064453, 0.996864974498748779, 120, 255, 1, 51886); -- Candy Bucket (Area: Westwind Rest - Difficulty: 0) CreateObject1
UPDATE `gameobject` SET `phaseUseFlags`=1 WHERE `id` IN (215914);
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+15;
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);
@@ -0,0 +1,32 @@
SET @OGUID := 4800045;
-- Gameobject templates
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215902; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (32043);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(32043, 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 (215902);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(215902, 32043, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (215902);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(215902, 32043, 51886);
-- 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
-- Longying Outpost
(@OGUID+0, 180405, 870, 5842, 6166, '0', 0, 0, 2348.529541015625, 2995.658935546875, 426.899383544921875, 1.753023743629455566, 0, 0, 0.768511772155761718, 0.639835655689239501, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Longying Outpost - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 870, 5842, 6166, '0', 0, 0, 2346.536376953125, 3003.171142578125, 426.88916015625, 2.788564443588256835, 0, 0, 0.984461784362792968, 0.175598904490470886, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Longying Outpost - Difficulty: 0) CreateObject1
(@OGUID+2, 215902, 870, 5842, 6166, '0', 0, 0, 2346.098876953125, 2993.337646484375, 421.391143798828125, 3.484081506729125976, 0, 0, -0.98537349700927734, 0.170408576726913452, 120, 255, 1, 51886); -- Candy Bucket (Area: Longying Outpost - Difficulty: 0) CreateObject1
-- 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);
@@ -0,0 +1,56 @@
SET @OGUID := 4800048;
-- Gameobject templates
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=215875; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1732 WHERE `entry`=215915; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215903; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (32022, 32052, 32044);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(32022, 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
(32052, 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
(32044, 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 (215875, 215915, 215903);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(215875, 32022, 51886),
(215915, 32052, 51886),
(215903, 32044, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (215875, 215915, 215903);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(215875, 32022, 51886),
(215915, 32052, 51886),
(215903, 32044, 51886);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+9;
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
-- Shrine of Two Moons
(@OGUID+0, 180405, 870, 6554, 6554, '0', 0, 0, 1675.2760009765625, 903.560791015625, 490.689300537109375, 2.511412620544433593, 0, 0, 0.950768470764160156, 0.309902071952819824, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Shrine of Two Moons - Difficulty: 0) CreateObject1
(@OGUID+1, 215875, 870, 6554, 6554, '0', 0, 0, 1673.5416259765625, 911.04864501953125, 490.689239501953125, 5.287477970123291015, 0, 0, -0.47754096984863281, 0.87860947847366333, 120, 255, 1, 51886), -- Candy Bucket (Area: Shrine of Two Moons - Difficulty: 0) CreateObject1
-- Shrine of Seven Stars
(@OGUID+2, 180405, 870, 6142, 6142, '0', 0, 0, 781.80206298828125, 292.09027099609375, 508.124725341796875, 0.998298346996307373, 0, 0, 0.478678703308105468, 0.877990126609802246, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Shrine of Seven Stars - Difficulty: 0) CreateObject1
(@OGUID+3, 180406, 870, 6142, 6142, '0', 0, 0, 785.9444580078125, 295.17535400390625, 508.121917724609375, 1.055283308029174804, 0, 0, 0.503497123718261718, 0.863996922969818115, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Shrine of Seven Stars - Difficulty: 0) CreateObject1
(@OGUID+4, 180407, 870, 6142, 6142, '0', 0, 0, 788.5225830078125, 280.111114501953125, 503.418182373046875, 3.32104349136352539, 0, 0, -0.99597740173339843, 0.089604929089546203, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Shrine of Seven Stars - Difficulty: 0) CreateObject1
(@OGUID+5, 215915, 870, 6142, 6142, '0', 0, 0, 785.45660400390625, 276.588531494140625, 503.419158935546875, 4.718334197998046875, 0, 0, -0.7050018310546875, 0.709205508232116699, 120, 255, 1, 51886), -- Candy Bucket (Area: Shrine of Seven Stars - Difficulty: 0) CreateObject1
-- Mistfall Village
(@OGUID+6, 180405, 870, 5840, 6031, '0', 0, 0, 681.545166015625, 1595.1146240234375, 387.092071533203125, 1.526481986045837402, 0, 0, 0.691267013549804687, 0.722599446773529052, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Mistfall Village - Difficulty: 0) CreateObject1
(@OGUID+7, 180406, 870, 5840, 6031, '0', 0, 0, 682.0555419921875, 1581.1336669921875, 387.092437744140625, 2.501868724822998046, 0, 0, 0.949278831481933593, 0.314435482025146484, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Mistfall Village - Difficulty: 0) CreateObject1
(@OGUID+8, 180407, 870, 5840, 6031, '0', 0, 0, 673.39239501953125, 1595.513916015625, 389.208099365234375, 0.368232548236846923, 0, 0, 0.183077812194824218, 0.983098447322845458, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Mistfall Village - Difficulty: 0) CreateObject1
(@OGUID+9, 215903, 870, 5840, 6031, '0', 0, 0, 635.34375, 1591.154541015625, 387.681304931640625, 2.292711257934570312, 0, 0, 0.911269187927246093, 0.41181117296218872, 120, 255, 1, 51886); -- Candy Bucket (Area: Mistfall Village - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+9;
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);
@@ -0,0 +1,56 @@
SET @OGUID := 4800058;
-- Gameobject templates
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215879; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215905; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215906; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (32026, 32048, 32046);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(32026, 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
(32048, 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
(32046, 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 (215879, 215905, 215906);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(215879, 32026, 51886),
(215905, 32048, 51886),
(215906, 32046, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (215879, 215905, 215906);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(215879, 32026, 51886),
(215905, 32048, 51886),
(215906, 32046, 51886);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+9;
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
-- Tavern in the Mists
(@OGUID+0, 180405, 870, 6006, 6375, '0', 0, 0, 809.22222900390625, -178.248260498046875, 415.836212158203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tavern in the Mists - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 870, 6006, 6375, '0', 0, 0, 814.4288330078125, -181.048614501953125, 416.157135009765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tavern in the Mists - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 870, 6006, 6375, '0', 0, 0, 797.34893798828125, -196.961807250976562, 408.662261962890625, 4.923078536987304687, 0, 0, -0.62883472442626953, 0.777539014816284179, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tavern in the Mists - Difficulty: 0) CreateObject1
(@OGUID+3, 215879, 870, 6006, 6375, '0', 0, 0, 825.78125, -176.067703247070312, 415.22259521484375, 0.050529133528470993, 0, 0, 0.025261878967285156, 0.999680876731872558, 120, 255, 1, 51886), -- Candy Bucket (Area: Tavern in the Mists - Difficulty: 0) CreateObject1
-- Pang's Stead
(@OGUID+4, 180405, 870, 5805, 5936, '0', 0, 0, 539.41839599609375, -604.4930419921875, 261.584503173828125, 5.786715984344482421, 0, 0, -0.24569320678710937, 0.969347655773162841, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Pang's Stead - Difficulty: 0) CreateObject1
(@OGUID+5, 180407, 870, 5805, 5936, '0', 0, 0, 546.11456298828125, -614.15277099609375, 261.590362548828125, 5.825096607208251953, 0, 0, -0.22704696655273437, 0.973883807659149169, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Pang's Stead - Difficulty: 0) CreateObject1
(@OGUID+6, 215905, 870, 5805, 5936, '0', 0, 0, 568.921875, -603.78472900390625, 263.461822509765625, 4.660985469818115234, 0, 0, -0.72504520416259765, 0.688701272010803222, 120, 255, 1, 51886), -- Candy Bucket (Area: Pang's Stead - Difficulty: 0) CreateObject1
-- Stoneplow
(@OGUID+7, 180405, 870, 5805, 5968, '0', 0, 0, -380.20660400390625, 1907.9635009765625, 143.5151824951171875, 4.960309982299804687, 0, 0, -0.61425209045410156, 0.789109885692596435, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stoneplow - Difficulty: 0) CreateObject1
(@OGUID+8, 180406, 870, 5805, 5968, '0', 0, 0, -400.180572509765625, 1900.373291015625, 132.6475677490234375, 4.333057403564453125, 0, 0, -0.82773780822753906, 0.561115026473999023, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stoneplow - Difficulty: 0) CreateObject1
(@OGUID+9, 215906, 870, 5805, 5968, '0', 0, 0, -363.578125, 1899.201416015625, 142.7747039794921875, 4.240642547607421875, 0, 0, -0.85277271270751953, 0.522282183170318603, 120, 255, 1, 51886); -- Candy Bucket (Area: Stoneplow - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+9;
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);
@@ -0,0 +1,43 @@
SET @OGUID := 4800068;
-- Gameobject templates
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215877; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215876; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (32024, 32023);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(32024, 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
(32023, 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 (215877, 215876);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(215877, 32024, 51886),
(215876, 32023, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (215877, 215876);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(215877, 32024, 51886),
(215876, 32023, 51886);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+5;
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
-- Klaxxi'vess
(@OGUID+0, 180405, 870, 6138, 6315, '0', 0, 0, 263.798614501953125, 3144.053955078125, 218.592315673828125, 3.662270069122314453, 0, 0, -0.96630287170410156, 0.257407814264297485, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Klaxxi'vess - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 870, 6138, 6315, '0', 0, 0, 258.01214599609375, 3145.791748046875, 221.2231903076171875, 3.447491168975830078, 0, 0, -0.98832607269287109, 0.152353525161743164, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Klaxxi'vess - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 870, 6138, 6315, '0', 0, 0, 268.013885498046875, 3146.882080078125, 221.335357666015625, 4.325025081634521484, 0, 0, -0.82998466491699218, 0.557786226272583007, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Klaxxi'vess - Difficulty: 0) CreateObject1
(@OGUID+3, 215877, 870, 6138, 6315, '0', 0, 0, 264.986114501953125, 3146.104248046875, 214.5009918212890625, 0.611063480377197265, 0, 0, 0.300800323486328125, 0.953687131404876708, 120, 255, 1, 51886), -- Candy Bucket (Area: Klaxxi'vess - Difficulty: 0) CreateObject1
-- Soggy's Gamble
(@OGUID+4, 180406, 870, 6138, 6368, '0', 0, 0, -1125.78125, 3181.5400390625, 5.737205982208251953, 0.426158696413040161, 0, 0, 0.211470603942871093, 0.977384388446807861, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Soggy's Gamble - Difficulty: 0) CreateObject1
(@OGUID+5, 215876, 870, 6138, 6368, '0', 0, 0, -1124.2379150390625, 3184.3994140625, 5.534190177917480468, 4.853007793426513671, 0, 0, -0.65568447113037109, 0.755035042762756347, 120, 255, 1, 51886); -- Candy Bucket (Area: Soggy's Gamble - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+5;
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);
@@ -0,0 +1,59 @@
SET @OGUID := 4800074;
-- Gameobject templates
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215894; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=215892; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=215904; -- Candy Bucket
UPDATE `gameobject_template_addon` SET `faction`=1735 WHERE `entry`=215873; -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (32036, 32034, 32047, 32020);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(32036, 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
(32034, 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
(32047, 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
(32020, 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 (215894, 215892, 215904, 215873);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(215894, 32036, 51886),
(215892, 32034, 51886),
(215904, 32047, 51886),
(215873, 32020, 51886);
DELETE FROM `gameobject_questender` WHERE `id` IN (215894, 215892, 215904, 215873);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(215894, 32036, 51886),
(215892, 32034, 51886),
(215904, 32047, 51886),
(215873, 32020, 51886);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+8;
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
-- Zhu's Watch
(@OGUID+0, 215894, 870, 6134, 6000, '0', 0, 0, -325.177093505859375, -610.98614501953125, 128.8326873779296875, 4.703175544738769531, 0, 0, -0.71035671234130859, 0.703841865062713623, 120, 255, 1, 51886), -- Candy Bucket (Area: Zhu's Watch - Difficulty: 0) CreateObject1
-- Marista
(@OGUID+1, 180406, 870, 6134, 6146, '0', 0, 0, -2519.491455078125, 523.21875, 11.46843433380126953, 1.120101094245910644, 0, 0, 0.531229019165039062, 0.847228288650512695, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Marista - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 870, 6134, 6146, '0', 0, 0, -2527.166748046875, 514.859375, 11.46067523956298828, 1.758742332458496093, 0, 0, 0.770338058471679687, 0.637635648250579833, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Marista - Difficulty: 0) CreateObject1
(@OGUID+3, 215892, 870, 6134, 6146, '0', 0, 0, -2525.701416015625, 538.47918701171875, 13.35631275177001953, 6.223133087158203125, 0, 0, -0.03002166748046875, 0.999549269676208496, 120, 255, 1, 51886), -- Candy Bucket (Area: Marista - Difficulty: 0) CreateObject1
-- Thunder Cleft
(@OGUID+4, 180405, 870, 6134, 6007, '0', 0, 0, -892.20660400390625, 99.70659637451171875, 15.03733634948730468, 2.924416542053222656, 0, 0, 0.994110107421875, 0.108374789357185363, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Thunder Cleft - Difficulty: 0) CreateObject1
(@OGUID+5, 215904, 870, 6134, 6007, '0', 0, 0, -896.15972900390625, 86.953125, 13.2198495864868164, 2.530906915664672851, 0, 0, 0.953743934631347656, 0.300620198249816894, 120, 255, 1, 51886), -- Candy Bucket (Area: Thunder Cleft - Difficulty: 0) CreateObject1
-- Dawnchaser Retreat
(@OGUID+6, 180405, 870, 6134, 6013, '0', 0, 0, -1699.765625, 1612.5416259765625, 15.28841114044189453, 6.259503364562988281, 0, 0, -0.0118408203125, 0.99992990493774414, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dawnchaser Retreat - Difficulty: 0) CreateObject1
(@OGUID+7, 180406, 870, 6134, 6013, '0', 0, 0, -1693.890625, 1610.470458984375, 15.28841114044189453, 0.316155403852462768, 0, 0, 0.157420158386230468, 0.987531721591949462, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dawnchaser Retreat - Difficulty: 0) CreateObject1
(@OGUID+8, 215873, 870, 6134, 6013, '0', 0, 0, -1695.9375, 1623.7708740234375, 15.28841114044189453, 0.058424677699804306, 0, 0, 0.029208183288574218, 0.999573349952697753, 120, 255, 1, 51886); -- Candy Bucket (Area: Dawnchaser Retreat - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+8;
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);
@@ -0,0 +1,289 @@
SET @OGUID := 4800083;
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+139;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 180405, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1379.9288330078125, -4383.6162109375, 26.0990142822265625, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 604800, 255, 1, 51886), -- G_Pumpkin_01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+1, 180405, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1389.326416015625, -4359.14404296875, 28.47490119934082031, 5.837917327880859375, 0, 0, -0.22079944610595703, 0.975319266319274902, 604800, 255, 1, 51886), -- G_Pumpkin_01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+2, 180405, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1442.279541015625, -4410.34716796875, 25.45358657836914062, 5.805665493011474609, 0, 0, -0.23649787902832031, 0.971632003784179687, 604800, 255, 1, 51886), -- G_Pumpkin_01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+3, 180405, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1423.6632080078125, -4378.8525390625, 25.45464515686035156, 2.402120113372802734, 0, 0, 0.932422637939453125, 0.361369609832763671, 604800, 255, 1, 51886), -- G_Pumpkin_01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+4, 180405, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1440.4132080078125, -4361.580078125, 25.45360374450683593, 4.820049285888671875, 0, 0, -0.66803741455078125, 0.74412769079208374, 604800, 255, 1, 51886), -- G_Pumpkin_01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+5, 180405, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1428.732666015625, -4433.45166015625, 28.45888328552246093, 2.924592494964599609, 0, 0, 0.994119644165039062, 0.108287304639816284, 604800, 255, 1, 51886), -- G_Pumpkin_01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+6, 180405, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1425.501708984375, -4422.5068359375, 25.45359230041503906, 2.323845148086547851, 0, 0, 0.917569160461425781, 0.39757615327835083, 604800, 255, 1, 51886), -- G_Pumpkin_01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+7, 180405, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1617.217041015625, -4418.80908203125, 15.80371284484863281, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 604800, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+8, 180405, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1633.6475830078125, -4270.99658203125, 43.11837387084960937, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 604800, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+9, 180405, 1136, 6738, 6804, '14,15,16,17', 0, 0, 1900.638916015625, -4383.7275390625, 44.02114105224609375, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 604800, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Drag - Difficulty: Mythic) CreateObject1
(@OGUID+10, 180406, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1428.361083984375, -4424.6025390625, 25.45359039306640625, 2.09415292739868164, 0, 0, 0.865964889526367187, 0.500104784965515136, 604800, 255, 1, 51886), -- G_Pumpkin_02 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+11, 180406, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1437.5572509765625, -4354.6494140625, 28.47406387329101562, 6.110514163970947265, 0, 0, -0.0862283706665039, 0.99627542495727539, 604800, 255, 1, 51886), -- G_Pumpkin_02 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+12, 180406, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1438.5364990234375, -4364.2119140625, 25.45360374450683593, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 604800, 255, 1, 51886), -- G_Pumpkin_02 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+13, 180406, 1136, 6738, 0, '14,15,16,17', 0, 0, 1650.4461669921875, -4385.16650390625, 29.56776618957519531, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 604800, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+14, 180406, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1669.9166259765625, -4354.21533203125, 66.84239959716796875, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 604800, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+15, 180406, 1136, 6738, 0, '14,15,16,17', 0, 0, 1691.3350830078125, -4285.22412109375, 29.56179428100585937, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 604800, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+16, 180406, 1136, 6738, 0, '14,15,16,17', 0, 0, 1738.609375, -4397.70166015625, 36.50065994262695312, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 604800, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+17, 180407, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1391.8819580078125, -4378.830078125, 28.47291374206542968, 4.645381450653076171, 0, 0, -0.73039627075195312, 0.683023631572723388, 604800, 255, 1, 51886), -- G_Pumpkin_03 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+18, 180407, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1426.0260009765625, -4427.07275390625, 25.45359230041503906, 1.678660511970520019, 0, 0, 0.744195938110351562, 0.667961359024047851, 604800, 255, 1, 51886), -- G_Pumpkin_03 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+19, 180407, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1440.5972900390625, -4366.46728515625, 25.45360755920410156, 5.692983627319335937, 0, 0, -0.29083633422851562, 0.956772804260253906, 604800, 255, 1, 51886), -- G_Pumpkin_03 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+20, 180407, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1439.8941650390625, -4435.02099609375, 29.214813232421875, 3.690354824066162109, 0, 0, -0.96259307861328125, 0.27095121145248413, 604800, 255, 1, 51886), -- G_Pumpkin_03 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+21, 180407, 1136, 6738, 0, '14,15,16,17', 0, 0, 1543.55908203125, -4363.61279296875, 20.54503059387207031, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 604800, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+22, 180407, 1136, 6738, 0, '14,15,16,17', 0, 0, 1574.2742919921875, -4431.283203125, 16.05218887329101562, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 604800, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+23, 180407, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1660.1180419921875, -4336.4599609375, 66.91455841064453125, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 604800, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+24, 180407, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1646.09033203125, -4268.73779296875, 43.217315673828125, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 604800, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+25, 180407, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1747.3211669921875, -4411.61962890625, 36.97034835815429687, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 604800, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+26, 180407, 1136, 6738, 0, '14,15,16,17', 0, 0, 1893.861083984375, -4364.76416015625, 43.3546142578125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 604800, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+27, 180408, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1617.173583984375, -4418.87841796875, 17.42322731018066406, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 604800, 255, 1, 51886), -- G_WitchHat_01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+28, 180408, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1633.6822509765625, -4270.984375, 44.76167678833007812, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 604800, 255, 1, 51886), -- G_WitchHat_01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+29, 180410, 1136, 6738, 0, '14,15,16,17', 0, 0, 1573.421875, -4204.10791015625, 56.64289093017578125, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 604800, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+30, 180411, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1663.1041259765625, -4340.111328125, 67.769805908203125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 604800, 255, 1, 51886), -- G_Ghost_01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+31, 180414, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1375.796875, -4357.2744140625, 26.03052711486816406, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- Cauldron (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+32, 180414, 1136, 6738, 0, '14,15,16,17', 0, 0, 1528.498291015625, -4430.861328125, 21.34195518493652343, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 604800, 255, 1, 51886), -- Cauldron (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+33, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1388.9930419921875, -4378.29150390625, 28.40913963317871093, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+34, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1379.795166015625, -4385.2119140625, 26.03386116027832031, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+35, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1398.3472900390625, -4376.59228515625, 28.43567657470703125, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+36, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1386.9757080078125, -4360.40478515625, 28.40284156799316406, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+37, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1394.8853759765625, -4377.54150390625, 28.40526390075683593, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+38, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1392.8177490234375, -4359.68408203125, 28.40653800964355468, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+39, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1428.7413330078125, -4430.83154296875, 28.42680549621582031, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+40, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1424.220458984375, -4395.392578125, 28.43674087524414062, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+41, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1425.1163330078125, -4402.33837890625, 28.43309974670410156, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+42, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1426.1614990234375, -4409.62158203125, 28.42130279541015625, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+43, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1443.59375, -4407.51904296875, 28.42640113830566406, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+44, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1424.8177490234375, -4398.40966796875, 28.420074462890625, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+45, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1403.9410400390625, -4375.9462890625, 28.43322181701660156, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+46, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1425.0086669921875, -4431.30224609375, 28.69840431213378906, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+47, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1437.564208984375, -4357.4375, 28.43483543395996093, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+48, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1441.1353759765625, -4387.57470703125, 28.42292976379394531, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+49, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1405.5555419921875, -4357.90087890625, 28.43321418762207031, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+50, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1407.4600830078125, -4375.470703125, 28.4271240234375, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+51, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1396.53125, -4358.90625, 28.43825721740722656, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+52, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1422.717041015625, -4380.564453125, 28.42901992797851562, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+53, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1440.795166015625, -4384.6787109375, 28.42342758178710937, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+54, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1431.170166015625, -4432.689453125, 28.42757225036621093, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+55, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1425.6007080078125, -4405.30029296875, 28.42828559875488281, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+56, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1443.015625, -4403.361328125, 28.42104911804199218, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+57, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1418.890625, -4356.7724609375, 27.86617088317871093, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+58, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1427.1458740234375, -4418.02099609375, 28.41885566711425781, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+59, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1422.4166259765625, -4357.109375, 28.4282989501953125, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+60, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1423.34033203125, -4386.58837890625, 28.43054771423339843, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+61, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1439.107666015625, -4370.3212890625, 28.42203140258789062, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+62, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1442.486083984375, -4400.4599609375, 28.41904067993164062, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+63, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1426.2535400390625, -4412.267578125, 28.43393707275390625, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+64, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1439.82470703125, -4376.28662109375, 28.39522743225097656, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+65, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1431.295166015625, -4436.328125, 28.69287490844726562, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+66, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1434.78125, -4351.95166015625, 28.69450569152832031, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+67, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1440.111083984375, -4378.6474609375, 28.42704200744628906, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+68, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1402.03125, -4358.34912109375, 28.43107986450195312, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+69, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1435.1910400390625, -4355.62841796875, 28.42593002319335937, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+70, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1423.7413330078125, -4389.48291015625, 28.42467308044433593, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+71, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1411.204833984375, -4357.2900390625, 28.42864418029785156, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+72, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1413.1978759765625, -4375.033203125, 28.440887451171875, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+73, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1442.2100830078125, -4396.4130859375, 28.43013954162597656, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+74, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1441.9271240234375, -4393.35595703125, 28.43030548095703125, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+75, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1416.951416015625, -4357.734375, 28.43033599853515625, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+76, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1441.060791015625, -4356.955078125, 28.69366073608398437, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+77, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1443.5538330078125, -4431.18212890625, 28.42453193664550781, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+78, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1449.2691650390625, -4430.5556640625, 28.42853927612304687, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+79, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1455.8629150390625, -4412.15087890625, 28.42436408996582031, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+80, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1459.0086669921875, -4411.62353515625, 28.42484474182128906, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+81, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1450.0989990234375, -4412.70166015625, 28.42978668212890625, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+82, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1467.875, -4410.59033203125, 28.42914009094238281, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+83, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1460.8853759765625, -4429.23291015625, 28.43379402160644531, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+84, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1457.890625, -4429.484375, 28.42616462707519531, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+85, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1464.935791015625, -4411.04345703125, 28.41997718811035156, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+86, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1452.1180419921875, -4430.2099609375, 28.42877006530761718, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+87, 180415, 1136, 6738, 6802, '14,15,16,17', 0, 0, 1466.87158203125, -4428.3125, 28.41889381408691406, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: Before the Gates - Difficulty: Mythic) CreateObject1
(@OGUID+88, 180415, 1136, 6738, 0, '14,15,16,17', 0, 0, 1469.8333740234375, -4428.1962890625, 28.43605995178222656, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 604800, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+89, 180415, 1136, 6738, 0, '14,15,16,17', 0, 0, 1566.35595703125, -4434.8818359375, 16.05219459533691406, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+90, 180415, 1136, 6738, 0, '14,15,16,17', 0, 0, 1567.314208984375, -4431.830078125, 16.05218887329101562, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+91, 180415, 1136, 6738, 0, '14,15,16,17', 0, 0, 1566.02783203125, -4432.80029296875, 16.05218887329101562, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+92, 180426, 1136, 6738, 0, '14,15,16,17', 0, 0, 1499.234375, -4416.234375, 23.58832550048828125, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- Bat01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+93, 180426, 1136, 6738, 0, '14,15,16,17', 0, 0, 1531.8941650390625, -4404.44775390625, 18.61635971069335937, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- Bat01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+94, 180426, 1136, 6738, 0, '14,15,16,17', 0, 0, 1558.93408203125, -4378.9599609375, 16.82652473449707031, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- Bat01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+95, 180426, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1601.5260009765625, -4393.298828125, 18.34949874877929687, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- Bat01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+96, 180427, 1136, 6738, 0, '14,15,16,17', 0, 0, 1521.0711669921875, -4407.26220703125, 20.69618034362792968, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+97, 180427, 1136, 6738, 0, '14,15,16,17', 0, 0, 1547.984375, -4404.80224609375, 18.03235054016113281, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+98, 180427, 1136, 6738, 0, '14,15,16,17', 0, 0, 1554.138916015625, -4398.75537109375, 17.34508705139160156, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+99, 180427, 1136, 6738, 0, '14,15,16,17', 0, 0, 1579.3228759765625, -4407.54345703125, 15.39577198028564453, 0, 0, 0, 0, 1, 604800, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+100, 180471, 1136, 6738, 0, '14,15,16,17', 0, 0, 1543.0833740234375, -4363.40283203125, 25.2636260986328125, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+101, 180471, 1136, 6738, 0, '14,15,16,17', 0, 0, 1544.673583984375, -4364.1474609375, 25.90085983276367187, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+102, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1563.7447509765625, -4224.82275390625, 56.334320068359375, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+103, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1668.736083984375, -4349.60400390625, 70.58026885986328125, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+104, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1668.1024169921875, -4346.3369140625, 70.945098876953125, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+105, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1668.736083984375, -4349.60400390625, 72.24118804931640625, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+106, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1668.421875, -4347.8125, 72.4328765869140625, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+107, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1667.8489990234375, -4344.970703125, 72.67189788818359375, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+108, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1668.1024169921875, -4346.3369140625, 72.56539154052734375, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+109, 180471, 1136, 6738, 0, '14,15,16,17', 0, 0, 1693.27783203125, -4275.0068359375, 41.87329483032226562, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+110, 180471, 1136, 6738, 0, '14,15,16,17', 0, 0, 1697.10595703125, -4278.37841796875, 41.92198562622070312, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+111, 180471, 1136, 6738, 0, '14,15,16,17', 0, 0, 1695.546875, -4273.37158203125, 41.33503341674804687, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+112, 180471, 1136, 6738, 0, '14,15,16,17', 0, 0, 1698.4410400390625, -4275.9619140625, 41.29448318481445312, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+113, 180471, 1136, 6738, 0, '14,15,16,17', 0, 0, 1745.8541259765625, -4387.611328125, 49.78556060791015625, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+114, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1747.9791259765625, -4389.87353515625, 49.16279983520507812, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+115, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1750.1822509765625, -4384.54150390625, 49.82933807373046875, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+116, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1751.3836669921875, -4387.4306640625, 49.16284561157226562, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+117, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1758.9879150390625, -4405.9755859375, 49.10680007934570312, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+118, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1764.6180419921875, -4405.84375, 49.95634078979492187, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+119, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1760.0504150390625, -4408.859375, 49.94426345825195312, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+120, 180471, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1762.4739990234375, -4403.71728515625, 49.22351455688476562, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+121, 180471, 1136, 6738, 6804, '14,15,16,17', 0, 0, 1902.0347900390625, -4386.22900390625, 51.63542556762695312, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: The Drag - Difficulty: Mythic) CreateObject1
(@OGUID+122, 180471, 1136, 6738, 6804, '14,15,16,17', 0, 0, 1907.30908203125, -4385.01416015625, 51.5375518798828125, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: The Drag - Difficulty: Mythic) CreateObject1
(@OGUID+123, 180471, 1136, 6738, 6804, '14,15,16,17', 0, 0, 1906.032958984375, -4382.3037109375, 50.82398605346679687, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: The Drag - Difficulty: Mythic) CreateObject1
(@OGUID+124, 180471, 1136, 6738, 6804, '14,15,16,17', 0, 0, 1902.0399169921875, -4383.02978515625, 50.812652587890625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: The Drag - Difficulty: Mythic) CreateObject1
(@OGUID+125, 180471, 1136, 6738, 0, '14,15,16,17', 0, 0, 1902.203125, -4360.15087890625, 51.56628799438476562, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+126, 180471, 1136, 6738, 0, '14,15,16,17', 0, 0, 1898.05908203125, -4363.94775390625, 50.86245346069335937, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+127, 180471, 1136, 6738, 0, '14,15,16,17', 0, 0, 1902.0538330078125, -4363.251953125, 50.88455581665039062, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+128, 180471, 1136, 6738, 0, '14,15,16,17', 0, 0, 1896.9478759765625, -4361.17529296875, 51.551727294921875, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 604800, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+129, 180472, 1136, 6738, 0, '14,15,16,17', 0, 0, 1539.279541015625, -4369.12353515625, 26.56698036193847656, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 604800, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+130, 180472, 1136, 6738, 0, '14,15,16,17', 0, 0, 1567.4444580078125, -4434.1787109375, 22.03560829162597656, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 604800, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+131, 180472, 1136, 6738, 0, '14,15,16,17', 0, 0, 1632.9617919921875, -4384.90283203125, 24.71734619140625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 604800, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+132, 180472, 1136, 6738, 0, '14,15,16,17', 0, 0, 1560.638916015625, -4223.09228515625, 58.65598678588867187, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 604800, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+133, 180472, 1136, 6738, 0, '14,15,16,17', 0, 0, 1694.201416015625, -4277.7412109375, 43.76607131958007812, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 604800, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+134, 180472, 1136, 6738, 0, '14,15,16,17', 0, 0, 1747.0347900390625, -4384.8056640625, 51.74789810180664062, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 604800, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+135, 180472, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1763.12158203125, -4408.6474609375, 51.71094894409179687, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 604800, 255, 1, 51886), -- HangingSkullLight02 (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
(@OGUID+136, 180472, 1136, 6738, 6804, '14,15,16,17', 0, 0, 1904.9635009765625, -4387.27783203125, 53.43541336059570312, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 604800, 255, 1, 51886), -- HangingSkullLight02 (Area: The Drag - Difficulty: Mythic) CreateObject1
(@OGUID+137, 180472, 1136, 6738, 0, '14,15,16,17', 0, 0, 1899.1875, -4358.98291015625, 53.44948196411132812, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 604800, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+138, 180523, 1136, 6738, 0, '14,15,16,17', 0, 0, 1576.9930419921875, -4437.548828125, 16.53073501586914062, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 604800, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: Mythic) CreateObject1
(@OGUID+139, 207736, 1136, 6738, 6803, '14,15,16,17', 0, 0, 1611.1492919921875, -4428.23291015625, 19.80772590637207031, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 604800, 255, 1, 51886); -- G_HangingSkeleton_01 (Scale 2) (Area: Valley of Strength - Difficulty: Mythic) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+139;
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);
@@ -0,0 +1,621 @@
SET @OGUID := 10800000;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry` IN (464911);
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
(464911, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27762, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57388); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (464911);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(464911, 35, 0x4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (84564);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(84564, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id` IN (464911);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(464911, 84564, 57212);
DELETE FROM `gameobject_questender` WHERE `id` IN (464911);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(464911, 84564, 57212);
-- Gameobject spawns
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+294;
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, 2552, 14771, 14771, '0', 0, 0, 2693.2119140625, -2425.640625, 213.025543212890625, 2.39813995361328125, 0, 0, 0.93170166015625, 0.36322447657585144, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 2552, 14771, 14771, '0', 0, 0, 2514.2822265625, -2467.251708984375, 200.349884033203125, 0.903745830059051513, 0, 0, 0.436651229858398437, 0.899630844593048095, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+2, 180405, 2552, 14771, 14771, '0', 0, 0, 2661.19970703125, -2444.96875, 222.7803192138671875, 0.897587180137634277, 0, 0, 0.433878898620605468, 0.900971174240112304, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+3, 180405, 2552, 14771, 14771, '0', 0, 0, 2546.546875, -2486.350830078125, 200.730804443359375, 5.582989215850830078, 0, 0, -0.34298992156982421, 0.939339101314544677, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+4, 180405, 2552, 14771, 14771, '0', 0, 0, 2520.987060546875, -2462.192626953125, 200.3457183837890625, 0.261465340852737426, 0, 0, 0.130360603332519531, 0.991466641426086425, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+5, 180405, 2552, 14771, 14771, '0', 0, 0, 2657.98876953125, -2612.116455078125, 225.745361328125, 3.885239839553833007, 0, 0, -0.93166637420654296, 0.363314956426620483, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+6, 180405, 2552, 14771, 14771, '0', 0, 0, 2526.958251953125, -2501.064208984375, 200.2753753662109375, 2.798858165740966796, 0, 0, 0.985352516174316406, 0.170529738068580627, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+7, 180405, 2552, 14771, 14771, '0', 0, 0, 2557.568603515625, -2496.564208984375, 212.3251495361328125, 5.930772781372070312, 0, 0, -0.17529582977294921, 0.984515786170959472, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+8, 180405, 2552, 14771, 14771, '0', 0, 0, 2536.0322265625, -2473.880126953125, 208.3695068359375, 5.930772781372070312, 0, 0, -0.17529582977294921, 0.984515786170959472, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+9, 180405, 2552, 14771, 14771, '0', 0, 0, 2553.048583984375, -2491.267333984375, 212.3253021240234375, 5.930772781372070312, 0, 0, -0.17529582977294921, 0.984515786170959472, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+10, 180405, 2552, 14771, 14771, '0', 0, 0, 2580.830810546875, -2464.15283203125, 228.698699951171875, 1.380233407020568847, 0, 0, 0.636627197265625, 0.771171748638153076, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+11, 180405, 2552, 14771, 14771, '0', 0, 0, 2641.1962890625, -2629.045166015625, 225.659454345703125, 4.625679492950439453, 0, 0, -0.73708915710449218, 0.675795495510101318, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+12, 180405, 2552, 14771, 14771, '0', 0, 0, 2530.35595703125, -2504.55908203125, 200.3030548095703125, 2.699720621109008789, 0, 0, 0.9756927490234375, 0.21914297342300415, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+13, 180405, 2552, 14771, 14771, '0', 0, 0, 2843.420166015625, -2452.18408203125, 257.063018798828125, 6.1001739501953125, 0, 0, -0.09137821197509765, 0.995816290378570556, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+14, 180405, 2552, 14771, 14771, '0', 0, 0, 2867.135498046875, -2431.96875, 266.761260986328125, 1.022836685180664062, 0.013985633850097656, -0.00352191925048828, 0.489454269409179687, 0.871909677982330322, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+15, 180405, 2552, 14771, 14771, '0', 0, 0, 2510.509521484375, -2661.048583984375, 181.413360595703125, 3.586846828460693359, 0, 0, -0.97532081604003906, 0.220792502164840698, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+16, 180405, 2552, 14771, 14771, '0', 0, 0, 2642.592041015625, -2719.545166015625, 226.884796142578125, 0.692793786525726318, 0, 0, 0.339510917663574218, 0.940602123737335205, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+17, 180405, 2552, 14771, 14771, '0', 0, 0, 2635.04248046875, -2731.682373046875, 225.0517120361328125, 3.859933853149414062, 0, 0, -0.9361886978149414, 0.351497799158096313, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+18, 180405, 2552, 14771, 14771, '0', 0, 0, 2912.21875, -2341.71875, 265.536041259765625, 1.373374700546264648, 0, 0, 0.633978843688964843, 0.773350417613983154, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+19, 180405, 2552, 14771, 14771, '0', 0, 0, 2974.02783203125, -2404.4306640625, 265.660003662109375, 4.304630279541015625, 0, 0, -0.83562946319580078, 0.549293577671051025, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+20, 180405, 2552, 14771, 14771, '0', 0, 0, 2561.28125, -2767.2275390625, 205.1687774658203125, 1.845937490463256835, 0, 0, 0.797396659851074218, 0.603455543518066406, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+21, 180405, 2552, 14771, 14771, '0', 0, 0, 2474.276123046875, -2673.435791015625, 205.834228515625, 0.442022383213043212, 0, 0, 0.219216346740722656, 0.975676238536834716, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+22, 180405, 2552, 14771, 14771, '0', 0, 0, 2464.505126953125, -2660.0556640625, 184.440521240234375, 3.281947612762451171, 0, 0, -0.99753856658935546, 0.070119805634021759, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+23, 180405, 2552, 14771, 14771, '0', 0, 0, 2445.197998046875, -2667.053955078125, 203.3621368408203125, 1.111874222755432128, 0, 0, 0.527739524841308593, 0.849406242370605468, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+24, 180405, 2552, 14771, 14771, '0', 0, 0, 2450.5, -2735.682373046875, 209.0719757080078125, 3.654492378234863281, 0, 0, -0.96729660034179687, 0.25364801287651062, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+25, 180405, 2552, 14771, 14771, '0', 0, 0, 2586.53125, -2846.475830078125, 207.4512786865234375, 1.2086106538772583, 0, 0, 0.568190574645996093, 0.822896957397460937, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+26, 180405, 2552, 14771, 14771, '0', 0, 0, 2400.48095703125, -2679.59033203125, 207.5968170166015625, 1.936151027679443359, 0, 0, 0.823796272277832031, 0.566885948181152343, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+27, 180405, 2552, 14771, 14771, '0', 0, 0, 2381.432373046875, -2703.776123046875, 201.83770751953125, 1.772565960884094238, 0, 0, 0.77472686767578125, 0.63229602575302124, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+28, 180405, 2552, 14771, 14771, '0', 0, 0, 2560.434814453125, -2902.350830078125, 200.0334625244140625, 3.124565601348876953, 0, 0, 0.999963760375976562, 0.008513474836945533, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+29, 180405, 2552, 14771, 14771, '0', 0, 0, 2343.604248046875, -2702.578125, 195.96636962890625, 2.809455394744873046, 0, 0, 0.986242294311523437, 0.16530628502368927, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+30, 180405, 2552, 14771, 14771, '0', 0, 0, 2347.685791015625, -2551.213623046875, 199.254852294921875, 3.881239652633666992, 0, 0, -0.93239116668701171, 0.361450821161270141, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+31, 180405, 2552, 14771, 14771, '0', 0, 0, 2332.421875, -2561.130126953125, 201.190673828125, 4.303668022155761718, 0, 0, -0.83589363098144531, 0.548891425132751464, 120, 255, 1, 57388), -- G_Pumpkin_01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+32, 180406, 2552, 14771, 14771, '0', 0, 0, 2673.91845703125, -2645.630126953125, 228.775421142578125, 4.380628585815429687, 0, 0, -0.81415843963623046, 0.580642759799957275, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+33, 180406, 2552, 14771, 14771, '0', 0, 0, 2574.40625, -2475.9462890625, 228.974822998046875, 2.424189090728759765, -0.01709699630737304, -0.04184532165527343, 0.93541717529296875, 0.350644171237945556, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+34, 180406, 2552, 14771, 14771, '0', 0, 0, 2630.01220703125, -2485.12158203125, 224.3427276611328125, 0.312995970249176025, 0, 0, 0.155859947204589843, 0.987779140472412109, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+35, 180406, 2552, 14771, 14771, '0', 0, 0, 2690.5947265625, -2640.897705078125, 231.512451171875, 5.185945510864257812, 0, 0, -0.52151012420654296, 0.853245139122009277, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+36, 180406, 2552, 14771, 14771, '0', 0, 0, 2528.857666015625, -2503.173583984375, 200.3030548095703125, 2.827222824096679687, 0, 0, 0.987671852111816406, 0.156538501381874084, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+37, 180406, 2552, 14771, 14771, '0', 0, 0, 2520.435791015625, -2578.029541015625, 182.6073455810546875, 4.684946060180664062, 0, 0, -0.71674251556396484, 0.697337925434112548, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+38, 180406, 2552, 14771, 14771, '0', 0, 0, 2583.017333984375, -2462.932373046875, 228.698699951171875, 0.961620211601257324, -0.10115385055541992, -0.02640914916992187, 0.462084770202636718, 0.880652070045471191, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+39, 180406, 2552, 14771, 14771, '0', 0, 0, 2568.01904296875, -2635.65283203125, 182.9622650146484375, 3.399109125137329101, 0, 0, -0.99172210693359375, 0.128402650356292724, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+40, 180406, 2552, 14771, 14771, '0', 0, 0, 2864.224853515625, -2472.4931640625, 257.063018798828125, 5.063378810882568359, 0, 0, -0.57278823852539062, 0.819703400135040283, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+41, 180406, 2552, 14771, 14771, '0', 0, 0, 2883.802001953125, -2449.166748046875, 266.761260986328125, 4.424946784973144531, 0, 0, -0.80109310150146484, 0.598539769649505615, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+42, 180406, 2552, 14771, 14771, '0', 0, 0, 2932.41064453125, -2331.052001953125, 266.061553955078125, 0.25522017478942871, 0, 0, 0.127264022827148437, 0.991868853569030761, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+43, 180406, 2552, 14771, 14771, '0', 0, 0, 2984.057373046875, -2393.814208984375, 265.98651123046875, 5.1791229248046875, 0, 0, -0.52441787719726562, 0.851461052894592285, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+44, 180406, 2552, 14771, 14771, '0', 0, 0, 2621.19189453125, -2760.03466796875, 207.0148468017578125, 4.960346221923828125, 0, 0, -0.61423778533935546, 0.789121031761169433, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+45, 180406, 2552, 14771, 14771, '0', 0, 0, 2464.328125, -2750.385498046875, 200.07696533203125, 6.015747547149658203, 0, 0, -0.13332080841064453, 0.991072893142700195, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+46, 180406, 2552, 14771, 14771, '0', 0, 0, 2442.78466796875, -2764.116455078125, 200.0769500732421875, 3.180459022521972656, 0, 0, -0.99981117248535156, 0.019431814551353454, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+47, 180406, 2552, 14771, 14771, '0', 0, 0, 2409.942626953125, -2742.04345703125, 200.0746307373046875, 3.341085433959960937, 0, 0, -0.99502944946289062, 0.099580951035022735, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+48, 180406, 2552, 14771, 14771, '0', 0, 0, 2387.18408203125, -2767.885498046875, 202.4368438720703125, 3.370508909225463867, 0, 0, -0.99345684051513671, 0.114208243787288665, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+49, 180406, 2552, 14771, 14771, '0', 0, 0, 2569.947998046875, -2901.470458984375, 200.0334625244140625, 4.216994285583496093, 0, 0, -0.85888862609863281, 0.512162387371063232, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+50, 180406, 2552, 14771, 14771, '0', 0, 0, 2377.99658203125, -2534.420166015625, 203.7422027587890625, 3.869852781295776367, 0, 0, -0.9344339370727539, 0.356136500835418701, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+51, 180406, 2552, 14771, 14771, '0', 0, 0, 2359.232666015625, -2539.13720703125, 199.254852294921875, 4.396635055541992187, 0, 0, -0.80948543548583984, 0.58713996410369873, 120, 255, 1, 57388), -- G_Pumpkin_02 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+52, 180407, 2552, 14771, 14771, '0', 0, 0, 2525.677001953125, -2462.560791015625, 201.9476165771484375, 5.818098068237304687, 0, 0, -0.2304534912109375, 0.973083317279815673, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+53, 180407, 2552, 14771, 14771, '0', 0, 0, 2539.4296875, -2478.098876953125, 208.3850860595703125, 6.138795852661132812, 0, 0, -0.07213211059570312, 0.997395098209381103, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+54, 180407, 2552, 14771, 14771, '0', 0, 0, 2636.950439453125, -2491.822998046875, 224.3362884521484375, 5.004471302032470703, 0, 0, -0.5966796875, 0.802479505538940429, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+55, 180407, 2552, 14771, 14771, '0', 0, 0, 2400.822998046875, -2495.458251953125, 188.9171142578125, 1.35379791259765625, -0.11568307876586914, -0.06322669982910156, 0.623273849487304687, 0.770810961723327636, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+56, 180407, 2552, 14771, 14771, '0', 0, 0, 2597.583251953125, -2485.07470703125, 229.05572509765625, 4.00345611572265625, 0, 0, -0.90857696533203125, 0.41771748661994934, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+57, 180407, 2552, 14771, 14771, '0', 0, 0, 2579.322998046875, -2516.303955078125, 208.4343414306640625, 6.076810359954833984, 0.088307857513427734, -0.04537868499755859, -0.09916210174560546, 0.990105748176574707, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+58, 180407, 2552, 14771, 14771, '0', 0, 0, 2482.053955078125, -2507.0625, 184.4444580078125, 6.212724685668945312, 0, 0, -0.03522300720214843, 0.999379456043243408, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+59, 180407, 2552, 14771, 14771, '0', 0, 0, 2606.296875, -2476.067626953125, 229.0449981689453125, 4.761449337005615234, 0, 0, -0.68955039978027343, 0.724237740039825439, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+60, 180407, 2552, 14771, 14771, '0', 0, 0, 2579.77783203125, -2479.079833984375, 228.6979217529296875, 2.786290645599365234, 0, 0, 0.984261512756347656, 0.176718011498451232, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+61, 180407, 2552, 14771, 14771, '0', 0, 0, 2583.190185546875, -2520.295166015625, 208.4343414306640625, 5.854108810424804687, 0.100000381469726562, -0.13463306427001953, -0.19604873657226562, 0.966146349906921386, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+62, 180407, 2552, 14771, 14771, '0', 0, 0, 2644.05126953125, -2517.2275390625, 225.3788909912109375, 4.128859519958496093, 0, 0, -0.88061714172363281, 0.473828524351119995, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+63, 180407, 2552, 14771, 14771, '0', 0, 0, 2711.296142578125, -2674.875, 221.8749847412109375, 4.958462715148925781, 0, 0, -0.61498069763183593, 0.788542151451110839, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+64, 180407, 2552, 14771, 14771, '0', 0, 0, 2923.240478515625, -2331.22216796875, 266.036163330078125, 0.87765657901763916, 0, 0, 0.424879074096679687, 0.905250132083892822, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+65, 180407, 2552, 14771, 14771, '0', 0, 0, 2984.960205078125, -2383.958251953125, 266.062286376953125, 5.608409881591796875, 0, 0, -0.33102321624755859, 0.9436226487159729, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: Thraegar Rest - Difficulty: 0) CreateObject1
(@OGUID+66, 180407, 2552, 14771, 14771, '0', 0, 0, 2587.440185546875, -2795.642333984375, 204.6640167236328125, 3.419655323028564453, 0, 0, -0.99035072326660156, 0.138583734631538391, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+67, 180407, 2552, 14771, 14771, '0', 0, 0, 2444.46875, -2713.083251953125, 201.028900146484375, 1.269327878952026367, 0, 0, 0.592906951904296875, 0.805270969867706298, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+68, 180407, 2552, 14771, 14771, '0', 0, 0, 2570.1806640625, -2875.057373046875, 198.7235260009765625, 2.424799680709838867, 0, 0, 0.936460494995117187, 0.350773066282272338, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+69, 180407, 2552, 14771, 14771, '0', 0, 0, 2391.67529296875, -2693.329833984375, 201.8369903564453125, 1.269327878952026367, 0, 0, 0.592906951904296875, 0.805270969867706298, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+70, 180407, 2552, 14771, 14771, '0', 0, 0, 2382.776123046875, -2741.125, 202.17333984375, 2.409060001373291015, 0, 0, 0.933670997619628906, 0.35813191533088684, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+71, 180407, 2552, 14771, 14771, '0', 0, 0, 2384.96875, -2527.37158203125, 203.7422027587890625, 4.73099374771118164, 0, 0, -0.70049858093261718, 0.713653802871704101, 120, 255, 1, 57388), -- G_Pumpkin_03 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+72, 180408, 2552, 14771, 14771, '0', 0, 0, 2644.002685546875, -2517.29345703125, 226.8563079833984375, 3.638308286666870117, 0, 0, -0.96931743621826171, 0.245812386274337768, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+73, 180408, 2552, 14771, 14771, '0', 0, 0, 2606.12158203125, -2476.09033203125, 230.6612701416015625, 4.595891952514648437, 0, 0, -0.74707221984863281, 0.664742887020111083, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+74, 180408, 2552, 14771, 14771, '0', 0, 0, 2580.857666015625, -2464.157958984375, 230.265625, 1.227799057960510253, 0, 0, 0.576059341430664062, 0.817407906055450439, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+75, 180408, 2552, 14771, 14771, '0', 0, 0, 2630.02001953125, -2485.185791015625, 225.9682159423828125, 6.159455299377441406, 0, 0, -0.06182575225830078, 0.998086929321289062, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+76, 180408, 2552, 14771, 14771, '0', 0, 0, 2526.897705078125, -2500.9775390625, 201.620452880859375, 2.256498336791992187, 0.00078439712524414, -0.05432987213134765, 0.901826858520507812, 0.428667694330215454, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+77, 180408, 2552, 14771, 14771, '0', 0, 0, 2574.157958984375, -2475.984375, 230.6155548095703125, 2.006053447723388671, 0, 0, 0.843102455139160156, 0.537752985954284667, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+78, 180408, 2552, 14771, 14771, '0', 0, 0, 2534.25, -2472.125, 202.5297088623046875, 5.635311603546142578, 0, 0, -0.31830120086669921, 0.947989642620086669, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+79, 180408, 2552, 14771, 14771, '0', 0, 0, 2647.396728515625, -2731.600830078125, 228.29058837890625, 4.25836944580078125, -0.06119728088378906, -0.0476541519165039, -0.84522724151611328, 0.528748393058776855, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+80, 180408, 2552, 14771, 14771, '0', 0, 0, 2640.3359375, -2735.5869140625, 225.6765594482421875, 3.226374149322509765, 0, 0, -0.99910163879394531, 0.04237791895866394, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+81, 180408, 2552, 14771, 14771, '0', 0, 0, 2606.202392578125, -2795.90966796875, 206.2416534423828125, 4.786386966705322265, 0, 0, -0.6804666519165039, 0.73277902603149414, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+82, 180408, 2552, 14771, 14771, '0', 0, 0, 2421.376708984375, -2757.69970703125, 206.3956451416015625, 2.130845546722412109, 0.035322189331054687, 0.133693695068359375, 0.864361763000488281, 0.48348429799079895, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+83, 180408, 2552, 14771, 14771, '0', 0, 0, 2387.119873046875, -2767.8212890625, 204.0131988525390625, 2.852675199508666992, 0, 0, 0.989583969116210937, 0.143956869840621948, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+84, 180408, 2552, 14771, 14771, '0', 0, 0, 2365.585205078125, -2706.060791015625, 196.622039794921875, 3.078841209411621093, -0.0722198486328125, 0.083090782165527343, 0.993223190307617187, 0.037255249917507171, 120, 255, 1, 57388), -- G_WitchHat_01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+85, 180415, 2552, 14771, 14771, '0', 0, 0, 2519.936767578125, -2498.3369140625, 201.7290802001953125, 0.732278287410736083, 0, 0, 0.358013153076171875, 0.933716535568237304, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+86, 180415, 2552, 14771, 14771, '0', 0, 0, 2520.80810546875, -2499.125, 201.8632354736328125, 0.542566895484924316, 0, 0, 0.267968177795410156, 0.963427722454071044, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+87, 180415, 2552, 14771, 14771, '0', 0, 0, 2689.02001953125, -2645.395751953125, 226.6331634521484375, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+88, 180415, 2552, 14771, 14771, '0', 0, 0, 2624.88720703125, -2486.03466796875, 226.2862701416015625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+89, 180415, 2552, 14771, 14771, '0', 0, 0, 2508.848876953125, -2467.73095703125, 203.0028839111328125, 6.163288116455078125, 0, 0, -0.05991268157958984, 0.998203635215759277, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+90, 180415, 2552, 14771, 14771, '0', 0, 0, 2510.857666015625, -2472.760498046875, 200.3498687744140625, 2.969332218170166015, 0, 0, 0.996293067932128906, 0.086023807525634765, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+91, 180415, 2552, 14771, 14771, '0', 0, 0, 2517.490478515625, -2469.5, 200.349884033203125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+92, 180415, 2552, 14771, 14771, '0', 0, 0, 2510.59716796875, -2467.6337890625, 202.88287353515625, 5.185903549194335937, 0, 0, -0.52152824401855468, 0.853233993053436279, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+93, 180415, 2552, 14771, 14771, '0', 0, 0, 2643.31689453125, -2467.8056640625, 227.495819091796875, 1.531836628913879394, 0, 0, 0.69319915771484375, 0.720746099948883056, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+94, 180415, 2552, 14771, 14771, '0', 0, 0, 2657.27783203125, -2456.579833984375, 218.6605682373046875, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+95, 180415, 2552, 14771, 14771, '0', 0, 0, 2657.25439453125, -2448.276123046875, 222.144256591796875, 6.193586349487304687, 0, 0, -0.0447845458984375, 0.998996675014495849, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+96, 180415, 2552, 14771, 14771, '0', 0, 0, 2665.0478515625, -2652.748291015625, 225.592987060546875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+97, 180415, 2552, 14771, 14771, '0', 0, 0, 2516.171875, -2494.416748046875, 201.7252960205078125, 1.51995396614074707, 0, 0, 0.688904762268066406, 0.724851846694946289, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+98, 180415, 2552, 14771, 14771, '0', 0, 0, 2518.09033203125, -2496.282958984375, 201.6960601806640625, 4.609187602996826171, 0, 0, -0.74263668060302734, 0.669694483280181884, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+99, 180415, 2552, 14771, 14771, '0', 0, 0, 2509.822021484375, -2468.460205078125, 202.859405517578125, 2.096669197082519531, 0, 0, 0.866593360900878906, 0.499014943838119506, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+100, 180415, 2552, 14771, 14771, '0', 0, 0, 2579.876708984375, -2465.9150390625, 229.894073486328125, 3.400501728057861328, 0, 0, -0.99163246154785156, 0.129093155264854431, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+101, 180415, 2552, 14771, 14771, '0', 0, 0, 2668.96533203125, -2463.385498046875, 218.587677001953125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+102, 180415, 2552, 14771, 14771, '0', 0, 0, 2681.911376953125, -2458.2744140625, 222.083160400390625, 4.764620304107666015, 0, 0, -0.6884012222290039, 0.725330114364624023, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+103, 180415, 2552, 14771, 14771, '0', 0, 0, 2651.033935546875, -2459.638916015625, 222.0984954833984375, 2.685472011566162109, 0, 0, 0.974106788635253906, 0.226088449358940124, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+104, 180415, 2552, 14771, 14771, '0', 0, 0, 2655.171875, -2458.8681640625, 218.5456695556640625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+105, 180415, 2552, 14771, 14771, '0', 0, 0, 2644.28564453125, -2467.760498046875, 227.495330810546875, 0.833704650402069091, 0, 0, 0.40488433837890625, 0.914367914199829101, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+106, 180415, 2552, 14771, 14771, '0', 0, 0, 2643.819580078125, -2467.7587890625, 227.6097259521484375, 5.016414642333984375, 0, 0, -0.59187698364257812, 0.806028306484222412, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+107, 180415, 2552, 14771, 14771, '0', 0, 0, 2663.89501953125, -2651.59375, 225.5929718017578125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+108, 180415, 2552, 14771, 14771, '0', 0, 0, 2681.130126953125, -2636.638916015625, 225.592987060546875, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+109, 180415, 2552, 14771, 14771, '0', 0, 0, 2687.298583984375, -2642.1650390625, 225.8605194091796875, 0.076413623988628387, 0, 0, 0.038197517395019531, 0.999270200729370117, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+110, 180415, 2552, 14771, 14771, '0', 0, 0, 2687.510498046875, -2649.350830078125, 225.8451690673828125, 3.693114757537841796, 0, 0, -0.96221828460693359, 0.272279202938079833, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+111, 180415, 2552, 14771, 14771, '0', 0, 0, 2580.427001953125, -2473.1962890625, 230.471954345703125, 4.947877883911132812, 0, 0, -0.61914539337158203, 0.785276353359222412, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+112, 180415, 2552, 14771, 14771, '0', 0, 0, 2514.14404296875, -2492.46875, 201.7245025634765625, 5.771901130676269531, 0, 0, -0.25286674499511718, 0.96750110387802124, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+113, 180415, 2552, 14771, 14771, '0', 0, 0, 2522.6640625, -2501.029541015625, 201.8629302978515625, 5.991150379180908203, 0, 0, -0.14549922943115234, 0.989358365535736083, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+114, 180415, 2552, 14771, 14771, '0', 0, 0, 2517.022705078125, -2495.329833984375, 201.8491668701171875, 3.736524343490600585, 0, 0, -0.95608234405517578, 0.293098211288452148, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+115, 180415, 2552, 14771, 14771, '0', 0, 0, 2580.41845703125, -2470.770751953125, 230.408447265625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+116, 180415, 2552, 14771, 14771, '0', 0, 0, 2682.15283203125, -2465.2744140625, 223.0921173095703125, 5.730464935302734375, 0, 0, -0.27285575866699218, 0.962054967880249023, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+117, 180415, 2552, 14771, 14771, '0', 0, 0, 2682.241455078125, -2462.942626953125, 222.1569366455078125, 5.102147102355957031, 0, 0, -0.55679225921630859, 0.830651819705963134, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+118, 180415, 2552, 14771, 14771, '0', 0, 0, 2654.080810546875, -2451.904541015625, 222.1404571533203125, 4.884592056274414062, 0, 0, -0.64367961883544921, 0.765295088291168212, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+119, 180415, 2552, 14771, 14771, '0', 0, 0, 2646.856689453125, -2470.776123046875, 225.0074005126953125, 1.925943613052368164, 0, 0, 0.820892333984375, 0.571082949638366699, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+120, 180415, 2552, 14771, 14771, '0', 0, 0, 2680.221435546875, -2635.666748046875, 225.5929718017578125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+121, 180415, 2552, 14771, 14771, '0', 0, 0, 2516.567626953125, -2466.736083984375, 200.349853515625, 4.132050514221191406, 0, 0, -0.87985992431640625, 0.475233137607574462, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+122, 180415, 2552, 14771, 14771, '0', 0, 0, 2513.845458984375, -2473.420166015625, 200.3499298095703125, 4.351301193237304687, 0, 0, -0.82258510589599609, 0.568642020225524902, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+123, 180415, 2552, 14771, 14771, '0', 0, 0, 2578.522705078125, -2466.572998046875, 231.1500396728515625, 2.385647773742675781, 0, 0, 0.929414749145507812, 0.369036853313446044, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+124, 180415, 2552, 14771, 14771, '0', 0, 0, 2705.2822265625, -2666.395751953125, 224.8834991455078125, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+125, 180415, 2552, 14771, 14771, '0', 0, 0, 2694.311767578125, -2677.27783203125, 224.8834991455078125, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+126, 180415, 2552, 14771, 14771, '0', 0, 0, 2709.84033203125, -2671.236083984375, 224.9345245361328125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+127, 180415, 2552, 14771, 14771, '0', 0, 0, 2670.282958984375, -2659.010498046875, 225.8605194091796875, 0.197880148887634277, 0, 0, 0.098778724670410156, 0.995109438896179199, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+128, 180415, 2552, 14771, 14771, '0', 0, 0, 2674.525146484375, -2660.5244140625, 226.716827392578125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+129, 180415, 2552, 14771, 14771, '0', 0, 0, 2677.350830078125, -2659.28466796875, 225.8507843017578125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+130, 180415, 2552, 14771, 14771, '0', 0, 0, 2699.1962890625, -2682.15625, 224.9345245361328125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+131, 180415, 2552, 14771, 14771, '0', 0, 0, 2643.288330078125, -2723.765625, 224.5060577392578125, 4.132050514221191406, 0, 0, -0.87985992431640625, 0.475233137607574462, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+132, 180415, 2552, 14771, 14771, '0', 0, 0, 2644.04248046875, -2723.05908203125, 224.4970855712890625, 6.163288116455078125, 0, 0, -0.05991268157958984, 0.998203635215759277, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+133, 180415, 2552, 14771, 14771, '0', 0, 0, 2644.599853515625, -2722.44091796875, 224.484771728515625, 2.969332218170166015, 0, 0, 0.996293067932128906, 0.086023807525634765, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+134, 180415, 2552, 14771, 14771, '0', 0, 0, 2636.173583984375, -2730.850830078125, 224.3243865966796875, 4.351301193237304687, 0, 0, -0.82258510589599609, 0.568642020225524902, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+135, 180415, 2552, 14771, 14771, '0', 0, 0, 2639.585205078125, -2727.513916015625, 224.4705352783203125, 2.096669197082519531, 0, 0, 0.866593360900878906, 0.499014943838119506, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+136, 180415, 2552, 14771, 14771, '0', 0, 0, 2638.567626953125, -2728.5244140625, 224.3564300537109375, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+137, 180415, 2552, 14771, 14771, '0', 0, 0, 2637.185791015625, -2729.869873046875, 224.477386474609375, 5.185903549194335937, 0, 0, -0.52152824401855468, 0.853233993053436279, 120, 255, 1, 57388), -- CandleBlack01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+138, 180415, 2552, 14771, 14771, '0', 0, 0, 2589.553955078125, -2746.748291015625, 204.473663330078125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+139, 180415, 2552, 14771, 14771, '0', 0, 0, 2601.2109375, -2760.963623046875, 204.8189544677734375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+140, 180415, 2552, 14771, 14771, '0', 0, 0, 2583.68310546875, -2737.30908203125, 204.4745330810546875, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+141, 180415, 2552, 14771, 14771, '0', 0, 0, 2593.3984375, -2748.578125, 204.473663330078125, 4.964338302612304687, 0, 0, -0.61266136169433593, 0.790345549583435058, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+142, 180415, 2552, 14771, 14771, '0', 0, 0, 2601.318603515625, -2768.229248046875, 204.8207855224609375, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+143, 180415, 2552, 14771, 14771, '0', 0, 0, 2581.084228515625, -2752.98095703125, 204.473663330078125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+144, 180415, 2552, 14771, 14771, '0', 0, 0, 2580.853271484375, -2758.732666015625, 204.473663330078125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+145, 180415, 2552, 14771, 14771, '0', 0, 0, 2576.9375, -2761.20654296875, 205.1758270263671875, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+146, 180415, 2552, 14771, 14771, '0', 0, 0, 2583.7041015625, -2775.157958984375, 204.473663330078125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+147, 180415, 2552, 14771, 14771, '0', 0, 0, 2576.8359375, -2767.4931640625, 205.1758270263671875, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+148, 180415, 2552, 14771, 14771, '0', 0, 0, 2583.716064453125, -2771.007080078125, 204.473663330078125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+149, 180415, 2552, 14771, 14771, '0', 0, 0, 2576.532958984375, -2779.8369140625, 205.0161590576171875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+150, 180415, 2552, 14771, 14771, '0', 0, 0, 2576.6025390625, -2785.6806640625, 205.0161590576171875, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+151, 180415, 2552, 14771, 14771, '0', 0, 0, 2580.63623046875, -2787.61279296875, 204.473663330078125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+152, 180415, 2552, 14771, 14771, '0', 0, 0, 2402.451416015625, -2665.210205078125, 182.555450439453125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+153, 180415, 2552, 14771, 14771, '0', 0, 0, 2400.69091796875, -2667.407958984375, 182.516632080078125, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+154, 180415, 2552, 14771, 14771, '0', 0, 0, 2391.007080078125, -2667.515625, 182.4642333984375, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+155, 180415, 2552, 14771, 14771, '0', 0, 0, 2387.19091796875, -2665.982666015625, 182.4384307861328125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+156, 180415, 2552, 14771, 14771, '0', 0, 0, 2562.830810546875, -2897.482666015625, 201.0404052734375, 4.947877883911132812, 0, 0, -0.61914539337158203, 0.785276353359222412, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+157, 180415, 2552, 14771, 14771, '0', 0, 0, 2370.138916015625, -2705.673583984375, 197.9288787841796875, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 57388), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+158, 180415, 2552, 14771, 14771, '0', 0, 0, 2346.01904296875, -2687.9150390625, 190.5901336669921875, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+159, 180415, 2552, 14771, 14771, '0', 0, 0, 2362.1650390625, -2690.161376953125, 191.224884033203125, 4.939813137054443359, 0, 0, -0.62230682373046875, 0.782773375511169433, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+160, 180415, 2552, 14771, 14771, '0', 0, 0, 2350.642333984375, -2689.25341796875, 191.3062591552734375, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+161, 180415, 2552, 14771, 14771, '0', 0, 0, 2347.82470703125, -2689.166748046875, 191.280303955078125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+162, 180415, 2552, 14771, 14771, '0', 0, 0, 2350.538330078125, -2687.572998046875, 190.5818328857421875, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+163, 180415, 2552, 14771, 14771, '0', 0, 0, 2364.4150390625, -2710.795166015625, 197.9295196533203125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+164, 180415, 2552, 14771, 14771, '0', 0, 0, 2349.329833984375, -2689.197998046875, 191.2862091064453125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+165, 180415, 2552, 14771, 14771, '0', 0, 0, 2339.0712890625, -2702.01904296875, 197.58355712890625, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+166, 180415, 2552, 14771, 14771, '0', 0, 0, 2363.38720703125, -2690.338623046875, 191.412872314453125, 0.616031348705291748, 0, 0, 0.303168296813964843, 0.952937006950378417, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+167, 180415, 2552, 14771, 14771, '0', 0, 0, 2360.826416015625, -2690.048583984375, 191.4403533935546875, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+168, 180415, 2552, 14771, 14771, '0', 0, 0, 2344.4931640625, -2707.295166015625, 197.5853118896484375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+169, 180415, 2552, 14771, 14771, '0', 0, 0, 2365.80029296875, -2691.90283203125, 191.4106292724609375, 3.787337064743041992, 0, 0, -0.94832801818847656, 0.317291617393493652, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+170, 180415, 2552, 14771, 14771, '0', 0, 0, 2345.651123046875, -2690.578125, 190.9973297119140625, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+171, 180415, 2552, 14771, 14771, '0', 0, 0, 2354.326416015625, -2622.076416015625, 182.4821319580078125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+172, 180415, 2552, 14771, 14771, '0', 0, 0, 2354.369873046875, -2617.10595703125, 182.4821319580078125, 4.947877883911132812, 0, 0, -0.61914539337158203, 0.785276353359222412, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+173, 180415, 2552, 14771, 14771, '0', 0, 0, 2355.079833984375, -2585.22216796875, 182.4821319580078125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+174, 180415, 2552, 14771, 14771, '0', 0, 0, 2355.00341796875, -2590.140625, 182.4821319580078125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+175, 180415, 2552, 14771, 14771, '0', 0, 0, 2354.5556640625, -2585.12158203125, 182.3788604736328125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+176, 180415, 2552, 14771, 14771, '0', 0, 0, 2364.28125, -2556.7431640625, 182.4824981689453125, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+177, 180415, 2552, 14771, 14771, '0', 0, 0, 2365.598876953125, -2555.626708984375, 182.4838409423828125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+178, 180415, 2552, 14771, 14771, '0', 0, 0, 2363.267333984375, -2557.788330078125, 182.4825439453125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+179, 180415, 2552, 14771, 14771, '0', 0, 0, 2381.092041015625, -2535.210205078125, 183.3997039794921875, 5.3394927978515625, 0, 0, -0.45453166961669921, 0.890730559825897216, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+180, 180415, 2552, 14771, 14771, '0', 0, 0, 2380.935791015625, -2535.5556640625, 183.5093536376953125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+181, 180415, 2552, 14771, 14771, '0', 0, 0, 2382.06591796875, -2534.04345703125, 182.7902374267578125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 57388), -- CandleBlack01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+182, 180425, 2552, 14771, 14771, '0', 0, 0, 2516.489501953125, -2628.83154296875, 183.836517333984375, 3.648144721984863281, 0, 0, -0.96809673309326171, 0.250576794147491455, 120, 255, 1, 57388), -- SkullCandle01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+183, 180425, 2552, 14771, 14771, '0', 0, 0, 2447.132080078125, -2501.895751953125, 182.3627777099609375, 4.101656913757324218, 0, 0, -0.88698005676269531, 0.461807727813720703, 120, 255, 1, 57388), -- SkullCandle01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+184, 180425, 2552, 14771, 14771, '0', 0, 0, 2579.848876953125, -2470.35595703125, 230.44293212890625, 1.509774208068847656, 0, 0, 0.685206413269042968, 0.728348970413208007, 120, 255, 1, 57388), -- SkullCandle01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+185, 180425, 2552, 14771, 14771, '0', 0, 0, 2516.997314453125, -2629.345458984375, 183.8365325927734375, 0.560222446918487548, 0, 0, 0.276462554931640625, 0.961024701595306396, 120, 255, 1, 57388), -- SkullCandle01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+186, 180425, 2552, 14771, 14771, '0', 0, 0, 2579.8671875, -2473.62158203125, 230.4430389404296875, 4.879572391510009765, 0, 0, -0.64559841156005859, 0.763677120208740234, 120, 255, 1, 57388), -- SkullCandle01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+187, 180425, 2552, 14771, 14771, '0', 0, 0, 2557.265625, -2898.345458984375, 204.54620361328125, 0.9487152099609375, 0, 0, 0.456767082214355468, 0.889586329460144042, 120, 255, 1, 57388), -- SkullCandle01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+188, 180425, 2552, 14771, 14771, '0', 0, 0, 2556.5087890625, -2897.640625, 204.5814056396484375, 1.005759477615356445, 0, 0, 0.481950759887695312, 0.876198291778564453, 120, 255, 1, 57388), -- SkullCandle01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+189, 180425, 2552, 14771, 14771, '0', 0, 0, 2559.1796875, -2900.29345703125, 204.53857421875, 0.810162663459777832, 0, 0, 0.394093513488769531, 0.919070363044738769, 120, 255, 1, 57388), -- SkullCandle01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+190, 180425, 2552, 14771, 14771, '0', 0, 0, 2558.830810546875, -2899.875, 204.49658203125, 0.930197656154632568, 0, 0, 0.448511123657226562, 0.893777251243591308, 120, 255, 1, 57388), -- SkullCandle01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+191, 180425, 2552, 14771, 14771, '0', 0, 0, 2385.579833984375, -2532.541748046875, 182.1353302001953125, 5.767540931701660156, 0, 0, -0.2549753189086914, 0.966947555541992187, 120, 255, 1, 57388), -- SkullCandle01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+192, 180425, 2552, 14771, 14771, '0', 0, 0, 2395.382080078125, -2525.61279296875, 182.482086181640625, 5.757515907287597656, 0, 0, -0.25981903076171875, 0.965657293796539306, 120, 255, 1, 57388), -- SkullCandle01 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+193, 180426, 2552, 14771, 14771, '0', 0, 0, 2636.73779296875, -2504.0712890625, 250.13525390625, 5.318980216979980468, 0, 0, -0.46364307403564453, 0.886022090911865234, 120, 255, 1, 57388), -- Bat01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+194, 180426, 2552, 14771, 14771, '0', 0, 0, 2632.5859375, -2509.100830078125, 250.13525390625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 57388), -- Bat01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+195, 180426, 2552, 14771, 14771, '0', 0, 0, 2612.62939453125, -2510.272705078125, 250.559295654296875, 2.564846515655517578, 0, 0, 0.958707809448242187, 0.284392923116683959, 120, 255, 1, 57388), -- Bat01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+196, 180426, 2552, 14771, 14771, '0', 0, 0, 2598.162353515625, -2504.69091796875, 250.29150390625, 2.90296173095703125, 0, 0, 0.992890357971191406, 0.119032517075538635, 120, 255, 1, 57388), -- Bat01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+197, 180426, 2552, 14771, 14771, '0', 0, 0, 2591.135498046875, -2492.52783203125, 254.7661895751953125, 4.090700149536132812, 0, 0, -0.8894968032836914, 0.456941395998001098, 120, 255, 1, 57388), -- Bat01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+198, 180426, 2552, 14771, 14771, '0', 0, 0, 2631.842041015625, -2502.427001953125, 270.704986572265625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 57388), -- Bat01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+199, 180426, 2552, 14771, 14771, '0', 0, 0, 2602.122314453125, -2476.76220703125, 254.76904296875, 4.627530097961425781, 0, 0, -0.73646354675292968, 0.676477253437042236, 120, 255, 1, 57388), -- Bat01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+200, 180426, 2552, 14771, 14771, '0', 0, 0, 2620.228271484375, -2508.454833984375, 250.13525390625, 0.308611541986465454, 0, 0, 0.15369415283203125, 0.988118469715118408, 120, 255, 1, 57388), -- Bat01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+201, 180426, 2552, 14771, 14771, '0', 0, 0, 2614.11376953125, -2491.626708984375, 250.13525390625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 57388), -- Bat01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+202, 180426, 2552, 14771, 14771, '0', 0, 0, 2597.428955078125, -2490.2431640625, 255.0123138427734375, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 57388), -- Bat01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+203, 180427, 2552, 14771, 14771, '0', 0, 0, 2639.846435546875, -2511.689208984375, 250.13525390625, 2.218880414962768554, 0, 0, 0.895449638366699218, 0.445162832736968994, 120, 255, 1, 57388), -- Bat02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+204, 180427, 2552, 14771, 14771, '0', 0, 0, 2587.0478515625, -2483.257080078125, 254.9461212158203125, 3.680039167404174804, 0, 0, -0.96397781372070312, 0.265982657670974731, 120, 255, 1, 57388), -- Bat02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+205, 180427, 2552, 14771, 14771, '0', 0, 0, 2623.048583984375, -2492.40625, 250.13525390625, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 57388), -- Bat02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+206, 180427, 2552, 14771, 14771, '0', 0, 0, 2611.740478515625, -2492.30029296875, 250.13525390625, 3.062830209732055664, 0, 0, 0.999224662780761718, 0.039371035993099212, 120, 255, 1, 57388), -- Bat02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+207, 180427, 2552, 14771, 14771, '0', 0, 0, 2620.450439453125, -2515.560791015625, 250.20513916015625, 0.219272956252098083, 0, 0, 0.109416961669921875, 0.993995964527130126, 120, 255, 1, 57388), -- Bat02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+208, 180427, 2552, 14771, 14771, '0', 0, 0, 2625.896728515625, -2481.458251953125, 269.113494873046875, 2.105536460876464843, 0, 0, 0.86879730224609375, 0.495167940855026245, 120, 255, 1, 57388), -- Bat02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+209, 180428, 2552, 14771, 14771, '0', 0, 0, 2581.07470703125, -2480.017333984375, 228.696990966796875, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 57388), -- G_WitchBroom_01 scale 0.5 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+210, 180428, 2552, 14771, 14771, '0', 0, 0, 2578.517333984375, -2467.364501953125, 228.698699951171875, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 57388), -- G_WitchBroom_01 scale 0.5 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+211, 180428, 2552, 14771, 14771, '0', 0, 0, 2358.76220703125, -2542, 199.3597412109375, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 57388), -- G_WitchBroom_01 scale 0.5 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+212, 180429, 2552, 14771, 14771, '0', 0, 0, 2530.158935546875, -2472.007080078125, 204.5691986083984375, 5.995369911193847656, 0, 0, -0.14341163635253906, 0.989663124084472656, 120, 255, 1, 57388), -- G_WitchHat_01 scale 0.5 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+213, 180429, 2552, 14771, 14771, '0', 0, 0, 2585.091064453125, -2527.53466796875, 204.5570068359375, 4.43483734130859375, 0, 0, -0.79812335968017578, 0.60249406099319458, 120, 255, 1, 57388), -- G_WitchHat_01 scale 0.5 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+214, 180429, 2552, 14771, 14771, '0', 0, 0, 2510.330810546875, -2482.717041015625, 204.748626708984375, 1.466632843017578125, 0, 0, 0.669337272644042968, 0.742958724498748779, 120, 255, 1, 57388), -- G_WitchHat_01 scale 0.5 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+215, 180429, 2552, 14771, 14771, '0', 0, 0, 2349.342041015625, -2550.026123046875, 199.254852294921875, 3.769182682037353515, 0, 0, -0.95116901397705078, 0.308670520782470703, 120, 255, 1, 57388), -- G_WitchHat_01 scale 0.5 (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+216, 180431, 2552, 14771, 14771, '0', 0, 0, 2400.7119140625, -2509.046875, 189.086761474609375, 2.098670005798339843, 0, 0, 0.867092132568359375, 0.498147815465927124, 120, 255, 1, 57388), -- G_Pumpkin_01 scale 4.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+217, 180431, 2552, 14771, 14771, '0', 0, 0, 2778.708251953125, -2513.982666015625, 270.696197509765625, 2.880139827728271484, 0, 0, 0.991467475891113281, 0.13035440444946289, 120, 255, 1, 57388), -- G_Pumpkin_01 scale 4.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+218, 180431, 2552, 14771, 14771, '0', 0, 0, 2448.267333984375, -2707.510498046875, 222.480926513671875, 3.388540267944335937, 0, 0, -0.9923868179321289, 0.12316017597913742, 120, 255, 1, 57388), -- G_Pumpkin_01 scale 4.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+219, 180431, 2552, 14771, 14771, '0', 0, 0, 2678.478271484375, -2558.567626953125, 243.199951171875, 0.503457844257354736, 0, 0, 0.249078750610351562, 0.968483269214630126, 120, 255, 1, 57388), -- G_Pumpkin_01 scale 4.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+220, 180431, 2552, 14771, 14771, '0', 0, 0, 2357.1025390625, -2548.552001953125, 211.1659698486328125, 4.316225051879882812, 0, 0, -0.83243083953857421, 0.554128944873809814, 120, 255, 1, 57388), -- G_Pumpkin_01 scale 4.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+221, 180431, 2552, 14771, 14771, '0', 0, 0, 2651.51220703125, -2646.505126953125, 243.8068389892578125, 4.290381908416748046, 0, 0, -0.83952140808105468, 0.543326616287231445, 120, 255, 1, 57388), -- G_Pumpkin_01 scale 4.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+222, 180431, 2552, 14771, 14771, '0', 0, 0, 2688.401123046875, -2617.171875, 243.4317779541015625, 3.831689357757568359, 0, 0, -0.94105911254882812, 0.338242113590240478, 120, 255, 1, 57388), -- G_Pumpkin_01 scale 4.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+223, 180431, 2552, 14771, 14771, '0', 0, 0, 2802.772705078125, -2537.913330078125, 270.696197509765625, 5.755712509155273437, 0, 0, -0.26068973541259765, 0.965422630310058593, 120, 255, 1, 57388), -- G_Pumpkin_01 scale 4.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+224, 180471, 2552, 14771, 14771, '0', 0, 0, 2580.501708984375, -2519.140625, 207.4450836181640625, 0.343924254179000854, 0, 0, 0.171115875244140625, 0.985250890254974365, 120, 255, 1, 57388), -- HangingSkullLight01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+225, 180471, 2552, 14771, 14771, '0', 0, 0, 2617.765625, -2474.126708984375, 229.3773956298828125, 5.507457256317138671, 0, 0, -0.37821197509765625, 0.925719022750854492, 120, 255, 1, 57388), -- HangingSkullLight01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+226, 180471, 2552, 14771, 14771, '0', 0, 0, 2510.490478515625, -2472.875, 204.559814453125, 0.343924254179000854, 0, 0, 0.171115875244140625, 0.985250890254974365, 120, 255, 1, 57388), -- HangingSkullLight01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+227, 180471, 2552, 14771, 14771, '0', 0, 0, 2536.822998046875, -2476.869873046875, 207.4679412841796875, 0.343924254179000854, 0, 0, 0.171115875244140625, 0.985250890254974365, 120, 255, 1, 57388), -- HangingSkullLight01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+228, 180471, 2552, 14771, 14771, '0', 0, 0, 2573.411376953125, -2888.5625, 210.7270050048828125, 3.503906726837158203, 0, 0, -0.98363590240478515, 0.180167675018310546, 120, 255, 1, 57388), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+229, 180471, 2552, 14771, 14771, '0', 0, 0, 2347.553955078125, -2704.607666015625, 193.9633636474609375, 1.173076272010803222, 0, 0, 0.553481101989746093, 0.832861781120300292, 120, 255, 1, 57388), -- HangingSkullLight01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+230, 180471, 2552, 14771, 14771, '0', 0, 0, 2367.515625, -2702.515625, 194.138397216796875, 3.175197124481201171, 0, 0, -0.99985885620117187, 0.016801416873931884, 120, 255, 1, 57388), -- HangingSkullLight01 (Area: The Fissure - Difficulty: 0) CreateObject1
(@OGUID+231, 180472, 2552, 14771, 14771, '0', 0, 0, 2576.6572265625, -2515.678955078125, 208.7362213134765625, 2.945129871368408203, 0, 0, 0.995179176330566406, 0.098073452711105346, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+232, 180472, 2552, 14771, 14771, '0', 0, 0, 2621.291748046875, -2477.927001953125, 230.6012115478515625, 3.437488794326782226, 0, 0, -0.9890756607055664, 0.147408783435821533, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+233, 180472, 2552, 14771, 14771, '0', 0, 0, 2516.6650390625, -2466.663330078125, 205.7656097412109375, 5.479517936706542968, 0, 0, -0.39110660552978515, 0.92034536600112915, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+234, 180472, 2552, 14771, 14771, '0', 0, 0, 2533.026123046875, -2473.20654296875, 208.71221923828125, 4.442914009094238281, 0, 0, -0.79568386077880859, 0.605712175369262695, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+235, 180472, 2552, 14771, 14771, '0', 0, 0, 2584.22314453125, -2522.927001953125, 208.6848602294921875, 5.479517936706542968, 0, 0, -0.39110660552978515, 0.92034536600112915, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+236, 180472, 2552, 14771, 14771, '0', 0, 0, 2540.83154296875, -2480.5556640625, 208.6896514892578125, 0.117010094225406646, 0, 0, 0.0584716796875, 0.998289048671722412, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+237, 180472, 2552, 14771, 14771, '0', 0, 0, 2493.592041015625, -2708.298583984375, 204.9897613525390625, 5.243134021759033203, 0, 0, -0.4969024658203125, 0.86780637502670288, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+238, 180472, 2552, 14771, 14771, '0', 0, 0, 2450.51220703125, -2735.057373046875, 207.7199859619140625, 5.041777610778808593, 0, 0, -0.58160781860351562, 0.813469290733337402, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+239, 180472, 2552, 14771, 14771, '0', 0, 0, 2456.796875, -2735.30908203125, 207.7219390869140625, 1.327481865882873535, 0, 0, 0.616067886352539062, 0.7876930832862854, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+240, 180472, 2552, 14771, 14771, '0', 0, 0, 2455.876708984375, -2764.333251953125, 205.0480499267578125, 0.905342578887939453, 0, 0, 0.437369346618652343, 0.899281978607177734, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+241, 180472, 2552, 14771, 14771, '0', 0, 0, 2444.382080078125, -2734.630126953125, 207.7023468017578125, 1.831896305084228515, 0, 0, 0.793140411376953125, 0.609038829803466796, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+242, 180472, 2552, 14771, 14771, '0', 0, 0, 2439.94970703125, -2763.888916015625, 205.109100341796875, 5.041777610778808593, 0, 0, -0.58160781860351562, 0.813469290733337402, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+243, 180472, 2552, 14771, 14771, '0', 0, 0, 2406.75341796875, -2679.095458984375, 205.0159912109375, 4.859127998352050781, 0, 0, -0.65337085723876953, 0.757037997245788574, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+244, 180472, 2552, 14771, 14771, '0', 0, 0, 2403.619873046875, -2682.36279296875, 205.0259552001953125, 2.758804559707641601, 0, 0, 0.981739997863769531, 0.190227702260017395, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+245, 180472, 2552, 14771, 14771, '0', 0, 0, 2380.486083984375, -2714.170166015625, 205.0313568115234375, 5.479517936706542968, 0, 0, -0.39110660552978515, 0.92034536600112915, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+246, 180472, 2552, 14771, 14771, '0', 0, 0, 2375.07470703125, -2719.72216796875, 205.0363006591796875, 2.104254484176635742, 0, 0, 0.868479728698730468, 0.495724707841873168, 120, 255, 1, 57388), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+247, 180523, 2552, 14771, 14771, '0', 0, 0, 2642.154541015625, -2472.90966796875, 224.080352783203125, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 57388), -- Apple Bob (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+248, 185454, 2552, 14771, 14771, '0', 0, 0, 2518.782958984375, -2464.552001953125, 200.2258148193359375, 2.406664133071899414, -0.03771448135375976, 0.027607917785644531, 0.932023048400878906, 0.359372347593307495, 120, 255, 1, 57388), -- Laying Skeleton 02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+249, 185454, 2552, 14771, 14771, '0', 0, 0, 2528.665771484375, -2502.185791015625, 200.3030548095703125, 4.761498451232910156, 0.046833992004394531, 0.026957511901855468, -0.68910121917724609, 0.722647488117218017, 120, 255, 1, 57388), -- Laying Skeleton 02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+250, 185454, 2552, 14771, 14771, '0', 0, 0, 2583.532958984375, -2463.282958984375, 228.698699951171875, 2.929131269454956054, 0, 0, 0.994362831115722656, 0.106030978262424468, 120, 255, 1, 57388), -- Laying Skeleton 02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+251, 185454, 2552, 14771, 14771, '0', 0, 0, 2582.34033203125, -2486.69091796875, 229.7608795166015625, 4.364719867706298828, 0, 0, -0.81875133514404296, 0.574148237705230712, 120, 255, 1, 57388), -- Laying Skeleton 02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+252, 185454, 2552, 14771, 14771, '0', 0, 0, 2909.796875, -2439.4306640625, 266.552398681640625, 5.070436954498291015, 0, 0, -0.56989192962646484, 0.821719706058502197, 120, 255, 1, 57388), -- Laying Skeleton 02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+253, 185454, 2552, 14771, 14771, '0', 0, 0, 2639.525146484375, -2734.7275390625, 223.4669189453125, 4.983822345733642578, 0.21500396728515625, 0.033371925354003906, -0.60956192016601562, 0.762295186519622802, 120, 255, 1, 57388), -- Laying Skeleton 02 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+254, 185454, 2552, 14771, 14771, '0', 0, 0, 2554.757080078125, -2888.204833984375, 200.0334625244140625, 2.995140314102172851, 0, 0, 0.997320175170898437, 0.073160760104656219, 120, 255, 1, 57388), -- Laying Skeleton 02 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+255, 207941, 2552, 14771, 14771, '0', 0, 0, 2874.881103515625, -2406.3681640625, 269.534912109375, 1.96023416519165039, -0.03425407409667968, -0.01536369323730468, 0.83032989501953125, 0.556006133556365966, 120, 255, 1, 57388), -- G_WitchHat_01 scale 2.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+256, 208057, 2552, 14771, 14771, '0', 0, 0, 2555.45654296875, -2493.829833984375, 212.3253326416015625, 5.938012599945068359, 0, 0, -0.17173099517822265, 0.985143899917602539, 120, 255, 1, 57388), -- G_Pumpkin_01 Scale 2.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+257, 208057, 2552, 14771, 14771, '0', 0, 0, 2535.423583984375, -2504.37158203125, 201.7727813720703125, 2.872055530548095703, 0, 0, 0.990932464599609375, 0.134360983967781066, 120, 255, 1, 57388), -- G_Pumpkin_01 Scale 2.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+258, 208061, 2552, 14771, 14771, '0', 0, 0, 2512.548583984375, -2468.810791015625, 206.7895355224609375, 1.026294589042663574, 0.062997341156005859, 0.05529022216796875, 0.487957000732421875, 0.868833899497985839, 120, 255, 1, 57388), -- G_Pumpkin_02 Scale 2.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+259, 208061, 2552, 14771, 14771, '0', 0, 0, 2874.9375, -2406.49658203125, 266.552398681640625, 2.495902538299560546, 0, 0, 0.948336601257324218, 0.317265987396240234, 120, 255, 1, 57388), -- G_Pumpkin_02 Scale 2.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+260, 208061, 2552, 14771, 14771, '0', 0, 0, 2492.38720703125, -2712.338623046875, 206.0755462646484375, 4.168255805969238281, 0.073615074157714843, -0.13530540466308593, -0.86053943634033203, 0.485535979270935058, 120, 255, 1, 57388), -- G_Pumpkin_02 Scale 2.0 (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+261, 208062, 2552, 14771, 14771, '0', 0, 0, 2909.0400390625, -2440.88720703125, 266.552398681640625, 3.408390522003173828, 0, 0, -0.99111557006835937, 0.13300354778766632, 120, 255, 1, 57388), -- G_Pumpkin_03 Scale 2.0 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+262, 208072, 2552, 14771, 14771, '0', 0, 0, 2906.41064453125, -2341.90625, 266.244873046875, 1.698561310768127441, -0.01934146881103515, -0.05437946319580078, 0.7487945556640625, 0.660284399986267089, 120, 255, 1, 57388), -- G_Pumpkin_03 Scale 0.5 (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+263, 208072, 2552, 14771, 14771, '0', 0, 0, 2973.27685546875, -2408.671875, 266.244903564453125, 4.603437423706054687, -0.05171489715576171, 0.02562713623046875, -0.74408435821533203, 0.665587902069091796, 120, 255, 1, 57388), -- G_Pumpkin_03 Scale 0.5 (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+264, 208078, 2552, 14771, 14771, '0', 0, 0, 2904.981689453125, -2343.588623046875, 266.244903564453125, 2.064226627349853515, 0, 0, 0.858385086059570312, 0.51300591230392456, 120, 255, 1, 57388), -- G_Pumpkin_01 scale 0.5 (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+265, 208078, 2552, 14771, 14771, '0', 0, 0, 2971.5869140625, -2410.630126953125, 266.244903564453125, 4.294976234436035156, 0, 0, -0.83827114105224609, 0.545253574848175048, 120, 255, 1, 57388), -- G_Pumpkin_01 scale 0.5 (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+266, 386374, 2552, 14771, 14771, '0', 0, 0, 2580.364501953125, -2468.536376953125, 228.69921875, 1.850746750831604003, 0.055617332458496093, 0.059457778930664062, 0.796616554260253906, 0.598977088928222656, 120, 255, 1, 57388), -- G_Pumpkin_01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+267, 386374, 2552, 14771, 14771, '0', 0, 0, 2381.2275390625, -2659.37841796875, 184.4480743408203125, 3.105198144912719726, 0.001416206359863281, -0.15183830261230468, 0.988228797912597656, 0.018626825883984565, 120, 255, 1, 57388), -- G_Pumpkin_01 (scale 0.75) (Area: 0 - Difficulty: 0) CreateObject1
(@OGUID+268, 386375, 2552, 14771, 14771, '0', 0, 0, 2511.921142578125, -2466.26220703125, 202.9780120849609375, 4.55758523941040039, 0, 0, -0.75966644287109375, 0.65031290054321289, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+269, 386375, 2552, 14771, 14771, '0', 0, 0, 2511.592041015625, -2466.62841796875, 202.9511260986328125, 5.391819953918457031, 0, 0, -0.43107414245605468, 0.902316510677337646, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+270, 386375, 2552, 14771, 14771, '0', 0, 0, 2512.25341796875, -2465.864501953125, 203.0028839111328125, 0.90984576940536499, 0, 0, 0.439393043518066406, 0.898294925689697265, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+271, 386375, 2552, 14771, 14771, '0', 0, 0, 2512.33154296875, -2486.69970703125, 202.0020599365234375, 3.917994976043701171, 0, 0, -0.92559146881103515, 0.378524035215377807, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+272, 386375, 2552, 14771, 14771, '0', 0, 0, 2523.532958984375, -2501.876708984375, 201.7112884521484375, 0.592652201652526855, 0, 0, 0.292008399963378906, 0.956415772438049316, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+273, 386375, 2552, 14771, 14771, '0', 0, 0, 2515.072021484375, -2493.34375, 201.8772430419921875, 6.249795913696289062, 0, 0, -0.0166940689086914, 0.999860644340515136, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+274, 386375, 2552, 14771, 14771, '0', 0, 0, 2512.177978515625, -2490.600830078125, 201.7610015869140625, 0.368034631013870239, 0, 0, 0.182980537414550781, 0.983116507530212402, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+275, 386375, 2552, 14771, 14771, '0', 0, 0, 2510.986083984375, -2467.291748046875, 202.8764190673828125, 4.609945297241210937, 0, 0, -0.74238300323486328, 0.669975757598876953, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+276, 386375, 2552, 14771, 14771, '0', 0, 0, 2510.270751953125, -2467.973876953125, 202.831329345703125, 5.011371612548828125, 0, 0, -0.59390735626220703, 0.804533421993255615, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+277, 386375, 2552, 14771, 14771, '0', 0, 0, 2512.9921875, -2491.4375, 201.8771514892578125, 0.748482167720794677, 0, 0, 0.365566253662109375, 0.930785298347473144, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+278, 386375, 2552, 14771, 14771, '0', 0, 0, 2518.99560546875, -2497.142333984375, 201.8818359375, 2.549694776535034179, 0, 0, 0.956525802612304687, 0.291647732257843017, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+279, 386375, 2552, 14771, 14771, '0', 0, 0, 2511.4541015625, -2465.078125, 203.0028839111328125, 2.278141736984252929, 0, 0, 0.908245086669921875, 0.418438583612442016, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+280, 386375, 2552, 14771, 14771, '0', 0, 0, 2511.2900390625, -2466.913330078125, 202.8836822509765625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+281, 386375, 2552, 14771, 14771, '0', 0, 0, 2521.7353515625, -2500.041748046875, 201.7111663818359375, 6.197437286376953125, 0, 0, -0.04286098480224609, 0.999081015586853027, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+282, 386375, 2552, 14771, 14771, '0', 0, 0, 2645.2978515625, -2721.796875, 224.4895782470703125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+283, 386375, 2552, 14771, 14771, '0', 0, 0, 2642.38623046875, -2724.75, 224.491363525390625, 2.278141736984252929, 0, 0, 0.908245086669921875, 0.418438583612442016, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+284, 386375, 2552, 14771, 14771, '0', 0, 0, 2642.822021484375, -2724.208251953125, 224.4403228759765625, 5.011371612548828125, 0, 0, -0.59390735626220703, 0.804533421993255615, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+285, 386375, 2552, 14771, 14771, '0', 0, 0, 2641.526123046875, -2725.513916015625, 224.449493408203125, 5.391819953918457031, 0, 0, -0.43107414245605468, 0.902316510677337646, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+286, 386375, 2552, 14771, 14771, '0', 0, 0, 2640.0634765625, -2727.052001953125, 224.3731536865234375, 0.90984576940536499, 0, 0, 0.439393043518066406, 0.898294925689697265, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+287, 386375, 2552, 14771, 14771, '0', 0, 0, 2639.05810546875, -2727.998291015625, 224.4775543212890625, 4.609945297241210937, 0, 0, -0.74238300323486328, 0.669975757598876953, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+288, 386375, 2552, 14771, 14771, '0', 0, 0, 2638.1328125, -2728.880126953125, 224.5238800048828125, 4.55758523941040039, 0, 0, -0.75966644287109375, 0.65031290054321289, 120, 255, 1, 57388), -- CandleBlack01 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+289, 386378, 2552, 14771, 14771, '0', 0, 0, 2551.567626953125, -2489.717041015625, 212.3253173828125, 5.876110076904296875, 0.016635894775390625, -0.00599479675292968, -0.20206069946289062, 0.979213356971740722, 120, 255, 1, 57388), -- G_Pumpkin_03 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+290, 386378, 2552, 14771, 14771, '0', 0, 0, 2511.80126953125, -2485.28125, 204.272216796875, 2.044991493225097656, 0.011264801025390625, 0.013629913330078125, 0.853301048278808593, 0.521118640899658203, 120, 255, 1, 57388), -- G_Pumpkin_03 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+291, 386378, 2552, 14771, 14771, '0', 0, 0, 2529.561767578125, -2503.826416015625, 201.8735198974609375, 2.547333478927612304, 0.007523536682128906, 0.016002655029296875, 0.956044197082519531, 0.292688965797424316, 120, 255, 1, 57388), -- G_Pumpkin_03 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+292, 386378, 2552, 14771, 14771, '0', 0, 0, 2559.184814453125, -2498.23095703125, 212.3251495361328125, 5.876110076904296875, 0.016635894775390625, -0.00599479675292968, -0.20206069946289062, 0.979213356971740722, 120, 255, 1, 57388), -- G_Pumpkin_03 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+293, 386378, 2552, 14771, 14771, '0', 0, 0, 2367.475830078125, -2690.526123046875, 193.1476593017578125, 4.110033035278320312, 0.032315731048583984, 0.116693496704101562, -0.87507057189941406, 0.468604117631912231, 120, 255, 1, 57388), -- G_Pumpkin_03 (scale 0.75) (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+294, 464911, 2552, 14771, 14771, '0', 0, 0, 2637.6494140625, -2478.588623046875, 224.3130645751953125, 0.321568399667739868, 0, 0, 0.160092353820800781, 0.987102031707763671, 120, 255, 1, 57388); -- Candy Bucket (Area: Dornogal - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+294;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31),
(12, @OGUID+32),
(12, @OGUID+33),
(12, @OGUID+34),
(12, @OGUID+35),
(12, @OGUID+36),
(12, @OGUID+37),
(12, @OGUID+38),
(12, @OGUID+39),
(12, @OGUID+40),
(12, @OGUID+41),
(12, @OGUID+42),
(12, @OGUID+43),
(12, @OGUID+44),
(12, @OGUID+45),
(12, @OGUID+46),
(12, @OGUID+47),
(12, @OGUID+48),
(12, @OGUID+49),
(12, @OGUID+50),
(12, @OGUID+51),
(12, @OGUID+52),
(12, @OGUID+53),
(12, @OGUID+54),
(12, @OGUID+55),
(12, @OGUID+56),
(12, @OGUID+57),
(12, @OGUID+58),
(12, @OGUID+59),
(12, @OGUID+60),
(12, @OGUID+61),
(12, @OGUID+62),
(12, @OGUID+63),
(12, @OGUID+64),
(12, @OGUID+65),
(12, @OGUID+66),
(12, @OGUID+67),
(12, @OGUID+68),
(12, @OGUID+69),
(12, @OGUID+70),
(12, @OGUID+71),
(12, @OGUID+72),
(12, @OGUID+73),
(12, @OGUID+74),
(12, @OGUID+75),
(12, @OGUID+76),
(12, @OGUID+77),
(12, @OGUID+78),
(12, @OGUID+79),
(12, @OGUID+80),
(12, @OGUID+81),
(12, @OGUID+82),
(12, @OGUID+83),
(12, @OGUID+84),
(12, @OGUID+85),
(12, @OGUID+86),
(12, @OGUID+87),
(12, @OGUID+88),
(12, @OGUID+89),
(12, @OGUID+90),
(12, @OGUID+91),
(12, @OGUID+92),
(12, @OGUID+93),
(12, @OGUID+94),
(12, @OGUID+95),
(12, @OGUID+96),
(12, @OGUID+97),
(12, @OGUID+98),
(12, @OGUID+99),
(12, @OGUID+100),
(12, @OGUID+101),
(12, @OGUID+102),
(12, @OGUID+103),
(12, @OGUID+104),
(12, @OGUID+105),
(12, @OGUID+106),
(12, @OGUID+107),
(12, @OGUID+108),
(12, @OGUID+109),
(12, @OGUID+110),
(12, @OGUID+111),
(12, @OGUID+112),
(12, @OGUID+113),
(12, @OGUID+114),
(12, @OGUID+115),
(12, @OGUID+116),
(12, @OGUID+117),
(12, @OGUID+118),
(12, @OGUID+119),
(12, @OGUID+120),
(12, @OGUID+121),
(12, @OGUID+122),
(12, @OGUID+123),
(12, @OGUID+124),
(12, @OGUID+125),
(12, @OGUID+126),
(12, @OGUID+127),
(12, @OGUID+128),
(12, @OGUID+129),
(12, @OGUID+130),
(12, @OGUID+131),
(12, @OGUID+132),
(12, @OGUID+133),
(12, @OGUID+134),
(12, @OGUID+135),
(12, @OGUID+136),
(12, @OGUID+137),
(12, @OGUID+138),
(12, @OGUID+139),
(12, @OGUID+140),
(12, @OGUID+141),
(12, @OGUID+142),
(12, @OGUID+143),
(12, @OGUID+144),
(12, @OGUID+145),
(12, @OGUID+146),
(12, @OGUID+147),
(12, @OGUID+148),
(12, @OGUID+149),
(12, @OGUID+150),
(12, @OGUID+151),
(12, @OGUID+152),
(12, @OGUID+153),
(12, @OGUID+154),
(12, @OGUID+155),
(12, @OGUID+156),
(12, @OGUID+157),
(12, @OGUID+158),
(12, @OGUID+159),
(12, @OGUID+160),
(12, @OGUID+161),
(12, @OGUID+162),
(12, @OGUID+163),
(12, @OGUID+164),
(12, @OGUID+165),
(12, @OGUID+166),
(12, @OGUID+167),
(12, @OGUID+168),
(12, @OGUID+169),
(12, @OGUID+170),
(12, @OGUID+171),
(12, @OGUID+172),
(12, @OGUID+173),
(12, @OGUID+174),
(12, @OGUID+175),
(12, @OGUID+176),
(12, @OGUID+177),
(12, @OGUID+178),
(12, @OGUID+179),
(12, @OGUID+180),
(12, @OGUID+181),
(12, @OGUID+182),
(12, @OGUID+183),
(12, @OGUID+184),
(12, @OGUID+185),
(12, @OGUID+186),
(12, @OGUID+187),
(12, @OGUID+188),
(12, @OGUID+189),
(12, @OGUID+190),
(12, @OGUID+191),
(12, @OGUID+192),
(12, @OGUID+193),
(12, @OGUID+194),
(12, @OGUID+195),
(12, @OGUID+196),
(12, @OGUID+197),
(12, @OGUID+198),
(12, @OGUID+199),
(12, @OGUID+200),
(12, @OGUID+201),
(12, @OGUID+202),
(12, @OGUID+203),
(12, @OGUID+204),
(12, @OGUID+205),
(12, @OGUID+206),
(12, @OGUID+207),
(12, @OGUID+208),
(12, @OGUID+209),
(12, @OGUID+210),
(12, @OGUID+211),
(12, @OGUID+212),
(12, @OGUID+213),
(12, @OGUID+214),
(12, @OGUID+215),
(12, @OGUID+216),
(12, @OGUID+217),
(12, @OGUID+218),
(12, @OGUID+219),
(12, @OGUID+220),
(12, @OGUID+221),
(12, @OGUID+222),
(12, @OGUID+223),
(12, @OGUID+224),
(12, @OGUID+225),
(12, @OGUID+226),
(12, @OGUID+227),
(12, @OGUID+228),
(12, @OGUID+229),
(12, @OGUID+230),
(12, @OGUID+231),
(12, @OGUID+232),
(12, @OGUID+233),
(12, @OGUID+234),
(12, @OGUID+235),
(12, @OGUID+236),
(12, @OGUID+237),
(12, @OGUID+238),
(12, @OGUID+239),
(12, @OGUID+240),
(12, @OGUID+241),
(12, @OGUID+242),
(12, @OGUID+243),
(12, @OGUID+244),
(12, @OGUID+245),
(12, @OGUID+246),
(12, @OGUID+247),
(12, @OGUID+248),
(12, @OGUID+249),
(12, @OGUID+250),
(12, @OGUID+251),
(12, @OGUID+252),
(12, @OGUID+253),
(12, @OGUID+254),
(12, @OGUID+255),
(12, @OGUID+256),
(12, @OGUID+257),
(12, @OGUID+258),
(12, @OGUID+259),
(12, @OGUID+260),
(12, @OGUID+261),
(12, @OGUID+262),
(12, @OGUID+263),
(12, @OGUID+264),
(12, @OGUID+265),
(12, @OGUID+266),
(12, @OGUID+267),
(12, @OGUID+268),
(12, @OGUID+269),
(12, @OGUID+270),
(12, @OGUID+271),
(12, @OGUID+272),
(12, @OGUID+273),
(12, @OGUID+274),
(12, @OGUID+275),
(12, @OGUID+276),
(12, @OGUID+277),
(12, @OGUID+278),
(12, @OGUID+279),
(12, @OGUID+280),
(12, @OGUID+281),
(12, @OGUID+282),
(12, @OGUID+283),
(12, @OGUID+284),
(12, @OGUID+285),
(12, @OGUID+286),
(12, @OGUID+287),
(12, @OGUID+288),
(12, @OGUID+289),
(12, @OGUID+290),
(12, @OGUID+291),
(12, @OGUID+292),
(12, @OGUID+293),
(12, @OGUID+294);
@@ -0,0 +1,66 @@
SET @OGUID := 10800295;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry` IN (464914, 464913);
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
(464914, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27764, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212), -- Candy Bucket
(464913, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27763, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (464914, 464913);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(464914, 35, 0x4, 0, 0), -- Candy Bucket
(464913, 35, 0x4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (84567, 84566);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(84567, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212), -- Candy Bucket
(84566, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id` IN (464914, 464913);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(464914, 84567, 57212),
(464913, 84566, 57212);
DELETE FROM `gameobject_questender` WHERE `id` IN (464914, 464913);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(464914, 84567, 57212),
(464913, 84566, 57212);
-- 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
-- Rambleshire
(@OGUID+0, 180405, 2552, 14717, 14784, '0', 0, 0, 3551.24560546875, -3347.94970703125, 204.6703033447265625, 0.28334704041481018, 0, 0, 0.141200065612792968, 0.989981055259704589, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Rambleshire - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 2552, 14717, 14784, '0', 0, 0, 3584.987060546875, -3329.864501953125, 195.0873565673828125, 5.07805633544921875, 0, 0, -0.5667572021484375, 0.823884844779968261, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Rambleshire - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 2552, 14717, 14784, '0', 0, 0, 3546.171875, -3345.932373046875, 203.5988311767578125, 5.426262378692626953, 0.058678627014160156, -0.05948829650878906, -0.41189861297607421, 0.907390475273132324, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Rambleshire - Difficulty: 0) CreateObject1
(@OGUID+3, 180408, 2552, 14717, 14784, '0', 0, 0, 3562.04345703125, -3359.02783203125, 204.39117431640625, 5.5171356201171875, 0, 0, -0.37372779846191406, 0.927538454532623291, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Rambleshire - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 2552, 14717, 14784, '0', 0, 0, 3551.186767578125, -3351.7587890625, 202.6487884521484375, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Rambleshire - Difficulty: 0) CreateObject1
(@OGUID+5, 180523, 2552, 14717, 14784, '0', 0, 0, 3593.46875, -3307.3837890625, 192.3769378662109375, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Rambleshire - Difficulty: 0) CreateObject1
(@OGUID+6, 464914, 2552, 14717, 14784, '0', 0, 0, 3596.671142578125, -3308.576416015625, 192.3769378662109375, 5.424034595489501953, 0, 0, -0.41648483276367187, 0.909142673015594482, 120, 255, 1, 57212), -- Candy Bucket (Area: Rambleshire - Difficulty: 0) CreateObject1
-- Freywold Village
(@OGUID+7, 180405, 2552, 14717, 14772, '0', 0, 0, 919.263916015625, -1919.78125, 76.5459442138671875, 4.367660045623779296, 0, 0, -0.81790637969970703, 0.575351357460021972, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Freywold Village - Difficulty: 0) CreateObject1
(@OGUID+8, 180406, 2552, 14717, 14772, '0', 0, 0, 944.51910400390625, -1919.154541015625, 82.09828948974609375, 3.723055362701416015, 0, 0, -0.95803451538085937, 0.286652922630310058, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Freywold Village - Difficulty: 0) CreateObject1
(@OGUID+9, 180407, 2552, 14717, 14772, '0', 0, 0, 964.42364501953125, -1921.13720703125, 81.51690673828125, 2.496774911880493164, 0, 0, 0.948474884033203125, 0.316852301359176635, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Freywold Village - Difficulty: 0) CreateObject1
(@OGUID+10, 180408, 2552, 14717, 14772, '0', 0, 0, 902.64239501953125, -1898.079833984375, 79.910308837890625, 0.778629958629608154, 0, 0, 0.37955474853515625, 0.925169289112091064, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Freywold Village - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 2552, 14717, 14772, '0', 0, 0, 912.546875, -1907.3211669921875, 76.46276092529296875, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Freywold Village - Difficulty: 0) CreateObject1
(@OGUID+12, 180523, 2552, 14717, 14772, '0', 0, 0, 908.32989501953125, -1923.4566650390625, 75.44763946533203125, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Freywold Village - Difficulty: 0) CreateObject1
(@OGUID+13, 464913, 2552, 14717, 14772, '0', 0, 0, 904.34722900390625, -1925.6632080078125, 80.5654296875, 2.991102933883666992, 0, 0, 0.997170448303222656, 0.075173906981945037, 120, 255, 1, 57212); -- Candy Bucket (Area: Freywold Village - 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,106 @@
SET @OGUID := 10800309;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry` IN (464916, 464918, 464915, 464917);
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
(464915, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212), -- Candy Bucket
(464916, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27766, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212), -- Candy Bucket
(464917, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27767, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212), -- Candy Bucket
(464918, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (464916, 464918, 464915, 464917);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(464918, 35, 0x4, 0, 0), -- Candy Bucket
(464917, 35, 0x4, 0, 0), -- Candy Bucket
(464916, 35, 0x4, 0, 0), -- Candy Bucket
(464915, 35, 0x4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (84569, 84571, 84568, 84570);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(84569, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212), -- Candy Bucket
(84571, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212), -- Candy Bucket
(84568, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212), -- Candy Bucket
(84570, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id` IN (464916, 464918, 464915, 464917);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(464916, 84569, 57212),
(464918, 84571, 57212),
(464915, 84568, 57212),
(464917, 84570, 57212);
DELETE FROM `gameobject_questender` WHERE `id` IN (464916, 464918, 464915, 464917);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(464916, 84569, 57212),
(464918, 84571, 57212),
(464915, 84568, 57212),
(464917, 84570, 57212);
-- 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
-- Gundargaz
(@OGUID+0, 180405, 2601, 14795, 14796, '0', 0, 0, 2279.751708984375, -2812.038330078125, 422.097869873046875, 3.270492076873779296, 0, 0, -0.99792385101318359, 0.064405016601085662, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Gundargaz - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 2601, 14795, 14796, '0', 0, 0, 2290.053955078125, -2784.807373046875, 422.12261962890625, 3.840990066528320312, 0, 0, -0.93947601318359375, 0.342614650726318359, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Gundargaz - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 2601, 14795, 14796, '0', 0, 0, 2277.229248046875, -2785.282958984375, 422.12261962890625, 3.098575353622436523, 0.031404018402099609, 0.077432632446289062, 0.996319770812988281, 0.019102346152067184, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Gundargaz - Difficulty: 0) CreateObject1
(@OGUID+3, 180408, 2601, 14795, 14796, '0', 0, 0, 2269.354248046875, -2843.94970703125, 419.999755859375, 2.282637834548950195, 0, 0, 0.909183502197265625, 0.416395694017410278, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Gundargaz - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 2601, 14795, 14796, '0', 0, 0, 2276.897705078125, -2771.44970703125, 418.2684326171875, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Gundargaz - Difficulty: 0) CreateObject1
(@OGUID+5, 180523, 2601, 14795, 14796, '0', 0, 0, 2287.822998046875, -2798.69091796875, 422.33428955078125, 5.76935577392578125, 0, 0, -0.25409793853759765, 0.96717846393585205, 120, 255, 1, 57212), -- Apple Bob (Area: Gundargaz - Difficulty: 0) CreateObject1
(@OGUID+6, 464916, 2601, 14795, 14796, '0', 0, 0, 2287.645751953125, -2804.95654296875, 422.102569580078125, 4.18001556396484375, 0, 0, -0.8682107925415039, 0.496195554733276367, 120, 255, 1, 57212), -- Candy Bucket (Area: Gundargaz - Difficulty: 0) CreateObject1
-- Shadowvein Point
(@OGUID+7, 180405, 2601, 14795, 14820, '0', 0, 0, 1599.232666015625, -3812.104248046875, 255.62255859375, 4.749365806579589843, 0, 0, -0.69391345977783203, 0.720058381557464599, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Shadowvein Point - Difficulty: 0) CreateObject1
(@OGUID+8, 180406, 2601, 14795, 14820, '0', 0, 0, 1598.4583740234375, -3816.428955078125, 255.5192413330078125, 4.749752521514892578, 0, 0, -0.69377422332763671, 0.720192551612854003, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Shadowvein Point - Difficulty: 0) CreateObject1
(@OGUID+9, 180407, 2601, 14795, 14820, '0', 0, 0, 1597.3992919921875, -3817.960205078125, 255.6678314208984375, 4.072836875915527343, 0.008494377136230468, -0.08312606811523437, -0.88936901092529296, 0.449489355087280273, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Shadowvein Point - Difficulty: 0) CreateObject1
(@OGUID+10, 180408, 2601, 14795, 14820, '0', 0, 0, 1599.267333984375, -3812.1806640625, 257.0430908203125, 4.502972602844238281, -0.02341556549072265, 0.0259246826171875, -0.77670574188232421, 0.62889409065246582, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Shadowvein Point - Difficulty: 0) CreateObject1
(@OGUID+11, 180415, 2601, 14795, 14820, '0', 0, 0, 1597.7222900390625, -3814.501708984375, 257.80535888671875, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Shadowvein Point - Difficulty: 0) CreateObject1
(@OGUID+12, 180523, 2601, 14795, 14820, '0', 0, 0, 1606.4288330078125, -3800.9375, 277.739471435546875, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Shadowvein Point - Difficulty: 0) CreateObject1
(@OGUID+13, 464918, 2601, 14795, 14820, '0', 0, 0, 1605.328125, -3813.388916015625, 257.0888671875, 2.536118507385253906, 0, 0, 0.954524040222167968, 0.298133999109268188, 120, 255, 1, 57212), -- Candy Bucket (Area: Shadowvein Point - Difficulty: 0) CreateObject1
-- Camp Murroch
(@OGUID+14, 180405, 2601, 14795, 14814, '0', 0, 0, 746.7742919921875, -3592.8681640625, 174.9847869873046875, 3.836617946624755859, 0, 0, -0.94022274017333984, 0.340560168027877807, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Camp Murroch - Difficulty: 0) CreateObject1
(@OGUID+15, 180406, 2601, 14795, 14814, '0', 0, 0, 736.11456298828125, -3619.29345703125, 176.1065826416015625, 2.817041397094726562, 0, 0, 0.9868621826171875, 0.161564290523529052, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Camp Murroch - Difficulty: 0) CreateObject1
(@OGUID+16, 180407, 2601, 14795, 14814, '0', 0, 0, 747.69793701171875, -3619.460205078125, 175.724090576171875, 3.8984375, 0.001222610473632812, -0.08354949951171875, -0.92513561248779296, 0.370326966047286987, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Camp Murroch - Difficulty: 0) CreateObject1
(@OGUID+17, 180408, 2601, 14795, 14814, '0', 0, 0, 747.6024169921875, -3619.298583984375, 177.2816925048828125, 3.79250502586364746, 0, 0, -0.94750499725341796, 0.319740980863571166, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Camp Murroch - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 2601, 14795, 14814, '0', 0, 0, 750.013916015625, -3588.69091796875, 176.6130218505859375, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Camp Murroch - Difficulty: 0) CreateObject1
(@OGUID+19, 180523, 2601, 14795, 14814, '0', 0, 0, 740.72918701171875, -3639.27783203125, 168.8269805908203125, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Camp Murroch - Difficulty: 0) CreateObject1
(@OGUID+20, 464915, 2601, 14795, 14814, '0', 0, 0, 748.609375, -3639.6875, 168.82696533203125, 3.813741683959960937, 0, 0, -0.94405651092529296, 0.329783737659454345, 120, 255, 1, 57212), -- Candy Bucket (Area: Camp Murroch - Difficulty: 0) CreateObject1
-- Opportunity Point
(@OGUID+21, 180405, 2601, 14795, 14812, '0', 0, 0, 51.6805572509765625, -3938.5869140625, 121.928253173828125, 6.107064247131347656, 0, 0, -0.08794689178466796, 0.99612516164779663, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Opportunity Point - Difficulty: 0) CreateObject1
(@OGUID+22, 180406, 2601, 14795, 14812, '0', 0, 0, 47.19444656372070312, -3933.845458984375, 121.7143936157226562, 4.749752521514892578, 0, 0, -0.69377422332763671, 0.720192551612854003, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Opportunity Point - Difficulty: 0) CreateObject1
(@OGUID+23, 180407, 2601, 14795, 14812, '0', 0, 0, 30.765625, -3923.1181640625, 123.9784088134765625, 1.391303539276123046, 0.078999519348144531, 0.027223587036132812, 0.640431404113769531, 0.763456344604492187, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Opportunity Point - Difficulty: 0) CreateObject1
(@OGUID+24, 180408, 2601, 14795, 14812, '0', 0, 0, 32.42534637451171875, -3920.3125, 123.827789306640625, 3.79250502586364746, 0, 0, -0.94750499725341796, 0.319740980863571166, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Opportunity Point - Difficulty: 0) CreateObject1
(@OGUID+25, 180415, 2601, 14795, 14812, '0', 0, 0, 38.67534637451171875, -3921.888916015625, 122.7741470336914062, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Opportunity Point - Difficulty: 0) CreateObject1
(@OGUID+26, 180523, 2601, 14795, 14812, '0', 0, 0, 46.67882156372070312, -3921.328125, 121.6689224243164062, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Opportunity Point - Difficulty: 0) CreateObject1
(@OGUID+27, 464917, 2601, 14795, 14812, '0', 0, 0, 31.95659828186035156, -3924.810791015625, 121.6719589233398437, 0.947317540645599365, 0, 0, 0.456145286560058593, 0.889905333518981933, 120, 255, 1, 57212); -- Candy Bucket (Area: Opportunity Point - 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,126 @@
SET @OGUID := 10800337;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry` IN (464921, 464922, 464920, 464919);
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
(464919, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27769, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212), -- Candy Bucket
(464920, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27770, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212), -- Candy Bucket
(464921, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27771, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212), -- Candy Bucket
(464922, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27772, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (464921, 464922, 464920, 464919);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(464922, 35, 0x4, 0, 0), -- Candy Bucket
(464921, 35, 0x4, 0, 0), -- Candy Bucket
(464920, 35, 0x4, 0, 0), -- Candy Bucket
(464919, 35, 0x4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (84574, 84575, 84573, 84572);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(84574, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212), -- Candy Bucket
(84575, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212), -- Candy Bucket
(84573, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212), -- Candy Bucket
(84572, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id` IN (464921, 464922, 464920, 464919);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(464921, 84574, 57212),
(464922, 84575, 57212),
(464920, 84573, 57212),
(464919, 84572, 57212);
DELETE FROM `gameobject_questender` WHERE `id` IN (464921, 464922, 464920, 464919);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(464921, 84574, 57212),
(464922, 84575, 57212),
(464920, 84573, 57212),
(464919, 84572, 57212);
-- 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
-- Lorel's Crossing
(@OGUID+0, 180405, 2601, 14838, 15107, '0', 0, 0, 2732.275146484375, 305.989593505859375, 64.123931884765625, 4.975747585296630859, 0, 0, -0.60814285278320312, 0.793827593326568603, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Lorel's Crossing - Difficulty: 0) CreateObject1
(@OGUID+1, 180405, 2601, 14838, 15107, '0', 0, 0, 2734.5322265625, 326.48785400390625, 64.37332916259765625, 5.2530517578125, 0.01692819595336914, 0.007182121276855468, -0.49265193939208984, 0.870032131671905517, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Lorel's Crossing - Difficulty: 0) CreateObject1
(@OGUID+2, 180406, 2601, 14838, 15107, '0', 0, 0, 2743.91748046875, 335.463531494140625, 63.56161880493164062, 3.634562015533447265, 0, 0, -0.96977615356445312, 0.243996292352676391, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Lorel's Crossing - Difficulty: 0) CreateObject1
(@OGUID+3, 180406, 2601, 14838, 15107, '0', 0, 0, 2733.368896484375, 313.657989501953125, 64.32811737060546875, 5.109864234924316406, 0, 0, -0.55358314514160156, 0.832793891429901123, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Lorel's Crossing - Difficulty: 0) CreateObject1
(@OGUID+4, 180407, 2601, 14838, 15107, '0', 0, 0, 2733.145751953125, 311.37847900390625, 64.31070709228515625, 5.001270771026611328, -0.0246901512145996, -0.01338005065917968, -0.59796810150146484, 0.801027834415435791, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Lorel's Crossing - Difficulty: 0) CreateObject1
(@OGUID+5, 180407, 2601, 14838, 15107, '0', 0, 0, 2734.7890625, 328.567718505859375, 64.52198028564453125, 5.174334049224853515, 0.050740242004394531, -0.06638908386230468, -0.52263164520263671, 0.848453938961029052, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Lorel's Crossing - Difficulty: 0) CreateObject1
(@OGUID+6, 180408, 2601, 14838, 15107, '0', 0, 0, 2730.912353515625, 320.140625, 77.96810150146484375, 4.772849559783935546, -0.02669000625610351, 0.022539138793945312, -0.68504047393798828, 0.727666914463043212, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Lorel's Crossing - Difficulty: 0) CreateObject1
(@OGUID+7, 180415, 2601, 14838, 15107, '0', 0, 0, 2753.40185546875, 318.776031494140625, 65.813018798828125, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Lorel's Crossing - Difficulty: 0) CreateObject1
(@OGUID+8, 180415, 2601, 14838, 15107, '0', 0, 0, 2753.272705078125, 318.263885498046875, 65.65274810791015625, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Lorel's Crossing - Difficulty: 0) CreateObject1
(@OGUID+9, 180523, 2601, 14838, 15107, '0', 0, 0, 2746.0400390625, 285.55035400390625, 64.42412567138671875, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Lorel's Crossing - Difficulty: 0) CreateObject1
(@OGUID+10, 464920, 2601, 14838, 15107, '0', 0, 0, 2752.0859375, 319.961822509765625, 64.46137237548828125, 5.020358562469482421, 0, 0, -0.5902862548828125, 0.807193934917449951, 120, 255, 1, 57212), -- Candy Bucket (Area: Lorel's Crossing - Difficulty: 0) CreateObject1
-- Dunelle's Kindness
(@OGUID+11, 180405, 2601, 14838, 14916, '0', 0, 0, 2448.5625, -1332.6302490234375, -45.1460990905761718, 2.823662519454956054, -0.01263332366943359, 0.013361930847167968, 0.987198829650878906, 0.158430904150009155, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Dunelle's Kindness - Difficulty: 0) CreateObject1
(@OGUID+12, 180405, 2601, 14838, 14916, '0', 0, 0, 2430.29345703125, -1340.9149169921875, -46.6360015869140625, 2.845476865768432617, 0, 0, 0.9890594482421875, 0.147517517209053039, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Dunelle's Kindness - Difficulty: 0) CreateObject1
(@OGUID+13, 180406, 2601, 14838, 14916, '0', 0, 0, 2446.296875, -1332.6822509765625, -45.1460990905761718, 4.492058753967285156, 0, 0, -0.78056144714355468, 0.625079035758972167, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Dunelle's Kindness - Difficulty: 0) CreateObject1
(@OGUID+14, 180406, 2601, 14838, 14916, '0', 0, 0, 2415.232666015625, -1307.920166015625, -45.700714111328125, 2.818093538284301757, 0, 0, 0.986947059631347656, 0.161045119166374206, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Dunelle's Kindness - Difficulty: 0) CreateObject1
(@OGUID+15, 180407, 2601, 14838, 14916, '0', 0, 0, 2447.569580078125, -1334.24658203125, -45.1460990905761718, 0.508146524429321289, -0.00500392913818359, -0.02763271331787109, 0.250958442687988281, 0.96759045124053955, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Dunelle's Kindness - Difficulty: 0) CreateObject1
(@OGUID+16, 180407, 2601, 14838, 14916, '0', 0, 0, 2419.7587890625, -1322.10595703125, -46.3124275207519531, 2.48961496353149414, 0.053173542022705078, 0.064455986022949218, 0.944765090942382812, 0.316917747259140014, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Dunelle's Kindness - Difficulty: 0) CreateObject1
(@OGUID+17, 180408, 2601, 14838, 14916, '0', 0, 0, 2423.567626953125, -1325.0625, -36.5926399230957031, 2.408214569091796875, -0.01074934005737304, -0.03323841094970703, 0.932926177978515625, 0.35836908221244812, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Dunelle's Kindness - Difficulty: 0) CreateObject1
(@OGUID+18, 180415, 2601, 14838, 14916, '0', 0, 0, 2425.40625, -1326.75, -41.2712631225585937, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Dunelle's Kindness - Difficulty: 0) CreateObject1
(@OGUID+19, 180415, 2601, 14838, 14916, '0', 0, 0, 2421.786376953125, -1323.1302490234375, -41.2822189331054687, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Dunelle's Kindness - Difficulty: 0) CreateObject1
(@OGUID+20, 180523, 2601, 14838, 14916, '0', 0, 0, 2429.30908203125, -1349.8021240234375, -45.3359489440917968, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Dunelle's Kindness - Difficulty: 0) CreateObject1
(@OGUID+21, 464919, 2601, 14838, 14916, '0', 0, 0, 2410.350830078125, -1334.423583984375, -45.2929801940917968, 0.797762572765350341, 0, 0, 0.388387680053710937, 0.921496093273162841, 120, 255, 1, 57212), -- Candy Bucket (Area: Dunelle's Kindness - Difficulty: 0) CreateObject1
-- Mereldar
(@OGUID+22, 180405, 2601, 14838, 14917, '0', 0, 0, 1862.5052490234375, 867.62677001953125, 127.3740081787109375, 3.539043426513671875, 0.016511917114257812, -0.00809288024902343, -0.98018550872802734, 0.197226345539093017, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Mereldar - Difficulty: 0) CreateObject1
(@OGUID+23, 180406, 2601, 14838, 14917, '0', 0, 0, 1849.0069580078125, 866.1336669921875, 126.9521331787109375, 3.183024883270263671, 0, 0, -0.99978542327880859, 0.02071458101272583, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Mereldar - Difficulty: 0) CreateObject1
(@OGUID+24, 180407, 2601, 14838, 14917, '0', 0, 0, 1867.65625, 869.6475830078125, 134.5472564697265625, 3.608828544616699218, -0.01084613800048828, -0.08285140991210937, -0.96889114379882812, 0.232954934239387512, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Mereldar - Difficulty: 0) CreateObject1
(@OGUID+25, 180408, 2601, 14838, 14917, '0', 0, 0, 1867.5416259765625, 869.84027099609375, 136.0551605224609375, 3.183804750442504882, -0.00261688232421875, 0.0348358154296875, -0.99916839599609375, 0.021025881171226501, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Mereldar - Difficulty: 0) CreateObject1
(@OGUID+26, 180415, 2601, 14838, 14917, '0', 0, 0, 1854.126708984375, 847.2430419921875, 128.9074859619140625, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Mereldar - Difficulty: 0) CreateObject1
(@OGUID+27, 180415, 2601, 14838, 14917, '0', 0, 0, 1854.5728759765625, 847.248291015625, 129.0195770263671875, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Mereldar - Difficulty: 0) CreateObject1
(@OGUID+28, 180523, 2601, 14838, 14917, '0', 0, 0, 1821.140625, 854.5711669921875, 127.63067626953125, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Mereldar - Difficulty: 0) CreateObject1
(@OGUID+29, 464922, 2601, 14838, 14917, '0', 0, 0, 1856.6666259765625, 848.734375, 127.63067626953125, 3.778800725936889648, 0, 0, -0.94967365264892578, 0.313241094350814819, 120, 255, 1, 57212), -- Candy Bucket (Area: Mereldar - Difficulty: 0) CreateObject1
-- Light's Redoubt
(@OGUID+30, 180405, 2601, 14838, 14928, '0', 0, 0, 1171.6944580078125, 1023.94622802734375, 46.72400283813476562, 6.222667217254638671, 0.011630058288574218, 0.014243125915527343, -0.03041267395019531, 0.999368250370025634, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Light's Redoubt - Difficulty: 0) CreateObject1
(@OGUID+31, 180406, 2601, 14838, 14928, '0', 0, 0, 1163.6597900390625, 1004.93927001953125, 49.37694168090820312, 3.970162868499755859, 0, 0, -0.91540431976318359, 0.402535617351531982, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Light's Redoubt - Difficulty: 0) CreateObject1
(@OGUID+32, 180407, 2601, 14838, 14928, '0', 0, 0, 1169.203125, 1026.0816650390625, 46.63826370239257812, 6.148765087127685546, 0.075917243957519531, -0.03490829467773437, -0.06459999084472656, 0.994406759738922119, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Light's Redoubt - Difficulty: 0) CreateObject1
(@OGUID+33, 180408, 2601, 14838, 14928, '0', 0, 0, 1174.46533203125, 1030.703125, 47.52219772338867187, 5.93768310546875, -0.03468751907348632, 0.004141807556152343, -0.17185306549072265, 0.984502971172332763, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Light's Redoubt - Difficulty: 0) CreateObject1
(@OGUID+34, 180415, 2601, 14838, 14928, '0', 0, 0, 1180.513916015625, 1043.701416015625, 40.77159500122070312, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Light's Redoubt - Difficulty: 0) CreateObject1
(@OGUID+35, 180415, 2601, 14838, 14928, '0', 0, 0, 1177.390625, 1043.453125, 40.67887496948242187, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Light's Redoubt - Difficulty: 0) CreateObject1
(@OGUID+36, 180523, 2601, 14838, 14928, '0', 0, 0, 1182.7725830078125, 1043.736083984375, 38.90559768676757812, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Light's Redoubt - Difficulty: 0) CreateObject1
(@OGUID+37, 464921, 2601, 14838, 14928, '0', 0, 0, 1176.9635009765625, 1030.2396240234375, 40.36378860473632812, 0.604954481124877929, 0, 0, 0.297885894775390625, 0.954601466655731201, 120, 255, 1, 57212); -- Candy Bucket (Area: Light's Redoubt - 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,92 @@
SET @OGUID := 10800375;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry` IN (464923, 464924, 464925);
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
(464923, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27773, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212), -- Candy Bucket
(464924, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27774, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212), -- Candy Bucket
(464925, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27775, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (464923, 464924, 464925);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(464925, 35, 0x4, 0, 0), -- Candy Bucket
(464924, 35, 0x4, 0, 0), -- Candy Bucket
(464923, 35, 0x4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (84576, 84577, 84578);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(84576, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212), -- Candy Bucket
(84577, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212), -- Candy Bucket
(84578, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id` IN (464923, 464924, 464925);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(464923, 84576, 57212),
(464924, 84577, 57212),
(464925, 84578, 57212);
DELETE FROM `gameobject_questender` WHERE `id` IN (464923, 464924, 464925);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(464923, 84576, 57212),
(464924, 84577, 57212),
(464925, 84578, 57212);
-- 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
-- Umbral Bazzar
(@OGUID+0, 180405, 2601, 14753, 14791, '0', 0, 0, -1778.5660400390625, -913.5555419921875, -1242.5491943359375, 5.65765237808227539, 0.015139579772949218, 0.01043701171875, -0.30779552459716796, 0.951274812221527099, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 2601, 14753, 14791, '0', 0, 0, -1795.9896240234375, -928.828125, -1242.05517578125, 0.703214287757873535, 0, 0, 0.344407081604003906, 0.938820421695709228, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 2601, 14753, 14791, '0', 0, 0, -1789.2586669921875, -913.69097900390625, -1242.5426025390625, 0.732989370822906494, -0.00004053115844726, 0.011440277099609375, 0.358281135559082031, 0.933543682098388671, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
(@OGUID+3, 180408, 2601, 14753, 14791, '0', 0, 0, -1796, -928.77777099609375, -1240.632568359375, 0.372776746749877929, 0.001995563507080078, 0.029156684875488281, 0.185027122497558593, 0.982298791408538818, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 2601, 14753, 14791, '0', 0, 0, -1784.62158203125, -882.90277099609375, -1241.0360107421875, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
(@OGUID+5, 180415, 2601, 14752, 14766, '0', 0, 0, -1783.842041015625, -883.0225830078125, -1241.0074462890625, 6.229013919830322265, 0, 0, -0.02708244323730468, 0.999633193016052246, 120, 255, 1, 57212), -- CandleBlack01 (Area: Wildcamp Ul'ar - Difficulty: 0) CreateObject1
(@OGUID+6, 180523, 2601, 14752, 14766, '0', 0, 0, -1767.888916015625, -888.982666015625, -1242.5517578125, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Wildcamp Ul'ar - Difficulty: 0) CreateObject1
(@OGUID+7, 464925, 2601, 14753, 14791, '0', 0, 0, -1789.435791015625, -877.25347900390625, -1242.5113525390625, 5.825554847717285156, 0, 0, -0.22682380676269531, 0.97393578290939331, 120, 255, 1, 57212), -- Candy Bucket (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
-- High Hollows
(@OGUID+8, 180405, 2601, 14753, 14794, '0', 0, 0, -2108.447998046875, -1166.8194580078125, -1231.913330078125, 0.782090365886688232, 0.004787921905517578, 0.017754554748535156, 0.380939483642578125, 0.924417078495025634, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: The Burrows - Difficulty: 0) CreateObject1
(@OGUID+9, 180406, 2601, 14753, 14794, '0', 0, 0, -2097.263916015625, -1164.1510009765625, -1231.9871826171875, 0.607090711593627929, 0, 0, 0.298905372619628906, 0.954282760620117187, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: The Burrows - Difficulty: 0) CreateObject1
(@OGUID+10, 180407, 2601, 14753, 14794, '0', 0, 0, -2102.838623046875, -1165.66845703125, -1232.2191162109375, 0.676983535289764404, 0.083531856536865234, -0.00211334228515625, 0.333100318908691406, 0.939181625843048095, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: The Burrows - Difficulty: 0) CreateObject1
(@OGUID+11, 180408, 2601, 14753, 14794, '0', 0, 0, -2102.802001953125, -1165.767333984375, -1230.7255859375, 0.234233617782592773, 0.004008769989013671, 0.028948783874511718, 0.1165924072265625, 0.992749810218811035, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: The Burrows - Difficulty: 0) CreateObject1
(@OGUID+12, 180415, 2601, 14753, 14794, '0', 0, 0, -2109.725830078125, -1133.5208740234375, -1241.5865478515625, 6.229013919830322265, 0, 0, -0.02708244323730468, 0.999633193016052246, 120, 255, 1, 57212), -- CandleBlack01 (Area: The Burrows - Difficulty: 0) CreateObject1
(@OGUID+13, 180415, 2601, 14753, 14794, '0', 0, 0, -2112.9619140625, -1134.373291015625, -1241.664306640625, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: The Burrows - Difficulty: 0) CreateObject1
(@OGUID+14, 180523, 2601, 14753, 14794, '0', 0, 0, -2097.020751953125, -1154.626708984375, -1244.2135009765625, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: The Burrows - Difficulty: 0) CreateObject1
(@OGUID+15, 464923, 2601, 14753, 14794, '0', 0, 0, -2095.1337890625, -1172.4722900390625, -1244.2147216796875, 0.151667013764381408, 0, 0, 0.075760841369628906, 0.99712604284286499, 120, 255, 1, 57212), -- Candy Bucket (Area: The Burrows - Difficulty: 0) CreateObject1
-- The Burrows
(@OGUID+16, 180405, 2601, 14753, 14791, '0', 0, 0, -2118.125, -1009.90631103515625, -1325.1065673828125, 3.927073955535888671, 0.017762660980224609, -0.00475788116455078, -0.92376995086669921, 0.382506102323532104, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
(@OGUID+17, 180406, 2601, 14753, 14791, '0', 0, 0, -2108.328125, -991.935791015625, -1325.4862060546875, 4.905394554138183593, 0, 0, -0.63568496704101562, 0.771948575973510742, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
(@OGUID+18, 180407, 2601, 14753, 14791, '0', 0, 0, -2033.782958984375, -1040.2291259765625, -1321.7027587890625, 4.767629146575927734, 0.062750816345214843, -0.18103694915771484, -0.66337299346923828, 0.723342418670654296, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
(@OGUID+19, 180408, 2601, 14753, 14791, '0', 0, 0, -2043.810791015625, -1051.3802490234375, -1320.969482421875, 4.918757438659667968, 0.023548603057861328, 0.017308235168457031, -0.63040542602539062, 0.77571570873260498, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
(@OGUID+20, 180415, 2601, 14753, 14791, '0', 0, 0, -2054.55908203125, -1072.7379150390625, -1324.7830810546875, 6.229013919830322265, 0, 0, -0.02708244323730468, 0.999633193016052246, 120, 255, 1, 57212), -- CandleBlack01 (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
(@OGUID+21, 180415, 2601, 14753, 14791, '0', 0, 0, -2054.803955078125, -1072.9478759765625, -1324.4805908203125, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
(@OGUID+22, 180523, 2601, 14753, 14791, '0', 0, 0, -2091.6806640625, -1073.876708984375, -1323.7366943359375, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
(@OGUID+23, 464924, 2601, 14753, 14791, '0', 0, 0, -2049.085205078125, -1061.8472900390625, -1325.8602294921875, 4.237780094146728515, 0, 0, -0.85351943969726562, 0.5210610032081604, 120, 255, 1, 57212); -- Candy Bucket (Area: Umbral Bazaar - Difficulty: 0) CreateObject1
-- 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);
@@ -0,0 +1,114 @@
SET @OGUID := 10800399;
-- Gameobject templates
DELETE FROM `gameobject_template` WHERE `entry` IN (464929, 464928, 464927, 464926);
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
(464929, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27779, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212), -- Candy Bucket
(464928, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27778, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212), -- Candy Bucket
(464927, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27777, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212), -- Candy Bucket
(464926, 2, 98384, 'Candy Bucket', '', '', '', 1, 0, 27776, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 57212); -- Candy Bucket
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (464929, 464928, 464927, 464926);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(464929, 35, 0x4, 0, 0), -- Candy Bucket
(464928, 35, 0x4, 0, 0), -- Candy Bucket
(464927, 35, 0x4, 0, 0), -- Candy Bucket
(464926, 35, 0x4, 0, 0); -- Candy Bucket
-- Quests
DELETE FROM `quest_offer_reward` WHERE `ID` IN (84581, 84580, 84582, 84579);
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(84581, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212), -- Candy Bucket
(84580, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212), -- Candy Bucket
(84582, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212), -- Candy Bucket
(84579, 0, 0, 0, 0, 0, 0, 0, 0, 'Candy buckets like this are located in inns throughout the realms. Go ahead... take some!', 57212); -- Candy Bucket
DELETE FROM `gameobject_queststarter` WHERE `id` IN (464929, 464928, 464927, 464926);
INSERT INTO `gameobject_queststarter` (`id`, `quest`, `VerifiedBuild`) VALUES
(464928, 84581, 57212),
(464927, 84580, 57212),
(464929, 84582, 57212),
(464926, 84579, 57212);
DELETE FROM `gameobject_questender` WHERE `id` IN (464929, 464928, 464927, 464926);
INSERT INTO `gameobject_questender` (`id`, `quest`, `VerifiedBuild`) VALUES
(464928, 84581, 57212),
(464927, 84580, 57212),
(464929, 84582, 57212),
(464926, 84579, 57212);
-- 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
-- Faerin's Advance
(@OGUID+0, 180405, 2601, 14752, 14945, '0', 0, 0, 685.1649169921875, -1596.44970703125, -986.12109375, 0.312640219926834106, 0.008785724639892578, 0.016153335571289062, 0.155496597290039062, 0.987665295600891113, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Faerin's Advance - Difficulty: 0) CreateObject1
(@OGUID+1, 180406, 2601, 14752, 14945, '0', 0, 0, 680.91668701171875, -1595.16845703125, -986.92059326171875, 6.011493682861328125, 0, 0, -0.13542842864990234, 0.990787088871002197, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Faerin's Advance - Difficulty: 0) CreateObject1
(@OGUID+2, 180407, 2601, 14752, 14945, '0', 0, 0, 682.82293701171875, -1596.21875, -986.3262939453125, 0.732989370822906494, -0.00004053115844726, 0.011440277099609375, 0.358281135559082031, 0.933543682098388671, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Faerin's Advance - Difficulty: 0) CreateObject1
(@OGUID+3, 180408, 2601, 14752, 14945, '0', 0, 0, 690.7882080078125, -1581.59033203125, -974.231689453125, 5.630537033081054687, -0.04174423217773437, -0.01031112670898437, -0.32106208801269531, 0.946081519126892089, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Faerin's Advance - Difficulty: 0) CreateObject1
(@OGUID+4, 180415, 2601, 14752, 14946, '0', 0, 0, 691.3367919921875, -1572.013916015625, -980.94866943359375, 0.367140263319015502, 0, 0, 0.1825408935546875, 0.983198225498199462, 120, 255, 1, 57212), -- CandleBlack01 (Area: Pillar-nest Vosh - Difficulty: 0) CreateObject1
(@OGUID+5, 180415, 2601, 14752, 14945, '0', 0, 0, 700.26214599609375, -1583.0399169921875, -980.912353515625, 0.367140263319015502, 0, 0, 0.1825408935546875, 0.983198225498199462, 120, 255, 1, 57212), -- CandleBlack01 (Area: Faerin's Advance - Difficulty: 0) CreateObject1
(@OGUID+6, 180415, 2601, 14752, 14945, '0', 0, 0, 686.8680419921875, -1575.5416259765625, -980.93426513671875, 6.229013919830322265, 0, 0, -0.02708244323730468, 0.999633193016052246, 120, 255, 1, 57212), -- CandleBlack01 (Area: Faerin's Advance - Difficulty: 0) CreateObject1
(@OGUID+7, 180415, 2601, 14752, 14945, '0', 0, 0, 695.76739501953125, -1586.625, -980.954345703125, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- CandleBlack01 (Area: Faerin's Advance - Difficulty: 0) CreateObject1
(@OGUID+8, 180523, 2601, 14752, 14945, '0', 0, 0, 686.75518798828125, -1572.203125, -987.27996826171875, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Faerin's Advance - Difficulty: 0) CreateObject1
(@OGUID+9, 464926, 2601, 14752, 14945, '0', 0, 0, 695.842041015625, -1584.21875, -987.39019775390625, 4.487949371337890625, 0, 0, -0.78184413909912109, 0.623473942279815673, 120, 255, 1, 57212), -- Candy Bucket (Area: Faerin's Advance - Difficulty: 0) CreateObject1
-- Weaver's Lair
(@OGUID+10, 180405, 2601, 14752, 14755, '0', 0, 0, -303.67535400390625, -1410.90283203125, -1087.3621826171875, 5.076570510864257812, 0.017495155334472656, 0.005661964416503906, -0.56740760803222656, 0.823231697082519531, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Weaver's Lair - Difficulty: 0) CreateObject1
(@OGUID+11, 180406, 2601, 14752, 14755, '0', 0, 0, -300.017364501953125, -1397.9722900390625, -1084.5076904296875, 4.947373390197753906, -0.16889333724975585, 0.301237106323242187, -0.54531002044677734, 0.763785481452941894, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Weaver's Lair - Difficulty: 0) CreateObject1
(@OGUID+12, 180407, 2601, 14752, 14755, '0', 0, 0, -308.482635498046875, -1425.5711669921875, -1087.393798828125, 5.145113945007324218, 0.00918436050415039, 0.006821632385253906, -0.53882122039794921, 0.842342495918273925, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Weaver's Lair - Difficulty: 0) CreateObject1
(@OGUID+13, 180408, 2601, 14752, 14755, '0', 0, 0, -316.317718505859375, -1432.9757080078125, -1085.0902099609375, 4.714815616607666015, -0.05248832702636718, 0.034543991088867187, -0.70540332794189453, 0.706015467643737792, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Weaver's Lair - Difficulty: 0) CreateObject1
(@OGUID+14, 180415, 2601, 14752, 14755, '0', 0, 0, -239.809036254882812, -1442.3663330078125, -1086.8780517578125, 6.229013919830322265, 0, 0, -0.02708244323730468, 0.999633193016052246, 120, 255, 1, 57212), -- CandleBlack01 (Area: Weaver's Lair - Difficulty: 0) CreateObject1
(@OGUID+15, 180523, 2601, 14752, 14755, '0', 0, 0, -275.119781494140625, -1449.734375, -1086.02783203125, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Weaver's Lair - Difficulty: 0) CreateObject1
(@OGUID+16, 464929, 2601, 14752, 14755, '0', 0, 0, -237.80035400390625, -1439.6875, -1088.120361328125, 4.816136837005615234, 0, 0, -0.66949176788330078, 0.742819488048553466, 120, 255, 1, 57212), -- Candy Bucket (Area: Weaver's Lair - Difficulty: 0) CreateObject1
-- Wildcamp Ul'ar
(@OGUID+17, 180405, 2601, 14752, 14766, '0', 0, 0, -1493.8472900390625, -607.60418701171875, -1357.8739013671875, 5.076570510864257812, 0.017495155334472656, 0.005661964416503906, -0.56740760803222656, 0.823231697082519531, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Wildcamp Ul'ar - Difficulty: 0) CreateObject1
(@OGUID+18, 180406, 2601, 14752, 14766, '0', 0, 0, -1507.107666015625, -617.94964599609375, -1358.2008056640625, 4.370656967163085937, 0, 0, -0.81704330444335937, 0.5765763521194458, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Wildcamp Ul'ar - Difficulty: 0) CreateObject1
(@OGUID+19, 180407, 2601, 14752, 14766, '0', 0, 0, -1502.720458984375, -592.47052001953125, -1357.6849365234375, 5.145113945007324218, 0.00918436050415039, 0.006821632385253906, -0.53882122039794921, 0.842342495918273925, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Wildcamp Ul'ar - Difficulty: 0) CreateObject1
(@OGUID+20, 180408, 2601, 14752, 14766, '0', 0, 0, -1484.3385009765625, -617.31597900390625, -1348.0562744140625, 4.746544361114501953, -0.0034499168395996, -0.03753471374511718, -0.69393539428710937, 0.719049990177154541, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Wildcamp Ul'ar - Difficulty: 0) CreateObject1
(@OGUID+21, 180415, 2601, 14752, 14766, '0', 0, 0, -1503.3472900390625, -616.58856201171875, -1357.9542236328125, 6.229013919830322265, 0, 0, -0.02708244323730468, 0.999633193016052246, 120, 255, 1, 57212), -- CandleBlack01 (Area: Wildcamp Ul'ar - Difficulty: 0) CreateObject1
(@OGUID+22, 180523, 2601, 14752, 14766, '0', 0, 0, -1488.765625, -591.6007080078125, -1357.49267578125, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Wildcamp Ul'ar - Difficulty: 0) CreateObject1
(@OGUID+23, 464928, 2601, 14752, 14766, '0', 0, 0, -1490.02783203125, -613.00518798828125, -1358.025634765625, 4.624428749084472656, 0, 0, -0.73751163482666015, 0.675334393978118896, 120, 255, 1, 57212), -- Candy Bucket (Area: Wildcamp Ul'ar - Difficulty: 0) CreateObject1
-- Mmarl
(@OGUID+24, 180405, 2601, 14752, 14767, '0', 0, 0, -1314.5035400390625, -2868.132080078125, -1184.9091796875, 3.054005861282348632, -0.0140852928161621, 0.011821746826171875, 0.998865127563476562, 0.0439351387321949, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: 0Mmarl - Difficulty: 0) CreateObject1
(@OGUID+25, 180405, 2601, 14752, 14767, '0', 0, 0, -1361.84033203125, -2852.614501953125, -1185.38671875, 4.4309234619140625, 0.018387794494628906, -0.00017929077148437, -0.79926395416259765, 0.600698769092559814, 120, 255, 1, 57212), -- G_Pumpkin_01 (Area: Mmarl - Difficulty: 0) CreateObject1
(@OGUID+26, 180406, 2601, 14752, 14767, '0', 0, 0, -1327.9322509765625, -2915.53125, -1185.648193359375, 1.844140172004699707, 0, 0, 0.796854019165039062, 0.60417187213897705, 120, 255, 1, 57212), -- G_Pumpkin_02 (Area: Mmarl - Difficulty: 0) CreateObject1
(@OGUID+27, 180407, 2601, 14752, 14767, '0', 0, 0, -1376.0538330078125, -2901.432373046875, -1185.6280517578125, 6.247280120849609375, 0.004252910614013671, 0.0106201171875, -0.01799392700195312, 0.99977266788482666, 120, 255, 1, 57212), -- G_Pumpkin_03 (Area: Mmarl - Difficulty: 0) CreateObject1
(@OGUID+28, 180408, 2601, 14752, 14767, '0', 0, 0, -1327.138916015625, -2888.432373046875, -1182.918701171875, 5.777016639709472656, 0.015492439270019531, -0.03436183929443359, -0.24954128265380859, 0.967630267143249511, 120, 255, 1, 57212), -- G_WitchHat_01 (Area: Mmarl - Difficulty: 0) CreateObject1
(@OGUID+29, 180415, 2601, 14752, 14767, '0', 0, 0, -1320.763916015625, -2861.038330078125, -1181.5469970703125, 6.229013919830322265, 0, 0, -0.02708244323730468, 0.999633193016052246, 120, 255, 1, 57212), -- CandleBlack01 (Area: Mmarl - Difficulty: 0) CreateObject1
(@OGUID+30, 180523, 2601, 14752, 14767, '0', 0, 0, -1341.5069580078125, -2869.123291015625, -1185.6256103515625, 0, 0, 0, 0, 1, 120, 255, 1, 57212), -- Apple Bob (Area: Mmarl - Difficulty: 0) CreateObject1
(@OGUID+31, 464927, 2601, 14752, 14767, '0', 0, 0, -1329.9757080078125, -2891.076416015625, -1185.6256103515625, 5.635345935821533203, 0, 0, -0.31828498840332031, 0.94799506664276123, 120, 255, 1, 57212); -- Candy Bucket (Area: Mmarl - Difficulty: 0) CreateObject1
-- Event spawns
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+31;
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(12, @OGUID+0),
(12, @OGUID+1),
(12, @OGUID+2),
(12, @OGUID+3),
(12, @OGUID+4),
(12, @OGUID+5),
(12, @OGUID+6),
(12, @OGUID+7),
(12, @OGUID+8),
(12, @OGUID+9),
(12, @OGUID+10),
(12, @OGUID+11),
(12, @OGUID+12),
(12, @OGUID+13),
(12, @OGUID+14),
(12, @OGUID+15),
(12, @OGUID+16),
(12, @OGUID+17),
(12, @OGUID+18),
(12, @OGUID+19),
(12, @OGUID+20),
(12, @OGUID+21),
(12, @OGUID+22),
(12, @OGUID+23),
(12, @OGUID+24),
(12, @OGUID+25),
(12, @OGUID+26),
(12, @OGUID+27),
(12, @OGUID+28),
(12, @OGUID+29),
(12, @OGUID+30),
(12, @OGUID+31);
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_soothing_darkness';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(1856, 'spell_rog_soothing_darkness');
@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=703 AND `ScriptName`='spell_rog_improved_garrote_damage';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(703, 'spell_rog_improved_garrote_damage');
DELETE FROM `spell_script_names` WHERE `spell_id`=1784 AND `ScriptName`='spell_rog_improved_garrote';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(1784, 'spell_rog_improved_garrote');
@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_rog_airborne_irritant','spell_rog_airborne_irritant_target_selection');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(2094, 'spell_rog_airborne_irritant'),
(427773, 'spell_rog_airborne_irritant_target_selection');
@@ -0,0 +1,425 @@
SET @CGUID := 10004291;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+125;
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`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+1, 221528, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1122.1649169921875, -2280.83154296875, 96.29673004150390625, 3.702281475067138671, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Soaring Plainshawk (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+2, 225270, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1126.920166015625, -2299.632080078125, 87.9004974365234375, 6.212477684020996093, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+3, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1104.7708740234375, -2338.68408203125, 84.47222900390625, 6.233168601989746093, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+4, 225270, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1136.2569580078125, -2294.194580078125, 87.714996337890625, 0, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+5, 221528, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1126.03125, -2271.9306640625, 112.3149642944335937, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Soaring Plainshawk (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+6, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1162.1597900390625, -2359.529541015625, 88.80396270751953125, 0.573921084403991699, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+7, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1089, -2422.697998046875, 69.7669677734375, 1.477960944175720214, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+8, 221519, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1043.0364990234375, -2352.28125, 69.912322998046875, 5.105098247528076171, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Fluttering Sapphire (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+9, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1060.3038330078125, -2381.032958984375, 72.545196533203125, 3.24641275405883789, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+10, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1139.1961669921875, -2395.7119140625, 80.534881591796875, 2.421428680419921875, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+11, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1113.375, -2401.97216796875, 78.13864898681640625, 5.133153438568115234, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+12, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1079.8975830078125, -2394.6806640625, 75.11767578125, 1.955991506576538085, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+13, 221519, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1057.9444580078125, -2345.098876953125, 73.7835693359375, 5.105098247528076171, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Fluttering Sapphire (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+14, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1027.0069580078125, -2467.725830078125, 54.38938140869140625, 1.97751474380493164, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable)
(@CGUID+15, 221519, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1045.5885009765625, -2483.3837890625, 61.20178985595703125, 1.178087353706359863, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Fluttering Sapphire (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+16, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1054.298583984375, -2490.795166015625, 58.23914718627929687, 1.623456358909606933, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable)
(@CGUID+17, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1010.39410400390625, -2558.94091796875, 61.08159637451171875, 0.176193580031394958, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable) (possible waypoints or random movement)
(@CGUID+18, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 979.576416015625, -2514.685791015625, 48.61640548706054687, 0.239495739340782165, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+19, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1009.4149169921875, -2477.59033203125, 52.5279541015625, 0.985584735870361328, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable) (possible waypoints or random movement)
(@CGUID+20, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1032.1475830078125, -2527.388916015625, 55.88359451293945312, 3.942825794219970703, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable) (possible waypoints or random movement)
(@CGUID+21, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 981.52777099609375, -2481.460205078125, 48.87318801879882812, 4.337102890014648437, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable) (possible waypoints or random movement)
(@CGUID+22, 225270, 2552, 14717, 14717, '0', 0, 0, 0, 0, 963.73785400390625, -2549.757080078125, 56.24970626831054687, 1.006684184074401855, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+23, 225270, 2552, 14717, 14717, '0', 0, 0, 0, 0, 963.73785400390625, -2549.757080078125, 56.24970626831054687, 1.006684184074401855, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+24, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 914.53302001953125, -2690.1875, 56.6151885986328125, 4.982587337493896484, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+25, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 941.4444580078125, -2600.51904296875, 59.0229949951171875, 0.172539353370666503, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+26, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 968.46875, -2615.876708984375, 67.2250823974609375, 2.541871309280395507, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+27, 225271, 2552, 14717, 14717, '0', 0, 0, 0, 0, 968.46875, -2615.876708984375, 67.2250823974609375, 5.683161735534667968, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: ) (possible waypoints or random movement)
(@CGUID+28, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 998.2430419921875, -2640.37841796875, 71.179931640625, 4.113070964813232421, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+29, 222182, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1028.392333984375, -2649.515625, 72.8268585205078125, 1.241391539573669433, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Basin Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+30, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 976.16668701171875, -2632.545166015625, 68.26599884033203125, 1.314798235893249511, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+31, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1004.12677001953125, -2670.239501953125, 68.78293609619140625, 1.907396197319030761, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+32, 223095, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1008.048583984375, -2644.907958984375, 72.05902862548828125, 1.014679551124572753, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Bedrock Stonecharger (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+33, 222182, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1073.6007080078125, -2518.34716796875, 65.992828369140625, 6.178853034973144531, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Basin Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+34, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1089.9791259765625, -2504.048583984375, 67.2600860595703125, 1.289394736289978027, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable) (possible waypoints or random movement)
(@CGUID+35, 222182, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1075.2691650390625, -2520.91845703125, 66.796875, 0.412375509738922119, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Basin Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+36, 222182, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1090.29345703125, -2507.132080078125, 68.36632537841796875, 5.506326675415039062, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Basin Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+37, 222182, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1107.685791015625, -2511.23095703125, 70.356842041015625, 2.067642450332641601, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Basin Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+38, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1196.892333984375, -2520.407958984375, 83.60590362548828125, 0.863375544548034667, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+39, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1191.6353759765625, -2531.53466796875, 80.45201873779296875, 3.340412855148315429, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+40, 222182, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1202.2864990234375, -2538.833251953125, 81.9010467529296875, 3.980371475219726562, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Basin Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+41, 222182, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1169.8697509765625, -2548.520751953125, 81.8541717529296875, 0.918354928493499755, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Basin Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+42, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1194.342041015625, -2553.657958984375, 81.53229522705078125, 0.111304223537445068, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+43, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1147.9427490234375, -2508.236083984375, 67.1805572509765625, 2.250378370285034179, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+44, 222182, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1184.8941650390625, -2534.736083984375, 78.22570037841796875, 4.346275806427001953, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Basin Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: ) (possible waypoints or random movement)
(@CGUID+45, 225270, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1191, -2584.7744140625, 77.12958526611328125, 1.786462187767028808, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+46, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1198.654541015625, -2545.935791015625, 81.08050537109375, 2.170200109481811523, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: ) (possible waypoints or random movement)
(@CGUID+47, 225268, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1138.3194580078125, -2569.958251953125, 63.6722259521484375, 0.584752440452575683, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plainswalker Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+48, 222182, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1001.10772705078125, -2618.928955078125, 79.11199951171875, 5.567833900451660156, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Basin Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+49, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 896.9913330078125, -2709.10595703125, 56.09589767456054687, 3.029442787170410156, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+50, 221519, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1131.1197509765625, -2483.388916015625, 67.7689208984375, 5.105098247528076171, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Fluttering Sapphire (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+51, 221528, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1165.7708740234375, -2556.192626953125, 106.3261032104492187, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Soaring Plainshawk (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+52, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1263.4132080078125, -2516.123291015625, 101.02569580078125, 1.612819671630859375, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable)
(@CGUID+53, 225270, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1220.2083740234375, -2472.583251953125, 94.0221710205078125, 3.081252574920654296, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+55, 225270, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1271.375, -2505.217041015625, 104.8295364379882812, 0, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+56, 221519, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1237.93408203125, -2503.020751953125, 95.3243255615234375, 1.178087353706359863, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Fluttering Sapphire (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+57, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1176.236083984375, -2436.51220703125, 85.48726654052734375, 5.274718284606933593, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+58, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 959.25, -2682.34716796875, 68.76136016845703125, 5.849575042724609375, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+59, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 988.9617919921875, -2639.536376953125, 70.42768096923828125, 0.744543194770812988, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable) (possible waypoints or random movement)
(@CGUID+60, 221524, 2552, 14717, 14717, '0', 0, 0, 0, 0, 900.0555419921875, -2680.12158203125, 57.3291473388671875, 0.206703931093215942, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+61, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 967.3507080078125, -2645.9931640625, 67.52167510986328125, 0.550886750221252441, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: 106562 - Cosmetic - Sleep Zzz Breakable) (possible waypoints or random movement)
(@CGUID+62, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1007.34722900390625, -2681.451416015625, 69.06223297119140625, 2.291038036346435546, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+63, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1265.623291015625, -2641.6181640625, 84.1369171142578125, 3.744344949722290039, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+64, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1246.9791259765625, -2585.991455078125, 89.93264007568359375, 3.049927234649658203, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+65, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1197.87158203125, -2601.7587890625, 75.5903472900390625, 3.25756072998046875, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+66, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1282.5625, -2582.329833984375, 104.4965286254882812, 1.303998351097106933, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+67, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1206.3211669921875, -2618.064208984375, 76.43619537353515625, 0.011472704820334911, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+68, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1344.3958740234375, -2641.1806640625, 107.1263427734375, 0.79532790184020996, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+69, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1374.6285400390625, -2625.58154296875, 113.7419357299804687, 2.361749172210693359, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+70, 225270, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1294.5225830078125, -2631.5, 93.60721588134765625, 0, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+71, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1329.421875, -2639.132080078125, 103.5290985107421875, 0.938516855239868164, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+72, 221526, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1362.7552490234375, -2576.888916015625, 114.4189987182617187, 1.952292799949645996, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Mosspelt Ramolith (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+73, 225270, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1220.2083740234375, -2472.583251953125, 94.0221710205078125, 3.081252574920654296, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+74, 225270, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1191, -2584.7744140625, 77.12958526611328125, 1.786462187767028808, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (Auras: )
(@CGUID+75, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 915.96527099609375, -2649.486083984375, 59.52630615234375, 0.928432822227478027, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+76, 222182, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1060.80908203125, -2639.828125, 68.58898162841796875, 5.127486705780029296, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Basin Ferret (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+77, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1030.1788330078125, -2701.3056640625, 64.18717193603515625, 1.071868658065795898, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+78, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 999.71527099609375, -2737.994873046875, 64.1234130859375, 1.38983619213104248, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+79, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 1015.94097900390625, -2711.421875, 64.9664306640625, 5.590720653533935546, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+80, 221523, 2552, 14717, 14717, '0', 0, 0, 0, 0, 997.388916015625, -2761.132080078125, 59.82355499267578125, 2.265883684158325195, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+81, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 936.5399169921875, -2729.20654296875, 57.33840560913085937, 4.051886558532714843, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+82, 221684, 2552, 14717, 14717, '0', 0, 0, 0, 0, 948.6632080078125, -2756.4150390625, 58.43769454956054687, 2.346099615097045898, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: Isle of Dorn - Difficulty: 0) CreateObject2
(@CGUID+83, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 968.46875, -2615.876708984375, 67.2250823974609375, 2.541871309280395507, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+84, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 968.46875, -2615.876708984375, 67.2250823974609375, 2.541871309280395507, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+85, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 968.46875, -2615.876708984375, 67.2250823974609375, 2.541871309280395507, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+86, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 968.46875, -2615.876708984375, 67.2250823974609375, 2.541871309280395507, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+87, 221522, 2552, 14717, 14717, '0', 0, 0, 0, 0, 968.46875, -2615.876708984375, 67.2250823974609375, 2.541871309280395507, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: Isle of Dorn - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+88, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1058.7291259765625, -2748.098876953125, 66.98675537109375, 0.595250427722930908, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+89, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1063.6458740234375, -2734.68408203125, 66.21485137939453125, 2.668943643569946289, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+90, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1087.6597900390625, -2740.807373046875, 64.678192138671875, 2.781728267669677734, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+91, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1059.7603759765625, -2741.4462890625, 66.5442352294921875, 5.868555545806884765, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+92, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1062.170166015625, -2734.767333984375, 66.0662994384765625, 5.212418079376220703, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+93, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1041.3958740234375, -2761.541748046875, 66.552215576171875, 2.453649520874023437, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+94, 221523, 2552, 14717, 0, '0', 0, 0, 0, 0, 1098.2083740234375, -2746.772705078125, 64.32537841796875, 4.137695789337158203, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+95, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1029.3958740234375, -2713.40966796875, 62.7799072265625, 0.985504746437072753, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+96, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1057.55908203125, -2762.57470703125, 67.6476593017578125, 3.320479631423950195, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+97, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1045.1510009765625, -2747.119873046875, 66.356414794921875, 5.743844509124755859, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+98, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1084.3524169921875, -2729.62158203125, 64.53009033203125, 1.626362562179565429, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+99, 221523, 2552, 14717, 0, '0', 0, 0, 0, 0, 1053.5625, -2777.520751953125, 65.75418853759765625, 1.624570369720458984, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+100, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1084.5538330078125, -2756.553955078125, 67.06552886962890625, 0.731276631355285644, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+101, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1030.064208984375, -2711.572998046875, 62.62570953369140625, 0.878098547458648681, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+102, 222182, 2552, 14717, 0, '0', 0, 0, 0, 0, 1065.392333984375, -2766.765625, 67.676727294921875, 5.162131309509277343, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Basin Ferret (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+103, 221523, 2552, 14717, 0, '0', 0, 0, 0, 0, 1077.267333984375, -2762.064208984375, 67.47568511962890625, 0.975271403789520263, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+104, 221684, 2552, 14717, 0, '0', 0, 0, 0, 0, 1060.1666259765625, -2818.5556640625, 62.89004135131835937, 2.303490161895751953, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+105, 221524, 2552, 14717, 0, '0', 0, 0, 0, 0, 997.25347900390625, -2798.505126953125, 63.89038848876953125, 0.475567579269409179, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+106, 221524, 2552, 14717, 0, '0', 0, 0, 0, 0, 991.1961669921875, -2756.86279296875, 59.80630874633789062, 4.733006000518798828, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+107, 221684, 2552, 14717, 0, '0', 0, 0, 0, 0, 1003.09722900390625, -2789.80029296875, 59.65908432006835937, 0.824124395847320556, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+108, 221684, 2552, 14717, 0, '0', 0, 0, 0, 0, 1025.8489990234375, -2781.220458984375, 63.02301025390625, 3.51348876953125, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+109, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1108.2135009765625, -2676.491455078125, 56.67884445190429687, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+110, 225271, 2552, 14717, 0, '0', 0, 0, 0, 0, 1108.2135009765625, -2676.491455078125, 56.67884445190429687, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Dazzling Peafowl (Area: 0 - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+111, 221684, 2552, 14717, 0, '0', 0, 0, 0, 0, 1011.43402099609375, -2822.50341796875, 59.30023193359375, 0.887081742286682128, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+112, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1108.2135009765625, -2676.491455078125, 56.67884445190429687, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+113, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1108.2135009765625, -2676.491455078125, 56.67884445190429687, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+114, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1108.2135009765625, -2676.491455078125, 56.67884445190429687, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+115, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1108.2135009765625, -2676.491455078125, 56.67884445190429687, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+116, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 1108.2135009765625, -2676.491455078125, 56.67884445190429687, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 57388), -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2 (possible waypoints or random movement)
(@CGUID+117, 221524, 2552, 14717, 0, '0', 0, 0, 0, 0, 1010.83331298828125, -2899.885498046875, 46.77925872802734375, 1.850499510765075683, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+118, 221524, 2552, 14717, 0, '0', 0, 0, 0, 0, 1043.984375, -2908.38720703125, 48.74675369262695312, 4.497695446014404296, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+119, 221524, 2552, 14717, 0, '0', 0, 0, 0, 0, 973.47222900390625, -2848.819580078125, 48.002532958984375, 3.777703046798706054, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+120, 221684, 2552, 14717, 0, '0', 0, 0, 0, 0, 1034.44970703125, -2931.22216796875, 47.06487274169921875, 3.275208473205566406, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+121, 221684, 2552, 14717, 0, '0', 0, 0, 0, 0, 1034.7708740234375, -2882.944580078125, 50.80033493041992187, 6.090183734893798828, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+122, 221684, 2552, 14717, 0, '0', 0, 0, 0, 0, 1001.14239501953125, -2890.095458984375, 49.24053192138671875, 3.824261665344238281, 120, 8, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Crested Shalehorn (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+123, 221524, 2552, 14717, 0, '0', 0, 0, 0, 0, 1086.5103759765625, -2881.454833984375, 57.72467803955078125, 0.623632013797760009, 120, 4, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Gemwing (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+124, 222182, 2552, 14717, 0, '0', 0, 0, 0, 0, 1044.87158203125, -2848.880126953125, 59.42361068725585937, 5.422306537628173828, 120, 6, 0, 1, NULL, NULL, NULL, NULL, 57388), -- Basin Ferret (Area: 0 - Difficulty: 0) CreateObject2
(@CGUID+125, 221522, 2552, 14717, 0, '0', 0, 0, 0, 0, 984.296875, -2845.4931640625, 51.00248336791992187, 0.749452412128448486, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 57388); -- Plains Peachick (Area: 0 - Difficulty: 0) CreateObject2
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+125;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Soaring Plainshawk
(@CGUID+5, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Soaring Plainshawk
(@CGUID+51, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- Soaring Plainshawk
-- Template
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags2`=0x800, `unit_flags3`=0x4000000 WHERE `entry`=225271; -- Dazzling Peafowl
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags2`=0x800 WHERE `entry`=222182; -- Basin Ferret
-- Difficulty
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=225271 AND `DifficultyID`=0); -- 225271 (Dazzling Peafowl) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=0x10000000, `VerifiedBuild`=57388 WHERE (`Entry`=222182 AND `DifficultyID`=0); -- 222182 (Basin Ferret) - CanSwim
-- Model
DELETE FROM `creature_model_info` WHERE `DisplayID` IN (120305, 122774, 122773, 105489);
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES
(120305, 1.727734565734863281, 12.80000019073486328, 0, 57388),
(122774, 0.208000004291534423, 1.5, 0, 57388),
(122773, 0.372000008821487426, 1.5, 0, 57388),
(105489, 2.320718288421630859, 2, 0, 57388);
-- Path for Crested Shalehorn
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+53;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+53, @CGUID+53, 0, 0, 515, 0, 0),
(@CGUID+53, @CGUID+73, 3, 270, 515, 0, 0);
SET @MOVERGUID := @CGUID+53;
SET @ENTRY := 225270;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x0, NULL, 'Crested Shalehorn - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1195.2865, -2430.8108, 90.967545, NULL, 0),
(@PATH, 1, 1177.5973, -2404.8213, 85.88221, NULL, 0),
(@PATH, 2, 1154.0195, -2382.3887, 84.4075, NULL, 0),
(@PATH, 3, 1153.3027, -2381.6914, 84.73471, NULL, 0),
(@PATH, 4, 1151.1523, -2379.5996, 84.99997, NULL, 0),
(@PATH, 5, 1149.002, -2377.5078, 85.27023, NULL, 0),
(@PATH, 6, 1146.1348, -2374.7188, 85.783516, NULL, 0),
(@PATH, 7, 1143.9844, -2372.627, 86.16864, NULL, 0),
(@PATH, 8, 1143.2676, -2371.9297, 85.971245, NULL, 0),
(@PATH, 9, 1141.834, -2370.5352, 86.33142, NULL, 0),
(@PATH, 10, 1141.1172, -2369.838, 86.10591, NULL, 0),
(@PATH, 11, 1137.5332, -2366.3516, 86.35534, NULL, 0),
(@PATH, 12, 1135.3828, -2364.2598, 86.63578, NULL, 0),
(@PATH, 13, 1133.9492, -2362.8652, 86.81068, NULL, 0),
(@PATH, 14, 1128.9316, -2357.9844, 86.55917, NULL, 0),
(@PATH, 15, 1128.1841, -2357.2395, 86.476364, NULL, 0),
(@PATH, 16, 1123.8223, -2351.7715, 86.0395, NULL, 0),
(@PATH, 17, 1103.8872, -2367.861, 84.04957, NULL, 0),
(@PATH, 18, 1085.1805, -2388.4324, 77.16551, NULL, 0),
(@PATH, 19, 1059.7916, -2405.2795, 66.688965, NULL, 0),
(@PATH, 20, 1025.2622, -2437.625, 54.305477, NULL, 0),
(@PATH, 21, 1007.5712, -2459.2188, 52.816547, NULL, 0),
(@PATH, 22, 985.9514, -2480.5608, 49.280304, NULL, 0),
(@PATH, 23, 1007.5712, -2459.2188, 52.816547, NULL, 0),
(@PATH, 24, 1025.2622, -2437.625, 54.305477, NULL, 0),
(@PATH, 25, 1059.7916, -2405.2795, 66.688965, NULL, 0),
(@PATH, 26, 1085.1805, -2388.4324, 77.16551, NULL, 0),
(@PATH, 27, 1103.8872, -2367.861, 84.04957, NULL, 0),
(@PATH, 28, 1123.7986, -2351.7395, 86.06295, NULL, 0),
(@PATH, 29, 1128.1602, -2357.209, 86.509, NULL, 0),
(@PATH, 30, 1154.0192, -2382.389, 84.607635, NULL, 0),
(@PATH, 31, 1177.5973, -2404.8213, 85.88221, NULL, 0),
(@PATH, 32, 1195.2865, -2430.8108, 90.967545, NULL, 0),
(@PATH, 33, 1207.3923, -2454.5557, 91.54687, NULL, 0),
(@PATH, 34, 1216.7726, -2468.3057, 93.04478, NULL, 0);
UPDATE `creature` SET `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Crested Shalehorn
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+45;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+45, @CGUID+45, 0, 0, 515, 0, 0),
(@CGUID+45, @CGUID+74, 3, 90, 515, 0, 0);
SET @MOVERGUID := @CGUID+45;
SET @ENTRY := 225270;
SET @PATHOFFSET := 1;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x0, NULL, 'Crested Shalehorn - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1207.4479, -2556.554, 82.377174, NULL, 0),
(@PATH, 1, 1204.8229, -2544.7917, 81.97391, NULL, 0),
(@PATH, 2, 1196.3264, -2532.8994, 81.32806, NULL, 0),
(@PATH, 3, 1184.243, -2519.033, 80.025764, NULL, 0),
(@PATH, 4, 1177.3403, -2506.019, 77.81084, NULL, 0),
(@PATH, 5, 1168.2535, -2484.6008, 74.4317, NULL, 0),
(@PATH, 6, 1157.7743, -2467.5852, 73.375694, NULL, 0),
(@PATH, 7, 1145.4774, -2458.7344, 72.52913, NULL, 0),
(@PATH, 8, 1121.1805, -2450.4531, 70.14048, NULL, 0),
(@PATH, 9, 1098.6528, -2440.6494, 68.035416, NULL, 0),
(@PATH, 10, 1073.6493, -2443.554, 61.766502, NULL, 0),
(@PATH, 11, 1098.6528, -2440.6494, 68.035416, NULL, 0),
(@PATH, 12, 1121.1805, -2450.4531, 70.14048, NULL, 0),
(@PATH, 13, 1145.4774, -2458.7344, 72.52913, NULL, 0),
(@PATH, 14, 1157.7743, -2467.5852, 73.375694, NULL, 0),
(@PATH, 15, 1168.2535, -2484.6008, 74.4317, NULL, 0),
(@PATH, 16, 1177.3403, -2506.019, 77.81084, NULL, 0),
(@PATH, 17, 1184.243, -2519.033, 80.025764, NULL, 0),
(@PATH, 18, 1196.3264, -2532.8994, 81.32806, NULL, 0),
(@PATH, 19, 1204.8229, -2544.7917, 81.97391, NULL, 0),
(@PATH, 20, 1207.4365, -2556.5098, 82.45569, NULL, 0),
(@PATH, 21, 1203.8785, -2568.5747, 80.45734, NULL, 0),
(@PATH, 22, 1198.4896, -2579.8455, 78.45331, NULL, 0),
(@PATH, 23, 1203.8785, -2568.5747, 80.45734, NULL, 0);
UPDATE `creature` SET `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Crested Shalehorn
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+22;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+22, @CGUID+22, 0, 0, 515, 0, 0),
(@CGUID+22, @CGUID+23, 3, 90, 515, 0, 0);
SET @MOVERGUID := @CGUID+22;
SET @ENTRY := 225270;
SET @PATHOFFSET := 2;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x0, NULL, 'Crested Shalehorn - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1023.0486, -2545.1423, 56.70486, NULL, 0),
(@PATH, 1, 1036.882, -2546.5208, 58.176758, NULL, 0),
(@PATH, 2, 1058.4774, -2553.9202, 60.529373, NULL, 0),
(@PATH, 3, 1089.9548, -2581.3196, 61.122574, NULL, 0),
(@PATH, 4, 1116.1598, -2612.4446, 57.358685, NULL, 0),
(@PATH, 5, 1119.0156, -2639.7031, 55.25894, NULL, 0),
(@PATH, 6, 1116.1598, -2612.4446, 57.358685, NULL, 0),
(@PATH, 7, 1089.9548, -2581.3196, 61.122574, NULL, 0),
(@PATH, 8, 1058.4774, -2553.9202, 60.529373, NULL, 0),
(@PATH, 9, 1036.882, -2546.5208, 58.176758, NULL, 0),
(@PATH, 10, 1023.0486, -2545.1423, 56.70486, NULL, 0),
(@PATH, 11, 1000.618, -2545.1284, 56.804512, NULL, 0),
(@PATH, 12, 974.86456, -2547.5261, 55.940506, NULL, 0),
(@PATH, 13, 1000.618, -2545.1284, 56.804512, NULL, 0);
UPDATE `creature` SET `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Dazzling Peafowl
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+27;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+27, @CGUID+27, 0, 0, 515, 0, 0),
(@CGUID+27, @CGUID+26, 2, 0, 515, 0, 0),
(@CGUID+27, @CGUID+83, 4, 0, 515, 0, 0),
(@CGUID+27, @CGUID+84, 6, 0, 515, 0, 0),
(@CGUID+27, @CGUID+85, 8, 0, 515, 0, 0),
(@CGUID+27, @CGUID+86, 10, 0, 515, 0, 0),
(@CGUID+27, @CGUID+87, 12, 0, 515, 0, 0);
SET @MOVERGUID := @CGUID+27;
SET @ENTRY := 225271;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x0, NULL, 'Dazzling Peafowl - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 978.67535, -2625.0208, 69.472694, NULL, 0),
(@PATH, 1, 983.0833, -2630.5781, 69.417046, NULL, 0),
(@PATH, 2, 985.30206, -2638.4878, 70.17841, NULL, 0),
(@PATH, 3, 984.5399, -2648.856, 69.88014, NULL, 0),
(@PATH, 4, 982.2743, -2655.1875, 70.06893, NULL, 0),
(@PATH, 5, 980.1042, -2666.4028, 69.395905, NULL, 0),
(@PATH, 6, 978.76215, -2674.4705, 70.12172, NULL, 0),
(@PATH, 7, 977.9549, -2682.1807, 71.85783, NULL, 0),
(@PATH, 8, 975.50696, -2691.929, 72.5987, NULL, 0),
(@PATH, 9, 976.8715, -2704.1946, 70.05014, NULL, 0),
(@PATH, 10, 978.2153, -2711.1145, 68.464264, NULL, 0),
(@PATH, 11, 979.16016, -2715.0059, 67.3793, NULL, 0),
(@PATH, 12, 979.6328, -2716.9512, 67.034805, NULL, 0),
(@PATH, 13, 980.10547, -2718.8965, 66.72648, NULL, 0),
(@PATH, 14, 980.2066, -2719.3196, 66.73915, NULL, 0),
(@PATH, 15, 982.441, -2730.7778, 63.68891, NULL, 0),
(@PATH, 16, 984.8698, -2741.7673, 62.589317, NULL, 0),
(@PATH, 17, 988.04865, -2753.0105, 60.310764, NULL, 0),
(@PATH, 18, 987.47266, -2762.9902, 59.822792, NULL, 0),
(@PATH, 19, 985.30035, -2771.0713, 60.74354, NULL, 0),
(@PATH, 20, 980.46704, -2777.3108, 59.76716, NULL, 0),
(@PATH, 21, 974.2847, -2787.0503, 57.72168, NULL, 0),
(@PATH, 22, 966.33856, -2792.6216, 56.797966, NULL, 0),
(@PATH, 23, 955.8924, -2799.4565, 54.225204, NULL, 0),
(@PATH, 24, 948.2743, -2803.4358, 53.50727, NULL, 0),
(@PATH, 25, 955.8924, -2799.4565, 54.225204, NULL, 0),
(@PATH, 26, 966.33856, -2792.6216, 56.797966, NULL, 0),
(@PATH, 27, 974.2847, -2787.0503, 57.72168, NULL, 0),
(@PATH, 28, 980.46704, -2777.3108, 59.76716, NULL, 0),
(@PATH, 29, 985.30035, -2771.0713, 60.74354, NULL, 0),
(@PATH, 30, 987.46875, -2763.1216, 59.817932, NULL, 0),
(@PATH, 31, 988.04865, -2753.0105, 60.310764, NULL, 0),
(@PATH, 32, 984.8698, -2741.7673, 62.589317, NULL, 0),
(@PATH, 33, 982.441, -2730.7778, 63.68891, NULL, 0),
(@PATH, 34, 980.2066, -2719.3196, 66.73915, NULL, 0),
(@PATH, 35, 978.2153, -2711.1145, 68.464264, NULL, 0),
(@PATH, 36, 975.50696, -2691.929, 72.5987, NULL, 0),
(@PATH, 37, 977.9385, -2682.2227, 71.78925, NULL, 0),
(@PATH, 38, 978.76215, -2674.4705, 70.12172, NULL, 0),
(@PATH, 39, 980.1042, -2666.4028, 69.395905, NULL, 0),
(@PATH, 40, 982.2743, -2655.1875, 70.06893, NULL, 0),
(@PATH, 41, 984.5399, -2648.856, 69.88014, NULL, 0),
(@PATH, 42, 985.30206, -2638.4878, 70.17841, NULL, 0),
(@PATH, 43, 983.0833, -2630.5781, 69.417046, NULL, 0),
(@PATH, 44, 978.67535, -2625.0208, 69.472694, NULL, 0),
(@PATH, 45, 974.42365, -2619.9583, 68.873566, NULL, 0),
(@PATH, 46, 971.12305, -2617.7012, 67.74394, NULL, 0);
UPDATE `creature` SET `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Path for Dazzling Peafowl
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+110;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CGUID+110, @CGUID+110, 0, 0, 515, 0, 0),
(@CGUID+110, @CGUID+109, 2, 0, 515, 0, 0),
(@CGUID+110, @CGUID+112, 4, 0, 515, 0, 0),
(@CGUID+110, @CGUID+113, 6, 0, 515, 0, 0),
(@CGUID+110, @CGUID+114, 8, 0, 515, 0, 0),
(@CGUID+110, @CGUID+115, 10, 0, 515, 0, 0),
(@CGUID+110, @CGUID+116, 12, 0, 515, 0, 0);
SET @MOVERGUID := @CGUID+110;
SET @ENTRY := 225271;
SET @PATHOFFSET := 1;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 0, 0x0, NULL, 'Dazzling Peafowl - Formation Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1086.606, -2688.8767, 57.178745, NULL, 0),
(@PATH, 1, 1074.5104, -2695.4895, 59.630768, NULL, 0),
(@PATH, 2, 1063.4896, -2706.4324, 62.25571, NULL, 0),
(@PATH, 3, 1050.6146, -2720.8801, 63.75382, NULL, 0),
(@PATH, 4, 1039.2812, -2736.0088, 65.03466, NULL, 0),
(@PATH, 5, 1030.875, -2748.132, 64.4334, NULL, 0),
(@PATH, 6, 1026.3976, -2763.4514, 63.79139, NULL, 0),
(@PATH, 7, 1035.4062, -2780.1545, 64.89855, NULL, 0),
(@PATH, 8, 1046.8334, -2791.4185, 64.30891, NULL, 0),
(@PATH, 9, 1058.493, -2802.7761, 62.544025, NULL, 0),
(@PATH, 10, 1064.6562, -2811.2744, 63.181572, NULL, 0),
(@PATH, 11, 1070.9896, -2827.4878, 62.697845, NULL, 0),
(@PATH, 12, 1070.8767, -2845.8784, 61.209446, NULL, 0),
(@PATH, 13, 1065.8577, -2860.9636, 59.355064, NULL, 0),
(@PATH, 14, 1059.5834, -2882.6685, 54.289288, NULL, 0),
(@PATH, 15, 1052.9219, -2901.316, 51.797222, NULL, 0),
(@PATH, 16, 1059.5834, -2882.6685, 54.289288, NULL, 0),
(@PATH, 17, 1065.8577, -2860.9636, 59.355064, NULL, 0),
(@PATH, 18, 1070.8767, -2845.8784, 61.209446, NULL, 0),
(@PATH, 19, 1070.9896, -2827.4878, 62.697845, NULL, 0),
(@PATH, 20, 1064.6562, -2811.2744, 63.181572, NULL, 0),
(@PATH, 21, 1058.493, -2802.7761, 62.544025, NULL, 0),
(@PATH, 22, 1046.8334, -2791.4185, 64.30891, NULL, 0),
(@PATH, 23, 1035.4062, -2780.1545, 64.89855, NULL, 0),
(@PATH, 24, 1026.3976, -2763.4514, 63.79139, NULL, 0),
(@PATH, 25, 1030.875, -2748.132, 64.4334, NULL, 0),
(@PATH, 26, 1039.2812, -2736.0088, 65.03466, NULL, 0),
(@PATH, 27, 1050.6146, -2720.8801, 63.75382, NULL, 0),
(@PATH, 28, 1063.4896, -2706.4324, 62.25571, NULL, 0),
(@PATH, 29, 1074.5104, -2695.4895, 59.630768, NULL, 0),
(@PATH, 30, 1086.606, -2688.8767, 57.178745, NULL, 0),
(@PATH, 31, 1095.8091, -2684.217, 57.06317, NULL, 0),
(@PATH, 32, 1103.625, -2677.8352, 57.09596, NULL, 0),
(@PATH, 33, 1095.8091, -2684.217, 57.06317, NULL, 0);
UPDATE `creature` SET `wander_distance`=0, `MovementType`=2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
@@ -0,0 +1,29 @@
-- Dorak
DELETE FROM `waypoint_path` WHERE `PathId` = 274273;
DELETE FROM `waypoint_path_node` WHERE `PathId` = 274273;
SET @MOVERGUID := 304070;
SET @ENTRY := 34284;
SET @PATHOFFSET := 0;
SET @PATH := @ENTRY * 100 + @PATHOFFSET;
DELETE FROM `waypoint_path` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Velocity`, `Comment`) VALUES
(@PATH, 1, 0x0, NULL, 'Dorak - Scripted Path');
DELETE FROM `waypoint_path_node` WHERE `PathId`= @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 69.16949, -3618.468, 28.68636, 3.612831592559814453, 4258),
(@PATH, 1, 66.85916, -3643.826, 27.43744, NULL, 0),
(@PATH, 2, 66.50076, -3653.195, 27.26537, 2.670353651046752929, 5482);
UPDATE `creature` SET `position_x`= 66.85916, `position_y`= -3643.826, `position_z`= 27.43744, `orientation`= 0, `MovementType`= 2 WHERE `guid`=@MOVERGUID;
DELETE FROM `creature_addon` WHERE `guid`=@MOVERGUID;
INSERT INTO `creature_addon` (`guid`, `PathId`, `SheathState`) VALUES
(@MOVERGUID, @PATH, 1);
-- Dorak smart ai
SET @ENTRY := 34284;
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`, `Difficulties`) VALUES
(@ENTRY, 0, 0, 0, 34, 0, 100, 0, 2, 0, 0, 0, 0, 5, 15, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On movement of type WAYPOINT_MOTION_TYPE inform, point 0 - Self: Play emote 15', '');
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_acrobatic_strikes';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(455143, 'spell_rog_acrobatic_strikes');
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_monk_rising_sun_kick';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(107428, 'spell_monk_rising_sun_kick');