TDB 1102.24092 - 2024/09/23

This commit is contained in:
TDB Release
2024-09-23 22:53:02 +00:00
parent 0ab591058d
commit acf1ec4e2f
64 changed files with 31 additions and 16 deletions

View File

@@ -0,0 +1,3 @@
-- TDB 1102.24091 auth
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/auth', 'ARCHIVED');

View File

@@ -0,0 +1,9 @@
DELETE FROM `build_auth_key` WHERE `build`=56421 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=56421 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=56421 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56421 AND `platform`='Win' AND `arch`='A64' AND `type`='WoW';
INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
(56421,'Mac','A64','WoWC',0x629666D6D9EFFE4B73C1EDD74638DEAA),
(56421,'Mac','x64','WoWC',0x4B61E4F4F3B220FF5B48A6988F0FFB42),
(56421,'Mac','x64','WoW',0x4F0FCD1113F783C484BF45C98327DE62),
(56421,'Win','A64','WoW',0x178888C71560707CC9C1C1D6B45B4838);

View File

@@ -0,0 +1,23 @@
DELETE FROM `build_info` WHERE `build` IN (56461);
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
(56461,11,0,2,NULL);
DELETE FROM `build_auth_key` WHERE `build`=56461 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56461 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=56461 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56461 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=56461 AND `platform`='Win' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56461 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56461 AND `platform`='Win' AND `arch`='x64' AND `type`='WoWC';
INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
(56461,'Mac','A64','WoW',0xE51FE6EAE45322991916F619481DB0B1),
(56461,'Mac','A64','WoWC',0x85447CD695C2DC2F618B23996B4A503C),
(56461,'Mac','x64','WoW',0xE26878DF3437782F6E93E833B4CD843A),
(56461,'Mac','x64','WoWC',0x8B60B0DDD55907673FD1C11EDAE58859),
(56461,'Win','A64','WoW',0x2F862AB724092B99C8A1F6A7B53F6A9D),
(56461,'Win','x64','WoW',0x153CD89E30C4D5C3DBE603EECB470FB4),
(56461,'Win','x64','WoWC',0x79BD4C88012F0DA42605D76A153722CC);
UPDATE `realmlist` SET `gamebuild`=56461 WHERE `gamebuild`=56421;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '56461';

View File

@@ -0,0 +1,23 @@
DELETE FROM `build_info` WHERE `build` IN (56513);
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
(56513,11,0,2,NULL);
DELETE FROM `build_auth_key` WHERE `build`=56513 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56513 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=56513 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56513 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=56513 AND `platform`='Win' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56513 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56513 AND `platform`='Win' AND `arch`='x64' AND `type`='WoWC';
INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
(56513,'Mac','A64','WoW',0xC7E757E0DE67619251F942B6C98A53B7),
(56513,'Mac','A64','WoWC',0x3CC0640E46D557C4D9A6250AA8D5B387),
(56513,'Mac','x64','WoW',0xD1443824E37B73CB1FD993CE2DFAA098),
(56513,'Mac','x64','WoWC',0xEAD9A0B761C4C9C812FAD54CE0D96B46),
(56513,'Win','A64','WoW',0x753468F753E8D3841B5D6B061E300501),
(56513,'Win','x64','WoW',0x9BD8D105049CC6459FE32EC7099AB60E),
(56513,'Win','x64','WoWC',0xBB5A35C2EB6E2026FFE01202FDEBD6E9);
UPDATE `realmlist` SET `gamebuild`=56513 WHERE `gamebuild`=56461;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '56513';

View File

@@ -0,0 +1,23 @@
DELETE FROM `build_info` WHERE `build` IN (56625);
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
(56625,11,0,2,NULL);
DELETE FROM `build_auth_key` WHERE `build`=56625 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56625 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=56625 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56625 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=56625 AND `platform`='Win' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56625 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56625 AND `platform`='Win' AND `arch`='x64' AND `type`='WoWC';
INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
(56625,'Mac','A64','WoW',0xC7AD97B9970260D0BDE7AA03EEF87E2D),
(56625,'Mac','A64','WoWC',0xDEBDB4589756730F5EF60B337226E515),
(56625,'Mac','x64','WoW',0xEB5665FDC81E3538944BA82E435A53E6),
(56625,'Mac','x64','WoWC',0xAA5B3910A3D13C89F3D9467058080836),
(56625,'Win','A64','WoW',0x684153873E5023671685B270DA879668),
(56625,'Win','x64','WoW',0x80859C23C3E7F827829D47A08A1B8C92),
(56625,'Win','x64','WoWC',0x606914ED212277FDDBBAE49BE6E8CCAF);
UPDATE `realmlist` SET `gamebuild`=56625 WHERE `gamebuild`=56513;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '56625';

View File

@@ -0,0 +1,21 @@
DELETE FROM `build_info` WHERE `build` IN (56647);
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
(56647,11,0,2,NULL);
DELETE FROM `build_auth_key` WHERE `build`=56647 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56647 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=56647 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56647 AND `platform`='Win' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56647 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=56647 AND `platform`='Win' AND `arch`='x64' AND `type`='WoWC';
INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
(56647,'Mac','A64','WoW',0x1911B50FA20E5DEF8C1E5D3C7479E4E2),
(56647,'Mac','A64','WoWC',0xF0F2BEC3DE590AE7A59CCFDB42201D5F),
(56647,'Mac','x64','WoW',0x022A06825C7CF55528A5ED03E87D6AE4),
(56647,'Win','A64','WoW',0x0F36C48D68E358598318F0B30FDFCB61),
(56647,'Win','x64','WoW',0x2E9C456B66C0D5CAD601E8FD7A2FEA7A),
(56647,'Win','x64','WoWC',0x543A69AB802D0873D84AB08DEC4D8CAC);
UPDATE `realmlist` SET `gamebuild`=56647 WHERE `gamebuild`=56625;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '56647';

View File

@@ -0,0 +1,3 @@
-- TDB 1102.24091 characters
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/characters', 'ARCHIVED');

View File

@@ -0,0 +1,3 @@
-- TDB 1102.24091 hotfixes
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/hotfixes', 'ARCHIVED');

View File

@@ -0,0 +1 @@
ALTER TABLE `item_bonus_tree_node` MODIFY `ItemContext` tinyint NOT NULL DEFAULT 0 AFTER `ID`;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,4 @@
-- TDB 1102.24091 world
UPDATE `version` SET `db_version`='TDB 1102.24091', `cache_id`=24091 LIMIT 1;
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/world', 'ARCHIVED');

View File

@@ -0,0 +1,4 @@
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

View File

@@ -0,0 +1,292 @@
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);

View File

@@ -0,0 +1,210 @@
-- Alliance
DELETE FROM `playercreateinfo` WHERE (`race`=85 AND `class` IN (10,7,2,9,5,4,8,3,1));
INSERT INTO `playercreateinfo` (`race`, `class`, `map`, `position_x`, `position_y`, `position_z`, `orientation`) VALUES
(85, 10, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(85, 7, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(85, 2, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(85, 9, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(85, 5, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(85, 4, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(85, 8, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(85, 3, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(85, 1, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324);
-- Horde
DELETE FROM `playercreateinfo` WHERE (`race`=84 AND `class` IN (10,7,2,9,5,4,8,3,1));
INSERT INTO `playercreateinfo` (`race`, `class`, `map`, `position_x`, `position_y`, `position_z`, `orientation`) VALUES
(84, 10, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(84, 7, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(84, 2, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(84, 9, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(84, 5, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(84, 4, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(84, 8, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(84, 3, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324),
(84, 1, 2739, 1432.9599609375, -305.772003173828125, 14.63220024108886718, 1.589324);
-- Action
DELETE FROM `playercreateinfo_action` WHERE (`race`=85 AND `class`=10 AND `button`=10) OR (`race`=85 AND `class`=10 AND `button`=8) OR (`race`=85 AND `class`=10 AND `button`=7) OR (`race`=85 AND `class`=10 AND `button`=6) OR (`race`=85 AND `class`=10 AND `button`=5) OR (`race`=85 AND `class`=10 AND `button`=4) OR (`race`=85 AND `class`=10 AND `button`=3) OR (`race`=85 AND `class`=10 AND `button`=2) OR (`race`=85 AND `class`=10 AND `button`=1) OR (`race`=85 AND `class`=10 AND `button`=0) OR (`race`=85 AND `class`=7 AND `button`=10) OR (`race`=85 AND `class`=7 AND `button`=7) OR (`race`=85 AND `class`=7 AND `button`=6) OR (`race`=85 AND `class`=7 AND `button`=5) OR (`race`=85 AND `class`=7 AND `button`=4) OR (`race`=85 AND `class`=7 AND `button`=3) OR (`race`=85 AND `class`=7 AND `button`=2) OR (`race`=85 AND `class`=7 AND `button`=1) OR (`race`=85 AND `class`=7 AND `button`=0) OR (`race`=85 AND `class`=2 AND `button`=11) OR (`race`=85 AND `class`=2 AND `button`=10) OR (`race`=85 AND `class`=2 AND `button`=7) OR (`race`=85 AND `class`=2 AND `button`=6) OR (`race`=85 AND `class`=2 AND `button`=5) OR (`race`=85 AND `class`=2 AND `button`=4) OR (`race`=85 AND `class`=2 AND `button`=3) OR (`race`=85 AND `class`=2 AND `button`=2) OR (`race`=85 AND `class`=2 AND `button`=1) OR (`race`=85 AND `class`=2 AND `button`=0) OR (`race`=85 AND `class`=9 AND `button`=10) OR (`race`=85 AND `class`=9 AND `button`=7) OR (`race`=85 AND `class`=9 AND `button`=6) OR (`race`=85 AND `class`=9 AND `button`=5) OR (`race`=85 AND `class`=9 AND `button`=4) OR (`race`=85 AND `class`=9 AND `button`=3) OR (`race`=85 AND `class`=9 AND `button`=2) OR (`race`=85 AND `class`=9 AND `button`=1) OR (`race`=85 AND `class`=9 AND `button`=0) OR (`race`=85 AND `class`=5 AND `button`=10) OR (`race`=85 AND `class`=5 AND `button`=9) OR (`race`=85 AND `class`=5 AND `button`=8) OR (`race`=85 AND `class`=5 AND `button`=7) OR (`race`=85 AND `class`=5 AND `button`=6) OR (`race`=85 AND `class`=5 AND `button`=5) OR (`race`=85 AND `class`=5 AND `button`=4) OR (`race`=85 AND `class`=5 AND `button`=3) OR (`race`=85 AND `class`=5 AND `button`=2) OR (`race`=85 AND `class`=5 AND `button`=1) OR (`race`=85 AND `class`=5 AND `button`=0) OR (`race`=85 AND `class`=4 AND `button`=72) OR (`race`=85 AND `class`=4 AND `button`=10) OR (`race`=85 AND `class`=4 AND `button`=5) OR (`race`=85 AND `class`=4 AND `button`=4) OR (`race`=85 AND `class`=4 AND `button`=3) OR (`race`=85 AND `class`=4 AND `button`=2) OR (`race`=85 AND `class`=4 AND `button`=1) OR (`race`=85 AND `class`=4 AND `button`=0) OR (`race`=85 AND `class`=8 AND `button`=10) OR (`race`=85 AND `class`=8 AND `button`=9) OR (`race`=85 AND `class`=8 AND `button`=8) OR (`race`=85 AND `class`=8 AND `button`=7) OR (`race`=85 AND `class`=8 AND `button`=6) OR (`race`=85 AND `class`=8 AND `button`=5) OR (`race`=85 AND `class`=8 AND `button`=4) OR (`race`=85 AND `class`=8 AND `button`=3) OR (`race`=85 AND `class`=8 AND `button`=2) OR (`race`=85 AND `class`=8 AND `button`=1) OR (`race`=85 AND `class`=8 AND `button`=0) OR (`race`=85 AND `class`=3 AND `button`=10) OR (`race`=85 AND `class`=3 AND `button`=9) OR (`race`=85 AND `class`=3 AND `button`=8) OR (`race`=85 AND `class`=3 AND `button`=7) OR (`race`=85 AND `class`=3 AND `button`=6) OR (`race`=85 AND `class`=3 AND `button`=5) OR (`race`=85 AND `class`=3 AND `button`=4) OR (`race`=85 AND `class`=3 AND `button`=3) OR (`race`=85 AND `class`=3 AND `button`=2) OR (`race`=85 AND `class`=3 AND `button`=1) OR (`race`=85 AND `class`=3 AND `button`=0) OR (`race`=85 AND `class`=1 AND `button`=10) OR (`race`=85 AND `class`=1 AND `button`=8) OR (`race`=85 AND `class`=1 AND `button`=7) OR (`race`=85 AND `class`=1 AND `button`=6) OR (`race`=85 AND `class`=1 AND `button`=5) OR (`race`=85 AND `class`=1 AND `button`=4) OR (`race`=85 AND `class`=1 AND `button`=3) OR (`race`=85 AND `class`=1 AND `button`=2) OR (`race`=85 AND `class`=1 AND `button`=1) OR (`race`=85 AND `class`=1 AND `button`=0);
INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES
(85, 10, 10, 436344, 0), -- Azerite Surge
(85, 10, 8, 119381, 0), -- Leg Sweep
(85, 10, 7, 116670, 0), -- Vivify
(85, 10, 6, 109132, 0), -- Roll
(85, 10, 5, 117952, 0), -- Crackling Jade Lightning
(85, 10, 4, 322109, 0), -- Touch of Death
(85, 10, 3, 101546, 0), -- Spinning Crane Kick
(85, 10, 2, 322101, 0), -- Expel Harm
(85, 10, 1, 100784, 0), -- Blackout Kick
(85, 10, 0, 100780, 0), -- Tiger Palm
(85, 7, 10, 436344, 0), -- Azerite Surge
(85, 7, 7, 2645, 0), -- Ghost Wolf
(85, 7, 6, 2484, 0), -- Earthbind Totem
(85, 7, 5, 8004, 0), -- Healing Surge
(85, 7, 4, 192106, 0), -- Lightning Shield
(85, 7, 3, 318038, 0), -- Flametongue Weapon
(85, 7, 2, 73899, 0), -- Primal Strike
(85, 7, 1, 188196, 0), -- Lightning Bolt
(85, 7, 0, 188389, 0), -- Flame Shock
(85, 2, 11, 453785, 0), -- Earthen Ordinant's Ramolith
(85, 2, 10, 436344, 0), -- Azerite Surge
(85, 2, 7, 85673, 0), -- Word of Glory
(85, 2, 6, 642, 0), -- Divine Shield
(85, 2, 5, 19750, 0), -- Flash of Light
(85, 2, 4, 853, 0), -- Hammer of Justice
(85, 2, 3, 53600, 0), -- Shield of the Righteous
(85, 2, 2, 26573, 0), -- Consecration
(85, 2, 1, 35395, 0), -- Crusader Strike
(85, 2, 0, 20271, 0), -- Judgment
(85, 9, 10, 436344, 0), -- Azerite Surge
(85, 9, 7, 6201, 0), -- Create Healthstone
(85, 9, 6, 755, 0), -- Health Funnel
(85, 9, 5, 5782, 0), -- Fear
(85, 9, 4, 104773, 0), -- Unending Resolve
(85, 9, 3, 702, 0), -- Curse of Weakness
(85, 9, 2, 234153, 0), -- Drain Life
(85, 9, 1, 686, 0), -- Shadow Bolt
(85, 9, 0, 172, 0), -- Corruption
(85, 5, 10, 436344, 0), -- Azerite Surge
(85, 5, 9, 2006, 0), -- Resurrection
(85, 5, 8, 21562, 0), -- Power Word: Fortitude
(85, 5, 7, 19236, 0), -- Desperate Prayer
(85, 5, 6, 586, 0), -- Fade
(85, 5, 5, 8122, 0), -- Psychic Scream
(85, 5, 4, 2061, 0), -- Flash Heal
(85, 5, 3, 17, 0), -- Power Word: Shield
(85, 5, 2, 585, 0), -- Smite
(85, 5, 1, 8092, 0), -- Mind Blast
(85, 5, 0, 589, 0), -- Shadow Word: Pain
(85, 4, 72, 1833, 0), -- Cheap Shot
(85, 4, 10, 436344, 0), -- Azerite Surge
(85, 4, 5, 1766, 0), -- Kick
(85, 4, 4, 2983, 0), -- Sprint
(85, 4, 3, 185311, 0), -- Crimson Vial
(85, 4, 2, 315496, 0), -- Slice and Dice
(85, 4, 1, 196819, 0), -- Eviscerate
(85, 4, 0, 1752, 0), -- Sinister Strike
(85, 8, 10, 436344, 0), -- Azerite Surge
(85, 8, 9, 190336, 0), -- Conjure Refreshment
(85, 8, 8, 130, 0), -- Slow Fall
(85, 8, 7, 1459, 0), -- Arcane Intellect
(85, 8, 6, 2139, 0), -- Counterspell
(85, 8, 5, 118, 0), -- Polymorph
(85, 8, 4, 122, 0), -- Frost Nova
(85, 8, 3, 1953, 0), -- Blink
(85, 8, 2, 1449, 0), -- Arcane Explosion
(85, 8, 1, 319836, 0), -- Fire Blast
(85, 8, 0, 116, 0), -- Frostbolt
(85, 3, 10, 436344, 0), -- Azerite Surge
(85, 3, 9, 186257, 0), -- Aspect of the Cheetah
(85, 3, 8, 186265, 0), -- Aspect of the Turtle
(85, 3, 7, 109304, 0), -- Exhilaration
(85, 3, 6, 187650, 0), -- Freezing Trap
(85, 3, 5, 5384, 0), -- Feign Death
(85, 3, 4, 781, 0), -- Disengage
(85, 3, 3, 195645, 0), -- Wing Clip
(85, 3, 2, 257284, 0), -- Hunter's Mark
(85, 3, 1, 185358, 0), -- Arcane Shot
(85, 3, 0, 56641, 0), -- Steady Shot
(85, 1, 10, 436344, 0), -- Azerite Surge
(85, 1, 8, 1715, 0), -- Hamstring
(85, 1, 7, 6552, 0), -- Pummel
(85, 1, 6, 34428, 0), -- Victory Rush
(85, 1, 5, 163201, 0), -- Execute
(85, 1, 4, 23922, 0), -- Shield Slam
(85, 1, 3, 2565, 0), -- Shield Block
(85, 1, 2, 1680, 0), -- Whirlwind
(85, 1, 1, 1464, 0), -- Slam
(85, 1, 0, 100, 0); -- Charge
DELETE FROM `playercreateinfo_action` WHERE (`race`=84 AND `class`=10 AND `button`=10) OR (`race`=84 AND `class`=10 AND `button`=8) OR (`race`=84 AND `class`=10 AND `button`=7) OR (`race`=84 AND `class`=10 AND `button`=6) OR (`race`=84 AND `class`=10 AND `button`=5) OR (`race`=84 AND `class`=10 AND `button`=4) OR (`race`=84 AND `class`=10 AND `button`=3) OR (`race`=84 AND `class`=10 AND `button`=2) OR (`race`=84 AND `class`=10 AND `button`=1) OR (`race`=84 AND `class`=10 AND `button`=0) OR (`race`=84 AND `class`=7 AND `button`=10) OR (`race`=84 AND `class`=7 AND `button`=7) OR (`race`=84 AND `class`=7 AND `button`=6) OR (`race`=84 AND `class`=7 AND `button`=5) OR (`race`=84 AND `class`=7 AND `button`=4) OR (`race`=84 AND `class`=7 AND `button`=3) OR (`race`=84 AND `class`=7 AND `button`=2) OR (`race`=84 AND `class`=7 AND `button`=1) OR (`race`=84 AND `class`=7 AND `button`=0) OR (`race`=84 AND `class`=2 AND `button`=11) OR (`race`=84 AND `class`=2 AND `button`=10) OR (`race`=84 AND `class`=2 AND `button`=7) OR (`race`=84 AND `class`=2 AND `button`=6) OR (`race`=84 AND `class`=2 AND `button`=5) OR (`race`=84 AND `class`=2 AND `button`=4) OR (`race`=84 AND `class`=2 AND `button`=3) OR (`race`=84 AND `class`=2 AND `button`=2) OR (`race`=84 AND `class`=2 AND `button`=1) OR (`race`=84 AND `class`=2 AND `button`=0) OR (`race`=84 AND `class`=9 AND `button`=10) OR (`race`=84 AND `class`=9 AND `button`=7) OR (`race`=84 AND `class`=9 AND `button`=6) OR (`race`=84 AND `class`=9 AND `button`=5) OR (`race`=84 AND `class`=9 AND `button`=4) OR (`race`=84 AND `class`=9 AND `button`=3) OR (`race`=84 AND `class`=9 AND `button`=2) OR (`race`=84 AND `class`=9 AND `button`=1) OR (`race`=84 AND `class`=9 AND `button`=0) OR (`race`=84 AND `class`=5 AND `button`=10) OR (`race`=84 AND `class`=5 AND `button`=9) OR (`race`=84 AND `class`=5 AND `button`=8) OR (`race`=84 AND `class`=5 AND `button`=7) OR (`race`=84 AND `class`=5 AND `button`=6) OR (`race`=84 AND `class`=5 AND `button`=5) OR (`race`=84 AND `class`=5 AND `button`=4) OR (`race`=84 AND `class`=5 AND `button`=3) OR (`race`=84 AND `class`=5 AND `button`=2) OR (`race`=84 AND `class`=5 AND `button`=1) OR (`race`=84 AND `class`=5 AND `button`=0) OR (`race`=84 AND `class`=4 AND `button`=72) OR (`race`=84 AND `class`=4 AND `button`=10) OR (`race`=84 AND `class`=4 AND `button`=5) OR (`race`=84 AND `class`=4 AND `button`=4) OR (`race`=84 AND `class`=4 AND `button`=3) OR (`race`=84 AND `class`=4 AND `button`=2) OR (`race`=84 AND `class`=4 AND `button`=1) OR (`race`=84 AND `class`=4 AND `button`=0) OR (`race`=84 AND `class`=8 AND `button`=10) OR (`race`=84 AND `class`=8 AND `button`=9) OR (`race`=84 AND `class`=8 AND `button`=8) OR (`race`=84 AND `class`=8 AND `button`=7) OR (`race`=84 AND `class`=8 AND `button`=6) OR (`race`=84 AND `class`=8 AND `button`=5) OR (`race`=84 AND `class`=8 AND `button`=4) OR (`race`=84 AND `class`=8 AND `button`=3) OR (`race`=84 AND `class`=8 AND `button`=2) OR (`race`=84 AND `class`=8 AND `button`=1) OR (`race`=84 AND `class`=8 AND `button`=0) OR (`race`=84 AND `class`=3 AND `button`=10) OR (`race`=84 AND `class`=3 AND `button`=9) OR (`race`=84 AND `class`=3 AND `button`=8) OR (`race`=84 AND `class`=3 AND `button`=7) OR (`race`=84 AND `class`=3 AND `button`=6) OR (`race`=84 AND `class`=3 AND `button`=5) OR (`race`=84 AND `class`=3 AND `button`=4) OR (`race`=84 AND `class`=3 AND `button`=3) OR (`race`=84 AND `class`=3 AND `button`=2) OR (`race`=84 AND `class`=3 AND `button`=1) OR (`race`=84 AND `class`=3 AND `button`=0) OR (`race`=84 AND `class`=1 AND `button`=10) OR (`race`=84 AND `class`=1 AND `button`=8) OR (`race`=84 AND `class`=1 AND `button`=7) OR (`race`=84 AND `class`=1 AND `button`=6) OR (`race`=84 AND `class`=1 AND `button`=5) OR (`race`=84 AND `class`=1 AND `button`=4) OR (`race`=84 AND `class`=1 AND `button`=3) OR (`race`=84 AND `class`=1 AND `button`=2) OR (`race`=84 AND `class`=1 AND `button`=1) OR (`race`=84 AND `class`=1 AND `button`=0);
INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES
(84, 10, 10, 436344, 0), -- Azerite Surge
(84, 10, 8, 119381, 0), -- Leg Sweep
(84, 10, 7, 116670, 0), -- Vivify
(84, 10, 6, 109132, 0), -- Roll
(84, 10, 5, 117952, 0), -- Crackling Jade Lightning
(84, 10, 4, 322109, 0), -- Touch of Death
(84, 10, 3, 101546, 0), -- Spinning Crane Kick
(84, 10, 2, 322101, 0), -- Expel Harm
(84, 10, 1, 100784, 0), -- Blackout Kick
(84, 10, 0, 100780, 0), -- Tiger Palm
(84, 7, 10, 436344, 0), -- Azerite Surge
(84, 7, 7, 2645, 0), -- Ghost Wolf
(84, 7, 6, 2484, 0), -- Earthbind Totem
(84, 7, 5, 8004, 0), -- Healing Surge
(84, 7, 4, 192106, 0), -- Lightning Shield
(84, 7, 3, 318038, 0), -- Flametongue Weapon
(84, 7, 2, 73899, 0), -- Primal Strike
(84, 7, 1, 188196, 0), -- Lightning Bolt
(84, 7, 0, 188389, 0), -- Flame Shock
(84, 2, 11, 453785, 0), -- Earthen Ordinant's Ramolith
(84, 2, 10, 436344, 0), -- Azerite Surge
(84, 2, 7, 85673, 0), -- Word of Glory
(84, 2, 6, 642, 0), -- Divine Shield
(84, 2, 5, 19750, 0), -- Flash of Light
(84, 2, 4, 853, 0), -- Hammer of Justice
(84, 2, 3, 53600, 0), -- Shield of the Righteous
(84, 2, 2, 26573, 0), -- Consecration
(84, 2, 1, 35395, 0), -- Crusader Strike
(84, 2, 0, 20271, 0), -- Judgment
(84, 9, 10, 436344, 0), -- Azerite Surge
(84, 9, 7, 6201, 0), -- Create Healthstone
(84, 9, 6, 755, 0), -- Health Funnel
(84, 9, 5, 5782, 0), -- Fear
(84, 9, 4, 104773, 0), -- Unending Resolve
(84, 9, 3, 702, 0), -- Curse of Weakness
(84, 9, 2, 234153, 0), -- Drain Life
(84, 9, 1, 686, 0), -- Shadow Bolt
(84, 9, 0, 172, 0), -- Corruption
(84, 5, 10, 436344, 0), -- Azerite Surge
(84, 5, 9, 2006, 0), -- Resurrection
(84, 5, 8, 21562, 0), -- Power Word: Fortitude
(84, 5, 7, 19236, 0), -- Desperate Prayer
(84, 5, 6, 586, 0), -- Fade
(84, 5, 5, 8122, 0), -- Psychic Scream
(84, 5, 4, 2061, 0), -- Flash Heal
(84, 5, 3, 17, 0), -- Power Word: Shield
(84, 5, 2, 585, 0), -- Smite
(84, 5, 1, 8092, 0), -- Mind Blast
(84, 5, 0, 589, 0), -- Shadow Word: Pain
(84, 4, 72, 1833, 0), -- Cheap Shot
(84, 4, 10, 436344, 0), -- Azerite Surge
(84, 4, 5, 1766, 0), -- Kick
(84, 4, 4, 2983, 0), -- Sprint
(84, 4, 3, 185311, 0), -- Crimson Vial
(84, 4, 2, 315496, 0), -- Slice and Dice
(84, 4, 1, 196819, 0), -- Eviscerate
(84, 4, 0, 1752, 0), -- Sinister Strike
(84, 8, 10, 436344, 0), -- Azerite Surge
(84, 8, 9, 190336, 0), -- Conjure Refreshment
(84, 8, 8, 130, 0), -- Slow Fall
(84, 8, 7, 1459, 0), -- Arcane Intellect
(84, 8, 6, 2139, 0), -- Counterspell
(84, 8, 5, 118, 0), -- Polymorph
(84, 8, 4, 122, 0), -- Frost Nova
(84, 8, 3, 1953, 0), -- Blink
(84, 8, 2, 1449, 0), -- Arcane Explosion
(84, 8, 1, 319836, 0), -- Fire Blast
(84, 8, 0, 116, 0), -- Frostbolt
(84, 3, 10, 436344, 0), -- Azerite Surge
(84, 3, 9, 186257, 0), -- Aspect of the Cheetah
(84, 3, 8, 186265, 0), -- Aspect of the Turtle
(84, 3, 7, 109304, 0), -- Exhilaration
(84, 3, 6, 187650, 0), -- Freezing Trap
(84, 3, 5, 5384, 0), -- Feign Death
(84, 3, 4, 781, 0), -- Disengage
(84, 3, 3, 195645, 0), -- Wing Clip
(84, 3, 2, 257284, 0), -- Hunter's Mark
(84, 3, 1, 185358, 0), -- Arcane Shot
(84, 3, 0, 56641, 0), -- Steady Shot
(84, 1, 10, 436344, 0), -- Azerite Surge
(84, 1, 8, 1715, 0), -- Hamstring
(84, 1, 7, 6552, 0), -- Pummel
(84, 1, 6, 34428, 0), -- Victory Rush
(84, 1, 5, 163201, 0), -- Execute
(84, 1, 4, 23922, 0), -- Shield Slam
(84, 1, 3, 2565, 0), -- Shield Block
(84, 1, 2, 1680, 0), -- Whirlwind
(84, 1, 1, 1464, 0), -- Slam
(84, 1, 0, 100, 0); -- Charge

View File

@@ -0,0 +1,492 @@
SET @CGUID := 10001565;
SET @OGUID := 10000130;
SET @NPCTEXTID := 600002;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+71;
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, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 4, 2701.639892578125, -2687.4931640625, 223.432098388671875, 2.438660860061645507, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+1, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2659.2353515625, -2636.692626953125, 225.0185546875, 2.335898637771606445, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+2, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2606.970458984375, -2706.220458984375, 219.734649658203125, 6.228060722351074218, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 459770 - [DNT] Earthen Carry Cosmetic Random, 382759 - Conversation Aura: Talk Only [DNT])
(@CGUID+3, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2637.6025390625, -2712.41845703125, 220.8609161376953125, 2.353227138519287109, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+4, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 2, 2563.35498046875, -2739.3212890625, 204.5569915771484375, 2.23367476463317871, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+5, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 6, 2573.993896484375, -2730.260498046875, 204.5569915771484375, 2.790517807006835937, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+6, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2615.463623046875, -2707.791748046875, 220.926544189453125, 2.335961818695068359, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+7, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 2, 2648.10595703125, -2717.507080078125, 223.5502471923828125, 2.35945749282836914, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+8, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 3, 2680.790771484375, -2657.357666015625, 225.85150146484375, 2.335582733154296875, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+9, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2609.8994140625, -2706.382080078125, 219.734649658203125, 2.968693733215332031, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 459770 - [DNT] Earthen Carry Cosmetic Random)
(@CGUID+10, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 3, 2665.28125, -2630.928955078125, 225.0172271728515625, 2.54509139060974121, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+11, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 6, 2691.670166015625, -2672.255126953125, 220.742767333984375, 0.783158957958221435, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+12, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 7, 2715.608642578125, -2673.767333984375, 223.432098388671875, 2.308794021606445312, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+13, 219040, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2640.90966796875, -2721.3212890625, 220.8609161376953125, 2.365347146987915039, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Auctioneer Prana (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+14, 219037, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2643.12841796875, -2728.763916015625, 223.5502471923828125, 2.351990461349487304, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Auctioneer Durzin (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+15, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2622.048583984375, -2701.1494140625, 220.938934326171875, 2.368603706359863281, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+16, 219039, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2635.43408203125, -2726.857666015625, 220.8609161376953125, 2.33922743797302246, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Auctioneer Zyrgas (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+17, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 3, 2626.40283203125, -2723.513916015625, 220.8609161376953125, 2.348376989364624023, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+18, 229927, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2609.0859375, -2708.225830078125, 219.734649658203125, 2.263186216354370117, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Unbound Crafter (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 459180 - [DNT] Earthen Laborer Carry Cosmetic)
(@CGUID+19, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2630.80126953125, -2707.967041015625, 220.8661041259765625, 4.070153713226318359, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+20, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 7, 2631.612060546875, -2734.02783203125, 223.5502471923828125, 2.365560770034790039, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+21, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2634.05126953125, -2724.2587890625, 220.8609161376953125, 5.848297595977783203, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 463535 - [DNT] Inspect Gem)
(@CGUID+22, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 5, 2700.25341796875, -2663.510498046875, 220.8196868896484375, 3.947758197784423828, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+23, 229927, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2550.6416015625, -2723.65625, 204.6116790771484375, 4.712392330169677734, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Unbound Crafter (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+24, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 5, 2685.646728515625, -2652.48095703125, 225.8522491455078125, 2.399427175521850585, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+25, 219036, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2704.8359375, -2683.835205078125, 220.742767333984375, 2.007072210311889648, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Ardgaz (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+26, 219023, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2674.10498046875, -2662.069580078125, 225.81756591796875, 1.612093925476074218, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Counter Targrin (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+27, 219053, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2616.99560546875, -2752.65283203125, 204.699005126953125, 4.415776252746582031, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Warpweaver Dezeeran (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+28, 219054, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2635.271728515625, -2745.083251953125, 200.882110595703125, 3.461587429046630859, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Vaultkeeper Xir (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+29, 219029, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2690.489501953125, -2645.838623046875, 225.81756591796875, 3.151028633117675781, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Counter Bardra (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+30, 219208, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2590.82958984375, -2810.659423828125, 198.806488037109375, 1.811390638351440429, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Dusty Mouse (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+31, 214947, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2590.16357421875, -2671.613037109375, 222.342254638671875, 1.728316783905029296, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56421), -- Eye of Topaz (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+32, 214947, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2637.416259765625, -2634.4921875, 223.221954345703125, 2.212726354598999023, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56421), -- Eye of Topaz (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+33, 219208, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2608.853515625, -2806.25, 198.8087615966796875, 1.111767292022705078, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56421), -- Dusty Mouse (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+34, 214947, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2593.22509765625, -2706.913818359375, 222.79766845703125, 1.415592074394226074, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56421), -- Eye of Topaz (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+35, 214947, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2560.41845703125, -2680.81884765625, 203.527008056640625, 5.213816165924072265, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56421), -- Eye of Topaz (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+36, 214947, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2568.854248046875, -2712.40234375, 205.6481475830078125, 4.57540130615234375, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56421), -- Eye of Topaz (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+37, 219208, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2584.385009765625, -2792.7919921875, 204.7781982421875, 3.078702449798583984, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56421), -- Dusty Mouse (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+38, 214947, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2636.702392578125, -2632.649658203125, 222.390899658203125, 1.928939700126647949, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56421), -- Eye of Topaz (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+39, 219208, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2613.939453125, -2775.739990234375, 204.610565185546875, 5.426168441772460937, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56421), -- Dusty Mouse (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+40, 219316, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2631.244873046875, -2784.251708984375, 205.29443359375, 3.154923439025878906, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Wurdin (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+41, 219052, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2563.020751953125, -2764, 205.252105712890625, 1.105097293853759765, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Wireweaver Grelka (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+42, 214947, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2637.791748046875, -2677.5068359375, 223.32232666015625, 6.235367298126220703, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56421), -- Eye of Topaz (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+43, 214947, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2609.14794921875, -2654.0712890625, 222.9970703125, 4.102640628814697265, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56421), -- Eye of Topaz (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+44, 214947, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2608.259765625, -2760.349853515625, 221.9788360595703125, 5.438277244567871093, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56421), -- Eye of Topaz (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+45, 219197, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2586.78466796875, -2847.085205078125, 198.89208984375, 3.976556301116943359, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Griftah (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+46, 219208, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2566.900146484375, -2863.19091796875, 198.8087615966796875, 2.770439624786376953, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56461), -- Dusty Mouse (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+47, 219159, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2580.962646484375, -2888.314208984375, 199.200714111328125, 0.837805986404418945, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Displaced Rogue (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+48, 219311, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2606.2734375, -2891.626708984375, 198.9535980224609375, 2.366627693176269531, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Kordan (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+49, 219159, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2580.642333984375, -2894.838623046875, 199.450653076171875, 1.516540288925170898, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Displaced Rogue (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+50, 219063, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2554.83251953125, -2891.27783203125, 200.116790771484375, 0.281286805868148803, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Ms. Xiulan (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+51, 219208, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2610.9375, -2853.646484375, 198.8087615966796875, 5.887230873107910156, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56461), -- Dusty Mouse (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+52, 226418, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2577.944580078125, -2847.57470703125, 198.89208984375, 5.564330101013183593, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Steelvein Trader (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+53, 219159, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2584.5625, -2890.510498046875, 198.89208984375, 6.093565940856933593, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Displaced Rogue (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+54, 219208, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2567.091796875, -2883.53759765625, 199.6466827392578125, 4.372292041778564453, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56461), -- Dusty Mouse (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+55, 226418, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2562.260498046875, -2885.59033203125, 200.136627197265625, 4.094864845275878906, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Steelvein Trader (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+56, 219056, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2561.0322265625, -2898.897705078125, 200.116790771484375, 1.101243257522583007, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Mister Chu (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+57, 219208, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2601.97998046875, -2871.626953125, 198.8087615966796875, 1.44051826000213623, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56461), -- Dusty Mouse (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+58, 219055, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2562.9384765625, -2894.130126953125, 200.116790771484375, 0.810734927654266357, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Madam Goya (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 397053 - Crafting Order Vendor Controller, 182641 - Game Object Despawn Periodic)
(@CGUID+59, 219162, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2566.18408203125, -2859.232666015625, 200.0854644775390625, 5.57581186294555664, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Edmond Smith (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+60, 219312, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2573.689208984375, -2828.8681640625, 199.3890228271484375, 6.2483978271484375, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Gorenda (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+61, 219079, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2570.389892578125, -2858.376708984375, 198.89208984375, 0.836628854274749755, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Relorin Lighthand (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+62, 219160, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2572.079833984375, -2856.907958984375, 198.89208984375, 3.987182378768920898, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Hargrin (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+63, 219159, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2587.171875, -2890.819580078125, 198.89208984375, 3.121660470962524414, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Displaced Rogue (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+64, 226418, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2603.598876953125, -2875.61279296875, 198.892120361328125, 2.391331195831298828, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Steelvein Trader (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+65, 219159, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2588.692626953125, -2889.725830078125, 198.89208984375, 2.417294263839721679, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Displaced Rogue (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+66, 219065, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2580.780517578125, -2852.52783203125, 198.89208984375, 6.098943710327148437, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Grundaz (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+67, 219159, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2591.2578125, -2886.866455078125, 198.9387969970703125, 2.941254854202270507, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Displaced Rogue (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+68, 219208, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2603.3583984375, -2897.080078125, 199.172088623046875, 4.288686752319335937, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56461), -- Dusty Mouse (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+69, 219208, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2649.4169921875, -2842.927978515625, 198.6576385498046875, 2.96806502342224121, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56461), -- Dusty Mouse (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+70, 219209, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2582.0927734375, -2893.080078125, 199.1844482421875, 6.020493984222412109, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56461), -- Tiny Sewer Rat (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+71, 219195, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2580.47314453125, -2893.788330078125, 199.629791259765625, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461); -- Giant Sewer Rat (Area: Dornogal - Difficulty: 0) CreateObject1
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+71;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '459770 382759'), -- Unbound Trader - 459770 - [DNT] Earthen Carry Cosmetic Random, 382759 - Conversation Aura: Talk Only [DNT]
(@CGUID+9, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '459770'), -- Unbound Trader - 459770 - [DNT] Earthen Carry Cosmetic Random
(@CGUID+18, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '459180'), -- Unbound Crafter - 459180 - [DNT] Earthen Laborer Carry Cosmetic
(@CGUID+19, 0, 0, 0, 0, 0, 1, 0, 1023, 0, 0, 0, 0, ''), -- Unbound Trader
(@CGUID+21, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '463535'), -- Unbound Trader - 463535 - [DNT] Inspect Gem
(@CGUID+23, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Unbound Crafter
(@CGUID+40, 0, 0, 0, 0, 0, 1, 0, 415, 0, 0, 0, 0, ''), -- Wurdin
(@CGUID+47, 0, 0, 0, 0, 0, 1, 0, 743, 0, 0, 0, 0, ''), -- Displaced Rogue
(@CGUID+49, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Displaced Rogue
(@CGUID+52, 0, 0, 0, 0, 0, 0, 0, 0, 30335, 0, 0, 0, ''), -- Steelvein Trader
(@CGUID+53, 0, 0, 0, 0, 0, 1, 0, 0, 29089, 0, 0, 0, ''), -- Displaced Rogue
(@CGUID+55, 0, 0, 0, 0, 0, 0, 0, 720, 0, 0, 0, 0, ''), -- Steelvein Trader
(@CGUID+59, 0, 0, 0, 0, 0, 1, 0, 757, 0, 0, 0, 0, ''), -- Edmond Smith
(@CGUID+60, 0, 0, 0, 0, 0, 1, 0, 415, 0, 0, 0, 0, ''), -- Gorenda
(@CGUID+63, 0, 0, 0, 0, 0, 0, 0, 0, 29089, 0, 0, 0, ''), -- Displaced Rogue
(@CGUID+64, 0, 0, 0, 0, 0, 0, 0, 0, 30335, 0, 0, 0, ''), -- Steelvein Trader
(@CGUID+65, 0, 0, 0, 0, 0, 0, 0, 720, 0, 0, 0, 0, ''), -- Displaced Rogue
(@CGUID+67, 0, 0, 0, 0, 0, 0, 0, 720, 0, 0, 0, 0, ''); -- Displaced Rogue
-- GameObject
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+118;
INSERT INTO `gameobject` (`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, 452644, 2552, 14771, 14771, '0', '0', 0, 2563.0634765625, -2759.75048828125, 205.1883392333984375, 1.117011547088623046, 0, 0, 0.529919624328613281, 0.848047912120819091, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+1, 459299, 2552, 14771, 14771, '0', '0', 0, 2790.2236328125, -2750.87890625, 235.5539703369140625, 3.970627307891845703, 0, 0, -0.91531085968017578, 0.402748137712478637, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+2, 440938, 2552, 14771, 14771, '0', '0', 0, 2464.394775390625, -2209.784912109375, 163.361175537109375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 56421), -- Gate (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+3, 433630, 2552, 14771, 14771, '0', '0', 0, 2773.705322265625, -2843.7265625, 223.44757080078125, 1.580898761749267578, 0, 0, 0.710669517517089843, 0.703526020050048828, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+4, 459282, 2552, 14771, 14771, '0', '0', 0, 2668.30810546875, -2656.05126953125, 225.6018829345703125, 1.178098201751708984, 0, 0, 0.555570602416992187, 0.831469357013702392, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+5, 459272, 2552, 14771, 14771, '0', '0', 0, 2783.18017578125, -2748.8046875, 254.8867950439453125, 3.080448389053344726, 0, 0, 0.999532699584960937, 0.030567342415452003, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+6, 433640, 2552, 14771, 14771, '0', '0', 0, 2753.2763671875, -2843.560546875, 227.344512939453125, 1.4114837646484375, 0, 0, 0.648598670959472656, 0.761130571365356445, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+7, 452645, 2552, 14771, 14771, '0', '0', 0, 2633.19775390625, -2783.13330078125, 204.9889984130859375, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+8, 441169, 2552, 14771, 14771, '0', '0', 0, 3581.064208984375, -2438.5, 957.498046875, 3.593751907348632812, -0.2376713752746582, -0.18511867523193359, -0.92043018341064453, 0.249101698398590087, 120, 255, 1, 56421), -- Dormant Rock Giant (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+9, 428868, 2552, 14771, 14771, '0', '0', 0, 2617.59033203125, -2622.045166015625, 219.7758331298828125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+10, 433631, 2552, 14771, 14771, '0', '0', 0, 2772.31494140625, -2843.755859375, 223.4429473876953125, 4.660550594329833984, 0, 0, -0.72519493103027343, 0.688543617725372314, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+11, 459283, 2552, 14771, 14771, '0', '0', 0, 2681.991455078125, -2637.494873046875, 225.5929412841796875, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+12, 428931, 2552, 14771, 14771, '0', '0', 0, 2460.01904296875, -2716.28125, 201.162322998046875, 3.970627307891845703, 0, 0, -0.91531085968017578, 0.402748137712478637, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+13, 459273, 2552, 14771, 14771, '0', '0', 0, 2783.2568359375, -2746.43359375, 254.8867950439453125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+14, 452646, 2552, 14771, 14771, '0', '0', 0, 2564.8681640625, -2776.26220703125, 205.00909423828125, 4.686212062835693359, 0, 0, -0.71630096435546875, 0.697791457176208496, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+15, 467001, 2552, 14771, 14771, '0', '0', 0, 2537.04248046875, -2610.32470703125, 181.47662353515625, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 56421), -- Anvil (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+16, 428869, 2552, 14771, 14771, '0', '0', 0, 2617.780517578125, -2572.5556640625, 219.7649688720703125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+17, 459276, 2552, 14771, 14771, '0', '0', 0, 2788.001953125, -2714.45068359375, 221.7736053466796875, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+18, 428996, 2552, 14771, 14771, '0', '0', 0, 2474.40625, -2674.345458984375, 200.3131866455078125, 4.703663349151611328, 0, 0, -0.71018505096435546, 0.704015016555786132, 120, 255, 1, 56421), -- Leatherworker's Tool Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+19, 459274, 2552, 14771, 14771, '0', '0', 0, 2779.7978515625, -2746.4345703125, 254.8867950439453125, 0.061086613684892654, 0, 0, 0.030538558959960937, 0.999533593654632568, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+20, 452647, 2552, 14771, 14771, '0', '0', 0, 2520.03369140625, -2775.68798828125, 202.177581787109375, 4.703663349151611328, 0, 0, -0.71018505096435546, 0.704015016555786132, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+21, 465666, 2552, 14771, 14771, '0', '0', 0, 2566.8798828125, -2756.95849609375, 205.16876220703125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 56421), -- Lapidary's Mirror (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+22, 428958, 2552, 14771, 14771, '0', '0', 0, 2823.420166015625, -2733.166748046875, 257.528656005859375, 3.953172922134399414, 0, 0, -0.91879081726074218, 0.394744753837585449, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+23, 467002, 2552, 14771, 14771, '0', '0', 0, 2521.322998046875, -2626.48779296875, 181.425018310546875, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 56421), -- Anvil (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+24, 433636, 2552, 14771, 14771, '0', '0', 0, 2775.291748046875, -2830.7998046875, 223.4458770751953125, 4.04067230224609375, 0, 0, -0.90064716339111328, 0.434551119804382324, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+25, 428870, 2552, 14771, 14771, '0', '0', 0, 2617.720458984375, -2605.8681640625, 219.6887969970703125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+26, 452653, 2552, 14771, 14771, '0', '0', 0, 2498.68359375, -2681.6044921875, 181.4014739990234375, 1.544615507125854492, 0, 0, 0.697790145874023437, 0.716302275657653808, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+27, 433625, 2552, 14771, 14771, '0', '0', 0, 2773.567626953125, -2839.2216796875, 223.5163726806640625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+28, 459275, 2552, 14771, 14771, '0', '0', 0, 2781.76513671875, -2744.7822265625, 254.8867950439453125, 4.668760299682617187, 0, 0, -0.72236251831054687, 0.691514551639556884, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+29, 465667, 2552, 14771, 14771, '0', '0', 0, 2563.369140625, -2756.896728515625, 205.16876220703125, 1.596976161003112792, 0, 0, 0.716301918029785156, 0.697790443897247314, 120, 255, 1, 56421), -- Lapidary's Mirror (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+30, 447138, 2552, 14771, 14771, '0', '0', 0, 2792.697021484375, -2602.170166015625, 219.6816253662109375, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+31, 428898, 2552, 14771, 14771, '0', '0', 0, 2675.264892578125, -2533.37158203125, 221.13043212890625, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+32, 433637, 2552, 14771, 14771, '0', '0', 0, 2755.777099609375, -2833.392822265625, 227.374267578125, 3.085526466369628906, 0, 0, 0.999607086181640625, 0.028029426932334899, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+33, 463872, 2552, 14771, 14771, '0', '0', 0, 2521.701416015625, -2754.038330078125, 204.313262939453125, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 56421), -- Mailbox (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+34, 429065, 2552, 14771, 14771, '0', '0', 0, 2790.647705078125, -2665.116455078125, 224.289581298828125, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+35, 433626, 2552, 14771, 14771, '0', '0', 0, 2773.635986328125, -2837.956787109375, 223.504974365234375, 6.277152538299560546, 0, 0, -0.00301647186279296, 0.999995410442352294, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+36, 466205, 2552, 14771, 14771, '0', '0', 0, 2802.4326171875, -2735.20703125, 235.5844268798828125, 5.163228034973144531, 0.020595073699951171, -0.02781009674072265, -0.53050518035888671, 0.84697502851486206, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+37, 433638, 2552, 14771, 14771, '0', '0', 0, 2753.221435546875, -2831.21044921875, 227.3692474365234375, 4.84711456298828125, 0, 0, -0.65790653228759765, 0.753099620342254638, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+38, 452659, 2552, 14771, 14771, '0', '0', 0, 2559.812744140625, -2896.993408203125, 200.00909423828125, 0.794123053550720214, 0, 0, 0.386710166931152343, 0.922201275825500488, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+39, 446368, 2552, 14771, 14771, '0', '0', 0, 2693.3330078125, -2687.28369140625, 228.25286865234375, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 56421), -- Guild Vault (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+40, 428925, 2552, 14771, 14771, '0', '0', 0, 2455.19970703125, -2733.585205078125, 201.1471710205078125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+41, 442368, 2552, 14771, 14771, '0', '0', 0, 2260.7744140625, -2670.944580078125, 265.40557861328125, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 56421), -- 442368 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+42, 433627, 2552, 14771, 14771, '0', '0', 0, 2773.701904296875, -2836.7802734375, 223.5070037841796875, 6.2408905029296875, 0, 0, -0.02114582061767578, 0.999776422977447509, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+43, 441164, 2552, 14771, 14771, '0', '0', 0, 3024.775146484375, -3229.875, 220.221099853515625, 3.383082389831542968, 0.2770843505859375, 0.056103706359863281, -0.95141029357910156, 0.122045405209064483, 120, 255, 1, 56421), -- Dormant Rock Giant (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+44, 428943, 2552, 14771, 14771, '0', '0', 0, 2656.748291015625, -2619.44970703125, 224.2151641845703125, 0.741763234138488769, 0, 0, 0.362437248229980468, 0.932008147239685058, 120, 255, 1, 56421), -- Mailbox (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+45, 466206, 2552, 14771, 14771, '0', '0', 0, 2813.6689453125, -2750.76953125, 238.26861572265625, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+46, 440938, 2552, 14771, 14771, '0', '0', 0, 2593.3876953125, -2556.132080078125, 181.9781036376953125, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 56421), -- Gate (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+47, 459271, 2552, 14771, 14771, '0', '0', 0, 2781.84521484375, -2750.30078125, 254.8867950439453125, 1.570798397064208984, 0, 0, 0.7071075439453125, 0.707105994224548339, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+48, 433639, 2552, 14771, 14771, '0', '0', 0, 2755.285888671875, -2841.08251953125, 227.3687591552734375, 3.713781118392944335, 0, 0, -0.95935344696044921, 0.282207340002059936, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+49, 459272, 2552, 14771, 14771, '0', '0', 0, 2790.492919921875, -2712.12255859375, 221.7736053466796875, 3.865906238555908203, 0, 0, -0.9351348876953125, 0.354291886091232299, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+50, 459278, 2552, 14771, 14771, '0', '0', 0, 2675.230712890625, -2644.078125, 225.7088623046875, 0.776671826839447021, 0, 0, 0.378648757934570312, 0.925540447235107421, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+51, 429067, 2552, 14771, 14771, '0', '0', 0, 2782.14501953125, -2656.579833984375, 224.2892303466796875, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+52, 454424, 2552, 14771, 14771, '0', '0', 0, 3650.403564453125, -3602.335205078125, 183.8083343505859375, 2.253613471984863281, 0.024065494537353515, -0.11708736419677734, 0.893575668334960937, 0.432705342769622802, 120, 255, 1, 56421), -- Dormant Rock Giant (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+53, 428936, 2552, 14771, 14771, '0', '0', 0, 2551.1416015625, -2723.65625, 204.6116790771484375, 4.712392330169677734, 0, 0, -0.70710563659667968, 0.707107901573181152, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+54, 452643, 2552, 14771, 14771, '0', '0', 0, 2567.697265625, -2759.52392578125, 205.1883392333984375, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+55, 433632, 2552, 14771, 14771, '0', '0', 0, 2770.97021484375, -2843.791748046875, 223.451446533203125, 4.660553455352783203, 0, 0, -0.72519397735595703, 0.688544631004333496, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+56, 459273, 2552, 14771, 14771, '0', '0', 0, 2788.87060546875, -2710.391845703125, 221.7736053466796875, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+57, 459279, 2552, 14771, 14771, '0', '0', 0, 2672.552001953125, -2647.05078125, 225.7088623046875, 0.776671826839447021, 0, 0, 0.378648757934570312, 0.925540447235107421, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+58, 428927, 2552, 14771, 14771, '0', '0', 0, 2456.3212890625, -2715.810791015625, 201.0980224609375, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+59, 459300, 2552, 14771, 14771, '0', '0', 0, 2810.037109375, -2737.626953125, 238.29473876953125, 1.082105159759521484, 0, 0, 0.515038490295410156, 0.857167065143585205, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+60, 428993, 2552, 14771, 14771, '0', '0', 0, 2604.876708984375, -2869.505126953125, 198.8313751220703125, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 56421), -- Mailbox (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+61, 441166, 2552, 14771, 14771, '0', '0', 0, 1027.0069580078125, -2597.734375, 67.95830535888671875, 4.797432422637939453, 0.013546943664550781, -0.0426034927368164, -0.67509746551513671, 0.736372768878936767, 120, 255, 1, 56421), -- Dormant Rock Giant (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+62, 434052, 2552, 14771, 14771, '0', '0', 0, 2688.7431640625, -2545.15283203125, 220.8695068359375, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+63, 432823, 2552, 14771, 14771, '0', '0', 0, 3227.093505859375, -2847.00244140625, 371.299407958984375, 5.492420196533203125, 0, 0, -0.38516139984130859, 0.922849237918853759, 120, 255, 1, 56421), -- Door (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+64, 433633, 2552, 14771, 14771, '0', '0', 0, 2770.85400390625, -2830.796875, 223.4444427490234375, 1.556595683097839355, 0, 0, 0.702068328857421875, 0.712109625339508056, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+65, 428867, 2552, 14771, 14771, '0', '0', 0, 2617.721435546875, -2588.132080078125, 219.8520050048828125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+66, 459274, 2552, 14771, 14771, '0', '0', 0, 2786.42529296875, -2712.83837890625, 221.7736053466796875, 0.846484839916229248, 0, 0, 0.410718917846679687, 0.911761999130249023, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+67, 459301, 2552, 14771, 14771, '0', '0', 0, 2788.455078125, -2748.66015625, 235.5539703369140625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+68, 428097, 2552, 14771, 14771, '0', '0', 0, 2773.4853515625, -2627.552001953125, 224.3715362548828125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+69, 430486, 2552, 14771, 14771, '0', '0', 0, 2598.98779296875, -2702.267333984375, 219.4811553955078125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56421), -- Mailbox (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+70, 459284, 2552, 14771, 14771, '0', '0', 0, 2679.118408203125, -2634.590087890625, 225.5676116943359375, 3.394674062728881835, 0, 0, -0.99200439453125, 0.126203224062919616, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+71, 428932, 2552, 14771, 14771, '0', '0', 0, 2451.81591796875, -2731.725830078125, 201.1471710205078125, 4.633852005004882812, 0, 0, -0.73432159423828125, 0.678801715373992919, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+72, 434053, 2552, 14771, 14771, '0', '0', 0, 2688.404541015625, -2548.98779296875, 220.8695068359375, 2.487092971801757812, 0, 0, 0.946929931640625, 0.321440041065216064, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+73, 433634, 2552, 14771, 14771, '0', '0', 0, 2772.294677734375, -2830.728759765625, 223.4479522705078125, 1.633221268653869628, 0, 0, 0.728829383850097656, 0.684695363044738769, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+74, 459275, 2552, 14771, 14771, '0', '0', 0, 2786.64794921875, -2710.27880859375, 221.7736053466796875, 5.454157352447509765, 0, 0, -0.40274524688720703, 0.915312111377716064, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+75, 428921, 2552, 14771, 14771, '0', '0', 0, 2742.264892578125, -2627.55029296875, 224.4719390869140625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+76, 459302, 2552, 14771, 14771, '0', '0', 0, 2837.1767578125, -2745.37890625, 243.9663543701171875, 1.579524636268615722, 0, 0, 0.710186004638671875, 0.704014122486114501, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+77, 428894, 2552, 14771, 14771, '0', '0', 0, 2676.561767578125, -2533.420166015625, 221.13043212890625, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+78, 452645, 2552, 14771, 14771, '0', '0', 0, 2573.82763671875, -2828.87451171875, 199.3238067626953125, 0, 0, 0, 0, 1, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+79, 459285, 2552, 14771, 14771, '0', '0', 0, 2666.065185546875, -2653.69091796875, 225.6018829345703125, 0.174534037709236145, 0, 0, 0.087156295776367187, 0.996194660663604736, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+80, 434054, 2552, 14771, 14771, '0', '0', 0, 2685.455810546875, -2548.895751953125, 220.8695068359375, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+81, 433635, 2552, 14771, 14771, '0', '0', 0, 2773.74560546875, -2830.78076171875, 223.454925537109375, 1.375832438468933105, 0, 0, 0.634928703308105468, 0.772570729255676269, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+82, 428922, 2552, 14771, 14771, '0', '0', 0, 2460.28466796875, -2719.861083984375, 201.1374359130859375, 2.382372379302978515, 0, 0, 0.928809165954589843, 0.370558410882949829, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+83, 459286, 2552, 14771, 14771, '0', '0', 0, 2663.05859375, -2650.75634765625, 225.59765625, 1.169370889663696289, 0, 0, 0.551937103271484375, 0.833885729312896728, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+84, 428934, 2552, 14771, 14771, '0', '0', 0, 2453.241455078125, -2731.697998046875, 201.1471710205078125, 4.738570213317871093, 0, 0, -0.69779014587402343, 0.716302275657653808, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+85, 459276, 2552, 14771, 14771, '0', '0', 0, 2779.7724609375, -2748.689453125, 254.8867950439453125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+86, 428923, 2552, 14771, 14771, '0', '0', 0, 2456.701416015625, -2719.6806640625, 201.1589508056640625, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+87, 459271, 2552, 14771, 14771, '0', '0', 0, 2790.60693359375, -2714.12451171875, 221.7736053466796875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+88, 441162, 2552, 14771, 14771, '0', '0', 0, 1894.6302490234375, -2687.361083984375, 141.157257080078125, 5.988608360290527343, 0.140343189239501953, -0.25971031188964843, -0.09673595428466796, 0.950524330139160156, 120, 255, 1, 56421), -- Dormant Rock Giant (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+89, 428917, 2552, 14771, 14771, '0', '0', 0, 2448.4931640625, -2731.795166015625, 201.1471710205078125, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+90, 459287, 2552, 14771, 14771, '0', '0', 0, 2684.213134765625, -2639.878173828125, 225.5929412841796875, 3.307414531707763671, 0, 0, -0.99656486511230468, 0.082815870642662048, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+91, 428935, 2552, 14771, 14771, '0', '0', 0, 2567.673583984375, -2723.947998046875, 204.4093780517578125, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+92, 428918, 2552, 14771, 14771, '0', '0', 0, 2450.822998046875, -2747.63720703125, 200.24761962890625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+93, 433628, 2552, 14771, 14771, '0', '0', 0, 2773.640380859375, -2835.2001953125, 223.538360595703125, 4.081234931945800781, 0, 0, -0.89164924621582031, 0.45272684097290039, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+94, 446366, 2552, 14771, 14771, '0', '0', 0, 2710.320068359375, -2682.614990234375, 227.784942626953125, 2.369606494903564453, 0, 0, 0.926424980163574218, 0.376479417085647583, 120, 255, 1, 56421), -- The Great Vault (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+95, 459280, 2552, 14771, 14771, '0', '0', 0, 2660.8369140625, -2648.374267578125, 225.59765625, 0.165804952383041381, 0, 0, 0.082807540893554687, 0.996565580368041992, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+96, 452645, 2552, 14771, 14771, '0', '0', 0, 2550.973388671875, -2758.244384765625, 204.9889984130859375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+97, 459298, 2552, 14771, 14771, '0', '0', 0, 2837.250732421875, -2740.38671875, 244.0092620849609375, 4.716722488403320312, 0, 0, -0.70557308197021484, 0.708637177944183349, 120, 255, 1, 56421), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+98, 452661, 2552, 14771, 14771, '0', '0', 0, 2623.38671875, -2570.240234375, 183.334228515625, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+99, 433629, 2552, 14771, 14771, '0', '0', 0, 2775.070556640625, -2843.598876953125, 223.4630584716796875, 4.694422245025634765, 0, 0, -0.71343040466308593, 0.700726091861724853, 120, 255, 1, 56421), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+100, 446367, 2552, 14771, 14771, '0', '0', 0, 2715.267333984375, -2665.239990234375, 228.1408233642578125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 56421), -- Guild Vault (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+101, 459281, 2552, 14771, 14771, '0', '0', 0, 2676.896240234375, -2632.207763671875, 225.5676116943359375, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 56421), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+102, 441785, 2552, 14771, 14771, '0', '0', 0, 2260.7744140625, -2670.944580078125, 265.40557861328125, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 56421), -- 441785 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+103, 377531, 2552, 14771, 14771, '0', '0', 0, 2746.62841796875, -2664.140625, 225.606719970703125, 1.237192630767822265, 0, 0, 0.579892158508300781, 0.814693212509155273, 120, 255, 1, 56421), -- Draconic Hourglass (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+104, 377117, 2552, 14771, 14771, '0', '0', 0, 2749.001708984375, -2668.1337890625, 226.8239898681640625, 0.771524608135223388, 0, 0, 0.376265525817871093, 0.926511883735656738, 120, 255, 1, 56421), -- Dragon Jewelry Box (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+105, 428728, 2552, 14771, 14771, '0', '0', 0, 2982.549560546875, -2398.02783203125, 266.244873046875, 0, 0, 0, 0, 1, 120, 255, 1, 56421), -- Portal to Stormwind (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+106, 428729, 2552, 14771, 14771, '0', '0', 0, 2918.693603515625, -2334.536376953125, 266.244873046875, 0, 0, 0, 0, 1, 120, 255, 1, 56421), -- Portal to Orgrimmar (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+107, 385537, 2552, 14771, 14771, '0', '0', 0, 2770.252685546875, -2659.392333984375, 226.5789947509765625, 0.023222491145133972, 0, 0, 0.011610984802246093, 0.999932587146759033, 120, 255, 1, 56421), -- [DNT] Hourglass 01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+108, 389674, 2552, 14771, 14771, '0', '0', 0, 2746.345458984375, -2658.552001953125, 226.9882354736328125, 2.715246438980102539, 0, 0, 0.977364540100097656, 0.211562186479568481, 120, 255, 1, 56421), -- Blacktalon Map (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+109, 456208, 2552, 14771, 14771, '0', '0', 0, 2539.506103515625, -2583.541748046875, 181.407958984375, 0, 0, 0, 0, 1, 120, 255, 1, 56421), -- The Catalyst (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+110, 385537, 2552, 14771, 14771, '0', '0', 0, 2766.5947265625, -2667.951416015625, 225.606719970703125, 1.616776823997497558, 0, 0, 0.723175048828125, 0.69066476821899414, 120, 255, 1, 56421), -- [DNT] Hourglass 01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+111, 377308, 2552, 14771, 14771, '0', '0', 0, 2747.776123046875, -2667.366455078125, 227.6908721923828125, 2.315067052841186523, 0, 0, 0.915815353393554687, 0.401599615812301635, 120, 255, 1, 56421), -- Dragon Book Pile (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+112, 377531, 2552, 14771, 14771, '0', '0', 0, 2746.548583984375, -2659.75, 225.606719970703125, 1.237192630767822265, 0, 0, 0.579892158508300781, 0.814693212509155273, 120, 255, 1, 56421), -- Draconic Hourglass (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+113, 385537, 2552, 14771, 14771, '0', '0', 0, 2759.9931640625, -2668.052001953125, 225.606719970703125, 1.583638906478881835, 0, 0, 0.711632728576660156, 0.702551662921905517, 120, 255, 1, 56421), -- [DNT] Hourglass 01 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+114, 402552, 2552, 14771, 14771, '0', '0', 0, 2746.862060546875, -2665.744873046875, 226.9690704345703125, 5.118732929229736328, 0, 0, -0.54988479614257812, 0.835240483283996582, 120, 255, 1, 56421), -- Scroll Stack 2 (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+115, 428974, 2552, 14771, 14771, '0', '0', 0, 2436.15625, -2765.28466796875, 200.0900115966796875, 1.527163028717041015, 0, 0, 0.6915130615234375, 0.722363948822021484, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+116, 428924, 2552, 14771, 14771, '0', '0', 0, 2445.16845703125, -2733.92529296875, 201.1471710205078125, 0.008726147934794425, 0, 0, 0.004363059997558593, 0.999990463256835937, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+117, 428926, 2552, 14771, 14771, '0', '0', 0, 2446.92529296875, -2731.760498046875, 201.1471710205078125, 4.668757438659667968, 0, 0, -0.72236347198486328, 0.691513597965240478, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+118, 428875, 2552, 14771, 14771, '0', '0', 0, 2421.97216796875, -2757.59033203125, 200.2057952880859375, 5.45415496826171875, 0, 0, -0.40274620056152343, 0.915311694145202636, 120, 255, 1, 56461); -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+118;
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), -- Chair
(@OGUID+1, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+2, 0, 0, 0.70710688829421997, 0.707106649875640869, 0, 0), -- Gate
(@OGUID+3, 0, 0, 1, -0.00000004371138828, 0, 0), -- Stool
(@OGUID+4, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Chair
(@OGUID+5, 0, 0, 0.70710688829421997, 0.707106649875640869, 0, 0), -- Chair
(@OGUID+6, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+7, 0, 0, 0.000000087422776573, 1, 0, 0), -- Chair
(@OGUID+10, 0, 0, 1, -0.00000004371138828, 0, 0), -- Stool
(@OGUID+11, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Chair
(@OGUID+13, 0, 0, 0.70710688829421997, 0.707106649875640869, 0, 0), -- Chair
(@OGUID+14, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+17, 0, 0, 0.923879504203796386, 0.38268357515335083, 0, 0), -- Chair
(@OGUID+19, 0, 0, 0.70710688829421997, 0.707106649875640869, 0, 0), -- Chair
(@OGUID+20, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+21, 0, 0, 1, -0.00000004371138828, 16227, 0), -- Lapidary's Mirror
(@OGUID+24, 0, 0, 1, -0.00000004371138828, 0, 0), -- Stool
(@OGUID+26, 0, 0, -0.70710676908493041, 0.707106769084930419, 0, 0), -- Chair
(@OGUID+27, 0, 0, 1, -0.00000004371138828, 0, 0), -- Stool
(@OGUID+28, 0, 0, 0.70710688829421997, 0.707106649875640869, 0, 0), -- Chair
(@OGUID+29, 0, 0, 1, -0.00000004371138828, 16227, 0), -- Lapidary's Mirror
(@OGUID+32, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+35, 0, 0, 1, -0.00000004371138828, 0, 0), -- Stool
(@OGUID+36, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+37, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+38, 0, 0, 0.923879504203796386, -0.38268348574638366, 0, 0), -- Chair
(@OGUID+39, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Guild Vault
(@OGUID+42, 0, 0, 1, -0.00000004371138828, 0, 0), -- Stool
(@OGUID+45, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+46, 0, 0, 0.713250935077667236, 0.700908839702606201, 0, 0), -- Gate
(@OGUID+47, 0, 0, 0.70710688829421997, 0.707106649875640869, 0, 0), -- Chair
(@OGUID+48, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+49, 0, 0, 0.923879504203796386, 0.38268357515335083, 0, 0), -- Chair
(@OGUID+50, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Bench
(@OGUID+54, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+55, 0, 0, 1, -0.00000004371138828, 0, 0), -- Stool
(@OGUID+56, 0, 0, 0.923879504203796386, 0.38268357515335083, 0, 0), -- Chair
(@OGUID+57, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Bench
(@OGUID+59, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+63, 0, 0, -0.70710676908493041, 0.707106769084930419, 0, 0), -- Door
(@OGUID+64, 0, 0, 1, -0.00000004371138828, 0, 0), -- Stool
(@OGUID+66, 0, 0, 0.923879504203796386, 0.38268357515335083, 0, 0), -- Chair
(@OGUID+67, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+70, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Chair
(@OGUID+73, 0, 0, 1, -0.00000004371138828, 0, 0), -- Stool
(@OGUID+74, 0, 0, 0.923879504203796386, 0.38268357515335083, 0, 0), -- Chair
(@OGUID+76, 0, 0, 1, -0.00000004371138828, 0, 0), -- Bench
(@OGUID+78, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+79, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Chair
(@OGUID+81, 0, 0, 1, -0.00000004371138828, 0, 0), -- Stool
(@OGUID+83, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Chair
(@OGUID+85, 0, 0, 0.70710688829421997, 0.707106649875640869, 0, 0), -- Chair
(@OGUID+87, 0, 0, 0.923879504203796386, 0.38268357515335083, 0, 0), -- Chair
(@OGUID+90, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Chair
(@OGUID+93, 0, 0, 1, -0.00000004371138828, 0, 0), -- Stool
(@OGUID+94, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- The Great Vault
(@OGUID+95, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Chair
(@OGUID+96, 0, 0, -0.36650115251541137, 0.930417597293853759, 0, 0), -- Chair
(@OGUID+97, 0, 0, 1, -0.00000004371138828, 0, 0), -- Bench
(@OGUID+98, 0, 0, 0.000000087422776573, 1, 0, 0), -- Chair
(@OGUID+99, 0, 0, 1, -0.00000004371138828, 0, 0), -- Stool
(@OGUID+100, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Guild Vault
(@OGUID+101, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Chair
(@OGUID+105, 0, 0, 0, 1, 0, 3503), -- Portal to Stormwind
(@OGUID+106, 0, 0, 0, 1, 0, 3503), -- Portal to Orgrimmar
(@OGUID+109, 0, 0, 0, 1, 27021, 0); -- The Catalyst
-- Template Addon
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (456208 /*The Catalyst*/, 428729 /*Portal to Orgrimmar*/, 428728 /*Portal to Stormwind*/, 377117 /*Dragon Jewelry Box*/, 441785 /*441785*/, 446367 /*Guild Vault*/, 446366 /*The Great Vault*/, 428918 /*Chair*/, 428923 /*Chair*/, 432823 /*Door*/, 428927 /*Chair*/, 442368 /*442368*/, 446368 /*Guild Vault*/, 447138 /*Chair*/, 465667 /*Lapidary's Mirror*/, 465666 /*Lapidary's Mirror*/, 440938 /*Gate*/,428875 /*Chair*/, 428926 /*Chair*/, 428924 /*Chair*/);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(456208, 0, 0, 27021, 0), -- The Catalyst
(428729, 1735, 32, 0, 3503), -- Portal to Orgrimmar
(428728, 1732, 32, 0, 3503), -- Portal to Stormwind
(377117, 190, 0, 0, 0), -- Dragon Jewelry Box
(441785, 0, 32, 0, 0), -- 441785
(446367, 35, 0, 0, 0), -- Guild Vault
(446366, 0, 262144, 0, 0), -- The Great Vault
(428918, 114, 0, 0, 0), -- Chair
(428923, 114, 0, 0, 0), -- Chair
(432823, 0, 32, 0, 0), -- Door
(428927, 114, 0, 0, 0), -- Chair
(442368, 0, 32, 0, 0), -- 442368
(446368, 35, 0, 0, 0), -- Guild Vault
(447138, 114, 0, 0, 0), -- Chair
(465667, 35, 0, 16227, 0), -- Lapidary's Mirror
(465666, 35, 0, 16227, 0), -- Lapidary's Mirror
(440938, 0, 34, 0, 0), -- Gate
(428875, 114, 0, 0, 0), -- Chair
(428926, 114, 0, 0, 0), -- Chair
(428924, 114, 0, 0, 0); -- Chair
DELETE FROM `creature_template_addon` WHERE `entry` IN (219054, 219014, 219055);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(219054, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- 219054 (Vaultkeeper Xir)
(219014, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '18950'), -- 219014 (Oathsworn Peacekeeper) - Invisibility and Stealth Detection
(219055, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '397053 182641'); -- 219055 (Madam Goya) - Crafting Order Vendor Controller, Game Object Despawn Periodic
-- Template
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219313; -- Aredi
UPDATE `creature_template` SET `faction`=3407, `npcflag`=131076, `BaseAttackTime`=2000, `unit_flags`=512, `unit_flags2`=2048 WHERE `entry`=219029; -- Counter Bardra
UPDATE `creature_template` SET `faction`=35, `npcflag`=536870912, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219054; -- Vaultkeeper Xir
UPDATE `creature_template` SET `faction`=35, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=220564; -- Speakeasy Runeguard
UPDATE `creature_template` SET `faction`=3407, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=67110912, `unit_flags3`=16777216, `VehicleId`=8307 WHERE `entry`=214838; -- Earthen Wagon
UPDATE `creature_template` SET `faction`=35, `npcflag`=268435585, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219053; -- Warpweaver Dezeeran
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219319; -- Yorda
UPDATE `creature_template` SET `faction`=3407, `npcflag`=1125899906842625, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219052; -- Wireweaver Grelka
UPDATE `creature_template` SET `faction`=3407, `npcflag`=131076, `BaseAttackTime`=2000, `unit_flags`=512, `unit_flags2`=2048 WHERE `entry`=219023; -- Counter Targrin
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219314; -- Trangad
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=229927; -- Unbound Crafter
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219316; -- Wurdin
UPDATE `creature_template` SET `faction`=3407, `npcflag`=2097152, `BaseAttackTime`=1000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=219039; -- Auctioneer Zyrgas
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048, `unit_flags3`=67108864 WHERE `entry`=220300; -- Bandtail Kestrel
UPDATE `creature_template` SET `faction`=3407, `npcflag`=4224, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219321; -- Grotir
UPDATE `creature_template` SET `faction`=3407, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219142; -- Oathsworn Worker
UPDATE `creature_template` SET `faction`=2092, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=220796; -- Delver's Dirigible
UPDATE `creature_template` SET `faction`=3407, `npcflag`=2097152, `BaseAttackTime`=1000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=219037; -- Auctioneer Durzin
UPDATE `creature_template` SET `faction`=3407, `npcflag`=2097152, `BaseAttackTime`=1000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=219040; -- Auctioneer Prana
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=219036; -- Ardgaz
UPDATE `creature_template` SET `faction`=2092, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226696; -- Seasonal Delver's Dirigible
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=230031; -- Oathsworn Worker
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=67108864 WHERE `entry`=214772; -- Limestone Falcon
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=67108864 WHERE `entry`=214824; -- Cart Hauler
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219382; -- Unbound Trader
UPDATE `creature_template` SET `faction`=35, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=67110912, `unit_flags3`=16777216 WHERE `entry`=227389; -- Earthen Crate
UPDATE `creature_template` SET `faction`=188, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219208; -- Dusty Mouse
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=67108864 WHERE `entry`=215070; -- Ashwhite Kestrel
UPDATE `creature_template` SET `faction`=3409, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=214948; -- Roaming Stormrook
UPDATE `creature_template` SET `faction`=3408, `npcflag`=1, `speed_run`=1.428571462631225585, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048, `unit_flags3`=8388608 WHERE `entry`=219014; -- Oathsworn Peacekeeper
UPDATE `creature_template` SET `faction`=90, `speed_run`=0.857142865657806396, `BaseAttackTime`=1940, `unit_flags3`=16777216 WHERE `entry`=143622; -- Wild Imp
UPDATE `creature_template` SET `faction`=3407, `npcflag`=4224, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219065; -- Grundaz
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219160; -- Hargrin
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219079; -- Relorin Lighthand
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219312; -- Gorenda
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=1073741824 WHERE `entry`=219162; -- Edmond Smith
UPDATE `creature_template` SET `faction`=35, `npcflag`=2147483648, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219055; -- Madam Goya
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219056; -- Mister Chu
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=220673; -- Jade Quilen Statue
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048, `unit_flags3`=67108864 WHERE `entry`=219195; -- Giant Sewer Rat
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry` IN (226418, 226419); -- Steelvein Trader
UPDATE `creature_template` SET `faction`=35, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219063; -- Ms. Xiulan
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219311; -- Kordan
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219159; -- Displaced Rogue
UPDATE `creature_template` SET `faction`=35, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219197; -- Griftah
UPDATE `creature_template` SET `faction`=35, `npcflag`=16777216, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219209; -- Tiny Sewer Rat
-- Difficulty
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219313 AND `DifficultyID`=0); -- 219313 (Aredi) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219029 AND `DifficultyID`=0); -- 219029 (Counter Bardra) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219054 AND `DifficultyID`=0); -- 219054 (Vaultkeeper Xir) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56421 WHERE (`Entry`=220564 AND `DifficultyID`=0); -- 220564 (Speakeasy Runeguard) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219053 AND `DifficultyID`=0); -- 219053 (Warpweaver Dezeeran) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219319 AND `DifficultyID`=0); -- 219319 (Yorda) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219052 AND `DifficultyID`=0); -- 219052 (Wireweaver Grelka) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219023 AND `DifficultyID`=0); -- 219023 (Counter Targrin) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219314 AND `DifficultyID`=0); -- 219314 (Trangad) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=229927 AND `DifficultyID`=0); -- 229927 (Unbound Crafter) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219316 AND `DifficultyID`=0); -- 219316 (Wurdin) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `VerifiedBuild`=56421 WHERE (`Entry`=219039 AND `DifficultyID`=0); -- 219039 (Auctioneer Zyrgas) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=805306368, `VerifiedBuild`=56421 WHERE (`Entry`=220300 AND `DifficultyID`=0); -- 220300 (Bandtail Kestrel) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219321 AND `DifficultyID`=0); -- 219321 (Grotir) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219142 AND `DifficultyID`=0); -- 219142 (Oathsworn Worker) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2145, `VerifiedBuild`=56421 WHERE (`Entry`=220796 AND `DifficultyID`=0); -- 220796 (Delver's Dirigible) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `VerifiedBuild`=56421 WHERE (`Entry`=219037 AND `DifficultyID`=0); -- 219037 (Auctioneer Durzin) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `VerifiedBuild`=56421 WHERE (`Entry`=219040 AND `DifficultyID`=0); -- 219040 (Auctioneer Prana) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219036 AND `DifficultyID`=0); -- 219036 (Ardgaz) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2145, `VerifiedBuild`=56421 WHERE (`Entry`=226696 AND `DifficultyID`=0); -- 226696 (Seasonal Delver's Dirigible) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219382 AND `DifficultyID`=0); -- 219382 (Unbound Trader) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=219208 AND `DifficultyID`=0); -- 219208 (Dusty Mouse) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219065 AND `DifficultyID`=0); -- 219065 (Grundaz) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219160 AND `DifficultyID`=0); -- 219160 (Hargrin) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219079 AND `DifficultyID`=0); -- 219079 (Relorin Lighthand) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219312 AND `DifficultyID`=0); -- 219312 (Gorenda) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2462, `StaticFlags1`=536870912, `StaticFlags3`=256, `VerifiedBuild`=56461 WHERE (`Entry`=224318 AND `DifficultyID`=0); -- 224318 (Tunnel to Azj-Kahet) - Floating - CannotSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=805306624, `VerifiedBuild`=56461 WHERE (`Entry`=219162 AND `DifficultyID`=0); -- 219162 (Edmond Smith) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219055 AND `DifficultyID`=0); -- 219055 (Madam Goya) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219056 AND `DifficultyID`=0); -- 219056 (Mister Chu) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2829, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=228001 AND `DifficultyID`=0); -- 228001 (Nipper) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=220673 AND `DifficultyID`=0); -- 220673 (Jade Quilen Statue) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219195 AND `DifficultyID`=0); -- 219195 (Giant Sewer Rat) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226418 AND `DifficultyID`=0); -- 226418 (Steelvein Trader) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226419 AND `DifficultyID`=0); -- 226419 (Steelvein Trader) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219063 AND `DifficultyID`=0); -- 219063 (Ms. Xiulan) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219311 AND `DifficultyID`=0); -- 219311 (Kordan) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219159 AND `DifficultyID`=0); -- 219159 (Displaced Rogue) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219197 AND `DifficultyID`=0); -- 219197 (Griftah) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219209 AND `DifficultyID`=0); -- 219209 (Tiny Sewer Rat) - CanSwim
-- Model Info
DELETE FROM `creature_model_info` WHERE `DisplayID`=120822;
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES
(120822, 0.347000002861022949, 1.5, 0, 56461);
UPDATE `creature_model_info` SET `VerifiedBuild`=56461 WHERE `DisplayID` IN (117714, 117683, 117712, 117716, 117708, 117721, 117775, 117715, 121434, 117691, 117720, 120821, 121435, 117719, 117774, 117713, 4959, 82235);
-- Spellclick
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` = 219209;
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES
(219209, 438887, 1, 0);
-- Vendor
DELETE FROM `npc_vendor` WHERE (`entry`=219312 AND `item`=227317 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219312 AND `item`=227318 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219312 AND `item`=227310 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219312 AND `item`=227309 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219311 AND `item`=227701 AND `ExtendedCost`=9121 AND `type`=1) OR (`entry`=219311 AND `item`=227700 AND `ExtendedCost`=9121 AND `type`=1) OR (`entry`=219311 AND `item`=227699 AND `ExtendedCost`=9121 AND `type`=1) OR (`entry`=219197 AND `item`=224763 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219197 AND `item`=228921 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219197 AND `item`=201410 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219197 AND `item`=74918 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219197 AND `item`=199177 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219197 AND `item`=202046 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219197 AND `item`=27940 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219197 AND `item`=200271 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219197 AND `item`=200269 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219197 AND `item`=200268 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219197 AND `item`=200265 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219197 AND `item`=27978 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=188152 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=64670 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=138293 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=85663 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=2901 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=7005 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=39505 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=6256 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=10498 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=6219 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=20815 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=6218 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=5956 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=222701 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=222700 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=222699 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=222697 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=222696 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=222695 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=224764 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=38682 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=200860 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219065 AND `item`=211806 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219316 AND `item`=228723 AND `ExtendedCost`=0 AND `type`=1);
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
(219312, 4, 227317, 0, 0, 1, 0, 0, 56461), -- Lava Cola
(219312, 3, 227318, 0, 0, 1, 0, 0, 56461), -- Quicksilver Sipper
(219312, 2, 227310, 0, 0, 1, 0, 0, 56461), -- Magmalaid
(219312, 1, 227309, 0, 0, 1, 0, 0, 56461), -- Titanshake
(219311, 3, 227701, 0, 9121, 1, 0, 0, 56461), -- Preserved Defender's Kris
(219311, 2, 227700, 0, 9121, 1, 0, 0, 56461), -- Preserved Defender's Spear
(219311, 1, 227699, 0, 9121, 1, 0, 0, 56461), -- Earthen Ceremonial Chopper
(219197, 12, 224763, 0, 0, 1, 0, 0, 56461), -- Design: Cubic Blasphemia
(219197, 11, 228921, 0, 0, 1, 0, 0, 56461), -- Griftah's Heavy-Duty Embellishing Powder
(219197, 10, 201410, 0, 0, 1, 0, 0, 56461), -- Powerful Purple Thing
(219197, 9, 74918, 0, 0, 1, 0, 0, 56461), -- Problem Solving Pendant
(219197, 8, 199177, 0, 0, 1, 0, 0, 56461), -- Ash Feather Amulet
(219197, 7, 202046, 0, 0, 1, 0, 0, 56461), -- Lucky Tortollan Charm
(219197, 6, 27940, 0, 0, 1, 0, 0, 56461), -- Marvelous Madstone of Immortality
(219197, 5, 200271, 0, 0, 1, 0, 0, 56461), -- Infallible Hornswog Ward
(219197, 4, 200269, 0, 0, 1, 0, 0, 56461), -- Talisman of the Dragon Hoard
(219197, 3, 200268, 0, 0, 1, 0, 0, 56461), -- Crumbling Elemental Stone
(219197, 2, 200265, 0, 0, 1, 0, 0, 56461), -- Lucky Dragon's Claw
(219197, 1, 27978, 0, 0, 1, 0, 0, 56461), -- Soap on a Rope
(219065, 23, 188152, 0, 0, 1, 0, 0, 56461), -- Gateway Control Shard
(219065, 22, 64670, 0, 0, 1, 0, 0, 56461), -- Vanishing Powder
(219065, 21, 138293, 0, 0, 1, 0, 0, 56461), -- Explorer's Pack
(219065, 20, 85663, 0, 0, 1, 0, 0, 56461), -- Herbalist's Spade
(219065, 19, 2901, 0, 0, 1, 0, 0, 56461), -- Mining Pick
(219065, 18, 7005, 0, 0, 1, 0, 0, 56461), -- Skinning Knife
(219065, 17, 39505, 0, 0, 1, 0, 0, 56461), -- Virtuoso Inking Set
(219065, 16, 6256, 0, 0, 1, 0, 0, 56461), -- Fishing Pole
(219065, 15, 10498, 0, 0, 1, 0, 0, 56461), -- Gyromatic Micro-Adjustor
(219065, 14, 6219, 0, 0, 1, 0, 0, 56461), -- Arclight Spanner
(219065, 13, 20815, 0, 0, 1, 0, 0, 56461), -- Jeweler's Toolset
(219065, 12, 6218, 0, 0, 1, 0, 0, 56461), -- Runed Copper Rod
(219065, 11, 5956, 0, 0, 1, 0, 0, 56461), -- Blacksmith Hammer
(219065, 10, 222701, 0, 0, 1, 0, 0, 56461), -- Clumped Flour
(219065, 9, 222700, 0, 0, 1, 0, 0, 56461), -- Granulated Spices
(219065, 8, 222699, 0, 0, 1, 0, 0, 56461), -- Khaz Algar Tomato
(219065, 7, 222697, 0, 0, 1, 0, 0, 56461), -- Coreway Dust
(219065, 6, 222696, 0, 0, 1, 0, 0, 56461), -- Crunchy Peppers
(219065, 5, 222695, 0, 0, 1, 0, 0, 56461), -- Twined Herbs
(219065, 4, 224764, 0, 0, 1, 0, 0, 56461), -- Mosswool Thread
(219065, 3, 38682, 0, 0, 1, 0, 0, 56461), -- Enchanting Vellum
(219065, 2, 200860, 0, 0, 1, 0, 0, 56461), -- Draconic Stopper
(219065, 1, 211806, 0, 0, 1, 0, 0, 56461), -- Gilded Vial
(219316, 1, 228723, 0, 0, 1, 0, 0, 56461); -- Earthen Pet Rock
-- Gossip
DELETE FROM `creature_template_gossip` WHERE (`CreatureID`=219052 AND `MenuID` = 35474) OR (`CreatureID`=219063 AND `MenuID`=33103);
INSERT INTO `creature_template_gossip` (`CreatureID`, `MenuID`, `VerifiedBuild`) VALUES
(219052, 35474, 56461), -- Wireweaver Grelka
(219063, 33103, 56461); -- Ms. Xiulan
DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+2;
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, 267826, 0, 0, 0, 0, 0, 0, 0, 56461), -- 219052 (Wireweaver Grelka)
(@NPCTEXTID+1, 1, 0, 0, 0, 0, 0, 0, 0, 267830, 0, 0, 0, 0, 0, 0, 0, 56461), -- 219052 (Wireweaver Grelka)
(@NPCTEXTID+2, 1, 0, 0, 0, 0, 0, 0, 0, 251360, 0, 0, 0, 0, 0, 0, 0, 56461); -- 219063 (Ms. Xiulan)
DELETE FROM `gossip_menu` WHERE (`MenuID`=35474 AND `TextID`=@NPCTEXTID+0) OR (`MenuID`=35475 AND `TextID`=@NPCTEXTID+1) OR (`MenuID`=33103 AND `TextID`=@NPCTEXTID+2);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(35474, @NPCTEXTID+0, 56461), -- 219052 (Wireweaver Grelka)
(35475, @NPCTEXTID+1, 56461), -- 219052 (Wireweaver Grelka)
(33103, @NPCTEXTID+2, 56461); -- 219063 (Ms. Xiulan)
DELETE FROM `gossip_menu_option` WHERE (`MenuID`=35474 AND `OptionID`=0);
INSERT INTO `gossip_menu_option` (`MenuID`, `GossipOptionID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextID`, `Language`, `Flags`, `ActionMenuID`, `ActionPoiID`, `GossipNpcOptionID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `SpellID`, `OverrideIconID`, `VerifiedBuild`) VALUES
(35474, 123209, 0, 0, 'Does your hair--er, wire, actually grow?', 0, 0, 0, 35475, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461);

View File

@@ -0,0 +1,262 @@
SET @CGUID := 10001637;
SET @NPCTEXTID := 600005;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+27;
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, 229927, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2531.778564453125, -2785.2119140625, 202.451690673828125, 4.965769767761230468, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+1, 229927, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2538.271728515625, -2705.467041015625, 200.157867431640625, 2.831913948059082031, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 459180 - [DNT] Earthen Laborer Carry Cosmetic)
(@CGUID+2, 219321, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2547.689208984375, -2757.390625, 205.054229736328125, 2.113895893096923828, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Grotir (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+3, 229379, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2511.3916015625, -2726.677001953125, 204.5569915771484375, 0.809943974018096923, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Villager (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT])
(@CGUID+4, 219108, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2517.9697265625, -2775.71533203125, 202.197052001953125, 4.850820541381835937, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Roldira (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+5, 219043, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2521.35595703125, -2787.467041015625, 202.251220703125, 1.61567699909210205, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Clerk Ardran (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 397053 - Crafting Order Vendor Controller, 182641 - Game Object Despawn Periodic)
(@CGUID+6, 215258, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2509.623291015625, -2753.30029296875, 204.5971221923828125, 1.510008096694946289, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Clerk Gretal (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 397053 - Crafting Order Vendor Controller, 182641 - Game Object Despawn Periodic)
(@CGUID+7, 229927, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2517.455078125, -2750.0693359375, 204.5970306396484375, 4.256670475006103515, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+8, 229927, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2494.052001953125, -2745.560791015625, 204.841888427734375, 2.289359331130981445, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+9, 229927, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2541.282958984375, -2743.163330078125, 204.5569915771484375, 5.91660308837890625, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+10, 219048, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2518.5087890625, -2788.529541015625, 202.2886962890625, 2.318159103393554687, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Clerk Pordaz (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 397053 - Crafting Order Vendor Controller, 182641 - Game Object Despawn Periodic)
(@CGUID+11, 219050, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2508.9296875, -2788.151123046875, 202.479522705078125, 5.519165992736816406, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Aisha (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+12, 229379, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2482.288330078125, -2737.916748046875, 200.157867431640625, 0.77998131513595581, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Villager (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 122236 - Read Scroll)
(@CGUID+13, 229927, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2492.06591796875, -2745.901123046875, 205.513458251953125, 0.722091615200042724, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+14, 228177, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2526.248291015625, -2775.638916015625, 202.268096923828125, 3.911191940307617187, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Kala Clayhoof (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+15, 229927, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2505.693603515625, -2765.126708984375, 205.078399658203125, 2.732352018356323242, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+16, 219319, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2554.1884765625, -2756.901123046875, 205.054229736328125, 5.423876762390136718, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Yorda (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+17, 229927, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2542.3359375, -2743.796875, 204.5569915771484375, 2.732352018356323242, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+18, 226744, 2552, 14771, 15043, '0', 0, 0, 0, 1, 2529.81689453125, -2711.428955078125, 204.78851318359375, 4.214966297149658203, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Ranger Selone (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+19, 229927, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2532.201416015625, -2786.9150390625, 202.451690673828125, 1.904890894889831542, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+20, 219051, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2510.170166015625, -2789.63720703125, 202.479522705078125, 2.294265270233154296, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Lyrendal (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+21, 226745, 2552, 14771, 15043, '0', 0, 0, 0, 1, 2527.17529296875, -2712.4619140625, 204.6619873046875, 0.399299442768096923, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Pathstalker Ralsir (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+22, 229927, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2492.826416015625, -2743.84716796875, 204.841888427734375, 5.3529510498046875, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+23, 226746, 2552, 14771, 15043, '0', 0, 0, 0, 1, 2529.346435546875, -2713.369873046875, 204.78851318359375, 2.103442907333374023, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Rulen Lightsreap (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+24, 219223, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2527.27685546875, -2753.263916015625, 204.6282501220703125, 2.209727048873901367, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Mahra Treebender (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+25, 229379, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2512.802978515625, -2725.194580078125, 204.55902099609375, 3.95153665542602539, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Villager (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+26, 214947, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2518.346435546875, -2737.708251953125, 206.7676239013671875, 0, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56461), -- Eye of Topaz (Area: The Forgegrounds - Difficulty: 0) CreateObject2
(@CGUID+27, 214947, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2516.509521484375, -2728.4375, 206.909088134765625, 0, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56461); -- Eye of Topaz (Area: The Forgegrounds - Difficulty: 0) CreateObject2
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+27;
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, '459180'), -- Unbound Crafter - 459180 - [DNT] Earthen Laborer Carry Cosmetic
(@CGUID+3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '435518'), -- Unbound Villager - 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT]
(@CGUID+12, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '122236'), -- Unbound Villager - 122236 - Read Scroll
(@CGUID+13, 0, 0, 0, 0, 0, 1, 0, 461, 0, 0, 0, 0, ''), -- Unbound Crafter
(@CGUID+15, 0, 0, 0, 0, 0, 1, 0, 0, 25374, 0, 0, 0, ''), -- Unbound Crafter
(@CGUID+16, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''); -- Yorda
-- Template Addon
DELETE FROM `creature_template_addon` WHERE `entry` IN (226746 /*226746 (Rulen Lightsreap)*/, 226745 /*226745 (Pathstalker Ralsir)*/, 226744 /*226744 (Ranger Selone)*/, 219048 /*219048 (Clerk Pordaz) - Crafting Order Vendor Controller, Game Object Despawn Periodic*/, 215258 /*215258 (Clerk Gretal) - Crafting Order Vendor Controller, Game Object Despawn Periodic*/, 219043 /*219043 (Clerk Ardran) - Crafting Order Vendor Controller, Game Object Despawn Periodic*/, 219108 /*219108 (Roldira)*/);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(226746, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- 226746 (Rulen Lightsreap)
(226745, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- 226745 (Pathstalker Ralsir)
(226744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- 226744 (Ranger Selone)
(219048, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '397053'), -- 219048 (Clerk Pordaz) - Crafting Order Vendor Controller, Game Object Despawn Periodic
(215258, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '397053'), -- 215258 (Clerk Gretal) - Crafting Order Vendor Controller, Game Object Despawn Periodic
(219043, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '397053'), -- 219043 (Clerk Ardran) - Crafting Order Vendor Controller, Game Object Despawn Periodic
(219108, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''); -- 219108 (Roldira)
-- Template
UPDATE `creature_template` SET `faction`=188, `speed_run`=0.857142865657806396, `BaseAttackTime`=2000, `unit_flags`=512, `unit_flags2`=2048 WHERE `entry`=223095; -- Bedrock Stonecharger
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219317; -- Kornak
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=16777216 WHERE `entry`=228485; -- Crafting Orders - Credit
UPDATE `creature_template` SET `faction`=35, `npcflag`=2, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=228177; -- Kala Clayhoof
UPDATE `creature_template` SET `faction`=35, `npcflag`=3, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219050; -- Aisha
UPDATE `creature_template` SET `faction`=3407, `npcflag`=4503599627370497, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219048; -- Clerk Pordaz
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219076; -- Kornd
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048 WHERE `entry` IN (219151, 219150); -- Oathsworn Citizen
UPDATE `creature_template` SET `faction`=3407, `npcflag`=4503599627370497, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=215258; -- Clerk Gretal
UPDATE `creature_template` SET `faction`=3407, `npcflag`=4503599627370497, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219043; -- Clerk Ardran
UPDATE `creature_template` SET `faction`=3407, `npcflag`=83, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219097; -- Tarib
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048 WHERE `entry` IN (219392, 219391); -- Forgegrounds Worker
UPDATE `creature_template` SET `faction`=3407, `npcflag`=2, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219108; -- Roldira
UPDATE `creature_template` SET `faction`=3407, `npcflag`=4224, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219096; -- Gareb
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=223642; -- Forgegrounds Machinesmith
UPDATE `creature_template` SET `faction`=3407, `npcflag`=83, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219080; -- Marbb
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048 WHERE `entry`=226785; -- Kondal Huntsworn
UPDATE `creature_template` SET `faction`=35, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=219223; -- Mahra Treebender
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=1500, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226746; -- Rulen Lightsreap
UPDATE `creature_template` SET `faction`=188, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219181; -- Coreling
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=1500, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226745; -- Pathstalker Ralsir
UPDATE `creature_template` SET `faction`=35, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219051; -- Lyrendal
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=1500, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226744; -- Ranger Selone
UPDATE `creature_template` SET `faction`=3407, `npcflag`=83, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219083; -- Ginnad
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219082; -- Kradan
-- Difficulty
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226785 AND `DifficultyID`=0); -- 226785 (Kondal Huntsworn) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219223 AND `DifficultyID`=0); -- 219223 (Mahra Treebender) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226746 AND `DifficultyID`=0); -- 226746 (Rulen Lightsreap) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219181 AND `DifficultyID`=0); -- 219181 (Coreling) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226745 AND `DifficultyID`=0); -- 226745 (Pathstalker Ralsir) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219051 AND `DifficultyID`=0); -- 219051 (Lyrendal) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226744 AND `DifficultyID`=0); -- 226744 (Ranger Selone) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219083 AND `DifficultyID`=0); -- 219083 (Ginnad) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219082 AND `DifficultyID`=0); -- 219082 (Kradan) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=223642 AND `DifficultyID`=0); -- 223642 (Forgegrounds Machinesmith) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219080 AND `DifficultyID`=0); -- 219080 (Marbb) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=536870912, `VerifiedBuild`=56461 WHERE (`Entry`=228485 AND `DifficultyID`=0); -- 228485 (Crafting Orders - Credit) - Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=228177 AND `DifficultyID`=0); -- 228177 (Kala Clayhoof) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219050 AND `DifficultyID`=0); -- 219050 (Aisha) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219048 AND `DifficultyID`=0); -- 219048 (Clerk Pordaz) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219076 AND `DifficultyID`=0); -- 219076 (Kornd) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219151 AND `DifficultyID`=0); -- 219151 (Oathsworn Citizen) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=215258 AND `DifficultyID`=0); -- 215258 (Clerk Gretal) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219043 AND `DifficultyID`=0); -- 219043 (Clerk Ardran) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219097 AND `DifficultyID`=0); -- 219097 (Tarib) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219392 AND `DifficultyID`=0); -- 219392 (Forgegrounds Worker) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219108 AND `DifficultyID`=0); -- 219108 (Roldira) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219391 AND `DifficultyID`=0); -- 219391 (Forgegrounds Worker) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219096 AND `DifficultyID`=0); -- 219096 (Gareb) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=371, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=223095 AND `DifficultyID`=0); -- 223095 (Bedrock Stonecharger) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219317 AND `DifficultyID`=0); -- 219317 (Kornak) - CanSwim
-- Gossip
DELETE FROM `creature_template_gossip` WHERE (`CreatureID`=219050 AND `MenuID` = 36557) OR (`CreatureID`=219048 AND `MenuID`=30243) OR (`CreatureID`=219043 AND `MenuID`=30243) OR (`CreatureID`=215258 AND `MenuID`=30243) OR (`CreatureID`=219223 AND `MenuID` = 28690);
INSERT INTO `creature_template_gossip` (`CreatureID`, `MenuID`, `VerifiedBuild`) VALUES
(219050, 36557, 56461), -- Aisha
(219048, 30243, 56461), -- Clerk Pordaz
(219043, 30243, 56461), -- Clerk Ardran
(215258, 30243, 56461), -- Clerk Gretal
(219223, 28690, 56461); -- Mahra Treebender
DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+4;
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, 224784, 0, 0, 0, 0, 0, 0, 0, 56461), -- 219050 (Aisha)
(@NPCTEXTID+1, 1, 0, 0, 0, 0, 0, 0, 0, 233826, 0, 0, 0, 0, 0, 0, 0, 56461), -- 219223 (Mahra Treebender)
(@NPCTEXTID+2, 1, 0, 0, 0, 0, 0, 0, 0, 225012, 0, 0, 0, 0, 0, 0, 0, 56461), -- 219223 (Mahra Treebender)
(@NPCTEXTID+3, 1, 0, 0, 0, 0, 0, 0, 0, 224788, 0, 0, 0, 0, 0, 0, 0, 56461), -- 219050 (Aisha)
(@NPCTEXTID+4, 1, 0, 0, 0, 0, 0, 0, 0, 224790, 0, 0, 0, 0, 0, 0, 0, 56461); -- 219050 (Aisha)
DELETE FROM `gossip_menu` WHERE (`MenuID`=36557 AND `TextID`=@NPCTEXTID+0) OR (`MenuID`=30351 AND `TextID`=@NPCTEXTID+1) OR (`MenuID`=28690 AND `TextID`=@NPCTEXTID+2) OR (`MenuID`=28661 AND `TextID`=@NPCTEXTID+3) OR (`MenuID`=28663 AND `TextID`=@NPCTEXTID+4);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(36557, @NPCTEXTID+0, 56461), -- 219050 (Aisha)
(30351, @NPCTEXTID+1, 56461), -- 219223 (Mahra Treebender)
(28690, @NPCTEXTID+2, 56461), -- 219223 (Mahra Treebender)
(28661, @NPCTEXTID+3, 56461), -- 219050 (Aisha)
(28663, @NPCTEXTID+4, 56461); -- 219050 (Aisha)
DELETE FROM `gossip_menu` WHERE (`MenuID`=30243 AND `TextID`=233159);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(30243, 233159, 56461); -- 219048 (Clerk Pordaz)
DELETE FROM `gossip_menu_option` WHERE (`OptionID`=0 AND `MenuID` IN (28663,28690,28661,36557,30351,30243)) OR (`OptionID`=1 AND `MenuID`=36557) OR (`OptionID`=4 AND `MenuID`=30351) OR (`OptionID`=2 AND `MenuID`=30351);
INSERT INTO `gossip_menu_option` (`MenuID`, `GossipOptionID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextID`, `Language`, `Flags`, `ActionMenuID`, `ActionPoiID`, `GossipNpcOptionID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `SpellID`, `OverrideIconID`, `VerifiedBuild`) VALUES
(28663, 55661, 0, 0, 'I want to talk about something else.', 0, 0, 0, 36557, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(28690, 107892, 0, 0, 'I would like to talk about my profession equipment.', 0, 0, 0, 30351, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(36557, 124502, 1, 0, 'Tell me about the Artisan\'s Consortium.', 0, 0, 0, 28661, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(28661, 55658, 0, 0, 'I want to talk about something else.', 0, 0, 0, 36557, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(30351, 107894, 4, 0, 'Limit how much I see my fishing equipment. Only show my fishing rod while fishing.', 0, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(36557, 124504, 0, 0, 'Tell me about crafting orders.', 0, 0, 0, 28663, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(30351, 107891, 0, 0, 'Limit how much I see my crafting equipment. Hide my accessories and only show my tool while crafting.', 0, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(30351, 107896, 2, 0, 'Limit how much I see my gathering equipment. Hide my accessories and only show my tool while gathering.', 0, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(30243, 107733, 0, 50, 'I\'d like to create a crafting order.', 0, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461);
-- Model
DELETE FROM `creature_model_info` WHERE `DisplayID` IN (120827, 120825);
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES
(120827, 0.347000002861022949, 1.5, 0, 56461),
(120825, 0.347000002861022949, 1.5, 0, 56461);
-- Vendor
DELETE FROM `npc_vendor` WHERE (`entry`=219051 AND `item`=228337 AND `ExtendedCost`=9103 AND `type`=1) OR (`entry`=219051 AND `item`=227682 AND `ExtendedCost`=9103 AND `type`=1) OR (`entry`=219051 AND `item`=227681 AND `ExtendedCost`=9103 AND `type`=1) OR (`entry`=219051 AND `item`=227676 AND `ExtendedCost`=9103 AND `type`=1) OR (`entry`=219051 AND `item`=227675 AND `ExtendedCost`=9103 AND `type`=1) OR (`entry`=219051 AND `item`=224420 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=224421 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=224422 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223104 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223110 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223109 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223108 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223107 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223106 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=228329 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=228379 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223091 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223092 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223090 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223089 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223066 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223070 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223067 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223065 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223069 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223071 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223068 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223113 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223132 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223131 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223130 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223129 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223124 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223037 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223052 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223050 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223054 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223053 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219051 AND `item`=223049 AND `ExtendedCost`=9102 AND `type`=1) OR (`entry`=219319 AND `item`=188152 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=64670 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=138293 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=85663 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=2901 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=7005 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=39505 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=6256 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=10498 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=6219 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=20815 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=6218 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=5956 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=222701 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=222700 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=222699 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=222697 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=222696 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=222695 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=224764 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=38682 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=200860 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219319 AND `item`=211806 AND `ExtendedCost`=0 AND `type`=1);
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
(219051, 72, 228337, 0, 9103, 1, 0, 0, 56461), -- Satchel of Surplus Dust
(219051, 71, 227682, 0, 9103, 1, 0, 0, 56461), -- Satchel of Surplus Cloth
(219051, 70, 227681, 0, 9103, 1, 0, 0, 56461), -- Satchel of Surplus Leather
(219051, 69, 227676, 0, 9103, 1, 0, 0, 56461), -- Satchel of Surplus Ore
(219051, 68, 227675, 0, 9103, 1, 0, 0, 56461), -- Satchel of Surplus Herbs
(219051, 67, 224420, 0, 9102, 1, 0, 0, 56461), -- Pattern: Artisan Gardening Hat
(219051, 66, 224421, 0, 9102, 1, 0, 0, 56461), -- Pattern: Artisan Fishing Cap
(219051, 65, 224422, 0, 9102, 1, 0, 0, 56461), -- Pattern: Artisan Enchanter's Hat
(219051, 64, 223104, 0, 9102, 1, 0, 0, 56461), -- Pattern: Defender's Armor Kit
(219051, 63, 223110, 0, 9102, 1, 0, 0, 56461), -- Pattern: Arathi Leatherworker's Smock
(219051, 62, 223109, 0, 9102, 1, 0, 0, 56461), -- Pattern: Earthen Jeweler's Cover
(219051, 61, 223108, 0, 9102, 1, 0, 0, 56461), -- Pattern: Stonebound Herbalist's Pack
(219051, 60, 223107, 0, 9102, 1, 0, 0, 56461), -- Pattern: Charged Scrapmaster's Gauntlets
(219051, 59, 223106, 0, 9102, 1, 0, 0, 56461), -- Pattern: Earthen Forgemaster's Apron
(219051, 58, 228329, 0, 9102, 1, 0, 0, 56461), -- Design: Remembrance Stone
(219051, 57, 228379, 0, 9102, 1, 0, 0, 56461), -- Design: Captured Starlight
(219051, 56, 223091, 0, 9102, 1, 0, 0, 56461), -- Design: Forger's Font Inspector
(219051, 55, 223092, 0, 9102, 1, 0, 0, 56461), -- Design: Novelist's Specs
(219051, 54, 223090, 0, 9102, 1, 0, 0, 56461), -- Design: Enchanter's Crystal
(219051, 53, 223089, 0, 9102, 1, 0, 0, 56461), -- Design: Extravagant Loupes
(219051, 52, 223066, 0, 9102, 1, 0, 0, 56461), -- Technique: Algari Missive of Resourcefulness
(219051, 51, 223070, 0, 9102, 1, 0, 0, 56461), -- Technique: Algari Missive of Perception
(219051, 50, 223067, 0, 9102, 1, 0, 0, 56461), -- Technique: Algari Missive of Multicraft
(219051, 49, 223065, 0, 9102, 1, 0, 0, 56461), -- Technique: Algari Missive of Ingenuity
(219051, 48, 223069, 0, 9102, 1, 0, 0, 56461), -- Technique: Algari Missive of Finesse
(219051, 47, 223071, 0, 9102, 1, 0, 0, 56461), -- Technique: Algari Missive of Deftness
(219051, 46, 223068, 0, 9102, 1, 0, 0, 56461), -- Technique: Algari Missive of Crafting Speed
(219051, 45, 223113, 0, 9102, 1, 0, 0, 56461), -- Formula: Enchant Boots - Cavalry's March
(219051, 44, 223132, 0, 9102, 1, 0, 0, 56461), -- Formula: Enchant Tool - Algari Resourcefulness
(219051, 43, 223131, 0, 9102, 1, 0, 0, 56461), -- Formula: Enchant Tool - Algari Perception
(219051, 42, 223130, 0, 9102, 1, 0, 0, 56461), -- Formula: Enchant Tool - Algari Finesse
(219051, 41, 223129, 0, 9102, 1, 0, 0, 56461), -- Formula: Enchant Tool - Algari Deftness
(219051, 40, 223124, 0, 9102, 1, 0, 0, 56461), -- Formula: Runed Null Stone Rod
(219051, 39, 223037, 0, 9102, 1, 0, 0, 56461), -- Plans: Charged Facesmasher
(219051, 38, 223052, 0, 9102, 1, 0, 0, 56461), -- Plans: Artisan Needle Set
(219051, 37, 223050, 0, 9102, 1, 0, 0, 56461), -- Plans: Artisan Pickaxe
(219051, 36, 223054, 0, 9102, 1, 0, 0, 56461), -- Plans: Artisan Leatherworker's Toolset
(219051, 35, 223053, 0, 9102, 1, 0, 0, 56461), -- Plans: Artisan Leatherworker's Knife
(219051, 34, 223049, 0, 9102, 1, 0, 0, 56461), -- Plans: Artisan Sickle
(219319, 23, 188152, 0, 0, 1, 0, 0, 56461), -- Gateway Control Shard
(219319, 22, 64670, 0, 0, 1, 0, 0, 56461), -- Vanishing Powder
(219319, 21, 138293, 0, 0, 1, 0, 0, 56461), -- Explorer's Pack
(219319, 20, 85663, 0, 0, 1, 0, 0, 56461), -- Herbalist's Spade
(219319, 19, 2901, 0, 0, 1, 0, 0, 56461), -- Mining Pick
(219319, 18, 7005, 0, 0, 1, 0, 0, 56461), -- Skinning Knife
(219319, 17, 39505, 0, 0, 1, 0, 0, 56461), -- Virtuoso Inking Set
(219319, 16, 6256, 0, 0, 1, 0, 0, 56461), -- Fishing Pole
(219319, 15, 10498, 0, 0, 1, 0, 0, 56461), -- Gyromatic Micro-Adjustor
(219319, 14, 6219, 0, 0, 1, 0, 0, 56461), -- Arclight Spanner
(219319, 13, 20815, 0, 0, 1, 0, 0, 56461), -- Jeweler's Toolset
(219319, 12, 6218, 0, 0, 1, 0, 0, 56461), -- Runed Copper Rod
(219319, 11, 5956, 0, 0, 1, 0, 0, 56461), -- Blacksmith Hammer
(219319, 10, 222701, 0, 0, 1, 0, 0, 56461), -- Clumped Flour
(219319, 9, 222700, 0, 0, 1, 0, 0, 56461), -- Granulated Spices
(219319, 8, 222699, 0, 0, 1, 0, 0, 56461), -- Khaz Algar Tomato
(219319, 7, 222697, 0, 0, 1, 0, 0, 56461), -- Coreway Dust
(219319, 6, 222696, 0, 0, 1, 0, 0, 56461), -- Crunchy Peppers
(219319, 5, 222695, 0, 0, 1, 0, 0, 56461), -- Twined Herbs
(219319, 4, 224764, 0, 0, 1, 0, 0, 56461), -- Mosswool Thread
(219319, 3, 38682, 0, 0, 1, 0, 0, 56461), -- Enchanting Vellum
(219319, 2, 200860, 0, 0, 1, 0, 0, 56461), -- Draconic Stopper
(219319, 1, 211806, 0, 0, 1, 0, 0, 56461); -- Gilded Vial
-- Path for Unbound Crafter
SET @MOVERGUID := @CGUID+7;
SET @ENTRY := 229927;
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, 'Unbound Crafter - 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, 2516.8484, -2753.4312, 205.17563, NULL, 0),
(@PATH, 1, 2517.117, -2752.605, 204.99939, NULL, 0),
(@PATH, 2, 2518.2285, -2750.5215, 204.47366, NULL, 0),
(@PATH, 3, 2519.2354, -2749.8142, 204.47366, NULL, 0),
(@PATH, 4, 2522.1008, -2746.908, 204.47366, NULL, 0),
(@PATH, 5, 2526.144, -2745.7622, 204.47366, NULL, 0),
(@PATH, 6, 2529.9792, -2745.0886, 204.47366, NULL, 0),
(@PATH, 7, 2535.8638, -2745.9307, 204.47366, NULL, 0),
(@PATH, 8, 2540.5642, -2747.916, 204.47366, NULL, 0),
(@PATH, 9, 2543.3132, -2750.6948, 205.18445, NULL, 0),
(@PATH, 10, 2545.882, -2753.4844, 205.13246, NULL, 0),
(@PATH, 11, 2546.7578, -2755.389, 204.98132, NULL, 6164),
(@PATH, 12, 2516.888, -2786.4548, 202.11372, NULL, 5236),
(@PATH, 13, 2510.8125, -2782.3855, 202.59071, NULL, 0),
(@PATH, 14, 2507.7778, -2779.816, 202.59071, NULL, 0),
(@PATH, 15, 2506.6562, -2776.8728, 202.82677, NULL, 0),
(@PATH, 16, 2506.5027, -2771.6562, 205.18445, NULL, 0),
(@PATH, 17, 2507.0598, -2768.3906, 205.18445, NULL, 0),
(@PATH, 18, 2509.587, -2765.2727, 205.09015, NULL, 0),
(@PATH, 19, 2511.7466, -2765.481, 205.18445, NULL, 0),
(@PATH, 20, 2515.934, -2764.2292, 205.18445, NULL, 0),
(@PATH, 21, 2516.4468, -2758.1318, 205.14728, NULL, 0),
(@PATH, 22, 2516.2727, -2755.2014, 205.18445, NULL, 0);
UPDATE `creature` SET `position_x`=2516.8484, `position_y`=-2753.4312, `position_z`=205.17563, `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);

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_vile_taint';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(278350,'spell_warl_vile_taint');

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_proc` WHERE `SpellId` IN (452999);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(452999,0x0,5,0x00000002,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x0,0x0,0x0,0,0,0,0); -- Siphon Life
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_siphon_life';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(452999, 'spell_warl_siphon_life');

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_volatile_agony';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(980, 'spell_warl_volatile_agony');

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_perpetual_unstability';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(316099, 'spell_warl_perpetual_unstability');

View File

@@ -0,0 +1,721 @@
SET @CGUID := 10001719;
SET @OGUID := 10000301;
SET @NPCTEXTID := 600011;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+97;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 219150, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2353.86279296875, -2647.361083984375, 190.347198486328125, 4.5439910888671875, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+1, 226224, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2319.7587890625, -2676.9375, 193.2548065185546875, 3.981282472610473632, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Forgegrounds Worker (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+2, 219180, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2292.36328125, -2601.333984375, 191.3491973876953125, 1.509398221969604492, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Cornerdweller (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+3, 219180, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2275.458984375, -2492.143310546875, 195.8531646728515625, 1.409483075141906738, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Cornerdweller (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+4, 219180, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2294.046142578125, -2571.403076171875, 190.141693115234375, 5.675129890441894531, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Cornerdweller (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+5, 229927, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2340.897705078125, -2560.234375, 199.66973876953125, 2.263186216354370117, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 459180 - [DNT] Earthen Laborer Carry Cosmetic)
(@CGUID+6, 229927, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2362.697998046875, -2635.54345703125, 181.496673583984375, 2.744360685348510742, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+7, 219180, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2343.0341796875, -2600.339599609375, 190.644500732421875, 4.353372097015380859, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Cornerdweller (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+8, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2357.278564453125, -2590.2626953125, 181.6656494140625, 2.149456501007080078, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+9, 219150, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2273.991455078125, -2496.638916015625, 195.8531494140625, 3.792924880981445312, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 436812 - Carrying Crate [DNT])
(@CGUID+10, 219151, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2356.729248046875, -2581.788330078125, 181.4966888427734375, 2.793790102005004882, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+11, 219150, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2355.5556640625, -2615.833251953125, 181.4966888427734375, 3.250143051147460937, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+12, 229927, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2360.810791015625, -2634.751708984375, 181.496673583984375, 5.885953426361083984, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT])
(@CGUID+13, 219151, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2296.328125, -2499.71875, 199.6061553955078125, 1.475012540817260742, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+14, 219180, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2335.701416015625, -2571.116943359375, 190.1421051025390625, 5.110941886901855468, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Cornerdweller (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+15, 219150, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2377.319580078125, -2542.1650390625, 182.37060546875, 0.44134223461151123, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+16, 219150, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2318.75, -2668.833984375, 190.1421051025390625, 4.712388992309570312, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: )
(@CGUID+17, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2338.78125, -2558.23095703125, 199.66973876953125, 6.228725910186767578, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 459770 - [DNT] Earthen Carry Cosmetic Random, 382759 - Conversation Aura: Talk Only [DNT])
(@CGUID+18, 219151, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2299.034423828125, -2542.387939453125, 199.331573486328125, 6.168309688568115234, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+19, 219180, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2311.857666015625, -2662.977783203125, 190.142120361328125, 0.000740055402275174, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Cornerdweller (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+20, 226224, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2316.204833984375, -2673.848876953125, 190.225433349609375, 1.12424015998840332, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Forgegrounds Worker (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+21, 226224, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2314.09716796875, -2659.545166015625, 190.2254486083984375, 2.869104385375976562, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Forgegrounds Worker (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+22, 219180, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2322.9169921875, -2677.083984375, 190.142120361328125, 3.504083156585693359, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Cornerdweller (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+23, 226224, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2314.526123046875, -2671.967041015625, 190.225433349609375, 5.068048954010009765, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Forgegrounds Worker (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+24, 229927, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2298.47705078125, -2620.891357421875, 190.1424560546875, 1.617825746536254882, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+25, 219150, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2355.048583984375, -2580.9619140625, 181.496673583984375, 5.914702892303466796, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+26, 219150, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2301.154541015625, -2556.734375, 199.483856201171875, 5.733943462371826171, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+27, 229927, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2386.244873046875, -2574.880126953125, 182.2740020751953125, 3.47468113899230957, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+28, 219151, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2394.694580078125, -2556.145751953125, 181.49127197265625, 5.544882774353027343, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+29, 219180, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2293.228515625, -2527.083984375, 199.254852294921875, 3.837195873260498046, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Cornerdweller (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+30, 219151, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2353.848876953125, -2649.217041015625, 190.3448333740234375, 1.851560115814208984, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+31, 219180, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2270.853515625, -2628.237548828125, 191.4625244140625, 3.546666383743286132, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Cornerdweller (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+32, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2343.8369140625, -2495.817626953125, 199.3381805419921875, 3.165543317794799804, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+33, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2384.6650390625, -2536.515625, 181.41314697265625, 1.954768776893615722, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+34, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2284.992919921875, -2586.855712890625, 191.5871734619140625, 0.403910160064697265, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+35, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2339.302001953125, -2622.482666015625, 190.5157318115234375, 1.358306407928466796, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+36, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2341.798583984375, -2495.866455078125, 199.3381805419921875, 0.023950384929776191, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT])
(@CGUID+37, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2338.460205078125, -2589.032958984375, 190.49774169921875, 5.937212467193603515, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 463530 - [DNT] Flavor - Holding Gem)
(@CGUID+38, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2385.7275390625, -2576.59375, 182.242431640625, 2.512468814849853515, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT])
(@CGUID+39, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2360.239501953125, -2561.757080078125, 181.567779541015625, 2.392238855361938476, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 463521 - [DNT] Flavor - Holding Ingot)
(@CGUID+40, 219382, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2341.710205078125, -2558.390625, 199.66973876953125, 2.968693733215332031, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 459770 - [DNT] Earthen Carry Cosmetic Random)
(@CGUID+41, 219088, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2298.453125, -2573.723876953125, 190.2270355224609375, 5.56817626953125, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Uthaga (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+42, 219387, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2340.661376953125, -2593.385498046875, 190.496368408203125, 3.241416215896606445, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Belga (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+43, 219089, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2309.92529296875, -2558.428955078125, 199.4368896484375, 1.060198068618774414, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Kardu (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+44, 219090, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2307.0556640625, -2558.279541015625, 199.4647674560546875, 1.433295130729675292, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Brrigan (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+45, 219091, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2308.435791015625, -2526.84033203125, 199.3381805419921875, 5.3060150146484375, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Grink (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+46, 219334, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2314.140625, -2501.263916015625, 199.3381805419921875, 1.428107857704162597, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Freysworn Arborist (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+47, 219383, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2310.598876953125, -2651.625, 190.3296661376953125, 0.82410132884979248, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Malukh (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 452224 - Cosmetic - Reading Book - All Races [DNT])
(@CGUID+48, 219385, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2339.31591796875, -2616.416748046875, 190.486175537109375, 3.39575052261352539, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Nerada (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+49, 217088, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2276.482666015625, -2574.6025390625, 191.5135040283203125, 1.525740981101989746, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Nernabel (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+50, 230110, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2309.882080078125, -2573.99658203125, 190.2233123779296875, 2.093092203140258789, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Kirin Tor Crystalshaper (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+51, 217090, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2276.7275390625, -2548.63720703125, 199.4884185791015625, 1.55078589916229248, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Loldren (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+52, 226777, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2310.442626953125, -2647.845458984375, 190.225433349609375, 4.132022857666015625, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Professor Pallin (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 452224 - Cosmetic - Reading Book - All Races [DNT])
(@CGUID+53, 219085, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2301.62158203125, -2644.494873046875, 190.2254486083984375, 1.204764485359191894, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Nagad (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+54, 219086, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2296.26904296875, -2632.95654296875, 190.225799560546875, 0.177240297198295593, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Llande (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+55, 219087, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2308.59716796875, -2572.2900390625, 190.224090576171875, 5.388869762420654296, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Makir (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+56, 219249, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2298.25341796875, -2558.364501953125, 199.453857421875, 0.72074514627456665, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Dogan (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 458385 - [DNT] Female Earthen/Dwarf Taking Notes)
(@CGUID+57, 226732, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2270.982666015625, -2610.223876953125, 191.5344085693359375, 2.267348289489746093, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Hagatha Moorehead (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+58, 219390, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2355.73095703125, -2535.545166015625, 199.3381805419921875, 2.402045011520385742, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Gortra (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+59, 226733, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2278.5244140625, -2608.3681640625, 191.5344085693359375, 0.811259567737579345, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Endora Moorehead (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+60, 219092, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2312.77783203125, -2521.744873046875, 199.3381805419921875, 5.702303409576416015, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Tarig (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+61, 226734, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2281.3212890625, -2612.083251953125, 192.9552459716796875, 2.91370701789855957, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Badluck (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+62, 220674, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2310.6337890625, -2493.682373046875, 198.498779296875, 1.844522953033447265, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- [DNT] Watering Beam Stalker (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+63, 220674, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2319.7744140625, -2493.204833984375, 209.985015869140625, 1.587289810180664062, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- [DNT] Watering Beam Stalker (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: )
(@CGUID+64, 219382, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2411.0625, -2568.736083984375, 181.49127197265625, 3.436902284622192382, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 463521 - [DNT] Flavor - Holding Ingot)
(@CGUID+65, 229927, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2388.182373046875, -2521.439208984375, 199.384918212890625, 5.4217071533203125, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+66, 227073, 2552, 14771, 15043, '0', '0', 0, 0, 1, 2349.279541015625, -2490.501708984375, 199.2577667236328125, 6.113698959350585937, 120, 10, 0, 1, NULL, NULL, NULL, NULL, 56461), -- Molvzira (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (possible waypoints or random movement)
(@CGUID+67, 229379, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2304.522705078125, -2649.013916015625, 190.2254486083984375, 1.365419745445251464, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Villager (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 452224 - Cosmetic - Reading Book - All Races [DNT])
(@CGUID+68, 229379, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2356.866455078125, -2635.703125, 183.7164306640625, 0.77998131513595581, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Villager (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+69, 229927, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2407.366455078125, -2545.904541015625, 181.5457305908203125, 0.838715732097625732, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+70, 219382, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2389.583251953125, -2523.0087890625, 200.477569580078125, 2.512468814849853515, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT])
(@CGUID+71, 219382, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2422.083251953125, -2611.932373046875, 181.49127197265625, 1.582080602645874023, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+72, 220674, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2317.76220703125, -2480.23095703125, 204.150787353515625, 1.844522953033447265, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- [DNT] Watering Beam Stalker (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+73, 219150, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2386.791748046875, -2505.23095703125, 199.254852294921875, 0.214764982461929321, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+74, 219334, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2336.5400390625, -2475.017333984375, 200.6531982421875, 3.010880470275878906, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Freysworn Arborist (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+75, 229379, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2388.21875, -2494.55908203125, 199.3803253173828125, 5.55316019058227539, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Villager (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+76, 219093, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2323.6025390625, -2471.68408203125, 200.6531982421875, 5.076449871063232421, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Vorig (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+77, 229379, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2317.939208984375, -2471.458251953125, 200.723388671875, 1.451171875, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Villager (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+78, 219254, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2388.819580078125, -2497.703125, 199.438507080078125, 2.811736583709716796, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Parnith (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+79, 220674, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2314.35595703125, -2473.748291015625, 205.1726837158203125, 1.587289810180664062, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- [DNT] Watering Beam Stalker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: )
(@CGUID+80, 219101, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2329.89404296875, -2473.298583984375, 200.6531982421875, 4.086390495300292968, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Akdan (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+81, 219334, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2321.225830078125, -2474.454833984375, 200.6531982421875, 3.039106369018554687, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Freysworn Arborist (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+82, 219150, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2402.788330078125, -2507.42529296875, 181.4951171875, 2.964183568954467773, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+83, 219382, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2407.119873046875, -2497.12158203125, 181.495147705078125, 5.346004486083984375, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 463535 - [DNT] Inspect Gem)
(@CGUID+84, 227072, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2361.710205078125, -2471.33154296875, 199.338623046875, 5.573934555053710937, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Barzvitz (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+85, 229927, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2377.819580078125, -2468.1806640625, 199.3381805419921875, 2.263186216354370117, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Crafter (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 459180 - [DNT] Earthen Laborer Carry Cosmetic)
(@CGUID+86, 219382, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2378.632080078125, -2466.3369140625, 199.3381805419921875, 2.968693733215332031, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 459770 - [DNT] Earthen Carry Cosmetic Random)
(@CGUID+87, 219382, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2375.703125, -2466.17529296875, 199.3381805419921875, 6.228060722351074218, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 459770 - [DNT] Earthen Carry Cosmetic Random, 382759 - Conversation Aura: Talk Only [DNT])
(@CGUID+88, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 1, 2378.08251953125, -2595.78125, 181.4133148193359375, 4.7100372314453125, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+89, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 4, 2323.904296875, -2611.4912109375, 190.13409423828125, 4.678479671478271484, 120, 10, 0, 1, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection) (possible waypoints or random movement)
(@CGUID+90, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 5, 2355.982177734375, -2505.93994140625, 199.254852294921875, 3.939965724945068359, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+91, 219275, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2352.90966796875, -2616.3056640625, 181.569549560546875, 0.416329294443130493, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Dern (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+92, 219255, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2392.64404296875, -2526.052001953125, 181.61822509765625, 5.55438232421875, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Karbath (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+93, 219274, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2352.5244140625, -2619.79345703125, 181.608306884765625, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Brakh (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+94, 219256, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2366.685791015625, -2554.116455078125, 181.558868408203125, 5.497240543365478515, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Badur (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+95, 219273, 2552, 14771, 15043, '0', '0', 0, 0, 1, 2353.022705078125, -2587.951416015625, 181.6050567626953125, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Breek (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+96, 226779, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2356.4775390625, -2624.682373046875, 181.4966888427734375, 2.683548212051391601, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Halga Steelbarrow (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+97, 219247, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2399.888916015625, -2502.416748046875, 181.4951171875, 0.356605798006057739, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461); -- Unak (Area: The Forgegrounds - Difficulty: 0) CreateObject1
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+97;
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, 27161, 0, 0, 0, ''), -- Forgegrounds Worker
(@CGUID+5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '459180'), -- Unbound Crafter - 459180 - [DNT] Earthen Laborer Carry Cosmetic
(@CGUID+9, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '436812'), -- Oathsworn Citizen - 436812 - Carrying Crate [DNT]
(@CGUID+11, 0, 0, 8, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+12, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '435518'), -- Unbound Crafter - 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT]
(@CGUID+15, 0, 0, 0, 0, 0, 1, 0, 1021, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+17, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '459770 382759'), -- Unbound Trader - 459770 - [DNT] Earthen Carry Cosmetic Random, 382759 - Conversation Aura: Talk Only [DNT]
(@CGUID+20, 0, 0, 0, 0, 0, 1, 0, 720, 0, 0, 0, 0, ''), -- Forgegrounds Worker
(@CGUID+21, 0, 0, 0, 0, 0, 1, 0, 0, 27161, 0, 0, 0, ''), -- Forgegrounds Worker
(@CGUID+23, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Forgegrounds Worker
(@CGUID+27, 0, 0, 0, 0, 0, 1, 0, 0, 2085, 0, 0, 0, ''), -- Unbound Crafter
(@CGUID+32, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '436812'), -- Oathsworn Citizen - 436812 - Carrying Crate [DNT]
(@CGUID+33, 0, 0, 0, 0, 0, 1, 0, 569, 25374, 0, 0, 0, ''), -- Unbound Trader
(@CGUID+35, 0, 0, 0, 0, 0, 1, 0, 0, 30852, 0, 0, 0, ''), -- Unbound Trader
(@CGUID+36, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '435518'), -- Unbound Trader - 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT]
(@CGUID+37, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '463530'), -- Unbound Trader - 463530 - [DNT] Flavor - Holding Gem
(@CGUID+38, 0, 0, 0, 0, 0, 1, 0, 0, 2085, 0, 0, 0, '435518'), -- Unbound Trader - 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT]
(@CGUID+39, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '463521'), -- Unbound Trader - 463521 - [DNT] Flavor - Holding Ingot
(@CGUID+40, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '459770'), -- Unbound Trader - 459770 - [DNT] Earthen Carry Cosmetic Random
(@CGUID+64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '463521'), -- Unbound Trader - 463521 - [DNT] Flavor - Holding Ingot
(@CGUID+67, 0, 0, 0, 0, 0, 1, 0, 0, 8998, 0, 0, 0, '452224'), -- Unbound Villager - 452224 - Cosmetic - Reading Book - All Races [DNT]
(@CGUID+68, 0, 0, 0, 0, 0, 1, 0, 426, 0, 0, 0, 0, ''), -- Unbound Villager
(@CGUID+69, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- Unbound Crafter
(@CGUID+70, 0, 0, 0, 0, 0, 1, 0, 0, 2085, 0, 0, 0, '435518'), -- Unbound Trader - 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT]
(@CGUID+71, 0, 0, 0, 0, 0, 1, 0, 720, 0, 0, 0, 0, ''), -- Unbound Trader
(@CGUID+75, 0, 0, 0, 0, 0, 1, 0, 483, 0, 0, 0, 0, ''), -- Unbound Villager
(@CGUID+82, 0, 0, 0, 0, 0, 1, 0, 606, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+83, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '463535'), -- Unbound Trader - 463535 - [DNT] Inspect Gem
(@CGUID+85, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '459180'), -- Unbound Crafter - 459180 - [DNT] Earthen Laborer Carry Cosmetic
(@CGUID+86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '459770'), -- Unbound Trader - 459770 - [DNT] Earthen Carry Cosmetic Random
(@CGUID+87, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '459770 382759'); -- Unbound Trader - 459770 - [DNT] Earthen Carry Cosmetic Random, 382759 - Conversation Aura: Talk Only [DNT]
-- GameObject
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+11;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 433868, 2552, 14771, 15043, '0', '0', 0, 2282.26953125, -2487.53564453125, 195.6896514892578125, 3.918267250061035156, 0, 0, -0.92553997039794921, 0.378649920225143432, 120, 255, 1, 56461), -- Alchemy Table (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+1, 433873, 2552, 14771, 15043, '0', '0', 0, 2275.0908203125, -2535.1923828125, 199.6295166015625, 5.454157352447509765, 0, 0, -0.40274524688720703, 0.915312111377716064, 120, 255, 1, 56461), -- Inscription Table (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+2, 441163, 2552, 14771, 15043, '0', '0', 0, 862.810791015625, -2091.192626953125, 131.1217498779296875, 1.232055544853210449, 0.27150583267211914, 0.156063079833984375, 0.556610107421875, 0.769489526748657226, 120, 255, 1, 56461), -- Dormant Rock Giant (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+3, 430484, 2552, 14771, 15043, '0', '0', 0, 2337.9931640625, -2494.04345703125, 199.122772216796875, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56461), -- Mailbox (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+4, 441170, 2552, 14771, 15043, '0', '0', 0, 1089.90283203125, -1622.91845703125, 75.974761962890625, 3.426843643188476562, -0.21815156936645507, -0.16581153869628906, -0.94667911529541015, 0.169455230236053466, 120, 255, 1, 56461), -- Dormant Rock Giant (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+5, 429068, 2552, 14771, 15043, '0', '0', 0, 2296.1494140625, -2338.529541015625, 181.589691162109375, 0.759216904640197753, 0, 0, 0.370556831359863281, 0.928809821605682373, 120, 255, 1, 56461), -- Bench (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+6, 429070, 2552, 14771, 15043, '0', '0', 0, 2346.31591796875, -2342.0869140625, 181.685150146484375, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56461), -- Bench (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+7, 459295, 2552, 14771, 15043, '0', '0', 0, 2242.55517578125, -2357.0009765625, 198.5645904541015625, 5.489060401916503906, 0, 0, -0.38671112060546875, 0.922200918197631835, 120, 255, 1, 56461), -- Bench (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+8, 459296, 2552, 14771, 15043, '0', '0', 0, 2241.461181640625, -2355.91015625, 219.022613525390625, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 56461), -- Bench (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+9, 429737, 2552, 14771, 15043, '0', '0', 0, 2332.192626953125, -2338.8994140625, 181.5892791748046875, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 56461), -- Chair (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+10, 439315, 2552, 14771, 15043, '0', '0', 0, 2518.49658203125, -2463.460205078125, 200.2258148193359375, 5.015543460845947265, 0, 0, -0.59222793579101562, 0.805770456790924072, 120, 255, 1, 56461), -- Collector's Cache (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@OGUID+11, 429071, 2552, 14771, 15043, '0', '0', 0, 2346.541748046875, -2322.125, 181.8417510986328125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56461); -- Bench (Area: The Forgegrounds - Difficulty: 0) CreateObject1
DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+11;
INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `WorldEffectID`, `AIAnimKitID`) VALUES
(@OGUID+0, 0, 0, 0.923879504203796386, 0.38268357515335083, 0, 0), -- Alchemy Table
(@OGUID+1, 0, 0, 1, -0.00000004371138828, 0, 0), -- Inscription Table
(@OGUID+7, 0, 0, 0.923879504203796386, -0.38268348574638366, 0, 0), -- Bench
(@OGUID+8, 0, 0, 0.923879504203796386, -0.38268348574638366, 0, 0); -- Bench
-- Template Addon
DELETE FROM `creature_template_addon` WHERE `entry` IN (226734 /*226734 (Badluck)*/, 219249 /*219249 (Dogan) - [DNT] Female Earthen/Dwarf Taking Notes*/, 226777 /*226777 (Professor Pallin) - Cosmetic - Reading Book - All Races [DNT]*/, 217090 /*217090 (Loldren)*/, 230110 /*230110 (Kirin Tor Crystalshaper)*/, 219383 /*219383 (Malukh) - Cosmetic - Reading Book - All Races [DNT]*/, 220674 /*220674 ([DNT] Watering Beam Stalker)*/);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(226734, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 226734 (Badluck)
(219249, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '458385'), -- 219249 (Dogan) - [DNT] Female Earthen/Dwarf Taking Notes
(226777, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '452224'), -- 226777 (Professor Pallin) - Cosmetic - Reading Book - All Races [DNT]
(217090, 0, 0, 0, 0, 0, 1, 0, 0, 27930, 0, 0, 0, ''), -- 217090 (Loldren)
(230110, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- 230110 (Kirin Tor Crystalshaper)
(219383, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '452224'), -- 219383 (Malukh) - Cosmetic - Reading Book - All Races [DNT]
(220674, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 220674 ([DNT] Watering Beam Stalker)
-- Template
UPDATE `creature_template` SET `faction`=35, `speed_run`=0.857142865657806396, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226734; -- Badluck
UPDATE `creature_template` SET `faction`=3407, `npcflag`=83, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219092; -- Tarig
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226733; -- Endora Moorehead
UPDATE `creature_template` SET `faction`=3407, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219390; -- Gortra
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226732; -- Hagatha Moorehead
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219249; -- Dogan
UPDATE `creature_template` SET `faction`=3407, `npcflag`=83, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219087; -- Makir
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219086; -- Llande
UPDATE `creature_template` SET `faction`=3407, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=1073741824 WHERE `entry`=217090; -- Loldren
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=230110; -- Kirin Tor Crystalshaper
UPDATE `creature_template` SET `faction`=3407, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=217088; -- Nernabel
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=67110912, `unit_flags3`=1090519040 WHERE `entry`=198464; -- Rostrum of Transformation
UPDATE `creature_template` SET `faction`=3407, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219334; -- Freysworn Arborist
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=67108864 WHERE `entry`=219378; -- Stabled Ramolith
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33554688, `unit_flags2`=2048, `unit_flags3`=16777216, `flags_extra` = 128 WHERE `entry`=220674; -- [DNT] Watering Beam Stalker
UPDATE `creature_template` SET `faction`=3407, `npcflag`=4224, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219273; -- Breek
UPDATE `creature_template` SET `faction`=35, `npcflag`=16777216, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048, `unit_flags3`=1090519040 WHERE `entry`=219991; -- Ruufus
UPDATE `creature_template` SET `faction`=3408, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048, `unit_flags3`=8388608 WHERE `entry`=219166; -- Oathsworn Peacekeeper
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048 WHERE `entry`=226224; -- Forgegrounds Worker
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219091; -- Grink
UPDATE `creature_template` SET `faction`=3407, `npcflag`=83, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219090; -- Brrigan
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219089; -- Kardu
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219387; -- Belga
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219088; -- Uthaga
UPDATE `creature_template` SET `faction`=3407, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219256; -- Badur
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=227072; -- Barzvitz
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219247; -- Unak
UPDATE `creature_template` SET `faction`=3407, `npcflag`=83, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219101; -- Akdan
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219254; -- Parnith
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219093; -- Vorig
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=223643; -- Borgos
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=223650; -- Forge Hand
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219255; -- Karbath
UPDATE `creature_template` SET `faction`=3407, `npcflag`=82, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=223644; -- Darean
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=227073; -- Molvzira
UPDATE `creature_template` SET `faction`=188, `npcflag`=1073741824, `speed_run`=0.857142865657806396, `BaseAttackTime`=2000, `unit_flags`=512, `unit_flags2`=2048 WHERE `entry`=222713; -- Magmashell Crawler
-- Difficulty
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226734 AND `DifficultyID`=0); -- 226734 (Badluck) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219092 AND `DifficultyID`=0); -- 219092 (Tarig) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226733 AND `DifficultyID`=0); -- 226733 (Endora Moorehead) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219390 AND `DifficultyID`=0); -- 219390 (Gortra) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226732 AND `DifficultyID`=0); -- 226732 (Hagatha Moorehead) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219249 AND `DifficultyID`=0); -- 219249 (Dogan) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219087 AND `DifficultyID`=0); -- 219087 (Makir) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219086 AND `DifficultyID`=0); -- 219086 (Llande) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=805306624, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=217090 AND `DifficultyID`=0); -- 217090 (Loldren) - Sessile, CanSwim, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=230110 AND `DifficultyID`=0); -- 230110 (Kirin Tor Crystalshaper) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=217088 AND `DifficultyID`=0); -- 217088 (Nernabel) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219334 AND `DifficultyID`=0); -- 219334 (Freysworn Arborist) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=536870912, `VerifiedBuild`=56461 WHERE (`Entry`=220674 AND `DifficultyID`=0); -- 220674 ([DNT] Watering Beam Stalker) - Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219273 AND `DifficultyID`=0); -- 219273 (Breek) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=536871168, `VerifiedBuild`=56461 WHERE (`Entry`=219991 AND `DifficultyID`=0); -- 219991 (Ruufus) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2803, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219166 AND `DifficultyID`=0); -- 219166 (Oathsworn Peacekeeper) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219091 AND `DifficultyID`=0); -- 219091 (Grink) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219090 AND `DifficultyID`=0); -- 219090 (Brrigan) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219089 AND `DifficultyID`=0); -- 219089 (Kardu) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219387 AND `DifficultyID`=0); -- 219387 (Belga) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219088 AND `DifficultyID`=0); -- 219088 (Uthaga) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219256 AND `DifficultyID`=0); -- 219256 (Badur) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=227072 AND `DifficultyID`=0); -- 227072 (Barzvitz) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219247 AND `DifficultyID`=0); -- 219247 (Unak) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219101 AND `DifficultyID`=0); -- 219101 (Akdan) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219254 AND `DifficultyID`=0); -- 219254 (Parnith) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219093 AND `DifficultyID`=0); -- 219093 (Vorig) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=223643 AND `DifficultyID`=0); -- 223643 (Borgos) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219255 AND `DifficultyID`=0); -- 219255 (Karbath) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=223644 AND `DifficultyID`=0); -- 223644 (Darean) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=227073 AND `DifficultyID`=0); -- 227073 (Molvzira) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=371, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=222713 AND `DifficultyID`=0); -- 222713 (Magmashell Crawler) - CanSwim
-- model
DELETE FROM `creature_model_info` WHERE `DisplayID`=121169;
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES
(121169, 2.675816059112548828, 4, 0, 56461);
-- Gossip
DELETE FROM `creature_template_gossip` WHERE (`CreatureID`=219256 AND `MenuID`=34039) OR (`CreatureID`=219390 AND `MenuID` = 35156) OR (`CreatureID`=219101 AND `MenuID`=36351) OR (`CreatureID`=219092 AND `MenuID`=36362) OR (`CreatureID`=217090 AND `MenuID`=34157) OR (`CreatureID`=219090 AND `MenuID`=36361) OR (`CreatureID`=219087 AND `MenuID`=36359) OR (`CreatureID`=217088 AND `MenuID`=34183) OR (`CreatureID`=219085 AND `MenuID`=36347);
INSERT INTO `creature_template_gossip` (`CreatureID`, `MenuID`, `VerifiedBuild`) VALUES
(219256, 34039, 56461), -- Badur
(219390, 35156, 56461), -- Gortra
(219101, 36351, 56461), -- Akdan
(219092, 36362, 56461), -- Tarig
(217090, 34157, 56461), -- Loldren
(219090, 36361, 56461), -- Brrigan
(219087, 36359, 56461), -- Makir
(217088, 34183, 56461), -- Nernabel
(219085, 36347, 56461); -- Nagad
DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+5;
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, 266030, 0, 0, 0, 0, 0, 0, 0, 56461), -- 219390 (Gortra)
(@NPCTEXTID+1, 1, 0, 0, 0, 0, 0, 0, 0, 258184, 0, 0, 0, 0, 0, 0, 0, 56461), -- 217090 (Loldren)
(@NPCTEXTID+2, 1, 0, 0, 0, 0, 0, 0, 0, 266032, 0, 0, 0, 0, 0, 0, 0, 56461), -- 219390 (Gortra)
(@NPCTEXTID+3, 1, 0, 0, 0, 0, 0, 0, 0, 266033, 0, 0, 0, 0, 0, 0, 0, 56461), -- 219390 (Gortra)
(@NPCTEXTID+4, 1, 0, 0, 0, 0, 0, 0, 0, 258186, 0, 0, 0, 0, 0, 0, 0, 56461), -- 217088 (Nernabel)
(@NPCTEXTID+5, 1, 0, 0, 0, 0, 0, 0, 0, 257693, 0, 0, 0, 0, 0, 0, 0, 56461); -- 219256 (Badur)
DELETE FROM `gossip_menu` WHERE (`MenuID`=35156 AND `TextID`=@NPCTEXTID+0) OR (`MenuID`=34157 AND `TextID`=@NPCTEXTID+1) OR (`MenuID`=35157 AND `TextID`=@NPCTEXTID+2) OR (`MenuID`=35158 AND `TextID`=@NPCTEXTID+3) OR (`MenuID`=34183 AND `TextID`=@NPCTEXTID+4) OR (`MenuID`=34039 AND `TextID`=@NPCTEXTID+5);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(35156, @NPCTEXTID+0, 56461), -- 219390 (Gortra)
(34157, @NPCTEXTID+1, 56461), -- 217090 (Loldren)
(35157, @NPCTEXTID+2, 56461), -- 219390 (Gortra)
(35158, @NPCTEXTID+3, 56461), -- 219390 (Gortra)
(34183, @NPCTEXTID+4, 56461), -- 217088 (Nernabel)
(34039, @NPCTEXTID+5, 56461); -- 219256 (Badur)
DELETE FROM `gossip_menu` WHERE (`TextID`=14126 AND `MenuID` IN (36351,36362,36361,36359,36347));
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(36351, 14126, 56461), -- 219101 (Akdan)
(36362, 14126, 56461), -- 219092 (Tarig)
(36361, 14126, 56461), -- 219090 (Brrigan)
(36359, 14126, 56461), -- 219087 (Makir)
(36347, 14126, 56461); -- 219085 (Nagad)
DELETE FROM `gossip_menu_option` WHERE (`OptionID`=0 AND `MenuID` IN (36361,35157,35156,36351,36362,36347,35158,36359)) OR (`OptionID`=1 AND `MenuID`=35156);
INSERT INTO `gossip_menu_option` (`MenuID`, `GossipOptionID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextID`, `Language`, `Flags`, `ActionMenuID`, `ActionPoiID`, `GossipNpcOptionID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `SpellID`, `OverrideIconID`, `VerifiedBuild`) VALUES
(36361, 124248, 0, 3, 'Train me.', 3266, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(35157, 122733, 0, 0, 'Let\'s talk about something else.', 172206, 0, 0, 35156, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461), -- OptionBroadcastTextID: 172206 - 174968
(35156, 122731, 1, 0, 'Tell me about the Rostrum of Transformation.', 0, 0, 0, 35158, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(35156, 122732, 0, 0, 'How do I customize my mount?', 0, 0, 0, 35157, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(36351, 124240, 0, 3, 'Train me.', 3266, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(36362, 124249, 0, 3, 'Train me.', 3266, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(36347, 124234, 0, 3, 'Train me.', 3266, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(35158, 122734, 0, 0, 'Let\'s talk about something else.', 172206, 0, 0, 35156, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461), -- OptionBroadcastTextID: 172206 - 174968
(36359, 124247, 0, 3, 'Train me.', 3266, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461);
-- Trainer
DELETE FROM `creature_trainer` WHERE (`CreatureID`=219092 AND `MenuID`=36362 AND `OptionID`=0) OR (`CreatureID`=219087 AND `MenuID`=36359 AND `OptionID`=0) OR (`CreatureID`=219085 AND `MenuID`=36347 AND `OptionID`=0) OR (`CreatureID`=219090 AND `MenuID`=36361 AND `OptionID`=0) OR (`CreatureID`=219101 AND `MenuID`=36351 AND `OptionID`=0);
INSERT INTO `creature_trainer` (`CreatureID`, `TrainerID`, `MenuID`, `OptionID`) VALUES
(219092, 1114, 36362, 0),
(219087, 1122, 36359, 0),
(219085, 1117, 36347, 0),
(219090, 1121, 36361, 0),
(219101, 1120, 36351, 0);
DELETE FROM `trainer` WHERE `Id` IN (1120, 1114, 1121, 1122, 1117);
INSERT INTO `trainer` (`Id`, `Type`, `Greeting`, `VerifiedBuild`) VALUES
(1120, 2, 'Hello, friend!', 56461),
(1114, 2, 'Hello, friend!', 56461),
(1121, 2, 'Hello, friend!', 56461),
(1122, 2, 'Hello, friend!', 56461),
(1117, 2, 'Hello, friend!', 56461);
DELETE FROM `trainer_spell` WHERE (`TrainerId`=1120 AND `SpellId` IN (423349,265820)) OR (`TrainerId`=1114 AND `SpellId` IN (264212,462122,462121,423322)) OR (`TrainerId`=1121 AND `SpellId` IN (444203,444222,444221,444215,444214,444213,444212,444211,444210,444208,444206,444204,444201,444200,444196,444191,444190,423350,264495)) OR (`TrainerId`=1122 AND `SpellId` IN (423351,435377,435375,435373,435371,434540,434539,434538,434537,435337,435380,435379,435324,435327,435326,435325,435323,434563,434549,434547,434542,264533)) OR (`TrainerId`=1117 AND `SpellId` IN (423346,445361,445360,445365,445374,445338,445351,445385,445317,445379,445324,445371,445373,445348,445344,445376,445392,445340,445381,445358,264457));
INSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES
(1120, 423349, 950000, 182, 1, 0, 0, 0, 68, 56461), -- No Faction found! MoneyCost not recalculated!
(1120, 265820, 10, 0, 0, 0, 0, 0, 5, 56461), -- No Faction found! MoneyCost not recalculated!
(1114, 264212, 10, 0, 0, 0, 0, 0, 5, 56461), -- No Faction found! MoneyCost not recalculated!
(1114, 462122, 1187500, 2871, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1114, 462121, 997500, 2871, 5, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1114, 423322, 950000, 171, 1, 0, 0, 0, 68, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444203, 2565000, 2878, 50, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444222, 1045000, 2878, 10, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444221, 1330000, 2878, 15, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444215, 2280000, 2878, 45, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444214, 2280000, 2878, 45, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444213, 1900000, 2878, 35, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444212, 1900000, 2878, 35, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444211, 1520000, 2878, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444210, 1520000, 2878, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444208, 1520000, 2878, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444206, 1520000, 2878, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444204, 1520000, 2878, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444201, 1425000, 2878, 20, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444200, 1425000, 2878, 20, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444196, 1425000, 2878, 20, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444191, 1425000, 2878, 20, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 444190, 1520000, 2878, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 423350, 950000, 773, 1, 0, 0, 0, 68, 56461), -- No Faction found! MoneyCost not recalculated!
(1121, 264495, 10, 0, 0, 0, 0, 0, 5, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 423351, 950000, 755, 1, 0, 0, 0, 68, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 435377, 1187500, 2879, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 435375, 1187500, 2879, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 435373, 1140000, 2879, 20, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 435371, 1092500, 2879, 15, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 434540, 1045000, 2879, 10, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 434539, 1045000, 2879, 10, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 434538, 997500, 2879, 5, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 434537, 950000, 2879, 1, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 435337, 1425000, 2879, 50, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 435380, 1092500, 2879, 15, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 435379, 1045000, 2879, 10, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 435324, 950000, 2879, 1, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 435327, 1187500, 2879, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 435326, 1092500, 2879, 15, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 435325, 1187500, 2879, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 435323, 1092500, 2879, 15, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 434563, 1140000, 2879, 20, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 434549, 1140000, 2879, 20, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 434547, 1140000, 2879, 20, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 434542, 1140000, 2879, 20, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1122, 264533, 10, 0, 0, 0, 0, 0, 5, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 423346, 950000, 333, 1, 0, 0, 0, 68, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445361, 950000, 2874, 15, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445360, 1140000, 2874, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445365, 1235000, 2874, 30, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445374, 1615000, 2874, 50, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445338, 1045000, 2874, 20, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445351, 1045000, 2874, 20, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445385, 1425000, 2874, 40, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445317, 1710000, 2874, 55, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445379, 1710000, 2874, 55, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445324, 1425000, 2874, 40, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445371, 760000, 2874, 10, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445373, 1615000, 2874, 50, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445348, 1330000, 2874, 35, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445344, 950000, 2874, 15, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445376, 1235000, 2874, 30, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445392, 760000, 2874, 10, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445340, 1520000, 2874, 45, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445381, 1140000, 2874, 25, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 445358, 570000, 2874, 5, 0, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1117, 264457, 10, 0, 0, 0, 0, 0, 5, 56461); -- No Faction found! MoneyCost not recalculated!
-- Vendor
DELETE FROM `npc_vendor` WHERE (`entry`=219274 AND `item`=227701 AND `ExtendedCost`=9121 AND `type`=1) OR (`entry`=219274 AND `item`=227700 AND `ExtendedCost`=9121 AND `type`=1) OR (`entry`=219274 AND `item`=227699 AND `ExtendedCost`=9121 AND `type`=1) OR (`entry`=219255 AND `item`=227701 AND `ExtendedCost`=9121 AND `type`=1) OR (`entry`=219255 AND `item`=227700 AND `ExtendedCost`=9121 AND `type`=1) OR (`entry`=219255 AND `item`=227699 AND `ExtendedCost`=9121 AND `type`=1) OR (`entry`=219247 AND `item`=20815 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=227073 AND `item`=114978 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=227073 AND `item`=114980 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=227073 AND `item`=114979 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219093 AND `item`=212754 AND `ExtendedCost`=8502 AND `type`=1) OR (`entry`=219093 AND `item`=85663 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219093 AND `item`=210828 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219093 AND `item`=211806 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219091 AND `item`=212754 AND `ExtendedCost`=8502 AND `type`=1) OR (`entry`=219091 AND `item`=85663 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219091 AND `item`=210828 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219091 AND `item`=211806 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219249 AND `item`=85663 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219249 AND `item`=39489 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219249 AND `item`=39505 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219249 AND `item`=211806 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219249 AND `item`=226205 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219249 AND `item`=226204 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219089 AND `item`=85663 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219089 AND `item`=39489 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219089 AND `item`=39505 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219089 AND `item`=211806 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219089 AND `item`=226205 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219089 AND `item`=226204 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219385 AND `item`=212754 AND `ExtendedCost`=8502 AND `type`=1) OR (`entry`=219385 AND `item`=85663 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219385 AND `item`=210828 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219385 AND `item`=211806 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219387 AND `item`=228493 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219387 AND `item`=228492 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219387 AND `item`=228494 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219088 AND `item`=20815 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219086 AND `item`=227208 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219086 AND `item`=220789 AND `ExtendedCost`=8581 AND `type`=1) OR (`entry`=219086 AND `item`=220790 AND `ExtendedCost`=8582 AND `type`=1) OR (`entry`=219086 AND `item`=220788 AND `ExtendedCost`=8580 AND `type`=1) OR (`entry`=219086 AND `item`=38682 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219383 AND `item`=228609 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219383 AND `item`=228608 AND `ExtendedCost`=0 AND `type`=1);
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
(219274, 3, 227701, 0, 9121, 1, 0, 0, 56461), -- Preserved Defender's Kris
(219274, 2, 227700, 0, 9121, 1, 0, 0, 56461), -- Preserved Defender's Spear
(219274, 1, 227699, 0, 9121, 1, 0, 0, 56461), -- Earthen Ceremonial Chopper
(219255, 3, 227701, 0, 9121, 1, 0, 0, 56461), -- Preserved Defender's Kris
(219255, 2, 227700, 0, 9121, 1, 0, 0, 56461), -- Preserved Defender's Spear
(219255, 1, 227699, 0, 9121, 1, 0, 0, 56461), -- Earthen Ceremonial Chopper
(219247, 71, 20815, 0, 0, 1, 0, 0, 56461), -- Jeweler's Toolset
(227073, 3, 114978, 0, 0, 1, 0, 0, 56461), -- Farmer's Shovel
(227073, 2, 114980, 0, 0, 1, 0, 0, 56461), -- Farmer's Broom
(227073, 1, 114979, 0, 0, 1, 0, 0, 56461), -- Farmer's Hoe
(219093, 4, 212754, 0, 8502, 1, 0, 0, 56461), -- Crystalforged Cauldron
(219093, 3, 85663, 0, 0, 1, 0, 0, 56461), -- Herbalist's Spade
(219093, 2, 210828, 0, 0, 1, 0, 0, 56461), -- Dilution Solution
(219093, 1, 211806, 0, 0, 1, 0, 0, 56461), -- Gilded Vial
(219091, 4, 212754, 0, 8502, 1, 0, 0, 56461), -- Crystalforged Cauldron
(219091, 3, 85663, 0, 0, 1, 0, 0, 56461), -- Herbalist's Spade
(219091, 2, 210828, 0, 0, 1, 0, 0, 56461), -- Dilution Solution
(219091, 1, 211806, 0, 0, 1, 0, 0, 56461), -- Gilded Vial
(219249, 6, 85663, 0, 0, 1, 0, 0, 56461), -- Herbalist's Spade
(219249, 5, 39489, 0, 0, 1, 0, 0, 56461), -- Scribe's Satchel
(219249, 4, 39505, 0, 0, 1, 0, 0, 56461), -- Virtuoso Inking Set
(219249, 3, 211806, 0, 0, 1, 0, 0, 56461), -- Gilded Vial
(219249, 2, 226205, 0, 0, 1, 0, 0, 56461), -- Distilled Algari Freshwater
(219249, 1, 226204, 0, 0, 1, 0, 0, 56461), -- Fresh Parchment
(219089, 6, 85663, 0, 0, 1, 0, 0, 56461), -- Herbalist's Spade
(219089, 5, 39489, 0, 0, 1, 0, 0, 56461), -- Scribe's Satchel
(219089, 4, 39505, 0, 0, 1, 0, 0, 56461), -- Virtuoso Inking Set
(219089, 3, 211806, 0, 0, 1, 0, 0, 56461), -- Gilded Vial
(219089, 2, 226205, 0, 0, 1, 0, 0, 56461), -- Distilled Algari Freshwater
(219089, 1, 226204, 0, 0, 1, 0, 0, 56461), -- Fresh Parchment
(219385, 4, 212754, 0, 8502, 1, 0, 0, 56461), -- Crystalforged Cauldron
(219385, 3, 85663, 0, 0, 1, 0, 0, 56461), -- Herbalist's Spade
(219385, 2, 210828, 0, 0, 1, 0, 0, 56461), -- Dilution Solution
(219385, 1, 211806, 0, 0, 1, 0, 0, 56461), -- Gilded Vial
(219387, 3, 228493, 0, 0, 1, 0, 0, 56461), -- Sour Topaz Bites
(219387, 2, 228492, 0, 0, 1, 0, 0, 56461), -- Spicy Rubies
(219387, 1, 228494, 0, 0, 1, 0, 0, 56461), -- Crunchy Rock Candy
(219088, 66, 20815, 0, 0, 1, 0, 0, 56461), -- Jeweler's Toolset
(219086, 5, 227208, 0, 0, 1, 0, 0, 56461), -- Bismuth Rod
(219086, 4, 220789, 0, 8581, 1, 0, 0, 56461), -- Nascent Gilded Harbinger Crest
(219086, 3, 220790, 0, 8582, 1, 0, 0, 56461), -- Nascent Runed Harbinger Crest
(219086, 2, 220788, 0, 8580, 1, 0, 0, 56461), -- Nascent Weathered Harbinger Crest
(219086, 1, 38682, 0, 0, 1, 0, 0, 56461), -- Enchanting Vellum
(219383, 2, 228609, 0, 0, 1, 0, 0, 56461), -- Rock Roasting for Dummies
(219383, 1, 228608, 0, 0, 1, 0, 0, 56461); -- On the Application of Arathi Technology to Earthen Life
-- Freysworn Arborist smart ai
SET @ENTRY := 219334;
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` IN (-(@CGUID+46), -(@CGUID+81));
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `Difficulties`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(-(@CGUID+46), 0, 0, 0, '', 25, 0, 100, 0, 0, 0, 0, 0, 11, 455493, 0, 0, 0, 0, 0, 0, 19, 220674, 10, 0, 0, 0, 0, 0, 'On reset - Self: Cast spell 455493 on Closest alive creature Watering Beam Stalker (220674) in 10 yards'),
(-(@CGUID+81), 0, 0, 0, '', 25, 0, 100, 0, 0, 0, 0, 0, 11, 455493, 0, 0, 0, 0, 0, 0, 19, 220674, 10, 0, 0, 0, 0, 0, 'On reset - Self: Cast spell 455493 on Closest alive creature Watering Beam Stalker (220674) in 10 yards');
-- Path for Unbound Trader
SET @MOVERGUID := @CGUID+34;
SET @ENTRY := 219382;
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, '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, 2295.8525, -2580.0173, 190.14233, NULL, 0),
(@PATH, 1, 2296.5938, -2576.5383, 190.14345, NULL, 0),
(@PATH, 2, 2296.6338, -2574.5972, 190.1437, NULL, 8635),
(@PATH, 3, 2294.2327, -2581.1025, 190.74263, NULL, 0),
(@PATH, 4, 2291.5989, -2581.6858, 190.85544, NULL, 0),
(@PATH, 5, 2280.6997, -2585.337, 191.60114, NULL, 0),
(@PATH, 6, 2279.1667, -2588.639, 191.60895, NULL, 0),
(@PATH, 7, 2277.8489, -2594.7239, 191.59567, NULL, 8348),
(@PATH, 8, 2280.3577, -2588.837, 191.64418, NULL, 0),
(@PATH, 9, 2289.757, -2584.8196, 190.76324, NULL, 0);
UPDATE `creature` SET `position_x`=2295.8525, `position_y`=-2580.0173, `position_z`=190.14233, `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 Unbound Trader
SET @MOVERGUID := @CGUID+8;
SET @ENTRY := 219382;
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, 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, 2359.691, -2596.7656, 181.41336, NULL, 0),
(@PATH, 1, 2360.6182, -2603.9446, 181.41336, NULL, 0),
(@PATH, 2, 2360.4463, -2611.2378, 181.41336, NULL, 0),
(@PATH, 3, 2360.1458, -2616.6963, 181.41336, NULL, 0),
(@PATH, 4, 2357.5034, -2621.1807, 181.41336, NULL, 37),
(@PATH, 5, 2356.2014, -2622.757, 181.41336, NULL, 16354),
(@PATH, 6, 2360.6284, -2615.1458, 181.41336, NULL, 0),
(@PATH, 7, 2360.9758, -2608.8125, 181.41336, NULL, 0),
(@PATH, 8, 2360.8872, -2601.842, 181.41336, NULL, 0),
(@PATH, 9, 2360.5278, -2592.0696, 181.41335, NULL, 0),
(@PATH, 10, 2356.5852, -2589.2014, 181.66565, NULL, 16669);
UPDATE `creature` SET `position_x`=2359.691, `position_y`=-2596.7656, `position_z`=181.41336, `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 Citizen
SET @MOVERGUID := @CGUID+9;
SET @ENTRY := 219150;
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, NULL, 'Oathsworn Citizen - 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, 2281.816, -2495.4236, 195.85315, NULL, 0),
(@PATH, 1, 2289.008, -2503.924, 199.66258, NULL, 0),
(@PATH, 2, 2288.8972, -2509.1052, 199.66566, NULL, 0),
(@PATH, 3, 2295.0886, -2511.0989, 199.66565, NULL, 0),
(@PATH, 4, 2304.3577, -2513.1736, 199.99841, NULL, 0),
(@PATH, 5, 2314.059, -2516.9045, 199.25485, NULL, 0),
(@PATH, 6, 2315.4895, -2519.8508, 199.25485, NULL, 0),
(@PATH, 7, 2313.2993, -2522.8105, 199.46252, NULL, 4236),
(@PATH, 8, 2315.1807, -2517.1042, 199.25485, NULL, 0),
(@PATH, 9, 2313.3855, -2515.1182, 199.82454, NULL, 0),
(@PATH, 10, 2309.5208, -2514.092, 200.00739, NULL, 0),
(@PATH, 11, 2303.7188, -2513.8057, 199.91127, NULL, 0),
(@PATH, 12, 2298.6753, -2512.889, 199.96118, NULL, 0),
(@PATH, 13, 2294.9683, -2511.3035, 199.66733, NULL, 0),
(@PATH, 14, 2292.1926, -2510.2449, 199.66565, NULL, 0),
(@PATH, 15, 2288.875, -2508.5017, 199.66566, NULL, 0),
(@PATH, 16, 2288.5603, -2502.1348, 199.87422, NULL, 0),
(@PATH, 17, 2282.2014, -2495.573, 195.85315, NULL, 0),
(@PATH, 18, 2280.757, -2496.5295, 195.88914, NULL, 0),
(@PATH, 19, 2278.9497, -2496.3542, 195.85315, NULL, 0),
(@PATH, 20, 2275.0278, -2495.8489, 195.85315, NULL, 0),
(@PATH, 21, 2273.9915, -2496.639, 195.85315, NULL, 3185);
UPDATE `creature` SET `position_x`=2281.816, `position_y`=-2495.4236, `position_z`=195.85315, `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 Citizen
SET @MOVERGUID := @CGUID+16;
SET @ENTRY := 219150;
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, 0, NULL, 'Oathsworn Citizen - 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, 2336.4497, -2618.0383, 190.1421, NULL, 13214),
(@PATH, 1, 2339.632, -2595.0798, 190.46252, NULL, 5183),
(@PATH, 2, 2311.4307, -2598.6284, 190.13893, NULL, 0),
(@PATH, 3, 2314.4878, -2610.7708, 190.13763, NULL, 0),
(@PATH, 4, 2314.2449, -2635.559, 190.14197, NULL, 0),
(@PATH, 5, 2320.4602, -2650.0696, 190.14212, NULL, 0),
(@PATH, 6, 2318.6719, -2674.4358, 190.1421, NULL, 8327);
UPDATE `creature` SET `position_x`=2336.4497, `position_y`=-2618.0383, `position_z`=190.1421, `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 Citizen
SET @MOVERGUID := @CGUID+18;
SET @ENTRY := 219151;
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, 0, NULL, 'Oathsworn Citizen - 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, 2302.4514, -2634.587, 190.14247, NULL, 20750),
(@PATH, 1, 2308.7673, -2577.0608, 190.14069, NULL, 0),
(@PATH, 2, 2313.3801, -2572.0798, 190.13927, NULL, 3891),
(@PATH, 3, 2276.9426, -2544.9636, 199.40453, NULL, 6879),
(@PATH, 4, 2322.29, -2584.9602, 190.1421, NULL, 0);
UPDATE `creature` SET `position_x`=2302.4514, `position_y`=-2634.587, `position_z`=190.14247, `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 Citizen
SET @MOVERGUID := @CGUID+73;
SET @ENTRY := 219150;
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, NULL, 'Oathsworn Citizen - 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, 2382.4739, -2503.179, 199.25485, NULL, 0),
(@PATH, 1, 2382.191, -2500.7153, 199.25485, NULL, 0),
(@PATH, 2, 2383.333, -2498.7864, 199.25485, NULL, 15731),
(@PATH, 3, 2388.1128, -2495.3315, 199.49783, NULL, 8273),
(@PATH, 4, 2382.0312, -2498.9463, 199.25485, NULL, 0),
(@PATH, 5, 2382.1494, -2502.1216, 199.25485, NULL, 0),
(@PATH, 6, 2384.691, -2505.6892, 199.25485, NULL, 0),
(@PATH, 7, 2386.7917, -2505.231, 199.25485, NULL, 13781);
UPDATE `creature` SET `position_x`=2382.4739, `position_y`=-2503.179, `position_z`=199.25485, `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 Crafter
SET @MOVERGUID := @CGUID+24;
SET @ENTRY := 229927;
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, NULL, 'Unbound Crafter - 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, 2297.2014, -2608.0347, 190.14247, NULL, 8604),
(@PATH, 1, 2298.3784, -2621.0312, 190.14247, NULL, 0),
(@PATH, 2, 2296.8594, -2628.2395, 190.14249, NULL, 0),
(@PATH, 3, 2294.823, -2631.7292, 190.14246, NULL, 11239),
(@PATH, 4, 2298.4792, -2620.9375, 190.14246, NULL, 0),
(@PATH, 5, 2298.073, -2612.3057, 190.14247, NULL, 0);
UPDATE `creature` SET `position_x`=2297.2014, `position_y`=-2608.0347, `position_z`=190.14247, `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 Molvzira
SET @MOVERGUID := @CGUID+66;
SET @ENTRY := 227073;
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, 'Molvzira - 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, 2351.5635, -2489.2031, 199.63759, NULL, 0),
(@PATH, 1, 2349.2795, -2490.5017, 199.25777, NULL, 11262),
(@PATH, 2, 2356.4307, -2484.4966, 199.25536, NULL, 0),
(@PATH, 3, 2356.25, -2481.25, 199.25557, NULL, 0),
(@PATH, 4, 2353.519, -2479.0815, 199.25766, NULL, 0),
(@PATH, 5, 2350.6511, -2480.7778, 199.66565, NULL, 13995),
(@PATH, 6, 2354.167, -2478.54, 199.25732, NULL, 9282),
(@PATH, 7, 2356.5972, -2483.4775, 199.25595, NULL, 0),
(@PATH, 8, 2355.5088, -2484.809, 199.25589, NULL, 0),
(@PATH, 9, 2353.1824, -2484.894, 199.66565, NULL, 10371);
UPDATE `creature` SET `position_x`=2351.5635, `position_y`=-2489.2031, `position_z`=199.63759, `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 Peacekeeper
SET @MOVERGUID := @CGUID+88;
SET @ENTRY := 219014;
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, NULL, 'Oathsworn Peacekeeper - 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, 2378.3057, -2612.4133, 181.4133, NULL, 3529),
(@PATH, 1, 2378.0764, -2598.427, 181.41331, NULL, 0),
(@PATH, 2, 2378.1199, -2579.9514, 181.41333, NULL, 0),
(@PATH, 3, 2377.6423, -2562.8594, 181.41327, NULL, 5982),
(@PATH, 4, 2378.1199, -2579.9514, 181.41333, NULL, 0),
(@PATH, 5, 2378.0764, -2598.427, 181.41331, NULL, 0);
UPDATE `creature` SET `position_x`=2378.3057, `position_y`=-2612.4133, `position_z`=181.4133, `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 Oathsworn Peacekeeper
SET @MOVERGUID := @CGUID+89;
SET @ENTRY := 219014;
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, NULL, 'Oathsworn Peacekeeper - 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, 2376.3281, -2485.059, 199.25484, NULL, 4385),
(@PATH, 1, 2311.639, -2544.8994, 199.25485, NULL, 4272);
UPDATE `creature` SET `position_x`=2376.3281, `position_y`=-2485.059, `position_z`=199.25484, `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 Oathsworn Peacekeeper
SET @MOVERGUID := @CGUID+90;
SET @ENTRY := 219014;
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, 0, NULL, 'Oathsworn Peacekeeper - 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, 2328.2847, -2510.8628, 199.25485, NULL, 3451),
(@PATH, 1, 2327.4253, -2636.8525, 190.1421, NULL, 6042);
UPDATE `creature` SET `position_x`=2328.2847, `position_y`=-2510.8628, `position_z`=199.25485, `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');

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_marrowrend_apply_bone_shield';
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_deaths_caress_apply_bone_shield';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(195182, 'spell_dk_marrowrend_apply_bone_shield'),
(195292, 'spell_dk_deaths_caress_apply_bone_shield');

View File

@@ -0,0 +1,9 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_deaths_embrace';
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_deaths_embrace_dots';
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_deaths_embrace_drain_life';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(324540, 'spell_warl_deaths_embrace'),
(980, 'spell_warl_deaths_embrace_dots'),
(146739, 'spell_warl_deaths_embrace_dots'),
(316099, 'spell_warl_deaths_embrace_dots'),
(234153, 'spell_warl_deaths_embrace_drain_life');

View File

@@ -0,0 +1,293 @@
SET @CGUID := 10001817;
SET @NPCTEXTID := 600017;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+17;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 1, 2477.444580078125, -2434.788330078125, 181.548736572265625, 3.126145124435424804, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+1, 221044, 2552, 14771, 15043, '0', '0', 0, 0, 1, 2571.868896484375, -2516.278564453125, 200.225830078125, 1.7486954927444458, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56461), -- Stablehand (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+2, 221074, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2526.43408203125, -2465.314208984375, 200.225799560546875, 3.802732467651367187, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Assistant Darragh Irongut (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+3, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 2, 2616.013916015625, -2486.77783203125, 224.11517333984375, 5.448974609375, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+4, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 2, 2452.895751953125, -2455.57470703125, 181.547027587890625, 0.035277295857667922, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+5, 219243, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2516.252685546875, -2469.13720703125, 200.433135986328125, 5.441492080688476562, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Teha (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+6, 221077, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2504.768310546875, -2475.085205078125, 200.321868896484375, 6.2657318115234375, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Assistant Ula Threadstrong (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+7, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 1, 2571.8984375, -2530.294677734375, 200.225799560546875, 2.357314348220825195, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+8, 221848, 2552, 14771, 15043, '0', '0', 0, 0, 1, 2568.43408203125, -2480.864501953125, 201.71588134765625, 3.646671772003173828, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Warpweaver Voxin (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+9, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 5, 2475.8056640625, -2455.03466796875, 181.548858642578125, 3.296581029891967773, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+10, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 5, 2605.529541015625, -2477.53466796875, 228.673614501953125, 2.325949430465698242, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+11, 219244, 2552, 14771, 15043, '0', '0', 0, 0, 0, 2513.618896484375, -2472.49658203125, 200.4332122802734375, 5.951020717620849609, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Andee Seabraid (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+12, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 6, 2608.296142578125, -2494.53466796875, 224.11517333984375, 5.635158061981201171, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+13, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 4, 2451.942626953125, -2434.59716796875, 181.548736572265625, 0.000698813470080494, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+14, 221044, 2552, 14771, 15043, '0', '0', 0, 0, 1, 2530.66162109375, -2477.180908203125, 200.2257843017578125, 5.302254199981689453, 120, 3, 0, 1, NULL, NULL, NULL, NULL, 56461), -- Stablehand (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+15, 221002, 2552, 14771, 15043, '0', '0', 0, 0, 1, 2536.747314453125, -2477.109375, 200.2257843017578125, 0.852846980094909667, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Khole (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+16, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 3, 2624.38720703125, -2528.085205078125, 219.7344207763671875, 4.719389915466308593, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+17, 219014, 2552, 14771, 15043, '0', '0', 0, 0, 1, 2635.33251953125, -2528.0712890625, 219.7344207763671875, 4.638683319091796875, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461); -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+17;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+2, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- Assistant Darragh Irongut
(@CGUID+6, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''); -- Assistant Ula Threadstrong
-- Template Addon
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (439315 /*Collector's Cache*/, 454424 /*Dormant Rock Giant*/, 441162 /*Dormant Rock Giant*/, 441164 /*Dormant Rock Giant*/, 441170 /*Dormant Rock Giant*/, 433851 /*Alliance Storehouse*/, 433467 /*Alliance Transport*/, 433471 /*Alliance Transport*/, 456778 /*Horde Transport*/, 456777 /*Alliance Transport*/);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(439315, 0, 262144, 0, 0), -- Collector's Cache
(454424, 0, 1048608, 0, 0), -- Dormant Rock Giant
(441162, 0, 1048608, 0, 0), -- Dormant Rock Giant
(441164, 0, 1048608, 0, 0), -- Dormant Rock Giant
(441170, 0, 1048608, 0, 0), -- Dormant Rock Giant
(433851, 0, 1048608, 0, 0), -- Alliance Storehouse
(433467, 0, 1048608, 0, 0), -- Alliance Transport
(433471, 0, 1048608, 0, 0), -- Alliance Transport
(456778, 0, 1048608, 0, 0), -- Horde Transport
(456777, 0, 1048608, 0, 0); -- Alliance Transport
-- Template
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=832, `unit_flags2`=2048 WHERE `entry`=222160; -- Wildhammer Skyfighter
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=67108864, `unit_flags3`=1090551809 WHERE `entry` IN (222217, 222238); -- Crusher
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=217207; -- Unbound Worker
UPDATE `creature_template` SET `faction`=35, `npcflag`=2, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048 WHERE `entry`=220307; -- Holiday Enthusiast
UPDATE `creature_template` SET `faction`=3397, `npcflag`=2, `BaseAttackTime`=2000, `unit_flags`=832, `unit_flags2`=2048 WHERE `entry`=226919; -- Archivist Frithrun
UPDATE `creature_template` SET `faction`=35, `npcflag`=268435585, `BaseAttackTime`=2000, `unit_flags`=512, `unit_flags2`=2048 WHERE `entry`=221848; -- Warpweaver Voxin
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226751; -- Reginald Arcfire
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=832, `unit_flags2`=2048 WHERE `entry`=225496; -- Warsong Grunt
UPDATE `creature_template` SET `faction`=3407, `npcflag`=83, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219099; -- Thermalseer Arhdas
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219098; -- Supply Foreman Drezmol
UPDATE `creature_template` SET `faction`=3407, `npcflag`=3, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=223533; -- Custodian Khubon
UPDATE `creature_template` SET `faction`=35, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=832, `unit_flags2`=2048 WHERE `entry`=221077; -- Assistant Ula Threadstrong
UPDATE `creature_template` SET `faction`=3364, `npcflag`=3, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=223875; -- Faerin Lothar
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=832, `unit_flags2`=2048 WHERE `entry`=222303; -- Gnome Technician
UPDATE `creature_template` SET `faction`=3438, `npcflag`=2, `speed_run`=0.992062866687774658, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226511; -- High Speaker Brinthe
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=1073741824 WHERE `entry`=220968; -- Mannequin
UPDATE `creature_template` SET `faction`=35, `npcflag`=2251799813685251, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=219243; -- Teha
UPDATE `creature_template` SET `faction`=3397, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=217704; -- Gundargaz Foreman
UPDATE `creature_template` SET `faction`=3407, `npcflag`=8193, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=212369; -- Breem
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=67110912, `unit_flags3`=16777216, `VehicleId`=8673 WHERE `entry`=230100; -- Wall Climb Vehicle
UPDATE `creature_template` SET `faction`=3364, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=227422; -- Arathi Stalwart
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219126; -- Oathsworn Citizen
UPDATE `creature_template` SET `faction`=35, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=832, `unit_flags2`=2048 WHERE `entry`=221074; -- Assistant Darragh Irongut
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=67110912, `unit_flags3`=1090519040 WHERE `entry` IN (225664, 225654); -- Boost
UPDATE `creature_template` SET `faction`=35, `npcflag`=2, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048 WHERE `entry`=230098; -- Spindle
UPDATE `creature_template` SET `faction`=35, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=215658; -- Swift Cloudrook
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=512, `unit_flags2`=2048 WHERE `entry`=221044; -- Stablehand
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=2048, `unit_flags3`=1090519040 WHERE `entry`=199602; -- [DND] Fireworks
UPDATE `creature_template` SET `faction`=3407, `npcflag`=128, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219103; -- Kronzon
UPDATE `creature_template` SET `faction`=3407, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=215520; -- Edothir
UPDATE `creature_template` SET `faction`=3407, `npcflag`=80, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219104; -- Athodas
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=226237; -- Dalaran Survivor
UPDATE `creature_template` SET `faction`=3407, `npcflag`=65667, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=212370; -- Ronesh
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33554688, `unit_flags2`=2048, `unit_flags3`=16777216 WHERE `entry`=221007; -- [DNT] Coreway Mech Stalker
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=227252; -- Mouser
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=220943; -- Reliquary Researcher
UPDATE `creature_template` SET `faction`=3407, `npcflag`=3, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226623; -- Biergoth
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=18432, `unit_flags3`=1090519040 WHERE `entry`=227998; -- Catalyst
UPDATE `creature_template` SET `faction`=3407, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=832, `unit_flags2`=2048 WHERE `entry`=221002; -- Khole
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33554688, `unit_flags2`=2048, `unit_flags3`=16777216 WHERE `entry`=223793; -- [DNT] Forgegrounds Stalker
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=2048, `unit_flags3`=1090519040 WHERE `entry`=183978; -- Important Camera Dog
UPDATE `creature_template` SET `faction`=3364, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=227417; -- Dedicated Sailor
UPDATE `creature_template` SET `faction`=35, `npcflag`=2251799813685251, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=219244; -- Andee Seabraid
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226752; -- Brassbolt Mechawrench
UPDATE `creature_template` SET `faction`=3364, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=225766; -- Stalwart Aeroknight
DELETE FROM `gameobject_template` WHERE `entry` IN (433851 /*Alliance Storehouse*/, 433467 /*Alliance Transport*/, 456778 /*Horde Transport*/, 433469 /*Horde Transport*/, 433471 /*Alliance Transport*/);
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
(433851, 43, 89004, 'Alliance Storehouse', '', '', '', 1, -1, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56461), -- Alliance Storehouse
(433467, 43, 48224, 'Alliance Transport', '', '', '', 1, -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, 0, 0, 0, 0, 0, 0, 0, 0, 56461), -- Alliance Transport
(456778, 43, 88875, 'Horde Transport', '', '', '', 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, 0, 56461), -- Horde Transport
(433469, 43, 88875, 'Horde Transport', '', '', '', 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, 0, 56461), -- Horde Transport
(433471, 43, 48224, 'Alliance Transport', '', '', '', 1, -1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56461); -- Alliance Transport
-- Difficulty
UPDATE `creature_template_difficulty` SET `ContentTuningID`=371, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=23258 AND `DifficultyID`=0); -- 23258 (Egbert) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219103 AND `DifficultyID`=0); -- 219103 (Kronzon) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=215520 AND `DifficultyID`=0); -- 215520 (Edothir) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219104 AND `DifficultyID`=0); -- 219104 (Athodas) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226237 AND `DifficultyID`=0); -- 226237 (Dalaran Survivor) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=212370 AND `DifficultyID`=0); -- 212370 (Ronesh) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=536870912, `VerifiedBuild`=56461 WHERE (`Entry`=221007 AND `DifficultyID`=0); -- 221007 ([DNT] Coreway Mech Stalker) - Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=227252 AND `DifficultyID`=0); -- 227252 (Mouser) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2677, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=220943 AND `DifficultyID`=0); -- 220943 (Reliquary Researcher) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2892, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226623 AND `DifficultyID`=0); -- 226623 (Biergoth) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=536871168, `StaticFlags3`=262144, `VerifiedBuild`=56461 WHERE (`Entry`=227998 AND `DifficultyID`=0); -- 227998 (Catalyst) - Sessile, Floating - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `ContentTuningID`=864, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=221002 AND `DifficultyID`=0); -- 221002 (Khole) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2799, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=227417 AND `DifficultyID`=0); -- 227417 (Dedicated Sailor) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=866, `VerifiedBuild`=56461 WHERE (`Entry`=219244 AND `DifficultyID`=0); -- 219244 (Andee Seabraid) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226752 AND `DifficultyID`=0); -- 226752 (Brassbolt Mechawrench) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2762, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=225766 AND `DifficultyID`=0); -- 225766 (Stalwart Aeroknight) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2829, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=222160 AND `DifficultyID`=0); -- 222160 (Wildhammer Skyfighter) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=217207 AND `DifficultyID`=0); -- 217207 (Unbound Worker) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=866, `VerifiedBuild`=56461 WHERE (`Entry`=219244 AND `DifficultyID`=0); -- 219244 (Andee Seabraid) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226752 AND `DifficultyID`=0); -- 226752 (Brassbolt Mechawrench) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2762, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=225766 AND `DifficultyID`=0); -- 225766 (Stalwart Aeroknight) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2829, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=222160 AND `DifficultyID`=0); -- 222160 (Wildhammer Skyfighter) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=217207 AND `DifficultyID`=0); -- 217207 (Unbound Worker) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=877, `VerifiedBuild`=56461 WHERE (`Entry`=220307 AND `DifficultyID`=0); -- 220307 (Holiday Enthusiast) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=226919 AND `DifficultyID`=0); -- 226919 (Archivist Frithrun) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=864, `VerifiedBuild`=56461 WHERE (`Entry`=221848 AND `DifficultyID`=0); -- 221848 (Warpweaver Voxin) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `VerifiedBuild`=56461 WHERE (`Entry`=226751 AND `DifficultyID`=0); -- 226751 (Reginald Arcfire) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2829, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=225496 AND `DifficultyID`=0); -- 225496 (Warsong Grunt) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=219099 AND `DifficultyID`=0); -- 219099 (Thermalseer Arhdas) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219098 AND `DifficultyID`=0); -- 219098 (Supply Foreman Drezmol) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=223533 AND `DifficultyID`=0); -- 223533 (Custodian Khubon) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=864, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=221077 AND `DifficultyID`=0); -- 221077 (Assistant Ula Threadstrong) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2799, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=223875 AND `DifficultyID`=0); -- 223875 (Faerin Lothar) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2829, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=222303 AND `DifficultyID`=0); -- 222303 (Gnome Technician) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2462, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226511 AND `DifficultyID`=0); -- 226511 (High Speaker Brinthe) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=181, `StaticFlags1`=536871168, `VerifiedBuild`=56461 WHERE (`Entry`=220968 AND `DifficultyID`=0); -- 220968 (Mannequin) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=866, `VerifiedBuild`=56461 WHERE (`Entry`=219243 AND `DifficultyID`=0); -- 219243 (Teha) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2832, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=217704 AND `DifficultyID`=0); -- 217704 (Gundargaz Foreman) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `StaticFlags3`=262144, `VerifiedBuild`=56461 WHERE (`Entry`=212369 AND `DifficultyID`=0); -- 212369 (Breem) - CanSwim - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2799, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=227422 AND `DifficultyID`=0); -- 227422 (Arathi Stalwart) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219126 AND `DifficultyID`=0); -- 219126 (Oathsworn Citizen) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=864, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=221074 AND `DifficultyID`=0); -- 221074 (Assistant Darragh Irongut) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=215658 AND `DifficultyID`=0); -- 215658 (Swift Cloudrook) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=864, `VerifiedBuild`=56461 WHERE (`Entry`=221044 AND `DifficultyID`=0); -- 221044 (Stablehand) -
-- Creature equip
DELETE FROM `creature_equip_template` WHERE (`CreatureID`=221044 AND `ID`=1);
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `AppearanceModID1`, `ItemVisual1`, `ItemID2`, `AppearanceModID2`, `ItemVisual2`, `ItemID3`, `AppearanceModID3`, `ItemVisual3`, `VerifiedBuild`) VALUES
(221044, 1, 3367, 0, 0, 0, 0, 0, 0, 0, 0, 56461); -- Stablehand
-- Gossip
DELETE FROM `creature_template_gossip` WHERE (`CreatureID`=221848 AND `MenuID`=21043) OR (`CreatureID`=221074 AND `MenuID`=34471) OR (`CreatureID`=219243 AND `MenuID`=34391) OR (`CreatureID`=219244 AND `MenuID`=34385) OR (`CreatureID`=221077 AND `MenuID`=34472) OR (`CreatureID`=221002 AND `MenuID`=34381);
INSERT INTO `creature_template_gossip` (`CreatureID`, `MenuID`, `VerifiedBuild`) VALUES
(221848, 21043, 56461), -- Warpweaver Voxin
(221074, 34471, 56461), -- Assistant Darragh Irongut
(219243, 34391, 56461), -- Teha
(219244, 34385, 56461), -- Andee Seabraid
(221077, 34472, 56461), -- Assistant Ula Threadstrong
(221002, 34381, 56461); -- Khole
DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+4;
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, 260946, 0, 0, 0, 0, 0, 0, 0, 56461), -- 219244 (Andee Seabraid)
(@NPCTEXTID+1, 1, 0, 0, 0, 0, 0, 0, 0, 260974, 0, 0, 0, 0, 0, 0, 0, 56461), -- 219243 (Teha)
(@NPCTEXTID+2, 1, 0, 0, 0, 0, 0, 0, 0, 261308, 0, 0, 0, 0, 0, 0, 0, 56461), -- 221074 (Assistant Darragh Irongut)
(@NPCTEXTID+3, 1, 0, 0, 0, 0, 0, 0, 0, 261309, 0, 0, 0, 0, 0, 0, 0, 56461), -- 221077 (Assistant Ula Threadstrong)
(@NPCTEXTID+4, 1, 0, 0, 0, 0, 0, 0, 0, 260903, 0, 0, 0, 0, 0, 0, 0, 56461); -- 221002 (Khole)
DELETE FROM `gossip_menu` WHERE (`MenuID`=34385 AND `TextID`=@NPCTEXTID+0) OR (`MenuID`=34391 AND `TextID`=@NPCTEXTID+1) OR (`MenuID`=34471 AND `TextID`=@NPCTEXTID+2) OR (`MenuID`=34472 AND `TextID`=@NPCTEXTID+3) OR (`MenuID`=34381 AND `TextID`=@NPCTEXTID+4);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(34385, @NPCTEXTID+0, 56461), -- 219244 (Andee Seabraid)
(34391, @NPCTEXTID+1, 56461), -- 219243 (Teha)
(34471, @NPCTEXTID+2, 56461), -- 221074 (Assistant Darragh Irongut)
(34472, @NPCTEXTID+3, 56461), -- 221077 (Assistant Ula Threadstrong)
(34381, @NPCTEXTID+4, 56461); -- 221002 (Khole)
UPDATE `gossip_menu` SET `VerifiedBuild`=56461 WHERE (`MenuID`=21043 AND `TextID`=31799);
DELETE FROM `gossip_menu_addon` WHERE `MenuID`=21043;
INSERT INTO `gossip_menu_addon` (`MenuID`, `FriendshipFactionID`, `LfgDungeonsID`, `VerifiedBuild`) VALUES
(21043, 0, 1515, 56461); -- 221848 (Warpweaver Voxin)
DELETE FROM `gossip_menu_option` WHERE (`OptionID`=0 AND `MenuID` IN (34391,34385));
INSERT INTO `gossip_menu_option` (`MenuID`, `GossipOptionID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextID`, `Language`, `Flags`, `ActionMenuID`, `ActionPoiID`, `GossipNpcOptionID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `SpellID`, `OverrideIconID`, `VerifiedBuild`) VALUES
(34391, 121672, 0, 47, 'I\'d like to see what you have to offer this month.', 0, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461),
(34385, 121665, 0, 47, 'I\'d like to see what you have to offer this month.', 0, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461);
-- Vendor
DELETE FROM `npc_vendor` WHERE (`entry`=221848 AND `item`=210850 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=212626 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=213518 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=213441 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=213430 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=213437 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=213435 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=213434 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=213433 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=213432 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=213431 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=202308 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=202307 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=202306 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=202305 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=202304 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=202303 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=202301 AND `ExtendedCost`=7854 AND `type`=1) OR (`entry`=221848 AND `item`=202300 AND `ExtendedCost`=7854 AND `type`=1) OR (`entry`=221848 AND `item`=202298 AND `ExtendedCost`=7856 AND `type`=1) OR (`entry`=221848 AND `item`=202297 AND `ExtendedCost`=7854 AND `type`=1) OR (`entry`=221848 AND `item`=202296 AND `ExtendedCost`=7854 AND `type`=1) OR (`entry`=221848 AND `item`=202295 AND `ExtendedCost`=7854 AND `type`=1) OR (`entry`=221848 AND `item`=190888 AND `ExtendedCost`=7855 AND `type`=1) OR (`entry`=221848 AND `item`=190858 AND `ExtendedCost`=7855 AND `type`=1) OR (`entry`=221848 AND `item`=190830 AND `ExtendedCost`=7855 AND `type`=1) OR (`entry`=221848 AND `item`=190803 AND `ExtendedCost`=7855 AND `type`=1) OR (`entry`=221848 AND `item`=190697 AND `ExtendedCost`=7855 AND `type`=1) OR (`entry`=221848 AND `item`=190686 AND `ExtendedCost`=7854 AND `type`=1) OR (`entry`=221848 AND `item`=190673 AND `ExtendedCost`=7855 AND `type`=1) OR (`entry`=221848 AND `item`=190544 AND `ExtendedCost`=7855 AND `type`=1) OR (`entry`=221848 AND `item`=190429 AND `ExtendedCost`=7855 AND `type`=1) OR (`entry`=221848 AND `item`=190202 AND `ExtendedCost`=7855 AND `type`=1) OR (`entry`=221848 AND `item`=190167 AND `ExtendedCost`=7855 AND `type`=1) OR (`entry`=221848 AND `item`=190064 AND `ExtendedCost`=7855 AND `type`=1) OR (`entry`=221848 AND `item`=189870 AND `ExtendedCost`=7855 AND `type`=1) OR (`entry`=221848 AND `item`=188249 AND `ExtendedCost`=7234 AND `type`=1) OR (`entry`=221848 AND `item`=188248 AND `ExtendedCost`=7234 AND `type`=1) OR (`entry`=221848 AND `item`=188244 AND `ExtendedCost`=7235 AND `type`=1) OR (`entry`=221848 AND `item`=188243 AND `ExtendedCost`=7235 AND `type`=1) OR (`entry`=221848 AND `item`=188237 AND `ExtendedCost`=7236 AND `type`=1) OR (`entry`=221848 AND `item`=188236 AND `ExtendedCost`=7236 AND `type`=1) OR (`entry`=221848 AND `item`=151116 AND `ExtendedCost`=6211 AND `type`=1) OR (`entry`=221848 AND `item`=151120 AND `ExtendedCost`=6188 AND `type`=1) OR (`entry`=221848 AND `item`=151119 AND `ExtendedCost`=6188 AND `type`=1) OR (`entry`=221848 AND `item`=151118 AND `ExtendedCost`=6188 AND `type`=1) OR (`entry`=221848 AND `item`=151117 AND `ExtendedCost`=6188 AND `type`=1) OR (`entry`=221848 AND `item`=157577 AND `ExtendedCost`=6188 AND `type`=1) OR (`entry`=221848 AND `item`=157576 AND `ExtendedCost`=6188 AND `type`=1) OR (`entry`=221848 AND `item`=157574 AND `ExtendedCost`=6188 AND `type`=1) OR (`entry`=221848 AND `item`=157573 AND `ExtendedCost`=6188 AND `type`=1) OR (`entry`=221848 AND `item`=164378 AND `ExtendedCost`=6444 AND `type`=1) OR (`entry`=221848 AND `item`=168061 AND `ExtendedCost`=6188 AND `type`=1) OR (`entry`=221848 AND `item`=168060 AND `ExtendedCost`=6188 AND `type`=1) OR (`entry`=221848 AND `item`=168059 AND `ExtendedCost`=6188 AND `type`=1) OR (`entry`=221848 AND `item`=168058 AND `ExtendedCost`=6188 AND `type`=1);
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
(221848, 56, 210850, 0, 7856, 1, 0, 0, 56461), -- Trader's Sepia Sarong
(221848, 55, 212626, 0, 7856, 1, 0, 0, 56461), -- Dueler's Sepia Shoulder Cape
(221848, 54, 213518, 0, 7856, 1, 0, 0, 56461), -- Classic Sepia Tabard
(221848, 53, 213441, 0, 7856, 1, 0, 0, 56461), -- Earth Mother's Sepia Gloves
(221848, 52, 213430, 0, 7856, 1, 0, 0, 56461), -- Duelist's Midnight Doublet
(221848, 51, 213437, 0, 7856, 1, 0, 0, 56461), -- Duelist's Marble Doublet
(221848, 50, 213435, 0, 7856, 1, 0, 0, 56461), -- Duelist's Crimson Doublet
(221848, 49, 213434, 0, 7856, 1, 0, 0, 56461), -- Duelist's Royal Doublet
(221848, 48, 213433, 0, 7856, 1, 0, 0, 56461), -- Duelist's Ivy Doublet
(221848, 47, 213432, 0, 7856, 1, 0, 0, 56461), -- Duelist's Cedar Doublet
(221848, 46, 213431, 0, 7856, 1, 0, 0, 56461), -- Duelist's Navy Doublet
(221848, 45, 202308, 0, 7856, 1, 0, 0, 56461), -- Alley Skulker's Bandana
(221848, 44, 202307, 0, 7856, 1, 0, 0, 56461), -- Well-Worn Tricorne
(221848, 43, 202306, 0, 7856, 1, 0, 0, 56461), -- Dread Captain's Chapeau
(221848, 42, 202305, 0, 7856, 1, 0, 0, 56461), -- Stevedore's Skullcap
(221848, 41, 202304, 0, 7856, 1, 0, 0, 56461), -- Green Beanie
(221848, 40, 202303, 0, 7856, 1, 0, 0, 56461), -- Crimson Beanie
(221848, 39, 202301, 0, 7854, 1, 0, 0, 56461), -- Focalized Mana Accelerator
(221848, 38, 202300, 0, 7854, 1, 0, 0, 56461), -- Zealot's Prayer Staff
(221848, 37, 202298, 0, 7856, 1, 0, 0, 56461), -- Trader's Bicorne
(221848, 36, 202297, 0, 7854, 1, 0, 0, 56461), -- Jade Arcus
(221848, 35, 202296, 0, 7854, 1, 0, 0, 56461), -- Deathmantle Ripper
(221848, 34, 202295, 0, 7854, 1, 0, 0, 56461), -- Anointed Crusader's Claymore
(221848, 33, 190888, 0, 7855, 1, 0, 0, 56461), -- Embrace of the Great Dark Beyond
(221848, 32, 190858, 0, 7855, 1, 0, 0, 56461), -- Girdle of Chilled Embers
(221848, 31, 190830, 0, 7855, 1, 0, 0, 56461), -- Mad Thief's Boots
(221848, 30, 190803, 0, 7855, 1, 0, 0, 56461), -- Lost Acolyte's Boots
(221848, 29, 190697, 0, 7855, 1, 0, 0, 56461), -- Boots of a Broken World
(221848, 28, 190686, 0, 7854, 1, 0, 0, 56461), -- Anetheron's Edge
(221848, 27, 190673, 0, 7855, 1, 0, 0, 56461), -- Waistguard of the Infernal Eye
(221848, 26, 190544, 0, 7855, 1, 0, 0, 56461), -- Ultramafic Girdle
(221848, 25, 190429, 0, 7855, 1, 0, 0, 56461), -- Clasp of Ursine Rage
(221848, 24, 190202, 0, 7855, 1, 0, 0, 56461), -- Scoundrel's Missing Boots
(221848, 23, 190167, 0, 7855, 1, 0, 0, 56461), -- Vault Stalker's Greaves
(221848, 22, 190064, 0, 7855, 1, 0, 0, 56461), -- Ymirjar Berserker's Girdle
(221848, 21, 189870, 0, 7855, 1, 0, 0, 56461), -- Arcanofire Wrap
(221848, 20, 188249, 0, 7234, 1, 0, 0, 56461), -- Freezing Footguards
(221848, 19, 188248, 0, 7234, 1, 0, 0, 56461), -- Searing Stompers
(221848, 18, 188244, 0, 7235, 1, 0, 0, 56461), -- Virulent Gravetreaders
(221848, 17, 188243, 0, 7235, 1, 0, 0, 56461), -- Shadow-Stitched Stalkers
(221848, 16, 188237, 0, 7236, 1, 0, 0, 56461), -- Conjuror's Slippers
(221848, 15, 188236, 0, 7236, 1, 0, 0, 56461), -- Patroller's Footwear
(221848, 14, 151116, 0, 6211, 1, 50225, 0, 56461), -- Fashionable Undershirt
(221848, 13, 151120, 0, 6188, 1, 9206, 0, 56461), -- Ensemble: Righteous Battleplate
(221848, 12, 151119, 0, 6188, 1, 4617, 0, 56461), -- Ensemble: Der'izu Armor
(221848, 11, 151118, 0, 6188, 1, 17097, 0, 56461), -- Ensemble: Obsidian Prowler's Garb
(221848, 10, 151117, 0, 6188, 1, 0, 0, 56461), -- Ensemble: Mana-Etched Regalia
(221848, 9, 157577, 0, 6188, 1, 9206, 0, 56461), -- Ensemble: Goldspine Plate
(221848, 8, 157576, 0, 6188, 1, 4617, 0, 56461), -- Ensemble: Crimson Sentinel Garb
(221848, 7, 157574, 0, 6188, 1, 17097, 0, 56461), -- Ensemble: Tundraspite Armor
(221848, 6, 157573, 0, 6188, 1, 0, 0, 56461), -- Ensemble: Mindwrack Raiment
(221848, 5, 164378, 0, 6444, 1, 0, 0, 56461), -- Letter from an Admirer
(221848, 4, 168061, 0, 6188, 1, 9206, 0, 56461), -- Ensemble: Amaranthine Path Armor
(221848, 3, 168060, 0, 6188, 1, 4617, 0, 56461), -- Ensemble: Chainmail of the Timeless Hunt
(221848, 2, 168059, 0, 6188, 1, 17097, 0, 56461), -- Ensemble: Restless Dreambound Battlegear
(221848, 1, 168058, 0, 6188, 1, 0, 0, 56461); -- Ensemble: Tranquil Spiritbind Regalia
-- Path for Oathsworn Peacekeeper
SET @MOVERGUID := @CGUID+7;
SET @ENTRY := 219014;
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, 0, NULL, 'Oathsworn Peacekeeper - 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, 2533.2822, -2491.658, 200.22583, NULL, 5989),
(@PATH, 1, 2549.947, -2508.3923, 200.2258, NULL, 0),
(@PATH, 2, 2574.829, -2533.2188, 200.2258, NULL, 3391),
(@PATH, 3, 2549.947, -2508.3923, 200.2258, NULL, 0);
UPDATE `creature` SET `position_x`=2533.2822, `position_y`=-2491.658, `position_z`=200.22583, `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 Khole
SET @MOVERGUID := @CGUID+15;
SET @ENTRY := 221002;
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, 'Khole - 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, 2580.8142, -2519.2083, 200.22583, 0.6638, 14024),
(@PATH, 1, 2574.8645, -2524.9028, 200.22583, NULL, 38405),
(@PATH, 2, 2528.0496, -2478.8264, 200.22578, NULL, 0),
(@PATH, 3, 2524.9783, -2475.1216, 200.22578, 3.8833, 82413),
(@PATH, 4, 2536.7473, -2477.1094, 200.22578, 0.7408, 13186),
(@PATH, 5, 2532.2473, -2482.0503, 200.22578, 3.9133, 57581),
(@PATH, 6, 2543.2075, -2485.0034, 200.22578, 1.7567, 12065),
(@PATH, 7, 2540.8447, -2491.1008, 200.22583, 3.9093, 39886),
(@PATH, 8, 2561.3994, -2512.1702, 200.22583, 3.8761, 70547);
UPDATE `creature` SET `position_x`=2580.8142, `position_y`=-2519.2083, `position_z`=200.22583, `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);

View File

@@ -0,0 +1,427 @@
SET @CGUID := 10001835;
SET @OGUID := 10000313;
SET @ATID := 93;
SET @ATCP := 80;
SET @ATSPAWNID := 94;
SET @WORLDSAFELOC := 100066;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+92;
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, 210930, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2768.453125, -2100.595458984375, 249.5719146728515625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 422354 - Bot AI Follow Advert)
(@CGUID+1, 207197, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2790.546875, -2085.439208984375, 249.5719146728515625, 4.875698089599609375, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rookguard (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+2, 217118, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2843.87158203125, -1738.15625, 198.5966644287109375, 4.776163578033447265, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Skardyn Bomber (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+3, 207198, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2785.58154296875, -2087.0400390625, 249.5719146728515625, 4.924534320831298828, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Thunderer (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+4, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2855.28564453125, -2105.232666015625, 249.56976318359375, 2.147530555725097656, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+5, 221384, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2774.463623046875, -2086.507080078125, 249.5719146728515625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 443779 - Permanent Feign Death)
(@CGUID+6, 209538, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2799.475830078125, -2066.835205078125, 249.7407684326171875, 1.650404572486877441, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrook (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 447082 - Bot AI Follow Advert, 434402 - Void Bound)
(@CGUID+7, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2768.7890625, -2096.21533203125, 249.5719146728515625, 3.243904829025268554, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: )
(@CGUID+8, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2785.146728515625, -2176.248291015625, 266.919921875, 1.63180243968963623, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+9, 209538, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2803.329833984375, -2055.026123046875, 249.4253997802734375, 1.843489766120910644, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrook (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 447082 - Bot AI Follow Advert, 434402 - Void Bound)
(@CGUID+10, 217118, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2783.428955078125, -1766.7535400390625, 198.583709716796875, 4.986763954162597656, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Skardyn Bomber (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+11, 211152, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2795.14501953125, -2164.345458984375, 266.919921875, 1.922815561294555664, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 424283 - Passive)
(@CGUID+12, 207198, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2810.692626953125, -2080.97216796875, 249.5711822509765625, 3.084811925888061523, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Thunderer (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+13, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2807.26904296875, -2156.213623046875, 266.919921875, 4.718156337738037109, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+14, 228238, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2795.491455078125, -2123.4931640625, 258.65655517578125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 459757 - Advert)
(@CGUID+15, 221384, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2833.757080078125, -2118.057373046875, 249.569793701171875, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 443779 - Permanent Feign Death)
(@CGUID+16, 211137, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2797.7275390625, -2160.326416015625, 266.919921875, 1.544129014015197753, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 424283 - Passive)
(@CGUID+17, 207197, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2855.32470703125, -2102.65966796875, 249.56976318359375, 4.805169582366943359, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rookguard (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+18, 209538, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2796.5625, -2054.87158203125, 249.4253997802734375, 1.848643183708190917, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrook (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 447082 - Bot AI Follow Advert, 434402 - Void Bound)
(@CGUID+19, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2833.173583984375, -2111.1181640625, 249.56982421875, 1.693514227867126464, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+20, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2790.127685546875, -2171.8837890625, 266.919921875, 1.63180243968963623, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+21, 207197, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2832.8359375, -2108.442626953125, 249.56982421875, 4.76571512222290039, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rookguard (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+22, 211150, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2805.8994140625, -2166.046875, 266.919921875, 0.941480696201324462, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 424283 - Passive)
(@CGUID+23, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2803.913330078125, -2152.9462890625, 266.919921875, 4.798534870147705078, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+24, 207198, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2762.8828125, -2096.694580078125, 249.571929931640625, 0.274075478315353393, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Thunderer (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+25, 207197, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2814.64404296875, -2084.354248046875, 249.5708465576171875, 4.92860269546508789, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rookguard (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+26, 217118, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2800.694580078125, -1727.3541259765625, 204.025146484375, 4.908718109130859375, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Skardyn Bomber (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+27, 222896, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2800.295166015625, -2093.47216796875, 249.5708465576171875, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+28, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2841.1875, -2118.651123046875, 249.569732666015625, 1.693514227867126464, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+29, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2810.358642578125, -2171.33154296875, 266.919921875, 1.58337712287902832, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+30, 209538, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2792.819580078125, -2066.46533203125, 249.7407684326171875, 1.576322317123413085, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrook (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 447082 - Bot AI Follow Advert, 434402 - Void Bound)
(@CGUID+31, 211149, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2802.44970703125, -2163.29345703125, 266.919921875, 1.55671083927154541, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 424283 - Passive)
(@CGUID+32, 211151, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2791.3046875, -2162.5244140625, 266.919921875, 1.78464972972869873, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 424283 - Passive)
(@CGUID+33, 207197, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2841.151123046875, -2115.5400390625, 249.5694427490234375, 4.7616119384765625, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rookguard (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+34, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2810.0322265625, -2176.098876953125, 266.919921875, 1.58337712287902832, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+35, 217118, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2811.460205078125, -1757.7603759765625, 198.5837249755859375, 4.975326061248779296, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Skardyn Bomber (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+36, 221384, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2839.8212890625, -2102.685791015625, 249.569793701171875, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 443779 - Permanent Feign Death)
(@CGUID+37, 207198, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2789.225830078125, -2080.098876953125, 249.5719146728515625, 0.335040569305419921, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Thunderer (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+38, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2814.983642578125, -2171.369873046875, 266.919921875, 1.58337712287902832, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+39, 221384, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2805.65283203125, -2093.916748046875, 249.5708770751953125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 443779 - Permanent Feign Death)
(@CGUID+40, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2808.704833984375, -2152.28125, 266.919921875, 4.723114013671875, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+41, 211111, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2799.884521484375, -2167.05908203125, 266.919921875, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+42, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2790.259521484375, -2176.376708984375, 266.919921875, 1.63180243968963623, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+43, 210930, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2802.315185546875, -2070.619873046875, 249.5719146728515625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 422354 - Bot AI Follow Advert)
(@CGUID+44, 207198, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2813.177001953125, -2078.201416015625, 249.5711822509765625, 1.312993764877319335, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Thunderer (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+45, 217118, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2761.876708984375, -1741.388916015625, 198.58355712890625, 5.014073848724365234, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Skardyn Bomber (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+46, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2815.118896484375, -2176.140625, 266.919921875, 1.58337712287902832, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+47, 209538, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2806.455810546875, -2066.77783203125, 249.7407684326171875, 1.60890352725982666, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrook (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 447082 - Bot AI Follow Advert, 434402 - Void Bound)
(@CGUID+48, 207197, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2848.1806640625, -2110.185791015625, 249.56976318359375, 4.720962047576904296, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rookguard (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+49, 209801, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2787.6201171875, -2093.300048828125, 249.4886016845703125, 0.841249048709869384, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Quartermaster Koratite (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 422358 - Bot AI Follow Advert)
(@CGUID+50, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2784.990478515625, -2171.921875, 266.919921875, 1.63180243968963623, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+51, 212786, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2751.637939453125, -2077.210205078125, 253.9727630615234375, 5.3907623291015625, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Voidrider (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: )
(@CGUID+52, 210930, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2823.78125, -2122.032958984375, 249.5738067626953125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 422354 - Bot AI Follow Advert)
(@CGUID+53, 215967, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2793.7578125, -2154.578125, 266.919921875, 4.727211475372314453, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Vokmar (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+54, 221296, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 1, 2848.150146484375, -2113.58154296875, 249.56976318359375, 1.736614823341369628, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrider Cadet (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@CGUID+55, 218839, 2648, 14771, 15042, '1,2,8,23', 0, 0, 0, 0, 2800.052001953125, -2075.098876953125, 252.5548248291015625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Dark Fragment (Area: Keepers Terrace - Difficulty: 0) CreateObject1 (Auras: 462125 - Spawn)
(@CGUID+56, 212786, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2766.080810546875, -1650.1910400390625, 331.670440673828125, 6.235808849334716796, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Voidrider (Area: The Rookery Landing - Difficulty: Normal) CreateObject1 (Auras: )
(@CGUID+57, 229690, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2820.064208984375, -1714.8646240234375, 331.58880615234375, 2.711475133895874023, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Stormrook Beacon (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+58, 207197, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2762.65283203125, -1643.0382080078125, 331.667999267578125, 0.305273890495300292, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rookguard (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+59, 207198, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2754.315185546875, -1650.5504150390625, 331.6566162109375, 6.235808849334716796, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Thunderer (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+60, 210930, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2787.303955078125, -1654.8038330078125, 331.675811767578125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: The Rookery Landing - Difficulty: Normal) CreateObject1 (Auras: 422354 - Bot AI Follow Advert)
(@CGUID+61, 207199, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2844.27783203125, -1655.4617919921875, 331.657470703125, 0.184982642531394958, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rooktender (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+62, 212786, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2830.09033203125, -1574, 331.674560546875, 4.020925045013427734, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Voidrider (Area: The Rookery Landing - Difficulty: Normal) CreateObject1 (Auras: )
(@CGUID+63, 207186, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2792.029541015625, -1642.392333984375, 330.3995361328125, 2.988294601440429687, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Unruly Stormrook (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+64, 207199, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2787.1416015625, -1639.154541015625, 330.178955078125, 5.422444820404052734, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rooktender (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+65, 207198, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2792.609375, -1646.626708984375, 330.397308349609375, 1.4249345064163208, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Thunderer (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+66, 207186, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2861.369873046875, -1653.3819580078125, 337.66156005859375, 4.1450653076171875, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Unruly Stormrook (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+67, 207197, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2841.14501953125, -1649.0382080078125, 331.662506103515625, 0.184982642531394958, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rookguard (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+68, 211149, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2775.710205078125, -1619.579833984375, 330.91534423828125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: The Rookery Landing - Difficulty: Normal) CreateObject1 (Auras: 424283 - Passive)
(@CGUID+69, 211151, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2778.154541015625, -1626.99658203125, 330.911163330078125, 0.780132532119750976, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: The Rookery Landing - Difficulty: Normal) CreateObject1 (Auras: 424283 - Passive)
(@CGUID+70, 207197, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2758.197998046875, -1617.0035400390625, 331.681732177734375, 2.59535384178161621, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rookguard (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+71, 210930, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2758.4072265625, -1633.4930419921875, 331.640167236328125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: The Rookery Landing - Difficulty: Normal) CreateObject1 (Auras: 422354 - Bot AI Follow Advert)
(@CGUID+72, 211152, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2775.673583984375, -1613.41845703125, 330.915435791015625, 6.246951580047607421, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: The Rookery Landing - Difficulty: Normal) CreateObject1 (Auras: 424283 - Passive)
(@CGUID+73, 210930, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2757.979248046875, -1598.3646240234375, 331.688812255859375, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: The Rookery Landing - Difficulty: Normal) CreateObject1 (Auras: 422354 - Bot AI Follow Advert)
(@CGUID+74, 207199, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2844.58935546875, -1613.642333984375, 331.7958984375, 6.259288311004638671, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rooktender (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+75, 207197, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2838.690185546875, -1611.986083984375, 331.856048583984375, 6.259288311004638671, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rookguard (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+76, 211137, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2775.6962890625, -1608.4478759765625, 330.915313720703125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: The Rookery Landing - Difficulty: Normal) CreateObject1 (Auras: 424283 - Passive)
(@CGUID+77, 211150, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2777.794189453125, -1601.125, 330.91363525390625, 5.253554821014404296, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: The Rookery Landing - Difficulty: Normal) CreateObject1 (Auras: 424283 - Passive)
(@CGUID+78, 207186, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2737.052001953125, -1613.8177490234375, 339.22027587890625, 5.879273414611816406, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Unruly Stormrook (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+79, 207199, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2754.161376953125, -1613.43408203125, 331.807098388671875, 2.59535384178161621, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rooktender (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+80, 207186, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2862.537353515625, -1613.5555419921875, 339.879425048828125, 4.611938953399658203, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Unruly Stormrook (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+81, 222922, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2799.338623046875, -1616.4478759765625, 329.03759765625, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+82, 221556, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2770.7900390625, -1614.076416015625, 330.403106689453125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Lightning Torrent Stalker - South Walk West (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+83, 221553, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2828.811767578125, -1614.076416015625, 330.403106689453125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Lightning Torrent Stalker - North Walk East (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+84, 221555, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2770.7900390625, -1614.076416015625, 330.403106689453125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Lightning Torrent Stalker - South Walk East (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+85, 221554, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2828.811767578125, -1614.076416015625, 330.403106689453125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Lightning Torrent Stalker - North Walk West (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+86, 207186, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2738.197998046875, -1573.767333984375, 337.590362548828125, 4.849386215209960937, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Unruly Stormrook (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+87, 207199, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2762.838623046875, -1582.2222900390625, 331.68603515625, 3.042886257171630859, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rooktender (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+88, 207197, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2766.052978515625, -1585.91845703125, 331.5498046875, 2.266695737838745117, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rookguard (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+89, 207197, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2831.890625, -1582.71533203125, 331.6748046875, 4.034930229187011718, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Rookguard (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@CGUID+90, 207198, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 1, 2838.693603515625, -1575.279541015625, 331.664794921875, 4.020925045013427734, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Cursed Thunderer (Area: 0 - Difficulty: Normal) CreateObject1
(@CGUID+91, 228238, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2773.134521484375, -1613.9166259765625, 330.403594970703125, 0, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421), -- Path Helper (Area: 0 - Difficulty: Normal) CreateObject2 (Auras: 459757 - Advert)
(@CGUID+92, 209230, 2648, 14938, 15328, '1,2,8,23', 0, 0, 0, 0, 2799.384521484375, -1579.7725830078125, 330.017547607421875, 4.772686958312988281, 7200, 0, 0, 0, NULL, NULL, NULL, NULL, 56421); -- Kyrioss (Area: 0 - Difficulty: Normal) CreateObject2 (Auras: 422356 - Bot AI Follow Advert)
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+92;
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, 333, 0, 0, 0, 0, ''), -- Cursed Rookguard
(@CGUID+6, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 4, '447082 434402'), -- Stormrook - 447082 - Bot AI Follow Advert, 434402 - Void Bound
(@CGUID+7, 0, 0, 8, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- Stormrider Cadet
(@CGUID+8, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Stormrider Cadet
(@CGUID+9, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 4, '447082 434402'), -- Stormrook - 447082 - Bot AI Follow Advert, 434402 - Void Bound
(@CGUID+18, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 4, '447082 434402'), -- Stormrook - 447082 - Bot AI Follow Advert, 434402 - Void Bound
(@CGUID+20, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Stormrider Cadet
(@CGUID+25, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 0, ''), -- Cursed Rookguard
(@CGUID+29, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Stormrider Cadet
(@CGUID+30, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 4, '447082 434402'), -- Stormrook - 447082 - Bot AI Follow Advert, 434402 - Void Bound
(@CGUID+34, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Stormrider Cadet
(@CGUID+38, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Stormrider Cadet
(@CGUID+42, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Stormrider Cadet
(@CGUID+46, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Stormrider Cadet
(@CGUID+47, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 4, '447082 434402'), -- Stormrook - 447082 - Bot AI Follow Advert, 434402 - Void Bound
(@CGUID+50, 0, 0, 0, 0, 0, 1, 0, 333, 0, 0, 0, 4, ''), -- Stormrider Cadet
(@CGUID+51, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 3, ''), -- Voidrider -
(@CGUID+66, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Unruly Stormrook
(@CGUID+78, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Unruly Stormrook
(@CGUID+80, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Unruly Stormrook
(@CGUID+86, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- Unruly Stormrook
UPDATE `creature` SET `StringId`='cursed_thunderer_dark_fragment' WHERE `guid` IN (@CGUID+37, @CGUID+12);
UPDATE `creature` SET `StringId`='cursed_thunderer_stormrider_cadet' WHERE `guid` = @CGUID+24;
UPDATE `creature` SET `curHealthPct`=20 WHERE `guid` IN (@CGUID+7, @CGUID+19, @CGUID+28, @CGUID+54, @CGUID+4);
-- Gameobject
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+94;
INSERT INTO `gameobject` (`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, 465916, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2778.9296875, -2400.220458984375, 231.01513671875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+1, 452663, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2965.107421875, -2277.404296875, 252.4530487060546875, 0.32288438081741333, 0, 0, 0.160741806030273437, 0.98699653148651123, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+2, 437583, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2581.483154296875, -2134.02392578125, 182.4420013427734375, 0.829353392124176025, 0, 0, 0.402894020080566406, 0.915246665477752685, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+3, 452662, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2967.564453125, -2278.76171875, 252.4530487060546875, 2.015855789184570312, 0, 0, 0.845727920532226562, 0.533614337444305419, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+4, 465920, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2824.424560546875, -2208.76220703125, 266.835296630859375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+5, 446228, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2675.9677734375, -2396.797119140625, 205.954132080078125, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+6, 437582, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2584.690185546875, -2130.816650390625, 182.452850341796875, 3.867594718933105468, 0, 0, -0.93483543395996093, 0.355081290006637573, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+7, 465923, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2718.225830078125, -2425.522705078125, 231.0150299072265625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+8, 450180, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2260.7744140625, -2670.944580078125, 265.40557861328125, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 7200, 255, 1, 56421), -- 450180 (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+9, 466061, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2761.807373046875, -2445.46875, 231.015625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+10, 466060, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2778.75, -2414.65966796875, 231.015625, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+11, 398729, 2648, 14771, 15042, '1,2,8,23', 0, 0, 1685.556396484375, -1459.82177734375, 5.405548572540283203, 0.751515924930572509, 0, 0, 0.366977691650390625, 0.930229723453521728, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+12, 432823, 2648, 14771, 15042, '1,2,8,23', 0, 0, 3227.093505859375, -2847.00244140625, 371.299407958984375, 5.492420196533203125, 0, 0, -0.38516139984130859, 0.922849237918853759, 7200, 255, 1, 56421), -- Door (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+13, 440938, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2593.3876953125, -2556.132080078125, 181.9781036376953125, 1.588251471519470214, 0, 0, 0.713251113891601562, 0.700908601284027099, 7200, 255, 1, 56421), -- Gate (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+14, 466062, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2760.064208984375, -2382.34716796875, 231.0146484375, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+15, 450650, 2648, 14771, 15042, '1,2,8,23', 0, 0, 1894.6302490234375, -2687.361083984375, 138.7619476318359375, 5.988606452941894531, 0.140343189239501953, -0.25971031188964843, -0.09673690795898437, 0.950524210929870605, 7200, 255, 1, 56421), -- Dormant Rock Giant (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+16, 452669, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2967.662109375, -2259.3359375, 252.4336700439453125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+17, 430493, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2800.541259765625, -1722.738037109375, 203.8399505615234375, 1.575784087181091308, 0, 0, 0.708868026733398437, 0.705341160297393798, 7200, 255, 1, 56421), -- Earthen Door (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+18, 466057, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2833.749267578125, -2351.54345703125, 258.19183349609375, 2.356189966201782226, 0, 0, 0.923878669738769531, 0.38268551230430603, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+19, 452668, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2973.1298828125, -2279.076171875, 252.4653472900390625, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+20, 452670, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2587.15234375, -2282.125, 164.4348297119140625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+21, 465928, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2818.298583984375, -2252.30908203125, 266.83746337890625, 2.356189966201782226, 0, 0, 0.923878669738769531, 0.38268551230430603, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+22, 452665, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2970.626953125, -2257.48046875, 252.5463104248046875, 4.773476600646972656, 0, 0, -0.68518257141113281, 0.728371381759643554, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+23, 452664, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2973.181640625, -2259.3984375, 252.39544677734375, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+24, 452667, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2975.6904296875, -2276.6171875, 252.4704132080078125, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+25, 450828, 2648, 14771, 15042, '1,2,8,23', 0, 0, 1790.7586669921875, -1323.0416259765625, -2.18679475784301757, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 7200, 255, 1, 56421), -- -Unknown- (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+26, 452666, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2970.607421875, -2261.1328125, 252.5745086669921875, 1.544615507125854492, 0, 0, 0.697790145874023437, 0.716302275657653808, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+27, 466097, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2840.264892578125, -2345.31591796875, 258.19183349609375, 2.356189966201782226, 0, 0, 0.923878669738769531, 0.38268551230430603, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+28, 466853, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2926.971435546875, -2323.74365234375, 349.087432861328125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 7200, 255, 1, 56421), -- Fire (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+29, 466032, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2748.09375, -2445.442626953125, 231.015625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+30, 465971, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2759.802001953125, -2341.991455078125, 266.9361572265625, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+31, 450638, 2648, 14771, 15042, '1,2,8,23', 0, 0, 1709.1788330078125, -1462.78125, -0.7358059287071228, 5.977754592895507812, 0, 0, -0.15212249755859375, 0.988361656665802001, 7200, 255, 1, 56421), -- -Unknown- (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+32, 466852, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2863.93701171875, -2386.778076171875, 348.995269775390625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 7200, 255, 1, 56421), -- Fire (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+33, 446215, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2724.09716796875, -2441.42626953125, 208.86956787109375, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+34, 450699, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2260.7744140625, -2670.944580078125, 265.40557861328125, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 7200, 255, 1, 56421), -- 450699 (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+35, 465983, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2776.99560546875, -2209.32470703125, 266.83551025390625, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+36, 465982, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2827.255126953125, -2243.132080078125, 266.83746337890625, 2.356189966201782226, 0, 0, 0.923878669738769531, 0.38268551230430603, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+37, 466851, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2992.27978515625, -2387.436279296875, 348.596710205078125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 7200, 255, 1, 56421), -- Fire (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+38, 465976, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2759.451416015625, -2290.083251953125, 266.95574951171875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+39, 437601, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2538.237548828125, -2123.151123046875, 182.40570068359375, 1.424145460128784179, 0, 0, 0.65340423583984375, 0.75700920820236206, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+40, 446223, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2720.120361328125, -2445.610595703125, 208.84490966796875, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+41, 437600, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2539.70703125, -2118.91748046875, 182.4210662841796875, 4.3317108154296875, 0, 0, -0.82811546325683593, 0.560557544231414794, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+42, 446222, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2671.779296875, -2401.174072265625, 205.9116668701171875, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+43, 437603, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2563.38134765625, -2148.50048828125, 182.4405059814453125, 0.933147966861724853, 0, 0, 0.4498291015625, 0.893114686012268066, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+44, 466021, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2778.671142578125, -2428.3125, 231.013885498046875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+45, 437602, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2566.3486328125, -2145.28662109375, 182.3824462890625, 3.899442911148071289, 0, 0, -0.9290628433227539, 0.369921952486038208, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+46, 465952, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2833.260498046875, -2229.345458984375, 266.837249755859375, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+47, 450535, 2648, 14771, 15042, '1,2,8,23', 0, 0, 1711.44970703125, -1375.4254150390625, 0.299031585454940795, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 7200, 255, 1, 56421), -- -Unknown- (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+48, 466082, 2648, 14771, 15042, '1,2,8,23', 0, 0, 3581.064208984375, -2438.5, 957.498046875, 3.593750715255737304, -0.2376718521118164, -0.18511867523193359, -0.92043018341064453, 0.249101221561431884, 7200, 255, 1, 56421), -- Dormant Rock Giant (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+49, 465886, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2788.0712890625, -2430.302001953125, 239.2948455810546875, 0, 0, 0, 0, 1, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+50, 465881, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2833.447998046875, -2217.182373046875, 266.8370361328125, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+51, 398729, 2648, 14771, 15042, '1,2,8,23', 0, 0, 1689.810546875, -1365.49951171875, 6.440386295318603515, 0.446083664894104003, 0, 0, 0.221197128295898437, 0.975229144096374511, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+52, 466018, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2759.8046875, -2331.96875, 266.9361572265625, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+53, 465965, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2729.6015625, -2437.578125, 231.0150299072265625, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+54, 437589, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2571.8828125, -2118.716064453125, 182.511260986328125, 2.384893417358398437, 0, 0, 0.9292755126953125, 0.369387358427047729, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+55, 440938, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2464.394775390625, -2209.784912109375, 163.361175537109375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 7200, 255, 1, 56421), -- Gate (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+56, 437588, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2567.01611328125, -2113.849365234375, 182.511260986328125, 5.703861236572265625, 0, 0, -0.28562831878662109, 0.958340466022491455, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+57, 466088, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2759.447998046875, -2300.10595703125, 266.95574951171875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+58, 437591, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2574.644287109375, -2103.356201171875, 183.14990234375, 3.036147356033325195, 0, 0, 0.998610496520996093, 0.052698194980621337, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+59, 437590, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2571.361328125, -2100.596435546875, 183.152008056640625, 4.907143115997314453, 0, 0, -0.635009765625, 0.772504091262817382, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+60, 437585, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2576.6455078125, -2138.861328125, 182.4554595947265625, 0.789511024951934814, 0, 0, 0.38458251953125, 0.923090636730194091, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+61, 437584, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2579.69970703125, -2135.80712890625, 182.460968017578125, 3.938778877258300781, 0, 0, -0.92160797119140625, 0.388122081756591796, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+62, 437587, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2570.110107421875, -2113.664306640625, 182.511260986328125, 3.938778877258300781, 0, 0, -0.92160797119140625, 0.388122081756591796, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+63, 437586, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2572.115234375, -2115.52880859375, 182.511260986328125, 3.938778877258300781, 0, 0, -0.92160797119140625, 0.388122081756591796, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+64, 437596, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2581.599609375, -2130.701416015625, 182.522064208984375, 5.486405849456787109, 0, 0, -0.38793468475341796, 0.921686887741088867, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+65, 429308, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2625.126708984375, -1555.9296875, 162.71282958984375, 4.712392330169677734, 0, 0, -0.70710563659667968, 0.707107901573181152, 7200, 255, 1, 56421), -- Earthen Door (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+66, 437599, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2576.676513671875, -2135.85888671875, 182.4426116943359375, 5.486405849456787109, 0, 0, -0.38793468475341796, 0.921686887741088867, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+67, 465939, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2775.646728515625, -2291.6962890625, 266.836578369140625, 1.562069892883300781, 0, 0, 0.704014778137207031, 0.71018528938293457, 7200, 255, 1, 56421), -- Meeting Stone (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+68, 437593, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2585.7880859375, -2114.60546875, 183.172882080078125, 2.423875808715820312, 0, 0, 0.936298370361328125, 0.35120558738708496, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+69, 429305, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2745.821044921875, -1624.751708984375, 147.4341583251953125, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Earthen Door (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+70, 437592, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2583.428466796875, -2111.706787109375, 183.158843994140625, 5.678173065185546875, 0, 0, -0.2979135513305664, 0.954592823982238769, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+71, 429304, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2838.474365234375, -1663.0074462890625, 174.160369873046875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Earthen Door (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+72, 467461, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2893.125732421875, -2386.2216796875, 266.332916259765625, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+73, 465949, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2788.028564453125, -2415.1650390625, 239.3368072509765625, 0, 0, 0, 0, 1, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+74, 437595, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2574.4609375, -2090.057861328125, 183.1757354736328125, 2.472295045852661132, 0, 0, 0.944525718688964843, 0.328437477350234985, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+75, 429307, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2674.8349609375, -1555.9993896484375, 162.6305084228515625, 4.712392330169677734, 0, 0, -0.70710563659667968, 0.707107901573181152, 7200, 255, 1, 56421), -- Earthen Door (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+76, 467460, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2896.569580078125, -2386.203857421875, 266.31744384765625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+77, 437594, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2571.792236328125, -2087.022216796875, 183.159515380859375, 5.606167793273925781, 0, 0, -0.33208084106445312, 0.943250954151153564, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+78, 429306, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2827.63232421875, -1602.6278076171875, 142.294158935546875, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Earthen Door (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+79, 467463, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2883.58447265625, -2395.762939453125, 266.332916259765625, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+80, 467462, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2884.08984375, -2400.25634765625, 266.447235107421875, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+81, 466015, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2727.6796875, -2323.751708984375, 266.648681640625, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Mailbox (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+82, 467457, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2929.533203125, -2422.629150390625, 266.332916259765625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+83, 450129, 2648, 14771, 15042, '1,2,8,23', 0, 0, 1866.0504150390625, -1305.8055419921875, -2.82093644142150878, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 7200, 255, 1, 56421), -- -Unknown- (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+84, 467456, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2929.498291015625, -2419.13232421875, 266.31744384765625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+85, 467459, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2915.8876953125, -2432.05419921875, 266.447235107421875, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+86, 467458, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2919.964111328125, -2431.871826171875, 266.33282470703125, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 7200, 255, 1, 56421), -- Chair (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+87, 465033, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2825.37890625, -1680.68994140625, 337.0501708984375, 4.712388992309570312, 0.499999523162841796, -0.5, -0.5, 0.500000476837158203, 7200, 255, 0, 56421), -- Wind Wall (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+88, 465907, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2755.7431640625, -2247.4619140625, 266.841644287109375, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+89, 465925, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2771.317626953125, -2393.875, 231.01513671875, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+90, 465989, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2733.1416015625, -2445.515625, 231.0150299072265625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 7200, 255, 1, 56421), -- Bench (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+91, 465034, 2648, 14771, 15042, '1,2,8,23', 0, 0, 2825.37890625, -1547.38232421875, 337.0501708984375, 4.712388992309570312, 0.499999523162841796, -0.5, -0.5, 0.500000476837158203, 7200, 255, 0, 56421), -- Wind Wall (Area: Keepers Terrace - Difficulty: 0) CreateObject1
(@OGUID+92, 446230, 2648, 14938, 15328, '1,2,8,23', 0, 0, 2656.2001953125, -2439.456787109375, 220.71710205078125, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 7200, 255, 1, 56421), -- Booth (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@OGUID+93, 446212, 2648, 14938, 15328, '1,2,8,23', 0, 0, 2669.941650390625, -2448.155517578125, 218.43145751953125, 5.523968696594238281, 0, 0, -0.37055683135986328, 0.928809821605682373, 7200, 255, 1, 56421), -- Chair (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
(@OGUID+94, 446208, 2648, 14938, 15328, '1,2,8,23', 0, 0, 2676.38232421875, -2453.995849609375, 218.452392578125, 2.871063947677612304, 0, 0, 0.990865707397460937, 0.134852290153503417, 7200, 255, 1, 56421); -- Chair (Area: The Rookery Landing - Difficulty: Normal) CreateObject1
-- Template Addon
DELETE FROM `creature_template_addon` WHERE `entry` IN (210930, 217118, 221296, 221384, 218839, 211152, 228238, 211137, 209538, 211151, 211149, 209801, 212786, 209230, 207186, 215967);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(210930, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '422354'), -- 210930 (Path Helper) - Bot AI Follow Advert
(217118, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 217118 (Skardyn Bomber)
(221296, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 221296 (Stormrider Cadet)
(221384, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, '443779'), -- 221384 (Stormrider Cadet) - Permanent Feign Death
(218839, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, '462125'), -- 218839 (Dark Fragment) - Spawn, Void Chain
(211152, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '424283'), -- 211152 (Path Helper) - Passive
(228238, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '459757'), -- 228238 (Path Helper) - Advert
(211137, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '424283'), -- 211137 (Path Helper) - Passive
(209538, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 209538 (Stormrook) - Bot AI Follow Advert, Void Bound
(211151, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '424283'), -- 211151 (Path Helper) - Passive
(211149, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '424283'), -- 211149 (Path Helper) - Passive
(209801, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '422358'), -- 209801 (Quartermaster Koratite) - Bot AI Follow Advert
(212786, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, ''), -- 212786 (Voidrider)
(209230, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 3, '422356'), -- 209230 (Kyrioss) - Bot AI Follow Advert
(207186, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 207186 (Unruly Stormrook)
(215967, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''); -- 215967 (Stormrider Vokmar)
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (429308 /*Earthen Door*/, 450699 /*450699*/, 465034 /*Wind Wall*/, 450180 /*450180*/, 429306 /*Earthen Door*/, 429307 /*Earthen Door*/, 429305 /*Earthen Door*/, 465033 /*Wind Wall*/, 430493 /*Earthen Door*/, 429304 /*Earthen Door*/, 450650 /*Dormant Rock Giant*/, 466082 /*Dormant Rock Giant*/);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(429308, 1375, 48, 0, 0), -- Earthen Door
(450699, 0, 32, 0, 0), -- 450699
(465034, 1375, 32, 0, 0), -- Wind Wall
(450180, 0, 32, 0, 0), -- 450180
(429306, 1375, 48, 0, 0), -- Earthen Door
(429307, 1375, 48, 0, 0), -- Earthen Door
(429305, 1375, 48, 0, 0), -- Earthen Door
(465033, 1375, 32, 0, 0), -- Wind Wall
(430493, 1375, 48, 0, 0), -- Earthen Door
(429304, 1375, 48, 0, 0), -- Earthen Door
(450650, 0, 1048608, 0, 0), -- Dormant Rock Giant
(466082, 0, 1048608, 0, 0); -- Dormant Rock Giant
-- Template
UPDATE `creature_template` SET `faction`=16, `speed_walk`=2.40000009536743164, `speed_run`=2.571428537368774414, `BaseAttackTime`=2000, `unit_flags`=64, `VehicleId`=8235 WHERE `entry`=209230; -- Kyrioss
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=67108864, `unit_flags3`=1090551809, `flags_extra` = 128 WHERE `entry` IN (222922, 222896); -- Path Helper
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=207197; -- Cursed Rookguard
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=217118; -- Skardyn Bomber
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=207198; -- Cursed Thunderer
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=8388608, `RegenHealth`=0 WHERE `entry`=221296; -- Stormrider Cadet
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048, `RegenHealth`=0 WHERE `entry`=221384; -- Stormrider Cadet
UPDATE `creature_template` SET `faction`=16, `npcflag`=16777216, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=16384, `unit_flags3`=1090519041 WHERE `entry`=218839; -- Dark Fragment
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=33554752, `unit_flags2`=67110912 WHERE `entry`=212714; -- Void rider
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=67108864, `unit_flags3`=1090551809, `flags_extra` = 128 WHERE `entry` = 228238; -- Path Helper
UPDATE `creature_template` SET `faction`=35, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=1, `VehicleId`=8316 WHERE `entry`=209538; -- Stormrook
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=209801; -- Quartermaster Koratite
UPDATE `creature_template` SET `faction`=16, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048, `VehicleId`=8277 WHERE `entry`=212786; -- Voidrider
UPDATE `creature_template` SET `faction`=35, `npcflag`=1, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048, `unit_flags3`=16777217 WHERE `entry`=229690; -- Stormrook Beacon
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=207199; -- Cursed Rooktender
UPDATE `creature_template` SET `faction`=14, `speed_walk`=2, `speed_run`=1.428571462631225585, `BaseAttackTime`=2000, `unit_flags`=33554432, `unit_flags2`=2048, `unit_flags3`=25165825, `flags_extra` = 128 WHERE `entry`=221554; -- Lightning Torrent Stalker - North Walk West
UPDATE `creature_template` SET `faction`=14, `speed_walk`=2, `speed_run`=1.428571462631225585, `BaseAttackTime`=2000, `unit_flags`=33554432, `unit_flags2`=2048, `unit_flags3`=25165825, `flags_extra` = 128 WHERE `entry`=221555; -- Lightning Torrent Stalker - South Walk East
UPDATE `creature_template` SET `faction`=14, `speed_walk`=2, `speed_run`=1.428571462631225585, `BaseAttackTime`=2000, `unit_flags`=33554432, `unit_flags2`=2048, `unit_flags3`=25165825, `flags_extra` = 128 WHERE `entry`=221553; -- Lightning Torrent Stalker - North Walk East
UPDATE `creature_template` SET `faction`=14, `speed_walk`=2, `speed_run`=1.428571462631225585, `BaseAttackTime`=2000, `unit_flags`=33554432, `unit_flags2`=2048, `unit_flags3`=25165825, `flags_extra` = 128 WHERE `entry`=221556; -- Lightning Torrent Stalker - South Walk West
UPDATE `creature_template` SET `faction`=16, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=207186; -- Unruly Stormrook
-- Difficulty
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2973, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=212786 AND `DifficultyID`=0); -- 212786 (Voidrider) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2973, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=207186 AND `DifficultyID`=0); -- 207186 (Unruly Stormrook) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2973, `StaticFlags1`=805306368, `VerifiedBuild`=56421 WHERE (`Entry`=209230 AND `DifficultyID`=0); -- 209230 (Kyrioss) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `VerifiedBuild`=56421 WHERE (`Entry`=221554 AND `DifficultyID`=0); -- 221554 (Lightning Torrent Stalker - North Walk West) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `VerifiedBuild`=56421 WHERE (`Entry`=221555 AND `DifficultyID`=0); -- 221555 (Lightning Torrent Stalker - South Walk East) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `VerifiedBuild`=56421 WHERE (`Entry`=221553 AND `DifficultyID`=0); -- 221553 (Lightning Torrent Stalker - North Walk East) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `VerifiedBuild`=56421 WHERE (`Entry`=221556 AND `DifficultyID`=0); -- 221556 (Lightning Torrent Stalker - South Walk West) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2702, `StaticFlags1`=805306624, `VerifiedBuild`=56421 WHERE (`Entry`=229416 AND `DifficultyID`=0); -- 229416 (Path Helper) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2702, `StaticFlags1`=805306624, `VerifiedBuild`=56421 WHERE (`Entry`=222922 AND `DifficultyID`=0); -- 222922 (Path Helper) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=207199 AND `DifficultyID`=0); -- 207199 (Cursed Rooktender) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `VerifiedBuild`=56421 WHERE (`Entry`=215967 AND `DifficultyID`=0); -- 215967 (Stormrider Vokmar) -
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2973, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=209801 AND `DifficultyID`=0); -- 209801 (Quartermaster Koratite) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2702, `StaticFlags1`=805306624, `VerifiedBuild`=56421 WHERE (`Entry`=211111 AND `DifficultyID`=0); -- 211111 (Path Helper) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2702, `StaticFlags1`=805306624, `VerifiedBuild`=56421 WHERE (`Entry`=211151 AND `DifficultyID`=0); -- 211151 (Path Helper) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2702, `StaticFlags1`=805306624, `VerifiedBuild`=56421 WHERE (`Entry`=211149 AND `DifficultyID`=0); -- 211149 (Path Helper) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2702, `StaticFlags1`=805306624, `VerifiedBuild`=56421 WHERE (`Entry`=222896 AND `DifficultyID`=0); -- 222896 (Path Helper) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2702, `StaticFlags1`=805306624, `VerifiedBuild`=56421 WHERE (`Entry`=211150 AND `DifficultyID`=0); -- 211150 (Path Helper) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `VerifiedBuild`=56421 WHERE (`Entry`=209538 AND `DifficultyID`=0); -- 209538 (Stormrook) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2702, `StaticFlags1`=805306624, `VerifiedBuild`=56421 WHERE (`Entry`=228238 AND `DifficultyID`=0); -- 228238 (Path Helper) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2551, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56421 WHERE (`Entry`=218839 AND `DifficultyID`=0); -- 218839 (Dark Fragment) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=221384 AND `DifficultyID`=0); -- 221384 (Stormrider Cadet) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=221296 AND `DifficultyID`=0); -- 221296 (Stormrider Cadet) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=207198 AND `DifficultyID`=0); -- 207198 (Cursed Thunderer) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `StaticFlags1`=805306624, `VerifiedBuild`=56421 WHERE (`Entry`=212714 AND `DifficultyID`=0); -- 212714 (Void rider) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `VerifiedBuild`=56421 WHERE (`Entry`=217118 AND `DifficultyID`=0); -- 217118 (Skardyn Bomber) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `StaticFlags1`=268435456, `VerifiedBuild`=56421 WHERE (`Entry`=207197 AND `DifficultyID`=0); -- 207197 (Cursed Rookguard) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2973, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56421 WHERE (`Entry`=229690 AND `DifficultyID`=0); -- 229690 (Stormrook Beacon) - CanSwim - CannotTurn
-- Static Flags override
DELETE FROM `creature_static_flags_override` WHERE `SpawnId` IN (@CGUID+51, @CGUID+63) AND `DifficultyId`=0;
INSERT INTO `creature_static_flags_override` (`SpawnId`, `DifficultyId`, `StaticFlags1`, `StaticFlags2`, `StaticFlags3`, `StaticFlags4`, `StaticFlags5`, `StaticFlags6`, `StaticFlags7`, `StaticFlags8`) VALUES
(@CGUID+51, 0, 805306368, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(@CGUID+63, 0, 805306368, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
-- Areatrigger
DELETE FROM `areatrigger_template` WHERE `Id` BETWEEN @ATID+0 AND @ATID+1;
INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `ActionSetId`, `ActionSetFlags`, `VerifiedBuild`) VALUES
(@ATID+0, 1, 1, 0, 0, 0),
(@ATID+1, 1, 1, 0, 0, 0);
DELETE FROM `areatrigger_template_actions` WHERE `AreaTriggerId` BETWEEN @ATID+0 AND @ATID+1;
INSERT INTO `areatrigger_template_actions` (`AreaTriggerId`, `IsCustom`, `ActionType`, `ActionParam`, `TargetType`) VALUES
(@ATID+0, 1, 2, @WORLDSAFELOC+0, 5),
(@ATID+1, 1, 2, @WORLDSAFELOC+1, 5);
DELETE FROM `areatrigger_create_properties` WHERE `Id` BETWEEN @ATCP+0 AND @ATCP+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, 6, 12, 20, 6, 12, 20, 0, 0, '', 0),
(@ATCP+1, 1, @ATID+1, 1, 0, 0, 0, 0, 0, -1, 0, 0, NULL, 0, 0, 1, 4, 12, 50, 4, 12, 50, 0, 0, '', 0);
DELETE FROM `areatrigger` WHERE `SpawnId` BETWEEN @ATSPAWNID+0 AND @ATSPAWNID+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, 2648, '1,2,23,8', 2800.09, -2189.74, 266.837, 4.720446, 0, 0, 0, '', '11.x Dungeon - The Rookery - Exit', 0),
(@ATSPAWNID+1, @ATCP+1, 1, 2552, '0', 2800.05, -2190.16, 266.836, 1.570882, 0, 0, 0, '', '11.x Dungeon - The Rookery - Entrance', 0);
DELETE FROM `world_safe_locs` WHERE `ID` BETWEEN @WORLDSAFELOC+0 AND @WORLDSAFELOC+1;
INSERT INTO `world_safe_locs` (`ID`, `MapID`, `LocX`, `LocY`, `LocZ`, `Facing`, `TransportSpawnId`, `Comment`) VALUES
(@WORLDSAFELOC+0, 2552, 2800.15, -2215.06, 267.331, 4.729947/(2 * PI() / 360), NULL, '11.x Dungeon - The Rookery - Exit'),
(@WORLDSAFELOC+1, 2648, 2799.96, -2174.89, 266.837, 1.586368/(2 * PI() / 360), NULL, '11.x Dungeon - The Rookery - Entrance');
-- Boss Areatrigger
DELETE FROM `areatrigger_template` WHERE (`IsCustom`=0 AND `Id` = 33509);
INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `VerifiedBuild`) VALUES
(33509, 0, 0, 56421);
DELETE FROM `areatrigger_create_properties` WHERE (`Id`=@ATCP+2 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
(@ATCP+2, 1, 33509, 0, 0, 0, 0, 0, 0, -1, 0, 0, 420610, 0, 0, 4, 45, 45, 160, 160, 160, 160, 0, 0, 56421);
DELETE FROM `areatrigger` WHERE `SpawnId`=@ATSPAWNID+2;
INSERT INTO `areatrigger` (`SpawnId`, `AreaTriggerCreatePropertiesId`, `IsCustom`, `MapId`, `SpawnDifficulties`, `PosX`, `PosY`, `PosZ`, `Orientation`, `PhaseUseFlags`, `PhaseId`, `PhaseGroup`, `ScriptName`, `Comment`, `VerifiedBuild`) VALUES
(@ATSPAWNID+2, @ATCP+2, 1, 2648, '1,2,23,8', 2798.88, -1612.43, 324.503, 0, 0, 0, 0, '', '', 56421);
-- Conditions
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (438232, 443690, 444512);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ConditionStringValue1`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(13, 1, 438232, 0, 0, 51, 0, 5, 209538, 0, '', 0, 0, 0, '', 'Spell \'Void Chain\' can only hit \'Stormrook\''),
(13, 1, 443690, 0, 0, 51, 0, 5, 218839, 0, '', 0, 0, 0, '', 'Spell \'Void Beam - Cosmetic [DNT]\' can only hit \'Dark Fragment\''),
(13, 1, 444512, 0, 0, 51, 0, 5, 221296, 0, '', 0, 0, 0, '', 'Spell \'Void Beam - Cosmetic [DNT]\' can only hit \'Stormrider Cadet\'');
-- Vehicle
DELETE FROM `vehicle_template_accessory` WHERE (`seat_id`=0 AND `entry` IN (209230,212786));
INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES
(209230, 218708, 0, 1, 'Kyrioss - Stormguard Gorren', 8, 0), -- Kyrioss - Stormguard Gorren
(212786, 212714, 0, 1, 'Voidrider - Void rider', 8, 0); -- Voidrider - Void rider
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (209230,212786) AND `spell_id`=46598;
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES
(209230, 46598, 0, 0),
(212786, 46598, 0, 0);
-- Cursed Thunderer smart ai
SET @ENTRY := 207198;
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, 63, 0, 100, 0, 0, 0, 0, 0, 0, 11, 443690, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On just created - Self: Cast spell 443690 on Self', ''),
(@ENTRY, 0, 1, 0, 63, 0, 100, 0, 0, 0, 0, 0, 0, 11, 444512, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On just created - Self: Cast spell 444512 on Self', '');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceEntry` = 207198 AND `SourceId` = 0;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ConditionStringValue1`, `NegativeCondition`, `Comment`) VALUES
(22, 1, 207198, 0, 0, 58, 1, 0, 0, 0, 'cursed_thunderer_dark_fragment', 0, 'Scripted creature has StringId \'cursed_thunderer_dark_fragment\''),
(22, 2, 207198, 0, 0, 58, 1, 0, 0, 0, 'cursed_thunderer_stormrider_cadet', 0, 'Scripted creature has StringId \'cursed_thunderer_stormrider_cadet\'');
-- Dark Fragment smart ai
SET @ENTRY := 218839;
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, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 11, 438232, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Time = 1 seconds (OOC) - Self: Cast spell 438232 on Self', '');
-- Quartermaster Koratite smart ai
SET @ENTRY := 209801;
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, 10, 1, 5, 273, 456, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On movement of type WAYPOINT_MOTION_TYPE inform, point 0 - Self: Play random emote: 1, 5, 273, 456,', ''),
(@ENTRY, 0, 1, 0, 34, 0, 100, 0, 2, 1, 0, 0, 0, 10, 1, 5, 273, 456, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On movement of type WAYPOINT_MOTION_TYPE inform, point 1 - Self: Play random emote: 1, 5, 273, 456,', '');
-- Path for Quartermaster Koratite
SET @MOVERGUID := @CGUID+49;
SET @ENTRY := 209801;
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, 'Quartermaster Koratite - 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, 2816.35, -2091.56, 249.4872, 2.58783, 3087),
(@PATH, 1, 2787.62, -2093.3, 249.4886, 0.84124, 3080);
UPDATE `creature` SET `position_x`= 2816.35, `position_y`= -2091.56, `position_z`= 249.4872, `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);

View File

@@ -0,0 +1,26 @@
SET @WORLDSAFELOCID := 100042;
UPDATE `world_safe_locs` SET `Facing`=0.42834568/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+0; -- 8.x Dungeon - Siege of Boralus - Entrance
UPDATE `world_safe_locs` SET `Facing`=4.4846063/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+1; -- 8.x Dungeon - Siege of Boralus - Exit
UPDATE `world_safe_locs` SET `Facing`=2.866721/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+2; -- 8.x Dungeon - Freehold - Entrance
UPDATE `world_safe_locs` SET `Facing`=5.385859/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+3; -- 8.x Dungeon - Freehold - Exit
UPDATE `world_safe_locs` SET `Facing`=1.3391021/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+4; -- 8.x Dungeon - Tol Dagor - Entrance
UPDATE `world_safe_locs` SET `Facing`=2.5878694/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+5; -- 8.x Dungeon - Tol Dagor - Exit
UPDATE `world_safe_locs` SET `Facing`=0.072306424/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+6; -- 8.x Dungeon - Waycrest Manor - Entrance
UPDATE `world_safe_locs` SET `Facing`=3.067398/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+7; -- 8.x Dungeon - Waycrest Manor - Exit
UPDATE `world_safe_locs` SET `Facing`=4.73095/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+8; -- 8.x Dungeon - Shrine of Storms - Entrance
UPDATE `world_safe_locs` SET `Facing`=1.7824349/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+9; -- 8.x Dungeon - Shrine of Storms - Exit
UPDATE `world_safe_locs` SET `Facing`=6.0063233/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+10; -- 8.x Dungeon - Motherlode (Alliance) - Entrance
UPDATE `world_safe_locs` SET `Facing`=3.607927/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+11; -- 8.x Dungeon - Motherlode (Alliance) - Exit
UPDATE `world_safe_locs` SET `Facing`=1.5707964/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+12; -- 8.x Dungeon - Atal Dazar - Entrance
UPDATE `world_safe_locs` SET `Facing`=4.7006083/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+13; -- 8.x Dungeon - Atal Dazar - Exit
UPDATE `world_safe_locs` SET `Facing`=1.578214/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+14; -- 8.x Dungeon - KingsRest - Entrance
UPDATE `world_safe_locs` SET `Facing`=4.752863/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+15; -- 8.x Dungeon - KingsRest - Exit
UPDATE `world_safe_locs` SET `Facing`=6.232135/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+16; -- 8.x Dungeon - Underrot - Entrance
UPDATE `world_safe_locs` SET `Facing`=3.843372/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+17; -- 8.x Dungeon - Underrot - Exit
UPDATE `world_safe_locs` SET `Facing`=6.275331/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+18; -- 8.x Dungeon - Temple of Sethraliss - Entrance
UPDATE `world_safe_locs` SET `Facing`=3.1415577/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+19; -- 8.x Dungeon - Temple of Sethraliss - Exit
UPDATE `world_safe_locs` SET `Facing`=6.0063233/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+20; -- 8.x Dungeon - Motherlode (H) - Entrance
UPDATE `world_safe_locs` SET `Facing`=4.740838/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+21; -- 8.x Dungeon - Motherlode (H) - Exit
UPDATE `world_safe_locs` SET `Facing`=4.8422937/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+22; -- 8.x Dungeon - Siege of Boralus (H) - Entrance
UPDATE `world_safe_locs` SET `Facing`=0.7578639/(2 * PI() / 360) WHERE `ID`=@WORLDSAFELOCID+23; -- 8.x Dungeon - Siege of Boralus (H) - Exit');

View File

@@ -0,0 +1,318 @@
SET @CGUID := 10001928;
SET @OGUID := 10000408;
SET @NPCTEXTID := 600022;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+34;
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, 219159, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2642.753662109375, -2455.806396484375, 220.700653076171875, 4.747298717498779296, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Displaced Rogue (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+1, 229379, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2638.163330078125, -2510.25341796875, 224.032440185546875, 0.523597896099090576, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Villager (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+2, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2597.942626953125, -2497.53466796875, 224.0318450927734375, 0.767943859100341796, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+3, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2667.10302734375, -2458.556640625, 217.7221832275390625, 3.961898565292358398, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+4, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2665.050048828125, -2463.874267578125, 217.720611572265625, 0.855210542678833007, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+5, 215658, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2586.124267578125, -2486.819580078125, 229.375152587890625, 4.432986259460449218, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Swift Cloudrook (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+6, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2668.774658203125, -2460.086181640625, 217.7205963134765625, 3.961898565292358398, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+7, 219142, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2648.689208984375, -2524.890625, 219.554351806640625, 3.784248590469360351, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Worker (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+8, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2643.833251953125, -2508.064208984375, 224.013397216796875, 3.351046562194824218, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 436791 - Holding Mead Mug [DNT])
(@CGUID+9, 229379, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2650.537353515625, -2560.1962890625, 219.6702117919921875, 0.068307951092720031, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Villager (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 436791 - Holding Mead Mug [DNT])
(@CGUID+10, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2611.271728515625, -2513.8369140625, 224.309112548828125, 0.530712604522705078, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+11, 219142, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2648.239501953125, -2450.79345703125, 220.800567626953125, 2.428165912628173828, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Worker (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 442720 - Holding Mead Mug [DNT])
(@CGUID+12, 215520, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2657.598876953125, -2454.0244140625, 217.7437591552734375, 5.534945011138916015, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Edothir (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+13, 215658, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2581.237060546875, -2486.795166015625, 229.762481689453125, 4.658831596374511718, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Swift Cloudrook (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+14, 219103, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2660.5791015625, -2448.529541015625, 217.7437591552734375, 2.389594793319702148, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Kronzon (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+15, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2650.3203125, -2500.954833984375, 224.11517333984375, 3.35821390151977539, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 436791 - Holding Mead Mug [DNT])
(@CGUID+16, 229379, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2716.315185546875, -2407.76904296875, 231.0989532470703125, 2.709892034530639648, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Villager (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+17, 219382, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2652.174560546875, -2505.864501953125, 224.1815643310546875, 0.173868194222450256, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+18, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2619.889892578125, -2475.55029296875, 224.032440185546875, 3.874631166458129882, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 436791 - Holding Mead Mug [DNT])
(@CGUID+19, 219142, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2642.896484375, -2462.29150390625, 220.697967529296875, 1.605701684951782226, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Worker (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+20, 219382, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2653.927978515625, -2505.517333984375, 224.1815643310546875, 3.369142532348632812, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+21, 226237, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2661.124267578125, -2466.31591796875, 217.779754638671875, 6.12844085693359375, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Dalaran Survivor (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 457527 - Hold Teacup [DNT])
(@CGUID+22, 229379, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2714.67626953125, -2408.810791015625, 231.0989532470703125, 2.198801279067993164, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Villager (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT])
(@CGUID+23, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2661.4501953125, -2454.235107421875, 217.6656494140625, 3.502751588821411132, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+24, 219104, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2658.0556640625, -2461.296875, 217.7437591552734375, 4.590868473052978515, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Athodas (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+25, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2615.662353515625, -2475.255126953125, 224.032440185546875, 5.462882041931152343, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 436791 - Holding Mead Mug [DNT])
(@CGUID+26, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2620.80029296875, -2477.569580078125, 224.11517333984375, 3.358214139938354492, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 436791 - Holding Mead Mug [DNT])
(@CGUID+27, 219142, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2656.154541015625, -2448.223876953125, 221.0782012939453125, 2.758987903594970703, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Worker (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 436791 - Holding Mead Mug [DNT])
(@CGUID+28, 212369, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2583.747314453125, -2471.442626953125, 228.7820281982421875, 5.711666584014892578, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Breem (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+29, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2643.81396484375, -2451.7197265625, 220.708099365234375, 0.820303261280059814, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+30, 219142, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2648.19921875, -2447.240478515625, 220.717193603515625, 3.961898565292358398, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Worker (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+31, 212370, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2650.278564453125, -2472.663330078125, 224.1600189208984375, 4.002952098846435546, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Ronesh (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 442720 - Holding Mead Mug [DNT])
(@CGUID+32, 219126, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2649.599853515625, -2499.098876953125, 224.032440185546875, 3.883358240127563476, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+33, 219382, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2583.42626953125, -2542.350830078125, 200.3091278076171875, 3.620921611785888671, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461), -- Unbound Trader (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT])
(@CGUID+34, 229927, 2552, 14771, 14771, '0', 0, 0, 0, 0, 2581.393310546875, -2542.8994140625, 200.3091278076171875, 0.246975168585777282, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56461); -- Unbound Crafter (Area: Dornogal - Difficulty: 0) CreateObject1
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+34;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Displaced Rogue
(@CGUID+1, 0, 0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Unbound Villager
(@CGUID+2, 0, 0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+3, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+4, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+5, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Swift Cloudrook
(@CGUID+6, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+7, 0, 0, 0, 3, 0, 1, 0, 415, 0, 0, 0, 0, ''), -- Oathsworn Worker
(@CGUID+8, 0, 0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 0, '436791'), -- Oathsworn Citizen - 436791 - Holding Mead Mug [DNT]
(@CGUID+9, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '436791'), -- Unbound Villager - 436791 - Holding Mead Mug [DNT]
(@CGUID+10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+11, 0, 0, 0, 0, 0, 1, 0, 886, 0, 0, 0, 0, '442720'), -- Oathsworn Worker - 442720 - Holding Mead Mug [DNT]
(@CGUID+13, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Swift Cloudrook
(@CGUID+14, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- Kronzon
(@CGUID+15, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '436791'), -- Oathsworn Citizen - 436791 - Holding Mead Mug [DNT]
(@CGUID+18, 0, 0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 0, '436791'), -- Oathsworn Citizen - 436791 - Holding Mead Mug [DNT]
(@CGUID+19, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Worker
(@CGUID+21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '457527'), -- Dalaran Survivor - 457527 - Hold Teacup [DNT]
(@CGUID+22, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '435518'), -- Unbound Villager - 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT]
(@CGUID+24, 0, 0, 0, 0, 0, 1, 0, 569, 0, 0, 0, 0, ''), -- Athodas
(@CGUID+25, 0, 0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 0, '436791'), -- Oathsworn Citizen - 436791 - Holding Mead Mug [DNT]
(@CGUID+26, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '436791'), -- Oathsworn Citizen - 436791 - Holding Mead Mug [DNT]
(@CGUID+27, 0, 0, 0, 0, 0, 1, 0, 720, 0, 0, 0, 0, '436791'), -- Oathsworn Worker - 436791 - Holding Mead Mug [DNT]
(@CGUID+29, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+30, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Worker
(@CGUID+32, 0, 0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+33, 0, 0, 0, 0, 0, 1, 0, 0, 2085, 0, 0, 0, '435518'); -- Unbound Trader - 435518 - Conversation Aura: Talk/Laugh/Exclaim [DNT]
-- GameObject
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+66;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 428879, 2552, 14771, 14771, '0', 0, 0, 2733.1416015625, -2445.515625, 231.0150299072265625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+1, 446222, 2552, 14771, 14771, '0', 0, 0, 2671.779296875, -2401.174072265625, 205.9116668701171875, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+2, 428905, 2552, 14771, 14771, '0', 0, 0, 2638.163330078125, -2510.25341796875, 224.032440185546875, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+3, 465705, 2552, 14771, 14771, '0', 0, 0, 2657.137939453125, -2465.86572265625, 217.9629974365234375, 3.354072332382202148, 0, 0, -0.99436187744140625, 0.106039971113204956, 120, 255, 1, 56461), -- Cooking Fire (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+4, 446223, 2552, 14771, 14771, '0', 0, 0, 2720.120361328125, -2445.610595703125, 208.84490966796875, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+5, 428906, 2552, 14771, 14771, '0', 0, 0, 2649.599853515625, -2499.098876953125, 224.032440185546875, 3.883358240127563476, 0, 0, -0.9320077896118164, 0.36243826150894165, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+6, 459312, 2552, 14771, 14771, '0', 0, 0, 2657.684814453125, -2458.169189453125, 217.682525634765625, 2.385606288909912109, 0, 0, 0.929407119750976562, 0.369056075811386108, 120, 255, 1, 56461), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+7, 446216, 2552, 14771, 14771, '0', 0, 0, 2671.701904296875, -2454.278076171875, 218.3751068115234375, 0.881389737129211425, 0, 0, 0.426568031311035156, 0.904455482959747314, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+8, 428907, 2552, 14771, 14771, '0', 0, 0, 2615.662353515625, -2475.255126953125, 224.032440185546875, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+9, 446207, 2552, 14771, 14771, '0', 0, 0, 2669.58447265625, -2452.29296875, 218.3751068115234375, 0.532324969768524169, 0, 0, 0.263031005859375, 0.96478736400604248, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+10, 459313, 2552, 14771, 14771, '0', 0, 0, 2656.756103515625, -2459.176513671875, 217.682525634765625, 2.410152435302734375, 0, 0, 0.933866500854492187, 0.357621848583221435, 120, 255, 1, 56461), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+11, 446217, 2552, 14771, 14771, '0', 0, 0, 2663.3125, -2462.295166015625, 217.7224884033203125, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+12, 459314, 2552, 14771, 14771, '0', 0, 0, 2659.45458984375, -2456.3125, 217.682525634765625, 2.391041040420532226, 0, 0, 0.930406570434570312, 0.36652916669845581, 120, 255, 1, 56461), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+13, 446218, 2552, 14771, 14771, '0', 0, 0, 2680.16357421875, -2468.65283203125, 218.409271240234375, 3.586656570434570312, 0, 0, -0.975341796875, 0.220699742436408996, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+14, 446228, 2552, 14771, 14771, '0', 0, 0, 2675.9677734375, -2396.797119140625, 205.954132080078125, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+15, 459315, 2552, 14771, 14771, '0', 0, 0, 2660.357421875, -2455.33837890625, 217.682525634765625, 2.393041849136352539, 0, 0, 0.930772781372070312, 0.365598201751708984, 120, 255, 1, 56461), -- Stool (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+16, 446219, 2552, 14771, 14771, '0', 0, 0, 2665.427490234375, -2457.114501953125, 217.7717742919921875, 4.127707481384277343, 0, 0, -0.880889892578125, 0.473321229219436645, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+17, 446229, 2552, 14771, 14771, '0', 0, 0, 2674.639892578125, -2474.702392578125, 218.4207611083984375, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+18, 446230, 2552, 14771, 14771, '0', 0, 0, 2656.2001953125, -2439.456787109375, 220.71710205078125, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 56461), -- Booth (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+19, 428913, 2552, 14771, 14771, '0', 0, 0, 2619.654541015625, -2479.557373046875, 224.032440185546875, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+20, 428880, 2552, 14771, 14771, '0', 0, 0, 2729.6015625, -2437.578125, 231.0150299072265625, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+21, 446231, 2552, 14771, 14771, '0', 0, 0, 2644.1796875, -2452.060791015625, 220.708099365234375, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 56461), -- Booth (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+22, 428881, 2552, 14771, 14771, '0', 0, 0, 2771.317626953125, -2393.875, 231.01513671875, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+23, 446224, 2552, 14771, 14771, '0', 0, 0, 2670.486328125, -2461.813232421875, 217.72064208984375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+24, 446225, 2552, 14771, 14771, '0', 0, 0, 2676.4326171875, -2468.461181640625, 218.375, 4.825837135314941406, 0, 0, -0.66588115692138671, 0.746057868003845214, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+25, 446226, 2552, 14771, 14771, '0', 0, 0, 2674.217529296875, -2470.836669921875, 218.3749237060546875, 6.065019607543945312, 0, 0, -0.10886669158935546, 0.994056344032287597, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+26, 429002, 2552, 14771, 14771, '0', 0, 0, 2624.8837890625, -2486.0087890625, 223.8976593017578125, 5.5065155029296875, 0, 0, -0.3786478042602539, 0.925540864467620849, 120, 255, 1, 56461), -- Mailbox (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+27, 428892, 2552, 14771, 14771, '0', 0, 0, 2598.037353515625, -2493.522705078125, 224.0318450927734375, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+28, 446227, 2552, 14771, 14771, '0', 0, 0, 2667.09326171875, -2465.560546875, 217.7205963134765625, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+29, 428970, 2552, 14771, 14771, '0', 0, 0, 2759.802001953125, -2341.991455078125, 266.9361572265625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+30, 428893, 2552, 14771, 14771, '0', 0, 0, 2597.942626953125, -2497.53466796875, 224.0318450927734375, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+31, 428948, 2552, 14771, 14771, '0', 0, 0, 2778.671142578125, -2428.3125, 231.013885498046875, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+32, 428895, 2552, 14771, 14771, '0', 0, 0, 2645.27783203125, -2499.59033203125, 224.032440185546875, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+33, 428949, 2552, 14771, 14771, '0', 0, 0, 2748.09375, -2445.442626953125, 231.015625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+34, 428950, 2552, 14771, 14771, '0', 0, 0, 2778.75, -2414.65966796875, 231.015625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+35, 446232, 2552, 14771, 14771, '0', 0, 0, 2643.25341796875, -2455.7890625, 220.700653076171875, 4.747298717498779296, 0, 0, -0.6946573257446289, 0.719340801239013671, 120, 255, 1, 56461), -- Booth (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+36, 428951, 2552, 14771, 14771, '0', 0, 0, 2788.028564453125, -2415.1650390625, 239.3368072509765625, 0, 0, 0, 0, 1, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+37, 428900, 2552, 14771, 14771, '0', 0, 0, 2619.889892578125, -2475.55029296875, 224.032440185546875, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+38, 428901, 2552, 14771, 14771, '0', 0, 0, 2602.359375, -2493.032958984375, 224.0318450927734375, 3.883358240127563476, 0, 0, -0.9320077896118164, 0.36243826150894165, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+39, 428858, 2552, 14771, 14771, '0', 0, 0, 2759.8046875, -2331.96875, 266.9361572265625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+40, 428902, 2552, 14771, 14771, '0', 0, 0, 2680.25, -2533.3525390625, 221.13043212890625, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+41, 446212, 2552, 14771, 14771, '0', 0, 0, 2669.941650390625, -2448.155517578125, 218.43145751953125, 5.523968696594238281, 0, 0, -0.37055683135986328, 0.928809821605682373, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+42, 428903, 2552, 14771, 14771, '0', 0, 0, 2602.100830078125, -2497.520751953125, 224.0318450927734375, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+43, 446213, 2552, 14771, 14771, '0', 0, 0, 2651.922607421875, -2444.089599609375, 220.7171630859375, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 56461), -- Booth (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+44, 428896, 2552, 14771, 14771, '0', 0, 0, 2649.341064453125, -2503.5869140625, 224.032440185546875, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+45, 446214, 2552, 14771, 14771, '0', 0, 0, 2667.10302734375, -2458.556640625, 217.7221832275390625, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+46, 428990, 2552, 14771, 14771, '0', 0, 0, 2727.6796875, -2323.751708984375, 266.648681640625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56461), -- Mailbox (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+47, 428897, 2552, 14771, 14771, '0', 0, 0, 2643.833251953125, -2508.064208984375, 224.013397216796875, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+48, 446215, 2552, 14771, 14771, '0', 0, 0, 2724.09716796875, -2441.42626953125, 208.86956787109375, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+49, 446208, 2552, 14771, 14771, '0', 0, 0, 2676.38232421875, -2453.995849609375, 218.452392578125, 2.871063947677612304, 0, 0, 0.990865707397460937, 0.134852290153503417, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+50, 446209, 2552, 14771, 14771, '0', 0, 0, 2665.050048828125, -2463.874267578125, 217.720611572265625, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+51, 429738, 2552, 14771, 14771, '0', 0, 0, 2527.146728515625, -2463.366455078125, 200.2139434814453125, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+52, 428952, 2552, 14771, 14771, '0', 0, 0, 2788.0712890625, -2430.302001953125, 239.2948455810546875, 0, 0, 0, 0, 1, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+53, 446210, 2552, 14771, 14771, '0', 0, 0, 2648.56494140625, -2447.58154296875, 220.717193603515625, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 56461), -- Booth (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+54, 428909, 2552, 14771, 14771, '0', 0, 0, 2681.579833984375, -2533.314208984375, 221.13043212890625, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+55, 428876, 2552, 14771, 14771, '0', 0, 0, 2718.225830078125, -2425.522705078125, 231.0150299072265625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+56, 446211, 2552, 14771, 14771, '0', 0, 0, 2643.396240234375, -2462.274169921875, 220.697967529296875, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 56461), -- Booth (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+57, 428954, 2552, 14771, 14771, '0', 0, 0, 2761.807373046875, -2445.46875, 231.015625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+58, 428877, 2552, 14771, 14771, '0', 0, 0, 2760.064208984375, -2382.34716796875, 231.0146484375, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+59, 446220, 2552, 14771, 14771, '0', 0, 0, 2661.786376953125, -2460.643798828125, 217.7240447998046875, 0.357791841030120849, 0, 0, 0.177943229675292968, 0.984040737152099609, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+60, 428911, 2552, 14771, 14771, '0', 0, 0, 2614.96435546875, -2479.69091796875, 224.032440185546875, 0.706858277320861816, 0, 0, 0.346117019653320312, 0.938191354274749755, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+61, 428878, 2552, 14771, 14771, '0', 0, 0, 2778.9296875, -2400.220458984375, 231.01513671875, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56461), -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+62, 446221, 2552, 14771, 14771, '0', 0, 0, 2668.774658203125, -2460.086181640625, 217.7205963134765625, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+63, 428904, 2552, 14771, 14771, '0', 0, 0, 2645.18310546875, -2503.6025390625, 224.032440185546875, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 56461), -- Chair (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+64, 428764, 2552, 14771, 14771, '0', 0, 0, 2657.91845703125, -2462.538330078125, 218.4468841552734375, 0, 0, 0, 0, 1, 120, 255, 1, 56461), -- Ore Bucket [DNT] (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+65, 421632, 2552, 14771, 14771, '0', 0, 0, 2728.1640625, -2335.765625, 286.339080810546875, 1.637253880500793457, 0, 0, 0.730208396911621093, 0.683224499225616455, 120, 255, 1, 56461), -- Letter (Area: Dornogal - Difficulty: 0) CreateObject1
(@OGUID+66, 428863, 2552, 14771, 14771, '0', 0, 0, 2759.447998046875, -2300.10595703125, 266.95574951171875, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 56461); -- Bench (Area: Dornogal - Difficulty: 0) CreateObject1
DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+66;
INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `WorldEffectID`, `AIAnimKitID`) VALUES
(@OGUID+1, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+3, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Cooking Fire
(@OGUID+4, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+6, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Stool
(@OGUID+7, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+9, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+10, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Stool
(@OGUID+11, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+12, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Stool
(@OGUID+13, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+14, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+15, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Stool
(@OGUID+16, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+17, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+18, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Booth
(@OGUID+21, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Booth
(@OGUID+23, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+24, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+25, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+28, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+35, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Booth
(@OGUID+41, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+43, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Booth
(@OGUID+45, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+48, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+49, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+50, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+53, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Booth
(@OGUID+56, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Booth
(@OGUID+59, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0), -- Chair
(@OGUID+62, 0, 0, 0.398749440908432006, 0.917059898376464843, 0, 0); -- Chair
-- Template Addon
DELETE FROM `creature_template_addon` WHERE `entry` IN (212370, 212369);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(212370, 0, 0, 0, 0, 0, 1, 0, 0, 16425, 0, 0, 0, '442720'), -- 212370 (Ronesh) - Holding Mead Mug [DNT]
(212369, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''); -- 212369 (Breem)
-- Template
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219346; -- Oathsworn Dignitary
UPDATE `creature_template` SET `faction`=3364, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=227759; -- Arathi Stalwart
UPDATE `creature_template` SET `faction`=188, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=143820; -- Kunchong Hatchling
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226743; -- Nargut
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226742; -- Rhukah
UPDATE `creature_template` SET `faction`=190, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=67110912, `unit_flags3`=1090519040 WHERE `entry`=227038; -- Scouting Map
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=1073741824 WHERE `entry`=220826; -- Coral Kobyss Helm
UPDATE `creature_template` SET `faction`=35, `npcflag`=3, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=228605; -- Elise Starseeker
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=1073741824 WHERE `entry`=220828; -- Bronzebeard Hat
UPDATE `creature_template` SET `faction`=35, `npcflag`=129, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048 WHERE `entry`=208070; -- Sir Finley Mrrgglton
UPDATE `creature_template` SET `faction`=35, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=226749; -- Abohba
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=1073741824 WHERE `entry`=220827; -- Candelabra Kobold Hel
UPDATE `creature_template` SET `faction`=3408, `speed_run`=1.428571462631225585, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048, `unit_flags3`=8388608 WHERE `entry`=219187; -- Dornogal Preserver
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=1073741824 WHERE `entry`=220797; -- Poisonous Fungarian Helm
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags2`=2048, `unit_flags3`=1073741824 WHERE `entry`=220829; -- Rulk'Nerub Backpiece
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=220944; -- Expedition Scout
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=2048, `unit_flags3`=16777216 WHERE `entry`=227517; -- Mereldar Bunny
UPDATE `creature_template` SET `faction`=35, `npcflag`=67, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=206017; -- Brann Bronzebeard
UPDATE `creature_template` SET `faction`=35, `npcflag`=129, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048, `unit_flags3`=1073741824 WHERE `entry`=226250; -- Reno Jackson
UPDATE `creature_template` SET `faction`=35, `npcflag`=281474976710657, `speed_walk`=1.60000002384185791, `speed_run`=1.285714268684387207, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=67127296, `unit_flags3`=1090519040 WHERE `entry`=223858; -- Explorers' League Supplies
UPDATE `creature_template` SET `faction`=3407, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=219188; -- Oathsworn Citizen
UPDATE `creature_template` SET `faction`=35, `npcflag`=1, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=227675; -- Delver's Guide
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=227318; -- Sunreaver Sorcerer
-- Gossip
DELETE FROM `creature_template_gossip` WHERE (`CreatureID`=215520 AND `MenuID`=34903) OR (`CreatureID`=212370 AND `MenuID`=33871);
INSERT INTO `creature_template_gossip` (`CreatureID`, `MenuID`, `VerifiedBuild`) VALUES
(215520, 34903, 56461), -- Edothir
(212370, 33871, 56461); -- Ronesh
DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+1;
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, 263723, 0, 0, 0, 0, 0, 0, 0, 56461), -- 215520 (Edothir)
(@NPCTEXTID+1, 1, 0, 0, 0, 0, 0, 0, 0, 256778, 0, 0, 0, 0, 0, 0, 0, 56461); -- 212370 (Ronesh)
DELETE FROM `gossip_menu` WHERE (`MenuID`=34903 AND `TextID`=@NPCTEXTID+0) OR (`MenuID`=33871 AND `TextID`=@NPCTEXTID+1);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(34903, @NPCTEXTID+0, 56461), -- 215520 (Edothir)
(33871, @NPCTEXTID+1, 56461); -- 212370 (Ronesh)
DELETE FROM `gossip_menu_option` WHERE (`MenuID`=33871 AND `OptionID` IN (0,2));
INSERT INTO `gossip_menu_option` (`MenuID`, `GossipOptionID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextID`, `Language`, `Flags`, `ActionMenuID`, `ActionPoiID`, `GossipNpcOptionID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `SpellID`, `OverrideIconID`, `VerifiedBuild`) VALUES
(33871, 120914, 0, 5, 'Make this inn your home.', 2822, 0, 0, 0, 0, 56678, 0, 0, NULL, 0, NULL, NULL, 56461), -- OptionBroadcastTextID: 2822 - 162070
(33871, 121503, 2, 1, 'I want to browse your goods.', 3370, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56461);
-- Trainer
DELETE FROM `creature_trainer` WHERE (`CreatureID`=219104 AND `MenuID`=0 AND `OptionID`=0);
INSERT INTO `creature_trainer` (`CreatureID`, `TrainerID`, `MenuID`, `OptionID`) VALUES
(219104, 1116, 0, 0);
DELETE FROM `trainer` WHERE `Id`=1116;
INSERT INTO `trainer` (`Id`, `Type`, `Greeting`, `VerifiedBuild`) VALUES
(1116, 2, 'Hello, friend!', 56461);
DELETE FROM `trainer_spell` WHERE (`TrainerId`=1116 AND `SpellId` IN (264633,445110,445116,445107,445106,445105,445104,445103,445102,445101,445100,445099,445098,445097,445096,445095,445094,445093,445092,445091,445090,445089,445088,445087,445086,445085,445084,445083,445082,423345));
INSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES
(1116, 264633, 10, 0, 0, 0, 0, 0, 5, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445110, 2470000, 2873, 55, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445116, 1520000, 2873, 25, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445107, 2185000, 2873, 45, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445106, 2185000, 2873, 45, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445105, 2185000, 2873, 45, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445104, 2185000, 2873, 45, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445103, 1520000, 2873, 25, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445102, 1520000, 2873, 25, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445101, 1520000, 2873, 25, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445100, 2850000, 2873, 65, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445099, 1520000, 2873, 25, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445098, 1520000, 2873, 25, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445097, 1520000, 2873, 25, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445096, 1520000, 2873, 25, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445095, 1520000, 2873, 25, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445094, 1520000, 2873, 25, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445093, 1900000, 2873, 35, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445092, 1900000, 2873, 35, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445091, 1900000, 2873, 35, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445090, 1900000, 2873, 35, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445089, 1330000, 2873, 15, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445088, 1330000, 2873, 15, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445087, 1330000, 2873, 15, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445086, 1330000, 2873, 15, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445085, 570000, 2873, 1, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445084, 570000, 2873, 1, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445083, 570000, 2873, 1, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 445082, 570000, 2873, 1, 423333, 0, 0, 0, 56461), -- No Faction found! MoneyCost not recalculated!
(1116, 423345, 950000, 185, 1, 0, 0, 0, 68, 56461); -- No Faction found! MoneyCost not recalculated!
-- Vendor
DELETE FROM `npc_vendor` WHERE (`entry`=219103 AND `item`=222701 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219103 AND `item`=222700 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219103 AND `item`=222699 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219103 AND `item`=222697 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219103 AND `item`=222696 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219103 AND `item`=222695 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219103 AND `item`=224762 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219103 AND `item`=222739 AND `ExtendedCost`=9345 AND `type`=1) OR (`entry`=219103 AND `item`=222738 AND `ExtendedCost`=9344 AND `type`=1) OR (`entry`=212370 AND `item`=227327 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=212370 AND `item`=227326 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=212370 AND `item`=227325 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=212370 AND `item`=227301 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=212370 AND `item`=227302 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=212370 AND `item`=227273 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=212370 AND `item`=227272 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=212370 AND `item`=227317 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=212370 AND `item`=227318 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=212370 AND `item`=227310 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=212370 AND `item`=227309 AND `ExtendedCost`=0 AND `type`=1);
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
(219103, 10, 222701, 0, 0, 1, 0, 0, 56461), -- Clumped Flour
(219103, 9, 222700, 0, 0, 1, 0, 0, 56461), -- Granulated Spices
(219103, 8, 222699, 0, 0, 1, 0, 0, 56461), -- Khaz Algar Tomato
(219103, 7, 222697, 0, 0, 1, 0, 0, 56461), -- Coreway Dust
(219103, 6, 222696, 0, 0, 1, 0, 0, 56461), -- Crunchy Peppers
(219103, 5, 222695, 0, 0, 1, 0, 0, 56461), -- Twined Herbs
(219103, 4, 224762, 0, 0, 1, 0, 0, 56461), -- Delver's Waterskin
(219103, 2, 222739, 0, 9345, 1, 0, 0, 56461), -- Spiced Meat Stock
(219103, 1, 222738, 0, 9344, 1, 0, 0, 56461), -- Portioned Steak
(212370, 13, 227327, 0, 0, 1, 0, 0, 56461), -- Rocky Road
(212370, 12, 227326, 0, 0, 1, 0, 0, 56461), -- Chalcocite Lava Cake
(212370, 11, 227325, 0, 0, 1, 0, 0, 56461), -- Stone Soup
(212370, 10, 227301, 0, 0, 1, 0, 0, 56461), -- Crystal Tots
(212370, 9, 227302, 0, 0, 1, 0, 0, 56461), -- Granite Salad
(212370, 8, 227273, 0, 0, 1, 0, 0, 56461), -- Iron Poppers
(212370, 7, 227272, 0, 0, 1, 0, 0, 56461), -- Rock Lobster
(212370, 6, 227317, 0, 0, 1, 0, 0, 56461), -- Lava Cola
(212370, 5, 227318, 0, 0, 1, 0, 0, 56461), -- Quicksilver Sipper
(212370, 4, 227310, 0, 0, 1, 0, 0, 56461), -- Magmalaid
(212370, 3, 227309, 0, 0, 1, 0, 0, 56461); -- Titanshake
-- Difficulty
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219346 AND `DifficultyID`=0); -- 219346 (Oathsworn Dignitary) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=227759 AND `DifficultyID`=0); -- 227759 (Arathi Stalwart) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226743 AND `DifficultyID`=0); -- 226743 (Nargut) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226742 AND `DifficultyID`=0); -- 226742 (Rhukah) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2832, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=227038 AND `DifficultyID`=0); -- 227038 (Scouting Map) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=181, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=220826 AND `DifficultyID`=0); -- 220826 (Coral Kobyss Helm) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2677, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=228605 AND `DifficultyID`=0); -- 228605 (Elise Starseeker) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=181, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=220828 AND `DifficultyID`=0); -- 220828 (Bronzebeard Hat) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2677, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=208070 AND `DifficultyID`=0); -- 208070 (Sir Finley Mrrgglton) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=226749 AND `DifficultyID`=0); -- 226749 (Abohba) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=181, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=220827 AND `DifficultyID`=0); -- 220827 (Candelabra Kobold Helm) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2803, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219187 AND `DifficultyID`=0); -- 219187 (Dornogal Preserver) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=181, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=220797 AND `DifficultyID`=0); -- 220797 (Poisonous Fungarian Helm) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=181, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=220829 AND `DifficultyID`=0); -- 220829 (Rulk'Nerub Backpiece) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2677, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=220944 AND `DifficultyID`=0); -- 220944 (Expedition Scout) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=864, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=227517 AND `DifficultyID`=0); -- 227517 (Mereldar Bunny) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=206017 AND `DifficultyID`=0); -- 206017 (Brann Bronzebeard) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2677, `StaticFlags1`=805306624, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=226250 AND `DifficultyID`=0); -- 226250 (Reno Jackson) - Sessile, CanSwim, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2145, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=223858 AND `DifficultyID`=0); -- 223858 (Explorers' League Supplies) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=219188 AND `DifficultyID`=0); -- 219188 (Oathsworn Citizen) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2734, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56461 WHERE (`Entry`=227675 AND `DifficultyID`=0); -- 227675 (Delver's Guide) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `StaticFlags1`=268435456, `VerifiedBuild`=56461 WHERE (`Entry`=227318 AND `DifficultyID`=0); -- 227318 (Sunreaver Sorcerer) - CanSwim

View File

@@ -0,0 +1,20 @@
SET @ATID := 36797;
-- Serverside Areatrigger
DELETE FROM `areatrigger_create_properties` WHERE `Id`=34472 AND `IsCustom`=0;
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
(34472, 0, @ATID, 1, 4, 0, 0, 0, 0, -1, 0, 0, NULL, 0, 0, 0, 10, 10, 0, 0, 0, 0, 0, 0, 'areatrigger_sha_arctic_snowstorm', 0);
DELETE FROM `areatrigger_template` WHERE `Id`=@ATID AND `IsCustom`=1;
INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `ActionSetId`, `ActionSetFlags`, `VerifiedBuild`) VALUES
(@ATID, 1, 1, 0, 0, 0);
-- Proc
DELETE FROM `spell_proc` WHERE `SpellId` IN (462764);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(462764,0x0,11,0x80000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x0,0x0,0x0,0,0,0,0); -- Arctic Snowstorm
-- Spells
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_sha_arctic_snowstorm';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(462764, 'spell_sha_arctic_snowstorm');

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_conflagrate';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(17962, 'spell_warl_conflagrate');

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_roaring_blaze';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(17962, 'spell_warl_roaring_blaze');

View File

@@ -0,0 +1,614 @@
SET @CGUID := 4000138;
SET @OGUID := 4000060;
DELETE FROM `battleground_template` WHERE `ID`=708;
INSERT INTO `battleground_template` (`ID`, `AllianceStartLoc`, `HordeStartLoc`, `Weight`, `Comment`) VALUES
(708, 4062, 4061, 1, 'Silvershard Mines');
DELETE FROM `battleground_scripts` WHERE `MapId`=727;
INSERT INTO `battleground_scripts` (`MapId`, `BattlemasterListId`, `ScriptName`) VALUES
(727, 0, 'battleground_silvershard_mines');
DELETE FROM `serverside_spell` WHERE `Id` IN (128648, 128702, 128703, 128704, 128705, 128706, 128720, 128668, 128669, 128670, 128672, 128673, 128674);
DELETE FROM `serverside_spell_effect` WHERE `SpellId` IN (128648, 128702, 128703, 128704, 128705, 128706, 128720, 128668, 128669, 128670, 128672, 128673, 128674);
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
(128648, 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, 0x1A0000, 0x400, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, -1, 0, 0, 0, 'Defending Cart Aura', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
(128668, 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, 'Long Rider Achievement East (Horde)', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
(128669, 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, 'Long Rider Achievement North (Horde)', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
(128670, 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, 'Long Rider Achievement South (Horde)', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
(128672, 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, 'Long Rider Achievement East (Alliance)', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
(128673, 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, 'Long Rider Achievement North (Alliance)', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
(128674, 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, 'Long Rider Achievement South (Alliance)', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
(128702, 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, 'Mine Cart Courier East->South', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
(128703, 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, 'Mine Cart Courier East->North', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
(128704, 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, 'Mine Cart Courier South', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
(128705, 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, 'Mine Cart Courier North->East', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
(128706, 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, 'Mine Cart Courier North->West', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
(128720, 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, 'End of the Line Achievement Check', 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
(128648, 0, 0, 6, 226, 0, 0, 1000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 23, 0, 0, 0, 0, 30, 0),
(128668, 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),
(128669, 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),
(128670, 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),
(128672, 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),
(128673, 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),
(128674, 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),
(128702, 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),
(128703, 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),
(128704, 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),
(128705, 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),
(128706, 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),
(128720, 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 `spell_script_names` WHERE `ScriptName` IN ('spell_bg_silvershard_mines_cart_cap', 'spell_bg_silvershard_mines_capturing', 'spell_bg_silvershard_mines_capturing_switch_track', 'spell_bg_defending_cart_aura');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(115904, 'spell_bg_silvershard_mines_cart_cap'),
(124491, 'spell_bg_silvershard_mines_capturing'),
(97372, 'spell_bg_silvershard_mines_capturing_switch_track'),
(128648, 'spell_bg_defending_cart_aura');
DELETE FROM `areatrigger_scripts` WHERE `entry` IN (7779, 7780, 7781, 7782);
INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES
(7782, 'at_battleground_buffs'),
(7779, 'at_battleground_buffs'),
(7781, 'at_battleground_buffs'),
(7780, 'at_battleground_buffs');
DELETE FROM `graveyard_zone` WHERE `ID` IN (4061, 4062);
INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Comment`) VALUES
(4062, 6126, 'Silvershard Mines - Alliance'),
(4061, 6126, 'Silvershard Mines - Horde');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 27 AND `SourceEntry` IN (4061, 4062);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceEntry`, `SourceGroup`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `NegativeCondition`, `Comment`) VALUES
(27, 4062, 6126, 0, 6, 469, 0, 0, 'Graveyard - Silvershard Mines - Alliance Base - Team Alliance'),
(27, 4061, 6126, 0, 6, 67, 0, 0, 'Graveyard - Silvershard Mines - Horde Base - Team Horde');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=97372 AND `ConditionTypeOrReference`=31 AND `ConditionValue2`=60283;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(13, 1, 97372, 0, 0, 31, 0, 3, 60283, 0, 0, 0, 0, '', 'Spell 97372 only targets creature with entry 60283');
DELETE FROM `world_state` WHERE `ID` IN (6467, 6468, 6438, 6437, 6439, 6440, 6879, 6880, 6881, 6882, 17378);
INSERT INTO `world_state` (`ID`, `DefaultValue`, `MapIDs`, `Comment`) VALUES
(6467, 2, '727', 'Silvershard Mines - Eastern Track Switch State'),
(6468, 1, '727', 'Silvershard Mines - Northern Track Switch State'),
(6438, 0, '727', 'Silvershard Mines - Horde Score'),
(6437, 0, '727', 'Silvershard Mines - Alliance Score'),
(6439, 0, '727', 'Silvershard Mines - East Cart Under Alliance Control'),
(6440, 0, '727', 'Silvershard Mines - East Cart Under Horde Control'),
(6879, 0, '727', 'Silvershard Mines - North Cart Under Horde Control'),
(6880, 0, '727', 'Silvershard Mines - North Cart Under Alliance Control'),
(6882, 0, '727', 'Silvershard Mines - South Cart Under Horde Control'),
(6881, 0, '727', 'Silvershard Mines - South Cart Under Alliance Control'),
(17378, 1500, '727', 'Silvershard Mines - Max score');
UPDATE `gameobject_template` SET `Data2`=9601, `Data3`=9603, `Data8`=31167, `Data9`=31166, `Data12`=2, `Data13`=9605, `Data14`=1, `Data15`=1, `Data16`=50, `Data17`=50, `Data18`=1, `Data20`=50, `Data22`=10, `Data25`=15, `Data26`=1, `VerifiedBuild`=55664 WHERE `entry`=213794; -- Mine Cart Control Point North
UPDATE `gameobject_template` SET `Data8`=32909, `Data9`=32910, `Data10`=32912, `Data11`=32912, `Data12`=2, `Data13`=6877, `Data14`=1, `Data15`=1, `Data16`=50, `Data17`=50, `Data18`=1, `Data20`=50, `Data22`=10, `Data25`=15, `Data26`=1, `VerifiedBuild`=55664 WHERE `entry`=213766; -- Mine Cart Control Point East
UPDATE `gameobject_template` SET `Data2`=9602, `Data3`=9604, `Data8`=32937, `Data9`=32938, `Data10`=32951, `Data11`=32951, `Data12`=2, `Data13`=9606, `Data14`=1, `Data15`=1, `Data16`=50, `Data17`=50, `Data18`=1, `Data20`=50, `Data22`=10, `Data25`=15, `Data26`=1, `VerifiedBuild`=55664 WHERE `entry`=213796; -- Mine Cart Control Point South
UPDATE `gameobject_template_addon` SET `faction`=1375, `flags`=32 WHERE `entry` IN (212942, 212940, 212941, 212939); -- Gate
UPDATE `gameobject_template_addon` SET `faction`=114, `flags`=32 WHERE `entry`=212082; -- Diamond Depot
UPDATE `gameobject_template_addon` SET `faction`=114, `flags`=32 WHERE `entry`=212083; -- Troll Depot
UPDATE `gameobject_template_addon` SET `faction`=114, `flags`=32 WHERE `entry`=212080; -- Waterfall Depot
UPDATE `gameobject_template_addon` SET `faction`=114, `flags`=32 WHERE `entry`=212081; -- Lava Depot
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+29;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 212939, 727, 6126, 6126, '0', '0', 0, 853.1630859375, 158.904693603515625, 328.08172607421875, 6.251653671264648437, 0.042779445648193359, -0.02950668334960937, -0.014495849609375, 0.998543500900268554, 7200, 255, 1, 55461), -- Gate (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+1, 212941, 727, 6126, 6126, '0', '0', 0, 635.25537109375, 208.1811981201171875, 327.966217041015625, 3.498660087585449218, -0.03747749328613281, -0.02367496490478515, -0.98301601409912109, 0.178085654973983764, 7200, 255, 1, 55461), -- Gate (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+2, 212940, 727, 6126, 6126, '0', '0', 0, 830.2012939453125, 144.680389404296875, 329.08978271484375, 0.111990571022033691, -0.02431344985961914, 0.022320747375488281, 0.056479454040527343, 0.997858047485351562, 7200, 255, 1, 55461), -- Gate (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+3, 212942, 727, 6126, 6126, '0', '0', 0, 652.85565185546875, 227.672607421875, 329.00390625, 3.524521350860595703, 0.03816843032836914, 0.047303199768066406, -0.97956275939941406, 0.191735118627548217, 7200, 255, 1, 55461), -- Gate (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+4, 212305, 727, 6126, 6126, '0', '0', 0, 867.98297119140625, 131.5071258544921875, 328.98211669921875, 5.964090347290039062, -0.01038980484008789, -0.00468635559082031, -0.1589202880859375, 0.987225651741027832, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+5, 212304, 727, 6126, 6126, '0', '0', 0, 866.41827392578125, 136.7794952392578125, 328.95977783203125, 4.503678321838378906, 0.000069618225097656, -0.00759792327880859, -0.77687644958496093, 0.629607200622558593, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+6, 212307, 727, 6126, 6126, '0', '0', 0, 614.81585693359375, 231.1639862060546875, 328.99249267578125, 1.236014962196350097, -0.00774526596069335, 0.02101898193359375, 0.579163551330566406, 0.814903557300567626, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+7, 212306, 727, 6126, 6126, '0', '0', 0, 866.22216796875, 134.3291168212890625, 328.9862060546875, 1.940872073173522949, -0.00730180740356445, 0.002100944519042968, 0.825118064880371093, 0.564909219741821289, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+8, 212309, 727, 6126, 6126, '0', '0', 0, 613.97894287109375, 224.162689208984375, 328.97802734375, 2.758805274963378906, 0.006997108459472656, -0.0029611587524414, 0.981709480285644531, 0.190233334898948669, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+9, 212308, 727, 6126, 6126, '0', '0', 0, 617.40960693359375, 231.253021240234375, 328.97515869140625, 2.719236373901367187, -0.01607561111450195, 0.004109382629394531, 0.977647781372070312, 0.209593698382377624, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+10, 179905, 727, 6126, 6126, '0', '0', 0, 810.4930419921875, 36.31076431274414062, 368.24847412109375, 6.067836284637451171, 0, 0, -0.10746669769287109, 0.994208693504333496, 90, 255, 1, 55461), -- Berserk Buff (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+11, 212311, 727, 6126, 6126, '0', '0', 0, 615.1827392578125, 240.83795166015625, 328.96124267578125, 4.911244392395019531, -0.01196098327636718, 0.000443458557128906, -0.63343238830566406, 0.773705482482910156, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+12, 179904, 727, 6126, 6126, '0', '0', 0, 538.51043701171875, 396.930572509765625, 345.73956298828125, 4.059507369995117187, 0, 0, -0.896514892578125, 0.443013608455657958, 90, 255, 1, 55461), -- Food Buff (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+13, 212310, 727, 6126, 6126, '0', '0', 0, 613.2872314453125, 226.6121368408203125, 329.00750732421875, 4.76936960220336914, -0.00124883651733398, 0.007494926452636718, -0.68663692474365234, 0.72696077823638916, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+14, 179907, 727, 6126, 6126, '0', '0', 0, 789.89581298828125, 282.763885498046875, 355.06646728515625, 0.881992816925048828, 0, 0, 0.426840782165527343, 0.904326796531677246, 90, 255, 1, 55461), -- Berserk Buff (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+15, 212313, 727, 6126, 6126, '0', '0', 0, 615.861083984375, 224.8324432373046875, 328.95977783203125, 1.650866150856018066, 0.007508754730224609, 0.001162528991699218, 0.734839439392089843, 0.678198516368865966, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+16, 179906, 727, 6126, 6126, '0', '0', 0, 614.13543701171875, 120.0972213745117187, 294.65618896484375, 4.409838676452636718, 0, 0, -0.80559158325195312, 0.592471241950988769, 90, 255, 1, 55461), -- Food Buff (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+17, 212312, 727, 6126, 6126, '0', '0', 0, 615.8372802734375, 233.672607421875, 328.973297119140625, 4.907505989074707031, 0.007056713104248046, -0.00879669189453125, -0.63480949401855468, 0.772586405277252197, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+18, 212315, 727, 6126, 6126, '0', '0', 0, 615.35125732421875, 227.237213134765625, 328.986175537109375, 5.371253013610839843, 0.001028060913085937, 0.007528305053710937, -0.44030189514160156, 0.897817671298980712, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+19, 212314, 727, 6126, 6126, '0', '0', 0, 612.85968017578125, 229.4408721923828125, 328.98211669921875, 3.111219644546508789, 0.006133079528808593, -0.00960731506347656, 0.999818801879882812, 0.015244622714817523, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+20, 212081, 727, 6126, 6126, '0', '0', 0, 615.50994873046875, 79.418121337890625, 298.286712646484375, 1.654057860374450683, -0.03407955169677734, -0.02646541595458984, 0.735444068908691406, 0.67621016502380371, 7200, 255, 1, 55461), -- Lava Depot (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+21, 212080, 727, 6126, 6126, '0', '0', 0, 564.8048095703125, 337.08734130859375, 347.142730712890625, 1.571253895759582519, 0.011277198791503906, 0.006951332092285156, 0.707234382629394531, 0.706855058670043945, 7200, 255, 1, 55461), -- Waterfall Depot (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+22, 212083, 727, 6126, 6126, '0', '0', 0, 777.7376708984375, 502.31109619140625, 359.453704833984375, 0.719447970390319824, -0.01845312118530273, -0.01729774475097656, 0.351691246032714843, 0.935774266719818115, 7200, 255, 1, 55461), -- Troll Depot (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+23, 212082, 727, 6126, 6126, '0', '0', 0, 896.7935791015625, 25.2902679443359375, 364.14306640625, 3.539994239807128906, -0.00981664657592773, 0.03659820556640625, -0.9795389175415039, 0.197655469179153442, 7200, 255, 1, 55461), -- Diamond Depot (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+24, 212299, 727, 6126, 6126, '0', '0', 0, 863.1053466796875, 131.065765380859375, 328.97515869140625, 5.572046756744384765, 0.006380558013916015, 0.015316963195800781, -0.34808635711669921, 0.937315583229064941, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+25, 212298, 727, 6126, 6126, '0', '0', 0, 865.6170654296875, 130.4124755859375, 328.992523193359375, 4.088826179504394531, 0.021915435791015625, 0.004639625549316406, -0.88975906372070312, 0.455880433320999145, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+26, 212301, 727, 6126, 6126, '0', '0', 0, 868.378662109375, 134.34051513671875, 329.007537841796875, 1.338990211486816406, -0.00759649276733398, -0.00015735626220703, 0.620594024658203125, 0.784095227718353271, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+27, 212300, 727, 6126, 6126, '0', '0', 0, 868.4132080078125, 136.8855133056640625, 328.97802734375, 5.611620426177978515, -0.0039372444152832, -0.00649833679199218, -0.32950973510742187, 0.944121599197387695, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+28, 212303, 727, 6126, 6126, '0', '0', 0, 863.923583984375, 128.2986297607421875, 328.973297119140625, 1.477124452590942382, 0.009720802307128906, 0.005717277526855468, 0.673201560974121093, 0.73937302827835083, 7200, 255, 1, 55461), -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@OGUID+29, 212302, 727, 6126, 6126, '0', '0', 0, 862.1124267578125, 122.314422607421875, 328.96124267578125, 1.480865240097045898, -0.00216007232666015, -0.01177215576171875, 0.674508094787597656, 0.738170385360717773, 7200, 255, 1, 55461); -- Chair (Area: Silvershard Mines - Difficulty: 0) CreateObject1
DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+29;
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), -- Gate
(@OGUID+1, 0, 0, 1, -0.00000004371138828, 0, 0), -- Gate
(@OGUID+2, 0, 0, 1, -0.00000004371138828, 0, 0), -- Gate
(@OGUID+3, 0, 0, 1, -0.00000004371138828, 0, 0), -- Gate
(@OGUID+4, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+5, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+6, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+7, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+8, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+9, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+11, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+13, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+15, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+17, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+18, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+19, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+20, 0, 0, 1, -0.00000004371138828, 0, 0), -- Lava Depot
(@OGUID+21, 0, 0, 1, -0.00000004371138828, 0, 0), -- Waterfall Depot
(@OGUID+22, 0, 0, 1, -0.00000004371138828, 0, 0), -- Troll Depot
(@OGUID+23, 0, 0, 1, -0.00000004371138828, 0, 0), -- Diamond Depot
(@OGUID+24, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+25, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+26, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+27, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+28, 0, 0, 1, -0.00000004371138828, 0, 0), -- Chair
(@OGUID+29, 0, 0, 1, -0.00000004371138828, 0, 0); -- Chair
UPDATE `gameobject_template` SET `StringId` = 'bg_silvershard_mine_depot' WHERE `entry` IN (212080, 212081, 212082, 212083);
UPDATE `creature_template_difficulty` SET `StaticFlags1`=805306368, `VerifiedBuild`=55461 WHERE (`Entry`=60380 AND `DifficultyID`=0); -- 60380 (Mine Cart) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `StaticFlags1`=805306368, `VerifiedBuild`=55461 WHERE (`Entry`=60378 AND `DifficultyID`=0); -- 60378 (Mine Cart) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `StaticFlags1`=805306368, `VerifiedBuild`=55461 WHERE (`Entry`=60379 AND `DifficultyID`=0); -- 60379 (Mine Cart) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `StaticFlags1`=536871168, `VerifiedBuild`=55461 WHERE (`Entry`=60145 AND `DifficultyID`=0); -- 60145 (Points Trigger) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `StaticFlags1`=268435456, `VerifiedBuild`=55461 WHERE (`Entry`=60140 AND `DifficultyID`=0); -- 60140 (Mine Cart) - CanSwim
UPDATE `creature_template_difficulty` SET `StaticFlags1`=536870912, `VerifiedBuild`=55461 WHERE (`Entry`=60283 AND `DifficultyID`=0); -- 60283 (Track Switch) - Floating
UPDATE `creature_template` SET `speed_walk`=5.599999904632568359, `speed_run`=2, `unit_flags2`=0, `ScriptName`='npc_bg_silvershard_mines_mine_cart_cosmetic' WHERE `entry` IN (60380, 60378, 60379); -- Mine Cart
UPDATE `creature_template` SET `unit_flags2`=67108864, `unit_flags3`=16777217, `ScriptName` = 'npc_bg_silvershard_mines_mine_cart' WHERE `entry`=60140; -- Mine Cart
UPDATE `creature_template` SET `unit_flags`=0x300, `unit_flags2`=0x4000800, `unit_flags3`=0x1000000 WHERE `entry`=60283; -- Track Switch
DELETE FROM `creature_template_addon` WHERE `entry` IN (62671, 62672);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(62671, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '122297'), -- 62671 (BANANAS) - Hold Barrel
(62672, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '122236'); -- 62672 (Harrison Jones) - Read Scroll
DELETE FROM `vehicle_template_accessory` WHERE (`seat_id`=0 AND `entry` IN (60380,60378));
INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES
(60380, 62671, 0, 0, 'Mine Cart - BANANAS', 7, 0), -- Mine Cart - BANANAS
(60378, 62672, 0, 0, 'Mine Cart - Harrison Jones', 7, 0); -- Mine Cart - Harrison Jones
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (60283, 60380, 60378);
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES
(60283, 124491, 0x01, 0), -- Track Switch
(60380, 46598, 0, 0), -- Track Switch
(60378, 46598, 0, 0); -- Track Switch
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+8;
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`, `curHealthPct`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 14848, 727, 6126, 6126, '0', '0', 0, 0, 2, 906.5225830078125, 7.706597328186035156, 361.860107421875, 2.000355720520019531, 7200, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 55461), -- Herald (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@CGUID+1, 14848, 727, 6126, 6126, '0', '0', 0, 0, 2, 593.90972900390625, 83.7725677490234375, 295.45196533203125, 0.001752360025420784, 7200, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 55461), -- Herald (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@CGUID+2, 60145, 727, 6126, 6126, '0', '0', 0, 0, 0, 747.77606201171875, 195.439239501953125, 319.901123046875, 0, 7200, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 55461), -- Points Trigger (Area: Silvershard Mines - Difficulty: 0) CreateObject1 (Auras: )
(@CGUID+3, 14848, 727, 6126, 6126, '0', '0', 0, 0, 2, 760.64239501953125, 517.38714599609375, 357.34368896484375, 5.480351924896240234, 7200, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 55461), -- Herald (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@CGUID+4, 14848, 727, 6126, 6126, '0', '0', 0, 0, 2, 545.951416015625, 328.916656494140625, 347.15789794921875, 0.214559689164161682, 7200, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 55461), -- Herald (Area: Silvershard Mines - Difficulty: 0) CreateObject1
(@CGUID+5, 60283, 727, 6126, 6126, '0', '0', 0, 0, 0, 715.64239501953125, 100.1649322509765625, 320.284454345703125, 4.592556476593017578, 7200, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 55461), -- Track Switch (Area: Silvershard Mines - Difficulty: 0) CreateObject1 (Auras: 120228 - Track Switch Visual (Opened))
(@CGUID+6, 60283, 727, 6126, 6126, '0', '0', 0, 0, 0, 845.55731201171875, 307.552093505859375, 347.03790283203125, 0.622477710247039794, 7200, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 55461), -- Track Switch (Area: Silvershard Mines - Difficulty: 0) CreateObject1 (Auras: 120228 - Track Switch Visual (Opened))
(@CGUID+7, 13117, 727, 6126, 6126, '0', '0', 0, 0, 1, 626.8836669921875, 231.08160400390625, 329.073974609375, 5.553977012634277343, 7200, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 55461), -- Horde Spirit Guide (Area: Silvershard Mines - Difficulty: 0) CreateObject1 (Auras: 9036 - Ghost, 9617 - Ghost Visual)
(@CGUID+8, 13116, 727, 6126, 6126, '0', '0', 0, 0, 1, 854.2100830078125, 132.920135498046875, 329.073974609375, 2.267521858215332031, 7200, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 55461); -- Alliance Spirit Guide (Area: Silvershard Mines - Difficulty: 0) CreateObject1 (Auras: 9036 - Ghost, 9617 - Ghost Visual)
UPDATE `creature` SET `StringId` = 'bg_silvershard_mines_track_switch_east' WHERE `guid` = @CGUID+5;
UPDATE `creature` SET `StringId` = 'bg_silvershard_mines_track_switch_north' WHERE `guid` = @CGUID+6;
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+8;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 5, '120228'), -- Track Switch - 120228 - Track Switch Visual (Opened)
(@CGUID+6, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 5, ''); -- Track Switch
DELETE FROM `creature_text` WHERE `CreatureID`=60140;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(60140, 1, 1, 'A %s has arrived from the center depot.', 41, 0, 100, 0, 0, 0, 60444, 3, 'Mine Cart'),
(60140, 2, 1, 'The Alliance has captured a Mine Cart!', 37, 0, 100, 0, 0, 0, 59689, 3, 'Mine Cart'),
(60140, 3, 1, 'The Horde has captured a Mine Cart!', 38, 0, 100, 0, 0, 0, 59690, 3, 'Mine Cart');
SET @PATH := 60140 * 100 + 0;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart - South');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
-- (@PATH, -1, 741.8247, 200.5139, 319.5634, NULL, 0), -- Might be Spawn Position
(@PATH, 0, 738.9358, 204.10417, 319.60315, NULL, 0),
(@PATH, 1, 736.0469, 207.69444, 319.6429, NULL, 0),
(@PATH, 2, 732.5243, 213.625, 320.1088, NULL, 0),
(@PATH, 3, 730.5608, 219.11632, 320.54398, NULL, 0),
(@PATH, 4, 728.0052, 231.57639, 321.03696, NULL, 0),
(@PATH, 5, 725.6285, 236.94444, 321.03174, NULL, 0),
(@PATH, 6, 722.8368, 241.67708, 320.7483, NULL, 0),
(@PATH, 7, 720.7118, 244.52083, 321.24887, NULL, 0),
(@PATH, 8, 715.6458, 251.42361, 321.13367, NULL, 0),
(@PATH, 9, 710.8594, 261.08682, 320.8995, NULL, 0),
(@PATH, 10, 707.2899, 270.05383, 320.63297, NULL, 0),
(@PATH, 11, 703.6528, 278.1771, 320.5885, NULL, 0),
(@PATH, 12, 696.5243, 290.17883, 320.65274, NULL, 0),
(@PATH, 13, 686.26044, 301.60416, 321.03854, NULL, 0),
(@PATH, 14, 667.94965, 317.13715, 323.14688, NULL, 0),
(@PATH, 15, 660.3976, 323.90625, 324.70975, NULL, 0),
(@PATH, 16, 651.4028, 331.2066, 327.37286, NULL, 0),
(@PATH, 17, 638.68054, 342.33853, 332.27582, NULL, 0),
(@PATH, 18, 633.8316, 345.2587, 334.5666, NULL, 0),
(@PATH, 19, 626.21704, 345.49133, 337.44138, NULL, 0),
(@PATH, 20, 616.74133, 343.22397, 340.5497, NULL, 0),
(@PATH, 21, 601.7222, 340.30728, 344.57382, NULL, 0),
(@PATH, 22, 592.059, 339.27432, 346.0716, NULL, 0),
(@PATH, 23, 585.47394, 337.6736, 346.30173, NULL, 0);
SET @PATH := 60140 * 100 + 1;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart - South - End');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 563.509, 337.615, 347.005, NULL, 0);
SET @PATH := 60140 * 100 + 2;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart - North');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 759.32465, 198.3316, 319.53058, NULL, 0),
(@PATH, 1, 762.0156, 199.5382, 319.5831, NULL, 0),
(@PATH, 2, 765.59375, 202.52951, 319.96033, NULL, 0),
(@PATH, 3, 770.78644, 210.38194, 321.3461, NULL, 0),
(@PATH, 4, 776.9566, 222.91667, 323.30746, NULL, 0),
(@PATH, 5, 780.19617, 232.62154, 324.97916, NULL, 0),
(@PATH, 6, 783.5833, 241.64583, 327.92972, NULL, 0),
(@PATH, 7, 787.6268, 249.40105, 330.78836, NULL, 0),
(@PATH, 8, 794.5851, 259.57986, 336.81503, NULL, 0),
(@PATH, 9, 803.3455, 269.59027, 341.3372, NULL, 0),
(@PATH, 10, 816.42706, 282.56424, 344.84903, NULL, 0),
(@PATH, 11, 823.8924, 289.4271, 345.9665, NULL, 0),
(@PATH, 12, 830.2726, 294.85764, 346.55655, NULL, 0),
(@PATH, 13, 835.59204, 300.4184, 346.95596, NULL, 0);
SET @PATH := 60140 * 100 + 3;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart - North - East');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 838.25696, 302.21875, 347.33386, NULL, 0),
(@PATH, 1, 843.25696, 303.46875, 347.33386, NULL, 0),
(@PATH, 2, 848.25696, 303.71875, 347.33386, NULL, 0),
(@PATH, 3, 854.00696, 303.21875, 347.33386, NULL, 0),
(@PATH, 4, 860.00696, 301.46875, 347.58386, NULL, 0),
(@PATH, 5, 863.50696, 299.96875, 347.58386, NULL, 0),
(@PATH, 6, 867.25696, 297.46875, 347.58386, NULL, 0),
(@PATH, 7, 877.25696, 287.71875, 347.58386, NULL, 0),
(@PATH, 8, 881.75696, 279.21875, 347.33386, NULL, 0),
(@PATH, 9, 885.75696, 270.46875, 346.83386, NULL, 0),
(@PATH, 10, 889.25696, 261.21875, 346.33386, NULL, 0),
(@PATH, 11, 893.50696, 248.71875, 346.08386, NULL, 0),
(@PATH, 12, 894.75696, 241.71875, 346.58386, NULL, 0),
(@PATH, 13, 897.75696, 226.46875, 350.08386, NULL, 0),
(@PATH, 14, 904.25696, 210.46875, 354.83386, NULL, 0),
(@PATH, 15, 911.50696, 178.46875, 363.83386, NULL, 0),
(@PATH, 16, 912.50696, 168.21875, 366.58386, NULL, 0),
(@PATH, 17, 912.00696, 163.21875, 366.83386, NULL, 0),
(@PATH, 18, 909.00696, 153.46875, 366.83386, NULL, 0),
(@PATH, 19, 907.00696, 149.71875, 366.83386, NULL, 0),
(@PATH, 20, 898.25696, 138.71875, 366.83386, NULL, 0),
(@PATH, 21, 888.25696, 126.21875, 366.58386, NULL, 0),
(@PATH, 22, 885.50696, 120.46875, 366.33386, NULL, 0),
(@PATH, 23, 882.75696, 109.21875, 365.83386, NULL, 0),
(@PATH, 24, 882.25696, 104.71875, 365.58386, NULL, 0),
(@PATH, 25, 883.75696, 97.21875, 365.33386, NULL, 0),
(@PATH, 26, 889.00696, 89.46875, 365.08386, NULL, 0),
(@PATH, 27, 891.00696, 82.46875, 365.08386, NULL, 0),
(@PATH, 28, 891.00696, 76.46875, 364.83386, NULL, 0),
(@PATH, 29, 890.25696, 70.96875, 365.08386, NULL, 0),
(@PATH, 30, 890.75696, 62.96875, 364.83386, NULL, 0),
(@PATH, 31, 891.75696, 56.21875, 364.58386, NULL, 0),
(@PATH, 32, 893.9219, 45.519096, 363.71173, NULL, 0);
SET @PATH := 60140 * 100 + 4;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart - North - East - End');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 893.2969, 41.380196, 363.83173, NULL, 0),
(@PATH, 1, 893.2969, 37.880196, 364.08173, NULL, 0),
(@PATH, 2, 893.2969, 35.130196, 364.08173, NULL, 0),
(@PATH, 3, 893.5469, 33.130196, 364.08173, NULL, 0),
(@PATH, 4, 895.2969, 29.380196, 364.08173, NULL, 0),
(@PATH, 5, 897.1719, 25.24132, 363.95175, NULL, 0);
SET @PATH := 60140 * 100 + 5;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart - North - West');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 837.74133, 303.2179, 347.39374, NULL, 0),
(@PATH, 1, 840.74133, 307.4679, 347.39374, NULL, 0),
(@PATH, 2, 844.74133, 314.2179, 347.39374, NULL, 0),
(@PATH, 3, 847.99133, 321.7179, 347.64374, NULL, 0),
(@PATH, 4, 848.74133, 326.9679, 347.39374, NULL, 0),
(@PATH, 5, 846.99133, 342.7179, 347.39374, NULL, 0),
(@PATH, 6, 843.49133, 350.9679, 347.64374, NULL, 0),
(@PATH, 7, 831.99133, 372.4679, 347.39374, NULL, 0),
(@PATH, 8, 822.49133, 397.4679, 347.14374, NULL, 0),
(@PATH, 9, 818.74133, 406.9679, 348.14374, NULL, 0),
(@PATH, 10, 817.99133, 410.4679, 348.89374, NULL, 0),
(@PATH, 11, 816.74133, 419.2179, 350.64374, NULL, 0),
(@PATH, 12, 817.24133, 422.7179, 351.39374, NULL, 0),
(@PATH, 13, 815.99133, 429.2179, 353.39374, NULL, 0),
(@PATH, 14, 814.24133, 434.7179, 355.14374, NULL, 0),
(@PATH, 15, 810.99133, 442.2179, 357.14374, NULL, 0),
(@PATH, 16, 807.49133, 457.7179, 358.89374, NULL, 0),
(@PATH, 17, 806.74133, 466.4679, 359.14374, NULL, 0),
(@PATH, 18, 803.99133, 472.9679, 359.39374, NULL, 0),
(@PATH, 19, 800.99133, 476.9679, 359.64374, NULL, 0),
(@PATH, 20, 793.74133, 485.2179, 359.64374, NULL, 0),
(@PATH, 21, 791.3906, 487.51736, 359.3315, NULL, 0);
SET @PATH := 60140 * 100 + 6;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart - North - West - End');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 778.271, 502.75, 359.293, NULL, 0);
SET @PATH := 60140 * 100 + 7;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart - East');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 744.5174, 183.19792, 319.54395, NULL, 0),
(@PATH, 1, 742.8542, 178.96355, 319.60175, NULL, 0),
(@PATH, 2, 739.8906, 171.5191, 319.36505, NULL, 0),
(@PATH, 3, 735.5955, 163.54341, 319.2191, NULL, 0),
(@PATH, 4, 730.4774, 155.19444, 319.13043, NULL, 0),
(@PATH, 5, 728.85767, 152.40625, 319.62506, NULL, 0),
(@PATH, 6, 723.92365, 143.10417, 319.6667, NULL, 0),
(@PATH, 7, 719.36456, 131.09375, 319.55307, NULL, 0),
(@PATH, 8, 717.6007, 122.72222, 320.09778, NULL, 0),
(@PATH, 9, 716.9514, 113.51736, 320.84427, NULL, 0);
SET @PATH := 60140 * 100 + 8;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart - East - South');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 715.82294, 109.03732, 321.0153, NULL, 0),
(@PATH, 1, 713.32294, 104.28732, 320.2653, NULL, 0),
(@PATH, 2, 706.82294, 99.28732, 319.0153, NULL, 0),
(@PATH, 3, 701.82294, 97.28732, 317.7653, NULL, 0),
(@PATH, 4, 695.07294, 96.53732, 316.2653, NULL, 0),
(@PATH, 5, 686.57294, 95.53732, 314.5153, NULL, 0),
(@PATH, 6, 680.32294, 94.53732, 312.7653, NULL, 0),
(@PATH, 7, 670.32294, 90.03732, 309.5153, NULL, 0),
(@PATH, 8, 663.82294, 86.53732, 307.0153, NULL, 0),
(@PATH, 9, 660.32294, 84.53732, 305.7653, NULL, 0),
(@PATH, 10, 647.32294, 82.03732, 302.0153, NULL, 0),
(@PATH, 11, 638.57294, 81.53732, 299.5153, NULL, 0),
(@PATH, 12, 634.69446, 81.05729, 298.6863, NULL, 0);
SET @PATH := 60140 * 100 + 9;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart - East - South - End');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 615.415, 79.6458, 298.101, NULL, 0);
SET @PATH := 60140 * 100 + 10;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart - East - North');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 716.97485, 108.50173, 321.13733, NULL, 0),
(@PATH, 1, 719.97485, 101.50173, 321.38733, NULL, 0),
(@PATH, 2, 724.47485, 98.25173, 322.13733, NULL, 0),
(@PATH, 3, 732.72485, 94.75173, 323.88733, NULL, 0),
(@PATH, 4, 737.72485, 93.75173, 325.88733, NULL, 0),
(@PATH, 5, 744.47485, 92.25173, 328.13733, NULL, 0),
(@PATH, 6, 758.72485, 89.25173, 332.88733, NULL, 0),
(@PATH, 7, 767.22485, 86.00173, 336.13733, NULL, 0),
(@PATH, 8, 774.22485, 82.25173, 339.38733, NULL, 0),
(@PATH, 9, 784.22485, 79.50173, 342.88733, NULL, 0),
(@PATH, 10, 793.72485, 78.25173, 346.13733, NULL, 0),
(@PATH, 11, 798.22485, 77.25173, 348.13733, NULL, 0),
(@PATH, 12, 803.97485, 74.75173, 349.88733, NULL, 0),
(@PATH, 13, 807.72485, 72.25173, 351.13733, NULL, 0),
(@PATH, 14, 813.47485, 67.75173, 352.88733, NULL, 0),
(@PATH, 15, 819.97485, 64.00173, 354.88733, NULL, 0),
(@PATH, 16, 823.97485, 63.00173, 355.88733, NULL, 0),
(@PATH, 17, 829.72485, 63.00173, 357.13733, NULL, 0),
(@PATH, 18, 833.47485, 64.25173, 357.88733, NULL, 0),
(@PATH, 19, 842.22485, 70.50173, 359.88733, NULL, 0),
(@PATH, 20, 850.47485, 71.50173, 361.38733, NULL, 0),
(@PATH, 21, 859.47485, 69.00173, 362.88733, NULL, 0),
(@PATH, 22, 865.47485, 65.25173, 363.88733, NULL, 0),
(@PATH, 23, 873.47485, 58.00173, 364.63733, NULL, 0),
(@PATH, 24, 879.72485, 51.75173, 364.63733, NULL, 0),
(@PATH, 25, 885.4983, 42.98611, 363.93036, NULL, 0);
SET @PATH := 60140 * 100 + 11;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart - East - North - End');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 887.8976, 40.052082, 363.96014, NULL, 0),
(@PATH, 1, 890.1476, 37.052082, 363.96014, NULL, 0),
(@PATH, 2, 891.8976, 34.802082, 364.21014, NULL, 0),
(@PATH, 3, 893.1476, 33.302082, 364.21014, NULL, 0),
(@PATH, 4, 895.1476, 29.302082, 364.21014, NULL, 0),
(@PATH, 5, 896.7969, 25.618055, 363.98996, null, 0);
SET @PATH := 60379 * 100 + 0;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart (Cosmetic) - 1');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 735.7135, 293.2292, 398.70938, NULL, 0),
(@PATH, 1, 731.86456, 290.72745, 398.5858, NULL, 0),
(@PATH, 2, 728.0156, 288.2257, 398.4622, NULL, 0),
(@PATH, 3, 714.0347, 274.5382, 395.02786, NULL, 0),
(@PATH, 4, 706.36804, 263.4514, 393.16946, NULL, 0),
(@PATH, 5, 698.7674, 246.16145, 391.61017, NULL, 0),
(@PATH, 6, 693.3455, 230.83333, 391.1844, NULL, 0),
(@PATH, 7, 692.309, 213.23611, 390.35565, NULL, 0),
(@PATH, 8, 697.783, 197.06598, 388.44452, NULL, 0),
(@PATH, 9, 705.8802, 185.94618, 386.44757, NULL, 0),
(@PATH, 10, 722.11804, 176.19966, 380.83176, NULL, 0),
(@PATH, 11, 738.55035, 174.20486, 376.92075, NULL, 0),
(@PATH, 12, 745.15454, 174.79341, 375.73212, NULL, 0),
(@PATH, 13, 756.8698, 178.67014, 373.56097, NULL, 0),
(@PATH, 14, 760.05206, 180.32812, 373.28217, NULL, 0),
(@PATH, 15, 771.40106, 190.80035, 374.18176, NULL, 0),
(@PATH, 16, 778.2118, 199.4948, 375.7447, NULL, 0),
(@PATH, 17, 786.6476, 217.34201, 379.0099, NULL, 0),
(@PATH, 18, 790.3073, 228.7257, 379.14127, NULL, 0),
(@PATH, 19, 792.0139, 239.59029, 376.86124, NULL, 0),
(@PATH, 20, 793.3733, 245.70139, 374.7973, NULL, 0),
(@PATH, 21, 797.2743, 254.91145, 371.12878, NULL, 0),
(@PATH, 22, 800.6684, 260.34723, 368.272, NULL, 0),
(@PATH, 23, 804.48267, 263.93924, 368.13562, NULL, 0),
(@PATH, 24, 815.56946, 272.24652, 368.79605, NULL, 0),
(@PATH, 25, 823.11456, 280.97745, 370.88733, NULL, 0),
(@PATH, 26, 834.38715, 294.5087, 373.0812, NULL, 0),
(@PATH, 27, 848.27954, 307.47397, 374.22733, NULL, 0),
(@PATH, 28, 860.3802, 320.32465, 375.4498, NULL, 0),
(@PATH, 29, 871.44446, 333.64236, 376.49252, NULL, 0),
(@PATH, 30, 875.5174, 338.5434, 376.8501, NULL, 0),
(@PATH, 31, 880.76044, 342.86285, 378.05972, NULL, 0),
(@PATH, 32, 889.17365, 348.11978, 380.0994, NULL, 0),
(@PATH, 33, 893.8594, 350.12152, 381.12195, NULL, 0),
(@PATH, 34, 899.5382, 350.87326, 382.26337, NULL, 0),
(@PATH, 35, 913.4601, 352.25696, 383.08, NULL, 0),
(@PATH, 36, 928.8368, 353.97916, 383.14316, NULL, 0),
(@PATH, 37, 933.809, 354.85416, 383.23328, NULL, 0),
(@PATH, 38, 947.9757, 361.87674, 384.30017, NULL, 0),
(@PATH, 39, 957.875, 368.30728, 384.98563, NULL, 0),
(@PATH, 40, 965.8108, 372.96353, 384.33072, NULL, 0),
(@PATH, 41, 987.5052, 379.3889, 383.41644, NULL, 0),
(@PATH, 42, 1004.0208, 381.5, 383.40344, NULL, 0),
(@PATH, 43, 1013.2708, 380.30557, 382.4711, NULL, 0),
(@PATH, 44, 1026.6077, 375.3021, 380.2595, NULL, 0),
(@PATH, 45, 1032.1163, 371.1632, 379.65323, NULL, 0),
(@PATH, 46, 1037.3195, 367.58682, 379.32047, NULL, 0),
(@PATH, 47, 1041.4375, 363.4514, 379.4645, NULL, 0),
(@PATH, 48, 1048.9202, 355.4479, 379.80124, NULL, 0),
(@PATH, 49, 1053.4896, 347.11978, 379.97577, NULL, 0),
(@PATH, 50, 1058.8125, 334.93402, 380.25137, NULL, 0),
(@PATH, 51, 1064.6041, 316.09897, 380.37222, NULL, 0),
(@PATH, 52, 1063.8524, 306.75522, 379.75546, NULL, 0),
(@PATH, 53, 1062.0416, 300.1337, 378.58887, NULL, 0),
(@PATH, 54, 1059.6476, 296.14932, 377.7218, NULL, 0),
(@PATH, 55, 1045.026, 275.39758, 375.382, NULL, 0);
SET @PATH := 60379 * 100 + 1;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart (Cosmetic) - 2');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 580.17706, 305.46524, 395.6946, NULL, 0),
(@PATH, 1, 583.8715, 304.40103, 396.251, NULL, 0),
(@PATH, 2, 587.566, 303.33682, 396.8074, NULL, 0),
(@PATH, 3, 601.57465, 312.1771, 396.0683, NULL, 0),
(@PATH, 4, 618.4549, 316.8611, 394.96066, NULL, 0),
(@PATH, 5, 635.9514, 318.70486, 394.21738, NULL, 0),
(@PATH, 6, 648.25867, 318.11807, 393.31815, NULL, 0),
(@PATH, 7, 658.309, 312.55557, 390.93103, NULL, 0),
(@PATH, 8, 661.7483, 310.2396, 389.92807, NULL, 0),
(@PATH, 9, 669.8281, 299.9809, 388.26355, NULL, 0),
(@PATH, 10, 673.09375, 296.39932, 387.64984, NULL, 0),
(@PATH, 11, 678.57294, 290.21875, 386.97983, NULL, 0),
(@PATH, 12, 682.033, 286.47397, 386.33453, NULL, 0),
(@PATH, 13, 690.8507, 270.93228, 384.19302, NULL, 0),
(@PATH, 14, 702.21356, 258.717, 380.11124, NULL, 0),
(@PATH, 15, 708.0972, 255.76042, 378.24768, NULL, 0),
(@PATH, 16, 721.75, 251.1875, 374.3099, NULL, 0),
(@PATH, 17, 738.5972, 251.07986, 371.8639, NULL, 0),
(@PATH, 18, 754.90625, 252.67535, 370.3364, NULL, 0),
(@PATH, 19, 773.30206, 255.25, 369.9608, NULL, 0),
(@PATH, 20, 784.9809, 256.5521, 369.80273, NULL, 0),
(@PATH, 21, 799.65454, 261.37848, 368.89142, NULL, 0),
(@PATH, 22, 815.2309, 272.30902, 368.7668, NULL, 0),
(@PATH, 23, 823.17706, 280.9045, 370.88882, NULL, 0),
(@PATH, 24, 833.94446, 294.62674, 373.07675, NULL, 0),
(@PATH, 25, 848.4583, 307.42014, 374.23453, NULL, 0),
(@PATH, 26, 860.01044, 320.06076, 375.40463, NULL, 0),
(@PATH, 27, 874.8958, 338.64758, 376.81577, NULL, 0),
(@PATH, 28, 889.1285, 348.17883, 380.09464, NULL, 0),
(@PATH, 29, 893.93054, 349.85416, 381.11908, NULL, 0),
(@PATH, 30, 899.82465, 350.94965, 382.29288, NULL, 0),
(@PATH, 31, 913.46356, 352.2014, 383.08054, NULL, 0),
(@PATH, 32, 929.11115, 353.93402, 383.16205, NULL, 0),
(@PATH, 33, 933.67365, 354.78125, 383.21063, NULL, 0),
(@PATH, 34, 947.7917, 361.9566, 384.28598, NULL, 0),
(@PATH, 35, 957.55206, 368.69965, 385.0245, NULL, 0),
(@PATH, 36, 965.9583, 373.408, 384.33798, NULL, 0),
(@PATH, 37, 976.3715, 377.1059, 383.54767, NULL, 0),
(@PATH, 38, 996.7101, 381.62326, 383.80093, NULL, 0);
SET @PATH := 60379 * 100 + 2;
DELETE FROM `waypoint_path` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path` (`PathId`, `MoveType`, `Flags`, `Comment`) VALUES
(@PATH, 0, 0x2, 'Battleground Silvershard Mines - Mine Cart (Cosmetic) - 3');
DELETE FROM `waypoint_path_node` WHERE `PathId` = @PATH;
INSERT INTO `waypoint_path_node` (`PathId`, `NodeId`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `Delay`) VALUES
(@PATH, 0, 1117.7551, 285.7205, 389.8406, NULL, 0),
(@PATH, 1, 1112.283, 287.04688, 390.49927, NULL, 0),
(@PATH, 2, 1106.8108, 288.37326, 391.15793, NULL, 0),
(@PATH, 3, 1085.8785, 293.11807, 392.2367, NULL, 0),
(@PATH, 4, 1069.0625, 297.52603, 391.34763, NULL, 0),
(@PATH, 5, 1048.908, 294.625, 390.70905, NULL, 0),
(@PATH, 6, 1032.3317, 289.79514, 389.98892, NULL, 0),
(@PATH, 7, 1020.8004, 285.28995, 389.7066, NULL, 0),
(@PATH, 8, 1012.1007, 281.94446, 389.90375, NULL, 0),
(@PATH, 9, 1000.3351, 271.69965, 392.6553, NULL, 0),
(@PATH, 10, 994.21356, 263.77777, 394.44055, NULL, 0),
(@PATH, 11, 975.9774, 236.66667, 395.3355, NULL, 0),
(@PATH, 12, 955.8941, 207.41493, 393.21887, NULL, 0),
(@PATH, 13, 948.24304, 192.37326, 396.24258, NULL, 0),
(@PATH, 14, 944.36285, 182.16145, 398.97665, NULL, 0),
(@PATH, 15, 941.1302, 176.33507, 400.0023, NULL, 0),
(@PATH, 16, 938.5278, 173.0868, 400.44632, NULL, 0),
(@PATH, 17, 934.0434, 168.74132, 400.6807, NULL, 0),
(@PATH, 18, 929.7205, 164.76562, 400.79932, NULL, 0),
(@PATH, 19, 906.75867, 146.71875, 402.70294, NULL, 0),
(@PATH, 20, 903.158, 142.79688, 403.11172, NULL, 0),
(@PATH, 21, 897.2917, 133.44618, 403.73123, NULL, 0),
(@PATH, 22, 891.4618, 122.44618, 403.4227, NULL, 0),
(@PATH, 23, 887.09375, 109.50521, 404.85757, NULL, 0),
(@PATH, 24, 878.2118, 96.80729, 407.5734, NULL, 0),
(@PATH, 25, 871.0018, 88.90972, 408.27496, NULL, 0),
(@PATH, 26, 860.5382, 77.55903, 407.2642, NULL, 0),
(@PATH, 27, 853.0347, 71.40104, 405.6935, NULL, 0),
(@PATH, 28, 830.0677, 57.95139, 400.13443, NULL, 0),
(@PATH, 29, 822.6893, 56.282986, 399.9273, NULL, 0),
(@PATH, 30, 813.30554, 56.605904, 400.81268, NULL, 0);

View File

@@ -0,0 +1,30 @@
DELETE FROM `class_expansion_requirement` WHERE `RaceID` IN (84, 85) AND `ClassID` IN (1, 2, 3, 4, 5, 7, 8, 9, 10);
INSERT INTO `class_expansion_requirement` (`ClassID`, `RaceID`, `ActiveExpansionLevel`, `AccountExpansionLevel`) VALUES
(1, 84, 10, 10),
(2, 84, 10, 10),
(3, 84, 10, 10),
(4, 84, 10, 10),
(5, 84, 10, 10),
(7, 84, 10, 10),
(8, 84, 10, 10),
(9, 84, 10, 10),
(10, 84, 10, 10),
(1, 85, 10, 10),
(2, 85, 10, 10),
(3, 85, 10, 10),
(4, 85, 10, 10),
(5, 85, 10, 10),
(7, 85, 10, 10),
(8, 85, 10, 10),
(9, 85, 10, 10),
(10, 85, 10, 10);
DELETE FROM `player_racestats` WHERE `race` IN (84, 85);
INSERT INTO `player_racestats` (`race`, `str`, `agi`, `sta`, `inte`) VALUES
(84, 0, 0, 0, 0),
(85, 0, 0, 0, 0);
DELETE FROM `race_unlock_requirement` WHERE `raceID` IN (84, 85);
INSERT INTO `race_unlock_requirement` (`raceID`, `expansion`, `achievementId`) VALUES
(84, 10, 40307),
(85, 10, 40307);

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_cataclysm';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(152108, 'spell_warl_cataclysm');

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_backdraft';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(17962, 'spell_warl_backdraft');
DELETE FROM `spell_proc` WHERE `SpellId` IN (117828);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(117828,0x00,5,0x00000000,0x00002040,0x00000002,0x00000000,0x0,0x0,0x1,0x2,0x0,0x18,0x0,0,0,0,0); -- Backdraft

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_pyrogenics';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(387095, 'spell_warl_pyrogenics');
DELETE FROM `spell_proc` WHERE `SpellId` IN (387095);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(387095,0x00,5,0x00000000,0x00000000,0x10000000,0x00000000,0x50000,0x0,0x1,0x2,0x0,0x2,0x0,0,100,0,0); -- Pyrogenics

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,613 @@
SET @CGUID := 10001981;
SET @OGUID := 10000475;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+79;
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, 222214, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2704.921875, -332.529510498046875, -1164.951904296875, 1.469749093055725097, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Frenzied Leaper (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 441315 - Razor-sharp Claws)
(@CGUID+1, 218315, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2672.0556640625, -427.010406494140625, -1173.642333984375, 5.148128986358642578, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Kaheti Sentry (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+2, 233422, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2629.572998046875, -381.34722900390625, -1165.325927734375, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Nerub-ar Palace (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+3, 226697, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2642.114990234375, -429.25457763671875, -1175.8541259765625, 5.690641403198242187, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Spider (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+4, 226697, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2684.75830078125, -473.49462890625, -1175.8544921875, 1.205718994140625, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Spider (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+5, 226697, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2637.019775390625, -434.78497314453125, -1175.8604736328125, 0.491247206926345825, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Spider (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+6, 222214, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2708.74658203125, -328.08160400390625, -1165.1151123046875, 6.235717296600341796, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Frenzied Leaper (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 441315 - Razor-sharp Claws)
(@CGUID+7, 219846, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2726.546875, -433.001739501953125, -1173.642333984375, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Nerubian Alarm (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: )
(@CGUID+8, 218317, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2711.442626953125, -463.508697509765625, -1171.5252685546875, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Woven Threadmancer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+9, 214720, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2751.273681640625, -395.128387451171875, -1157.3221435546875, 1.599391937255859375, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Pill Bug (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+10, 218316, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2770.1806640625, -352.6319580078125, -1165.030029296875, 5.714919090270996093, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Kaheti Vanguard (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+11, 219776, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2617.835205078125, -475.736114501953125, -1171.915283203125, 4.195309162139892578, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Anub'azal (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+12, 214720, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2720.53125, -367.771484375, -1158.83056640625, 2.937550544738769531, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Pill Bug (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+13, 226697, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2687.99560546875, -478.9879150390625, -1175.8599853515625, 5.993021011352539062, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Spider (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+14, 218315, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2690.567626953125, -442.11285400390625, -1173.642333984375, 5.708153247833251953, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Kaheti Sentry (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+15, 226697, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2639.1962890625, -427.137054443359375, -1175.8575439453125, 2.189795970916748046, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Spider (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+16, 226697, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2683.72314453125, -477.345001220703125, -1175.8583984375, 0.583292007446289062, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Spider (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+17, 218306, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2683.90966796875, -433.052093505859375, -1173.642333984375, 5.490996360778808593, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Scarab Captain Vul'akan (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+18, 233422, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2736.661376953125, -489.81597900390625, -1166.1282958984375, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Nerub-ar Palace (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+19, 219846, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2683.9462890625, -389.041656494140625, -1173.642333984375, 4.889959335327148437, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Nerubian Alarm (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: )
(@CGUID+20, 218317, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2653.428955078125, -405.314239501953125, -1171.5247802734375, 4.32733011245727539, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Woven Threadmancer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+21, 222214, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2701.786376953125, -327.704864501953125, -1165.115966796875, 3.530727386474609375, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Frenzied Leaper (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 441315 - Razor-sharp Claws)
(@CGUID+22, 214720, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2809.91455078125, -363.690673828125, -1168.635498046875, 4.069033622741699218, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Pill Bug (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+23, 214714, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2696.027099609375, -267.366943359375, -1154.5858154296875, 3.723925113677978515, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Moth (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+24, 214714, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2852.40283203125, -413.3642578125, -1153.6243896484375, 2.153605222702026367, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Moth (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+25, 222193, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2770.736083984375, -337.368072509765625, -1164.9910888671875, 5.093820571899414062, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Hollow Frostweaver (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+26, 226697, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2802.07568359375, -359.565277099609375, -1168.880126953125, 2.710929155349731445, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Spider (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+27, 214714, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2846.161865234375, -418.69390869140625, -1154.0933837890625, 4.328064918518066406, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Moth (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+28, 222214, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2779.666748046875, -357.196197509765625, -1165.0301513671875, 5.714046955108642578, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Frenzied Leaper (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 441315 - Razor-sharp Claws)
(@CGUID+29, 218320, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2779.579833984375, -346.055572509765625, -1164.9910888671875, 5.799431800842285156, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Acolyte (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+30, 214720, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2753.429931640625, -302.472442626953125, -1171.365966796875, 3.994060516357421875, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Pill Bug (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+31, 222193, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2734.7275390625, -286.2257080078125, -1160.1607666015625, 3.020457267761230468, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Hollow Frostweaver (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+32, 218316, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2714.619873046875, -280.953125, -1160.1607666015625, 5.47555398941040039, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Kaheti Vanguard (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+33, 214714, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2837.5458984375, -378.7152099609375, -1153.67578125, 0.847040295600891113, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Moth (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+34, 214720, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2744.893798828125, -299.534698486328125, -1170.1407470703125, 6.008593559265136718, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Pill Bug (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+35, 218316, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2764.23779296875, -346.45660400390625, -1165.0301513671875, 5.244007587432861328, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Kaheti Vanguard (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+36, 226697, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2752.205078125, -303.5101318359375, -1171.074951171875, 0.824216067790985107, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Spider (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+37, 222214, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2761.067626953125, -335.611114501953125, -1165.0301513671875, 5.462981700897216796, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Frenzied Leaper (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 441315 - Razor-sharp Claws)
(@CGUID+38, 214720, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2806.7197265625, -363.17193603515625, -1170.47802734375, 2.481635093688964843, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Pill Bug (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+39, 226697, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2756.839111328125, -309.7943115234375, -1170.855224609375, 4.821652412414550781, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Spider (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+40, 214714, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2700.872802734375, -265.11016845703125, -1153.942138671875, 0.97838747501373291, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Moth (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+41, 231649, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2692.48095703125, -423.12847900390625, -1371.2127685546875, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Ki'katal the Harvester (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+42, 218320, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2730.741455078125, -273.927093505859375, -1160.1607666015625, 2.345757484436035156, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Acolyte (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+43, 226697, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2803.73583984375, -360.144256591796875, -1170.7532958984375, 6.031390190124511718, 604800, 3, 0, 1, NULL, NULL, NULL, NULL, 56513), -- Spider (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+44, 218316, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2707.94970703125, -282.19097900390625, -1160.1607666015625, 3.499052286148071289, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Kaheti Vanguard (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+45, 218320, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2726.060791015625, -267.763885498046875, -1160.1607666015625, 2.284255504608154296, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Acolyte (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+46, 224439, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2767.76220703125, -291.008697509765625, -1181.8538818359375, 0.471584051847457885, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Support (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+47, 222235, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2680.21435546875, -220.28436279296875, -1145.92138671875, 5.733019828796386718, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Bloodthirsty Swarmer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 445909 - Bloodthirsty)
(@CGUID+48, 214714, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2837.010498046875, -373.2662353515625, -1153.298828125, 5.580513954162597656, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Moth (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+49, 224439, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2765.729248046875, -275.310760498046875, -1180.059326171875, 1.236770987510681152, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Support (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+50, 222235, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2684.450439453125, -217.686187744140625, -1146.5870361328125, 5.733019828796386718, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Bloodthirsty Swarmer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 445909 - Bloodthirsty)
(@CGUID+51, 214714, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2839.458740234375, -375.183868408203125, -1152.1002197265625, 0.175556644797325134, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Moth (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+52, 214714, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2741.485595703125, -276.046966552734375, -1154.385498046875, 4.32364654541015625, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Moth (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+53, 218317, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2732.09716796875, -267.151031494140625, -1160.1607666015625, 2.322773933410644531, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Woven Threadmancer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+54, 214714, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2744.496826171875, -278.59185791015625, -1154.5718994140625, 5.381952285766601562, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Moth (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+55, 224439, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2844.257080078125, -335.19097900390625, -1187.1611328125, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Support (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+56, 224439, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2842.46533203125, -350.17535400390625, -1181.117431640625, 0.009002549573779106, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Support (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+57, 224439, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2786.388916015625, -271.51910400390625, -1188.54443359375, 6.267438411712646484, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Support (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+58, 222235, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2671.221435546875, -220.373092651367187, -1145.775146484375, 0.054765596985816955, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Bloodthirsty Swarmer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 445909 - Bloodthirsty)
(@CGUID+59, 214714, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2739.42041015625, -279.61810302734375, -1154.7349853515625, 0.860358715057373046, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Moth (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+60, 222235, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2675.220703125, -220.592330932617187, -1143.5284423828125, 0.054765596985816955, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Bloodthirsty Swarmer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 445909 - Bloodthirsty)
(@CGUID+61, 215657, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -3041.970458984375, -76.0121536254882812, -1137.0885009765625, 5.323254108428955078, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Ulgrax the Devourer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 441716 - Anim Replacement)
(@CGUID+62, 229633, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2820.59716796875, -294.5225830078125, -1189.605712890625, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Ulgrax the Devourer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+63, 220551, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -3574.712890625, -149.417022705078125, -1269.253662109375, 5.197409629821777343, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Sureki Ironweaver (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+64, 219878, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2958.65625, -173.83160400390625, -1164.1201171875, 5.72528696060180664, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Skeinspinner Takazj (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+65, 219778, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2942.182373046875, -174.762161254882812, -1163.791259765625, 5.585053443908691406, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Queen Ansurek (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+66, 222235, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2694.966796875, -207.56341552734375, -1143.0938720703125, 0.001164076151326298, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Bloodthirsty Swarmer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 445909 - Bloodthirsty)
(@CGUID+67, 219877, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2941.15966796875, -153.96875, -1164.1201171875, 5.316039562225341796, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Anub'arash (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+68, 222235, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2694.19384765625, -207.938674926757812, -1143.073486328125, 0.041718415915966033, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Bloodthirsty Swarmer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 445909 - Bloodthirsty)
(@CGUID+69, 223987, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -3482.960205078125, -245.822921752929687, -1415.296630859375, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- BlackBlood Fall Base (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1 (Auras: 450141 - -Unknown-)
(@CGUID+70, 225880, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2880.666748046875, -181.657989501953125, -1188.2779541015625, 4.622725486755371093, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Spider Silk Grub (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+71, 225184, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2623.0400390625, -475.1944580078125, -1168.127197265625, 4.678469657897949218, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Anub'azal (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject2
(@CGUID+72, 229633, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2846.25, -193.743057250976562, -1189.370361328125, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Ulgrax the Devourer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+73, 229633, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2921.4150390625, -267.399322509765625, -1189.3385009765625, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Ulgrax the Devourer (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+74, 224439, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2951.810791015625, -237.984375, -1178.007568359375, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Support (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+75, 224439, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2876.545166015625, -174.559036254882812, -1185.557861328125, 5.979579448699951171, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Support (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+76, 224439, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2941.475830078125, -229.168411254882812, -1185.6419677734375, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Support (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+77, 224439, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2872.09033203125, -157.920135498046875, -1175.1024169921875, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Support (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+78, 224439, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2884.947998046875, -167.006942749023437, -1182.038818359375, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Web Support (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@CGUID+79, 224439, 2657, 14980, 14980, '14,15,16,17', '0', 0, 0, 0, -2957.99658203125, -224.276046752929687, -1175.568603515625, 0, 604800, 0, 0, 0, NULL, NULL, NULL, NULL, 56513); -- Web Support (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+79;
INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+10, 0, 0, 0, 0, 0, 0, 0, 425, 0, 0, 0, 0, ''), -- Kaheti Vanguard
(@CGUID+25, 0, 0, 0, 0, 0, 1, 0, 27, 0, 0, 0, 0, ''), -- Hollow Frostweaver
(@CGUID+29, 0, 0, 0, 0, 0, 1, 0, 27, 0, 0, 0, 0, ''), -- Web Acolyte
(@CGUID+32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- Kaheti Vanguard
(@CGUID+35, 0, 0, 0, 0, 0, 0, 0, 425, 0, 0, 0, 0, ''), -- Kaheti Vanguard
(@CGUID+44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''); -- Kaheti Vanguard
-- GameObject
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+70;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
(@OGUID+0, 437231, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3605.3740234375, 585.4705810546875, -1014.713134765625, 0.231482923030853271, 0.107710838317871093, 0.012521743774414062, 0.114802360534667968, 0.987452268600463867, 604800, 255, 0, 56513), -- Web Bridge (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+1, 437233, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3810.7744140625, 596.3232421875, -1014.973876953125, 3.40346837043762207, 0.014429569244384765, -0.10957717895507812, -0.98536586761474609, 0.129764124751091003, 604800, 255, 0, 56513), -- Web Bridge (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+2, 437232, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3651.493896484375, 677.93310546875, -1003.85882568359375, 1.324368834495544433, 0.139258384704589843, 0.101413726806640625, 0.606426239013671875, 0.776253581047058105, 604800, 255, 0, 56513), -- Web Bridge (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+3, 437052, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2780.735595703125, -336.07281494140625, -1165.562255859375, 0.767246484756469726, -0.19513893127441406, -0.07891654968261718, 0.365868568420410156, 0.906550109386444091, 604800, 255, 0, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+4, 437234, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3765.251220703125, 503.53900146484375, -1004.19439697265625, 4.487581253051757812, 0.104114532470703125, -0.13965797424316406, -0.76938152313232421, 0.614579439163208007, 604800, 255, 0, 56513), -- Web Bridge (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+5, 437049, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3612.205322265625, 495.29327392578125, -1038.6588134765625, 0.801644623279571533, 0.032105445861816406, 0.013605117797851562, 0.3899383544921875, 0.920180499553680419, 604800, 255, 0, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+6, 422811, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2862.576416015625, -252.168411254882812, -1189.6070556640625, 3.394674062728881835, 0, 0, -0.99200439453125, 0.126203224062919616, 604800, 255, 1, 56513), -- Platform (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+7, 445007, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3517.245361328125, -422.53326416015625, -1083.572021484375, 4.450592041015625, 0.097948551177978515, -0.12764835357666015, -0.78301620483398437, 0.600830793380737304, 604800, 255, 0, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+8, 444355, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2719.962646484375, -396.542388916015625, -1158.6959228515625, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 604800, 255, 1, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+9, 451920, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2623.03125, -475.0625, -1172.01171875, 1.648617029190063476, 0, 0, 0.734078407287597656, 0.679064691066741943, 604800, 255, 0, 56513), -- Shadecaster (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+10, 453133, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2815.404541015625, -291.671875, -1188.4521484375, 2.930126667022705078, 0.057314872741699218, 0.879755973815917968, 0.457345962524414062, 0.116529524326324462, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+11, 453918, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2370.3427734375, -419.7744140625, -1184.5657958984375, 6.267125606536865234, 0, 0, -0.00802993774414062, 0.999967753887176513, 604800, 255, 1, 56513), -- Chair (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+12, 453141, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2812.592041015625, -288.09375, -1190.4534912109375, 0.604273080825805664, -0.14064311981201171, -0.05372238159179687, 0.292798995971679687, 0.944246888160705566, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+13, 453140, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2827.069580078125, -302.685760498046875, -1190.5321044921875, 4.026968955993652343, 0.085697650909423828, -0.19688129425048828, -0.88187599182128906, 0.419748038053512573, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+14, 453137, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2842.833251953125, -322.196197509765625, -1199.88525390625, 3.732559680938720703, 0.040721893310546875, -0.0171966552734375, -0.95600605010986328, 0.289997249841690063, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+15, 453136, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2817.076416015625, -296.9913330078125, -1186.1590576171875, 4.099550247192382812, 0.4428253173828125, -0.8580484390258789, -0.22648906707763671, 0.127911284565925598, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+16, 453139, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2821.147705078125, -302.60589599609375, -1186.473876953125, 3.597314357757568359, 0.2384796142578125, -0.89129638671875, -0.38545799255371093, 0.011845224536955356, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+17, 452122, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3608.39794921875, 197.63232421875, -1112.198974609375, 5.788933277130126953, 0, 0, -0.24461841583251953, 0.969619393348693847, 604800, 255, 0, 56513), -- Barrier (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+18, 443865, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3439.1552734375, 257.05718994140625, -1090.74755859375, 6.206035137176513671, 0, 0, -0.03856563568115234, 0.999256074428558349, 604800, 255, 0, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+19, 441734, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3729.640625, -285.5, -1142.0777587890625, 0, 0, 0, 0, 1, 604800, 255, 1, 56513), -- Weapon Rack (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+20, 443864, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3374.102783203125, 323.00799560546875, -1090.61572265625, 4.803981304168701171, 0, 0, -0.67399406433105468, 0.738736748695373535, 604800, 255, 1, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+21, 453144, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2796.0625, -274.296875, -1198.9029541015625, 3.94437575340270996, 0.004566192626953125, -0.00539779663085937, -0.92050075531005859, 0.390676796436309814, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+22, 453147, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2827.6181640625, -288.9288330078125, -1190.2335205078125, 3.234630584716796875, -0.0085759162902832, 0.67523193359375, -0.7354898452758789, 0.055163357406854629, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+23, 449810, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2220.59033203125, -1684.2547607421875, -1189.84228515625, 2.085664033889770507, 0, 0, 0.863834381103515625, 0.50377589464187622, 604800, 255, 0, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+24, 449810, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3436.943359375, -810.80902099609375, -1009.177001953125, 0.270525157451629638, 0, 0, 0.134850502014160156, 0.990865945816040039, 604800, 255, 0, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+25, 449810, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2581.024169921875, -1300.4906005859375, -899.906494140625, 0, 0, 0, 0, 1, 604800, 255, 0, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+26, 441734, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3664.270751953125, -426.079864501953125, -1076.135986328125, 0.998730719089508056, 0, 0, 0.478868484497070312, 0.877886652946472167, 604800, 255, 1, 56513), -- Weapon Rack (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+27, 438045, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2482.392578125, -1175.0770263671875, -1131.857177734375, 0, 0, 0, 0, 1, 604800, 255, 1, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+28, 441734, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3763.09375, -251.802078247070312, -1142.0777587890625, 0, 0, 0, 0, 1, 604800, 255, 1, 56513), -- Weapon Rack (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+29, 441734, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3645.157958984375, -431.151031494140625, -1076.135986328125, 0.998730719089508056, 0, 0, 0.478868484497070312, 0.877886652946472167, 604800, 255, 1, 56513), -- Weapon Rack (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+30, 438047, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2648.23046875, -1204.9637451171875, -1131.857177734375, 5.497961997985839843, 0, 0, -0.38260269165039062, 0.92391294240951538, 604800, 255, 1, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+31, 445076, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3182.06640625, 65.30352783203125, -1136.87890625, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 604800, 255, 1, 56513), -- Web Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+32, 441734, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3685.560791015625, -351.82464599609375, -1074.0526123046875, 0, 0, 0, 0, 1, 604800, 255, 1, 56513), -- Weapon Rack (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+33, 438046, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2648.26220703125, -1145.0802001953125, -1131.857177734375, 3.926820993423461914, 0, 0, -0.92391204833984375, 0.382604897022247314, 604800, 255, 1, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+34, 453135, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2825.423583984375, -298.17535400390625, -1189.4339599609375, 2.490072011947631835, -0.30225992202758789, -0.67655372619628906, 0.656682968139648437, 0.140290603041648864, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+35, 453134, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2818.788330078125, -289.395843505859375, -1189.8712158203125, 2.302958965301513671, -0.36570692062377929, -0.60686111450195312, 0.675136566162109375, 0.205349981784820556, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+36, 445075, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2993.99755859375, -122.765625, -1138.4207763671875, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 604800, 255, 0, 56513), -- Web Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+37, 441710, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3569.751708984375, -408.777252197265625, -1078.1759033203125, 2.88005232810974121, -0.08501529693603515, 0.011180877685546875, 0.987810134887695312, 0.129917457699775695, 604800, 255, 1, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+38, 444012, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3381.859375, 355.76824951171875, -1061.8153076171875, 4.727564334869384765, 0, 0, -0.70172119140625, 0.712451636791229248, 604800, 255, 0, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+39, 445024, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3263.971435546875, 145.6492919921875, -1091.687255859375, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 604800, 255, 1, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+40, 441734, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3740.595458984375, -246.55035400390625, -1142.0777587890625, 0, 0, 0, 0, 1, 604800, 255, 1, 56513), -- Weapon Rack (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+41, 454747, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3450.510498046875, 333.57049560546875, -1054.9351806640625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 604800, 255, 0, 56513), -- 11DU_NerubianRaid_Special_WebWall01 (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+42, 445179, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3546.084228515625, 429.1441650390625, -1054.65625, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 604800, 255, 1, 56513), -- 11DU_NerubianRaid_Special_WebWall01 (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+43, 441734, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3706.40625, -357.182281494140625, -1074.0526123046875, 0, 0, 0, 0, 1, 604800, 255, 1, 56513), -- Weapon Rack (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+44, 444011, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3447.8427734375, 329.318359375, -1059.646484375, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 604800, 255, 1, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+45, 444779, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3470.069580078125, -64.0694427490234375, -1310.051025390625, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 604800, 255, 1, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+46, 449810, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2913.870361328125, 567.7503662109375, -1028.9508056640625, 3.141592741012573242, 0, 0, -1, 0, 604800, 255, 0, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+47, 453138, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2828.359375, -298.751739501953125, -1194.819580078125, 3.804620265960693359, -0.25764274597167968, 0.442805290222167968, -0.82915878295898437, 0.223694905638694763, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+48, 449810, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2370.33935546875, -1679.9903564453125, -1168.0537109375, 0.94247448444366455, 0, 0, 0.453989028930664062, 0.89100724458694458, 604800, 255, 0, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+49, 441734, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3752.232666015625, -291.52777099609375, -1142.0777587890625, 0, 0, 0, 0, 1, 604800, 255, 1, 56513), -- Weapon Rack (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+50, 441288, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3723.4892578125, 649.563232421875, -969.72308349609375, 1.834337949752807617, 0, 0, 0.793883323669433593, 0.608070075511932373, 604800, 255, 1, 56513), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 1 - SRC (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+51, 441291, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3692.2978515625, 532.45184326171875, -969.72308349609375, 4.974529266357421875, 0, 0, -0.60862636566162109, 0.793456971645355224, 604800, 255, 1, 56513), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 4 - SRC (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+52, 441290, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3750.4765625, 548.06195068359375, -969.72308349609375, 3.929305076599121093, 0, 0, -0.92343616485595703, 0.383752107620239257, 604800, 255, 1, 56513), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 5 - SRC (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+53, 449810, 2657, 14980, 14980, '14,15,16,17', '0', 0, -4199.08544921875, -746.9254150390625, -1123.77001953125, 3.141592741012573242, 0, 0, -1, 0, 604800, 255, 0, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+54, 435013, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3596.720703125, 584.95361328125, -1013.89410400390625, 5.780613899230957031, 0, 0, -0.24864959716796875, 0.968593478202819824, 604800, 255, 1, 56513), -- Web Spool (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+55, 435015, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3803.57470703125, 601.1871337890625, -1013.89410400390625, 5.780613899230957031, 0, 0, -0.24864959716796875, 0.968593478202819824, 604800, 255, 1, 56513), -- Web Spool (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+56, 449810, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3148.130126953125, 909.4046630859375, -954.40643310546875, 3.141592741012573242, 0, 0, -1, 0, 604800, 255, 0, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+57, 435014, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3612.31494140625, 580.6156005859375, -1013.89410400390625, 5.780613899230957031, 0, 0, -0.24864959716796875, 0.968593478202819824, 604800, 255, 1, 56513), -- Web Spool (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+58, 444013, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3422.48095703125, 550.3504638671875, -1042.37939453125, 5.789212703704833984, 0, 0, -0.24448299407958984, 0.969653546810150146, 604800, 255, 1, 56513), -- Door (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+59, 441287, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3664.847900390625, 633.6912841796875, -969.72308349609375, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 604800, 255, 1, 56513), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 2 - SRC (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+60, 435020, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3650.85986328125, 687.7408447265625, -1000.88134765625, 0.542483806610107421, 0, 0, 0.267928123474121093, 0.963438928127288818, 604800, 255, 1, 56513), -- Web Spool (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+61, 435017, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3764.403076171875, 493.48699951171875, -1000.88134765625, 0.519035935401916503, 0, 0, 0.25661468505859375, 0.966513812541961669, 604800, 255, 1, 56513), -- Web Spool (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+62, 441292, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3649.41015625, 575.1705322265625, -969.72308349609375, 6.025851726531982421, 0, 0, -0.1283121109008789, 0.991733849048614501, 604800, 255, 1, 56513), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 3 - SRC (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+63, 435016, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3818.97509765625, 597.0675048828125, -1013.89410400390625, 5.780613899230957031, 0, 0, -0.24864959716796875, 0.968593478202819824, 604800, 255, 1, 56513), -- Web Spool (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+64, 435019, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3656.183837890625, 668.641845703125, -1000.88134765625, 0.625952899456024169, 0, 0, 0.307891845703125, 0.951421380043029785, 604800, 255, 1, 56513), -- Web Spool (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+65, 435018, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3759.051513671875, 512.423095703125, -1000.88134765625, 0.53449404239654541, 0, 0, 0.264077186584472656, 0.964501559734344482, 604800, 255, 1, 56513), -- Web Spool (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+66, 441289, 2657, 14980, 14980, '14,15,16,17', '0', 0, -3766.47998046875, 606.5386962890625, -969.72308349609375, 2.880476713180541992, 0, 0, 0.991489410400390625, 0.130187407135963439, 604800, 255, 1, 56513), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 6 - SRC (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+67, 453145, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2932.333251953125, -234.006942749023437, -1198.0076904296875, 1.095979213714599609, -0.03194952011108398, -0.07658863067626953, 0.516368865966796875, 0.852335929870605468, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+68, 453146, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2933.630126953125, -238.142364501953125, -1198.75, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+69, 453143, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2881.63720703125, -184.907989501953125, -1198.3223876953125, 6.034157752990722656, -0.03796768188476562, -0.02885150909423828, -0.12518024444580078, 0.990987360477447509, 604800, 255, 1, 56513), -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
(@OGUID+70, 453142, 2657, 14980, 14980, '14,15,16,17', '0', 0, -2885.3369140625, -185.954864501953125, -1198.3775634765625, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 604800, 255, 1, 56513); -- Web (Area: Nerub-ar Palace - Difficulty: Heroic) CreateObject1
DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+70;
INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `WorldEffectID`, `AIAnimKitID`) VALUES
(@OGUID+0, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web Bridge
(@OGUID+1, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web Bridge
(@OGUID+2, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web Bridge
(@OGUID+3, 0, 0, -0.38268372416496276, 0.923879444599151611, 0, 0), -- Web
(@OGUID+4, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web Bridge
(@OGUID+5, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web
(@OGUID+6, 0, 0, 0, 1, 0, 0), -- Platform
(@OGUID+7, 0, 0, 1, -0.00000004371138828, 0, 0), -- Web
(@OGUID+8, 0, 0, -0.38268372416496276, 0.923879444599151611, 0, 0), -- Door
(@OGUID+11, 0, 0, 0.000000325841369885, 1, 0, 0), -- Chair
(@OGUID+17, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Barrier
(@OGUID+18, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Door
(@OGUID+20, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Door
(@OGUID+23, 0, 0, 0.863834738731384277, 0.503775298595428466, 0, 0), -- Door
(@OGUID+24, 0, 0, 0.134851425886154174, 0.990865826606750488, 0, 0), -- Door
(@OGUID+25, 0, 0, 0.000000325841369885, 1, 0, 0), -- Door
(@OGUID+27, 0, 0, 0.000000325841369885, 1, 0, 0), -- Door
(@OGUID+30, 0, 0, 0.000000325841369885, 1, 0, 0), -- Door
(@OGUID+31, 0, 0, -0.38268372416496276, 0.923879444599151611, 0, 0), -- Web Door
(@OGUID+33, 0, 0, 0.000000325841369885, 1, 0, 0), -- Door
(@OGUID+36, 0, 0, -0.38268372416496276, 0.923879444599151611, 0, 0), -- Web Door
(@OGUID+37, 0, 0, 1, -0.00000004371138828, 0, 0), -- Door
(@OGUID+38, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Door
(@OGUID+39, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Door
(@OGUID+41, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- 11DU_NerubianRaid_Special_WebWall01
(@OGUID+42, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- 11DU_NerubianRaid_Special_WebWall01
(@OGUID+44, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Door
(@OGUID+46, 0, 0, 1, -0.00000004371138828, 0, 0), -- Door
(@OGUID+48, 0, 0, 0.453989654779434204, 0.891006946563720703, 0, 0), -- Door
(@OGUID+50, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 1 - SRC
(@OGUID+51, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 4 - SRC
(@OGUID+52, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 5 - SRC
(@OGUID+53, 0, 0, 1, -0.00000004371138828, 0, 0), -- Door
(@OGUID+54, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web Spool
(@OGUID+55, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web Spool
(@OGUID+56, 0, 0, 1, -0.00000004371138828, 0, 0), -- Door
(@OGUID+57, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web Spool
(@OGUID+58, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Door
(@OGUID+59, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 2 - SRC
(@OGUID+60, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web Spool
(@OGUID+61, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web Spool
(@OGUID+62, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 3 - SRC
(@OGUID+63, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web Spool
(@OGUID+64, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web Spool
(@OGUID+65, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0), -- Web Spool
(@OGUID+66, 0, 0, -0.38268330693244934, 0.923879623413085937, 0, 0); -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 6 - SRC
-- Template Addon
DELETE FROM `creature_template_addon` WHERE `entry` IN (220138 /*220138 (Regurgitating Monstrosity) - Invisibility and Stealth Detection*/, 225880 /*225880 (Spider Silk Grub)*/, 223987 /*223987 (BlackBlood Fall Base) - -Unknown-*/, 219877 /*219877 (Anub'arash)*/, 219778 /*219778 (Queen Ansurek)*/, 219878 /*219878 (Skeinspinner Takazj)*/, 215657 /*215657 (Ulgrax the Devourer) - Anim Replacement*/, 231649 /*231649 (Ki'katal the Harvester)*/, 222235 /*222235 (Bloodthirsty Swarmer) - Bloodthirsty*/, 214714 /*214714 (Moth)*/, 218306 /*218306 (Scarab Captain Vul'akan) - Invisibility and Stealth Detection*/, 218316 /*218316 (Kaheti Vanguard)*/, 222214 /*222214 (Frenzied Leaper) - Razor-sharp Claws*/);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(220138, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '18950'), -- 220138 (Regurgitating Monstrosity) - Invisibility and Stealth Detection
(225880, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 225880 (Spider Silk Grub)
(223987, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '450141'), -- 223987 (BlackBlood Fall Base) - -Unknown-
(219877, 0, 0, 0, 0, 0, 1, 0, 0, 29973, 0, 0, 4, ''), -- 219877 (Anub'arash)
(219778, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, ''), -- 219778 (Queen Ansurek)
(219878, 0, 0, 0, 0, 0, 1, 0, 0, 29973, 0, 0, 4, ''), -- 219878 (Skeinspinner Takazj)
(215657, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, '441716'), -- 215657 (Ulgrax the Devourer) - Anim Replacement
(231649, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, ''), -- 231649 (Ki'katal the Harvester)
(214714, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 214714 (Moth)
(218306, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '18950'), -- 218306 (Scarab Captain Vul'akan) - Invisibility and Stealth Detection
(218316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- 218316 (Kaheti Vanguard)
(222214, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '441315'); -- 222214 (Frenzied Leaper) - Razor-sharp Claws
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (453142 /*Web*/, 453143 /*Web*/, 453146 /*Web*/, 453145 /*Web*/, 441289 /*11.0 Raid - Nerubian - Boss - Queen - WebWall 6 - SRC*/, 435018 /*Web Spool*/, 435019 /*Web Spool*/, 435016 /*Web Spool*/, 441292 /*11.0 Raid - Nerubian - Boss - Queen - WebWall 3 - SRC*/, 435017 /*Web Spool*/, 435020 /*Web Spool*/, 441287 /*11.0 Raid - Nerubian - Boss - Queen - WebWall 2 - SRC*/, 444013 /*Door*/, 435014 /*Web Spool*/, 435015 /*Web Spool*/, 435013 /*Web Spool*/, 441290 /*11.0 Raid - Nerubian - Boss - Queen - WebWall 5 - SRC*/, 441291 /*11.0 Raid - Nerubian - Boss - Queen - WebWall 4 - SRC*/, 441288 /*11.0 Raid - Nerubian - Boss - Queen - WebWall 1 - SRC*/, 453138 /*Web*/, 444779 /*Door*/, 444011 /*Door*/, 445179 /*11DU_NerubianRaid_Special_WebWall01*/, 454747 /*11DU_NerubianRaid_Special_WebWall01*/, 445024 /*Door*/, 444012 /*Door*/, 441710 /*Door*/, 445075 /*Web Door*/, 453134 /*Web*/, 453135 /*Web*/, 438046 /*Door*/, 445076 /*Web Door*/, 438047 /*Door*/, 438045 /*Door*/, 449810 /*Door*/, 453147 /*Web*/, 453144 /*Web*/, 443864 /*Door*/, 441734 /*Weapon Rack*/, 443865 /*Door*/, 452122 /*Barrier*/, 453139 /*Web*/, 453136 /*Web*/, 453137 /*Web*/, 453140 /*Web*/, 453141 /*Web*/, 453133 /*Web*/, 451920 /*Shadecaster*/, 444355 /*Door*/, 445007 /*Web*/, 422811 /*Platform*/, 437049 /*Web*/, 437234 /*Web Bridge*/, 437052 /*Web*/, 437232 /*Web Bridge*/, 437233 /*Web Bridge*/, 437231 /*Web Bridge*/);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(453142, 0, 16, 0, 0), -- Web
(453143, 0, 16, 0, 0), -- Web
(453146, 0, 16, 0, 0), -- Web
(453145, 0, 16, 0, 0), -- Web
(441289, 0, 48, 0, 0), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 6 - SRC
(435018, 0, 48, 0, 0), -- Web Spool
(435019, 0, 48, 0, 0), -- Web Spool
(435016, 0, 48, 0, 0), -- Web Spool
(441292, 0, 48, 0, 0), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 3 - SRC
(435017, 0, 48, 0, 0), -- Web Spool
(435020, 0, 48, 0, 0), -- Web Spool
(441287, 0, 48, 0, 0), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 2 - SRC
(444013, 0, 48, 0, 0), -- Door
(435014, 0, 48, 0, 0), -- Web Spool
(435015, 0, 48, 0, 0), -- Web Spool
(435013, 0, 48, 0, 0), -- Web Spool
(441290, 0, 48, 0, 0), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 5 - SRC
(441291, 0, 48, 0, 0), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 4 - SRC
(441288, 0, 48, 0, 0), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 1 - SRC
(453138, 0, 16, 0, 0), -- Web
(444779, 0, 48, 0, 0), -- Door
(444011, 0, 48, 0, 0), -- Door
(445179, 0, 48, 0, 0), -- 11DU_NerubianRaid_Special_WebWall01
(454747, 0, 48, 0, 0), -- 11DU_NerubianRaid_Special_WebWall01
(445024, 0, 48, 0, 0), -- Door
(444012, 0, 48, 0, 0), -- Door
(441710, 0, 48, 0, 0), -- Door
(445075, 1375, 32, 0, 0), -- Web Door
(453134, 0, 16, 0, 0), -- Web
(453135, 0, 16, 0, 0), -- Web
(438046, 0, 48, 0, 0), -- Door
(445076, 1375, 32, 0, 0), -- Web Door
(438047, 0, 48, 0, 0), -- Door
(438045, 0, 48, 0, 0), -- Door
(449810, 0, 32, 0, 0), -- Door
(453147, 0, 48, 0, 0), -- Web
(453144, 0, 16, 0, 0), -- Web
(443864, 0, 48, 0, 0), -- Door
(441734, 0, 48, 0, 0), -- Weapon Rack
(443865, 0, 48, 0, 0), -- Door
(452122, 0, 48, 0, 0), -- Barrier
(453139, 0, 16, 0, 0), -- Web
(453136, 0, 16, 0, 0), -- Web
(453137, 0, 16, 0, 0), -- Web
(453140, 0, 545259536, 0, 0), -- Web
(453141, 0, 545259536, 0, 0), -- Web
(453133, 0, 16, 0, 0), -- Web
(451920, 0, 16, 0, 0), -- Shadecaster
(444355, 0, 48, 0, 0), -- Door
(445007, 0, 268435504, 0, 0), -- Web
(422811, 0, 1048624, 0, 0), -- Platform
(437049, 0, 268435504, 0, 0), -- Web
(437234, 0, 268435504, 0, 0), -- Web Bridge
(437052, 0, 48, 0, 0), -- Web
(437232, 0, 268435504, 0, 0), -- Web Bridge
(437233, 0, 268435504, 0, 0), -- Web Bridge
(437231, 0, 268435504, 0, 0); -- Web Bridge
-- Template
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048, `unit_flags3`=524288 WHERE `entry`=226100; -- Kaheti Skirmisher
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=220138; -- Regurgitating Monstrosity
UPDATE `creature_template` SET `faction`=35, `npcflag`=2, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048, `unit_flags3`=1073741825 WHERE `entry`=225184; -- Anub'azal
UPDATE `creature_template` SET `faction`=35, `speed_walk`=2.799999952316284179, `speed_run`=1, `BaseAttackTime`=2000 WHERE `entry`=225880; -- Spider Silk Grub
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags`=33554944, `unit_flags2`=67110912, `unit_flags3`=1090551809 WHERE `entry`=223987; -- BlackBlood Fall Base
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048, `unit_flags3`=1 WHERE `entry`=219877; -- Anub'arash
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048, `unit_flags3`=1 WHERE `entry`=219778; -- Queen Ansurek
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=256, `unit_flags2`=2048, `unit_flags3`=1 WHERE `entry`=219878; -- Skeinspinner Takazj
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=220551; -- Sureki Ironweaver
UPDATE `creature_template` SET `faction`=1812, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=2048, `unit_flags3`=1073741825 WHERE `entry`=229633; -- Ulgrax the Devourer
UPDATE `creature_template` SET `faction`=16, `speed_walk`=2.799999952316284179, `speed_run`=2, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags3`=8388608 WHERE `entry`=215657; -- Ulgrax the Devourer
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=67110912, `unit_flags3`=1090551808, `flags_extra` = 128 WHERE `entry`=224439; -- Web Support
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048, `unit_flags3`=2147483649 WHERE `entry`=231649; -- Ki'katal the Harvester
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=218320; -- Web Acolyte
UPDATE `creature_template` SET `faction`=14, `speed_walk`=4, `speed_run`=2.571428537368774414, `BaseAttackTime`=2000, `unit_flags2`=2080, `unit_flags3`=67108864 WHERE `entry`=222235; -- Bloodthirsty Swarmer
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags2`=2080 WHERE `entry`=222193; -- Hollow Frostweaver
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=214714; -- Moth
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=218306; -- Scarab Captain Vul'akan
UPDATE `creature_template` SET `faction`=35, `BaseAttackTime`=2000, `unit_flags`=33555200, `unit_flags2`=2048, `unit_flags3`=1 WHERE `entry`=219776; -- Anub'azal
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=218316; -- Kaheti Vanguard
UPDATE `creature_template` SET `faction`=190, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=214720; -- Pill Bug
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=218317; -- Woven Threadmancer
UPDATE `creature_template` SET `faction`=35, `speed_run`=1, `BaseAttackTime`=2000, `unit_flags`=33554432, `unit_flags2`=67110912, `unit_flags3`=1090551809 WHERE `entry`=219846; -- Nerubian Alarm
UPDATE `creature_template` SET `faction`=190, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=226697; -- Spider
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048 WHERE `entry`=218315; -- Kaheti Sentry
UPDATE `creature_template` SET `faction`=16, `BaseAttackTime`=2000, `unit_flags2`=2080 WHERE `entry`=222214; -- Frenzied Leaper
DELETE FROM `gameobject_template` WHERE `entry` IN (453146 /*Web*/, 453145 /*Web*/, 453143 /*Web*/, 453142 /*Web*/, 441290 /*11.0 Raid - Nerubian - Boss - Queen - WebWall 5 - SRC*/, 435018 /*Web Spool*/, 441287 /*11.0 Raid - Nerubian - Boss - Queen - WebWall 2 - SRC*/, 435015 /*Web Spool*/, 441291 /*11.0 Raid - Nerubian - Boss - Queen - WebWall 4 - SRC*/, 435019 /*Web Spool*/, 441288 /*11.0 Raid - Nerubian - Boss - Queen - WebWall 1 - SRC*/, 435016 /*Web Spool*/, 435013 /*Web Spool*/, 441292 /*11.0 Raid - Nerubian - Boss - Queen - WebWall 3 - SRC*/, 435020 /*Web Spool*/, 441289 /*11.0 Raid - Nerubian - Boss - Queen - WebWall 6 - SRC*/, 435017 /*Web Spool*/, 435014 /*Web Spool*/, 444013 /*Door*/, 445179 /*11DU_NerubianRaid_Special_WebWall01*/, 452122 /*Barrier*/, 444011 /*Door*/, 444012 /*Door*/, 454747 /*11DU_NerubianRaid_Special_WebWall01*/, 443864 /*Door*/, 443865 /*Door*/, 441734 /*Weapon Rack*/, 441710 /*Door*/, 444779 /*Door*/, 445024 /*Door*/, 453147 /*Web*/, 453144 /*Web*/, 453138 /*Web*/, 453135 /*Web*/, 453134 /*Web*/, 453137 /*Web*/, 453133 /*Web*/, 453141 /*Web*/, 453140 /*Web*/, 453136 /*Web*/, 453139 /*Web*/, 453918 /*Chair*/, 451920 /*Shadecaster*/, 445007 /*Web*/, 437234 /*Web Bridge*/, 437233 /*Web Bridge*/, 437232 /*Web Bridge*/, 437231 /*Web Bridge*/, 437049 /*Web*/, 422811 /*Platform*/);
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
(453146, 1, 91180, 'Web', '', '', '', 0.889999985694885253, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453145, 1, 91180, 'Web', '', '', '', 0.800000011920928955, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453143, 1, 91180, 'Web', '', '', '', 0.870000064373016357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453142, 1, 91180, 'Web', '', '', '', 0.839999973773956298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(441290, 0, 89187, '11.0 Raid - Nerubian - Boss - Queen - WebWall 5 - SRC', '', '', '', 0.999999105930328369, 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, 56513), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 5 - SRC
(435018, 10, 89379, 'Web Spool', '', '', '', 0.999999463558197021, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web Spool
(441287, 0, 89187, '11.0 Raid - Nerubian - Boss - Queen - WebWall 2 - SRC', '', '', '', 0.999999403953552246, 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, 56513), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 2 - SRC
(435015, 10, 89379, 'Web Spool', '', '', '', 0.999999523162841796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web Spool
(441291, 0, 89187, '11.0 Raid - Nerubian - Boss - Queen - WebWall 4 - SRC', '', '', '', 0.99999934434890747, 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, 56513), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 4 - SRC
(435019, 10, 89379, 'Web Spool', '', '', '', 0.999999523162841796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web Spool
(441288, 0, 89187, '11.0 Raid - Nerubian - Boss - Queen - WebWall 1 - SRC', '', '', '', 0.999999403953552246, 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, 56513), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 1 - SRC
(435016, 10, 89379, 'Web Spool', '', '', '', 0.999999523162841796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web Spool
(435013, 10, 89379, 'Web Spool', '', '', '', 0.999999523162841796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web Spool
(441292, 0, 89187, '11.0 Raid - Nerubian - Boss - Queen - WebWall 3 - SRC', '', '', '', 0.999999165534973144, 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, 56513), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 3 - SRC
(435020, 10, 89379, 'Web Spool', '', '', '', 0.999999582767486572, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web Spool
(441289, 0, 89187, '11.0 Raid - Nerubian - Boss - Queen - WebWall 6 - SRC', '', '', '', 0.999999165534973144, 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, 56513), -- 11.0 Raid - Nerubian - Boss - Queen - WebWall 6 - SRC
(435017, 10, 89379, 'Web Spool', '', '', '', 0.999999523162841796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web Spool
(435014, 10, 89379, 'Web Spool', '', '', '', 0.999999523162841796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web Spool
(444013, 0, 90851, 'Door', '', '', '', 1.020185232162475585, 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, 56513), -- Door
(445179, 0, 91161, '11DU_NerubianRaid_Special_WebWall01', '', '', '', 0.661271393299102783, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- 11DU_NerubianRaid_Special_WebWall01
(452122, 0, 92578, 'Barrier', '', '', '', 0.999999701976776123, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Barrier
(444011, 0, 90850, 'Door', '', '', '', 1.023672103881835937, 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, 56513), -- Door
(444012, 0, 90851, 'Door', '', '', '', 1.020185589790344238, 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, 56513), -- Door
(454747, 0, 91161, '11DU_NerubianRaid_Special_WebWall01', '', '', '', 0.804445803165435791, 1, 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, 56513), -- 11DU_NerubianRaid_Special_WebWall01
(443864, 0, 90341, 'Door', '', '', '', 0.785758495330810546, 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, 56513), -- Door
(443865, 0, 90341, 'Door', '', '', '', 0.78575831651687622, 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, 56513), -- Door
(441734, 5, 89824, 'Weapon Rack', '', '', '', 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Weapon Rack
(441710, 0, 90341, 'Door', '', '', '', 0.695741057395935058, 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, 56513), -- Door
(444779, 0, 90341, 'Door', '', '', '', 0.579999923706054687, 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, 56513), -- Door
(445024, 0, 90850, 'Door', '', '', '', 1.023672103881835937, 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, 56513), -- Door
(453147, 1, 90409, 'Web', '', '', '', 2.359999656677246093, 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, 0, 0, 0, 56513), -- Web
(453144, 1, 91180, 'Web', '', '', '', 0.920000016689300537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453138, 1, 92300, 'Web', '', '', '', 1.299999952316284179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453135, 1, 90409, 'Web', '', '', '', 1.629999995231628417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453134, 1, 90409, 'Web', '', '', '', 2.70000004768371582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453137, 1, 91180, 'Web', '', '', '', 1.080000042915344238, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453133, 1, 87438, 'Web', '', '', '', 1.120000004768371582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453141, 1, 85465, 'Web', '', '', '', 1.05000007152557373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453140, 1, 85465, 'Web', '', '', '', 1.240000009536743164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453136, 1, 87438, 'Web', '', '', '', 2.779999971389770507, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453139, 1, 87438, 'Web', '', '', '', 1.699999928474426269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Web
(453918, 7, 89574, 'Chair', '', '', '', 0.999999523162841796, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Chair
(451920, 10, 87030, 'Shadecaster', '', '', '', 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513), -- Shadecaster
(445007, 35, 89188, 'Web', '', '', '', 0.999999821186065673, 0, 1, 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, 0, 0, 56513), -- Web
(437234, 35, 89188, 'Web Bridge', '', '', '', 0.999999582767486572, 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, 0, 0, 0, 0, 0, 56513), -- Web Bridge
(437233, 35, 89188, 'Web Bridge', '', '', '', 0.999999582767486572, 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, 0, 0, 0, 0, 0, 56513), -- Web Bridge
(437232, 35, 89188, 'Web Bridge', '', '', '', 0.999999523162841796, 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, 0, 0, 0, 0, 0, 56513), -- Web Bridge
(437231, 35, 89188, 'Web Bridge', '', '', '', 0.999999642372131347, 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, 0, 0, 0, 0, 0, 56513), -- Web Bridge
(437049, 35, 89487, 'Web', '', '', '', 0.999999523162841796, 0, 1, 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, 0, 0, 56513), -- Web
(422811, 33, 87662, 'Platform', '', '', '', 1, 0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 379, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56513); -- Platform
-- Model
DELETE FROM `creature_model_info` WHERE `DisplayID` IN (120497, 104797, 118997, 118481, 119005, 117772, 117473, 115748, 115731, 117938, 123899, 122208);
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES
(120497, 1.5, 2.5, 0, 56513),
(104797, 0.154382199048995971, 1, 0, 56513),
(118997, 0.5, 10, 0, 56513),
(118481, 1.751960515975952148, 2.5, 0, 56513),
(119005, 1.800455808639526367, 3.000000238418579101, 0, 56513),
(117772, 11.80086803436279296, 8, 0, 56513),
(117473, 0.948864400386810302, 1.80000007152557373, 0, 56513),
(115748, 1.534133195877075195, 1.5, 0, 56513),
(115731, 0.5, 10, 0, 56513),
(117938, 1.481522440910339355, 0, 0, 56513),
(123899, 1.101556658744812011, 0, 0, 56513),
(122208, 1.565289497375488281, 1.5, 0, 56513);
UPDATE `creature_model_info` SET `VerifiedBuild`=56513 WHERE `DisplayID` IN (114530, 115009, 119886, 115733, 116832, 114989, 27823, 114988, 114986, 115735, 115734, 114542, 114408, 114987, 114541, 112383, 107538, 114533, 43223, 114411, 114536);
UPDATE `creature_model_info` SET `BoundingRadius`=0.835285544395446777, `CombatReach`=0.540540575981140136, `VerifiedBuild`=56513 WHERE `DisplayID`=99860;
UPDATE `creature_model_info` SET `BoundingRadius`=0.828504681587219238, `CombatReach`=0.666666626930236816, `VerifiedBuild`=56513 WHERE `DisplayID` IN (117448, 117450, 117449);
-- Difficulty (Normal)
DELETE FROM `creature_template_difficulty` WHERE (`DifficultyID`=14 AND `Entry` IN (218884,220626,219046,219045,223839,223822,217748,214506,218370,217489,217491,214504,214503,221986,221667,221945,220138,214502,225817,228713,223372,227774,227773,215657,233422));
INSERT INTO `creature_template_difficulty` (`Entry`, `DifficultyID`, `HealthScalingExpansion`, `HealthModifier`, `ManaModifier`, `CreatureDifficultyID`, `TypeFlags`, `TypeFlags2`) VALUES
(218884, 14, 10, 10.5, 1, 279878, 2097224, 128), -- Shattershell Scarab
(220626, 14, 10, 2.299999952316284179, 1, 270615, 0, 128), -- Blood Parasite
(219046, 14, 10, 4.5, 1, 270623, 0, 128), -- Voracious Worm
(219045, 14, 10, 12, 1, 270619, 0, 128), -- Colossal Spider
(223839, 14, 10, 42, 1, 274701, 2097224, 0), -- Queen's Guard Ge'zah
(223822, 14, 10, 42, 1, 274684, 2097224, 0), -- Queen's Guard Re'zah
(217748, 14, 10, 550, 1, 277339, 2097260, 128), -- Nexus-Princess Ky'veza
(214506, 14, 10, 600, 1, 270642, 2097260, 128), -- Broodtwister Ovi'nax
(218370, 14, 10, 520, 1, 277851, 2097260, 128), -- Queen Ansurek
(217489, 14, 10, 892, 1, 282112, 2097260, 128), -- Anub'arash
(217491, 14, 10, 892, 1, 284640, 2097260, 128), -- Skeinspinner Takazj
(214504, 14, 10, 821.8599853515625, 1, 284618, 2097260, 128), -- Rasha'nan
(214503, 14, 10, 495, 1, 275356, 270532716, 128), -- Sikran
(221986, 14, 10, 0.649999976158142089, 1, 280030, 2097224, 128), -- Blood Horror
(221667, 14, 10, 7.40000009536743164, 1, 278998, 2097224, 128), -- Lost Watcher
(221945, 14, 10, 5.5, 1, 274810, 2097224, 128), -- Forgotten Harbinger
(220138, 14, 10, 18, 1, 269747, 2097224, 0), -- Regurgitating Monstrosity
(214502, 14, 10, 460, 1, 279741, 2097260, 128), -- The Bloodbound Horror
(225817, 14, 10, 32, 1, 276791, 2097224, 0), -- Caustic Skyrazor
(228713, 14, 10, 410, 1, 279926, 0, 0), -- Ulgrax the Devourer
(223372, 14, 10, 22, 1, 274195, 2097224, 0), -- Prime Slime
(227774, 14, 10, 1, 1, 278953, 1610612752, 67108870), -- Field Repair Anvil
(227773, 14, 10, 1, 1, 278952, 1610612752, 67108870), -- Travel Duffel
(215657, 14, 10, 420, 1, 284652, 2097260, 128), -- Ulgrax the Devourer
(233422, 14, 10, 1, 1, 285008, 1610612752, 102); -- Nerub-ar Palace
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=224279 AND `DifficultyID`=0); -- 224279 (Shatter Existance Stalker) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=223876 AND `DifficultyID`=0); -- 223876 (Impaling Spike) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=225863 AND `DifficultyID`=0); -- 225863 (Web Bomb) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=218884 AND `DifficultyID`=14); -- 218884 (Shattershell Scarab) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `VerifiedBuild`=56513 WHERE (`Entry`=220626 AND `DifficultyID`=14); -- 220626 (Blood Parasite) -
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=805306624, `VerifiedBuild`=56513 WHERE (`Entry`=219046 AND `DifficultyID`=14); -- 219046 (Voracious Worm) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219045 AND `DifficultyID`=14); -- 219045 (Colossal Spider) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags3`=262144, `VerifiedBuild`=56513 WHERE (`Entry`=231032 AND `DifficultyID`=0); -- 231032 (Sanguine Overflow) - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222145 AND `DifficultyID`=0); -- 222145 (Voracious Stagshell) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `VerifiedBuild`=56513 WHERE (`Entry`=222572 AND `DifficultyID`=0); -- 222572 (Infesting Latcher) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536870912, `StaticFlags3`=262144, `VerifiedBuild`=56513 WHERE (`Entry`=220751 AND `DifficultyID`=0); -- 220751 (Tank Container Stalker) - Floating - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536870912, `StaticFlags3`=262144, `VerifiedBuild`=56513 WHERE (`Entry`=220774 AND `DifficultyID`=0); -- 220774 (Puddle Container Stalker) - Floating - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags3`=262144, `VerifiedBuild`=56513 WHERE (`Entry`=220151 AND `DifficultyID`=0); -- 220151 (Quivering Broodcluster) - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=805306624, `VerifiedBuild`=56513 WHERE (`Entry`=225727 AND `DifficultyID`=0); -- 225727 (Executor Nizrek) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=228470 AND `DifficultyID`=0); -- 228470 (Nexus-Princess Ky'veza) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=218265 AND `DifficultyID`=0); -- 218265 (Nether Phantom) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=805306624, `VerifiedBuild`=56513 WHERE (`Entry`=218429 AND `DifficultyID`=0); -- 218429 (Nether Phantom) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2609, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=230877 AND `DifficultyID`=0); -- 230877 (Ky'veza's Burn Book) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=218425 AND `DifficultyID`=0); -- 218425 (Nexus-Princess Ky'veza) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=223493 AND `DifficultyID`=0); -- 223493 (Devoted Worshipper) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=225522 AND `DifficultyID`=0); -- 225522 (Void Portal) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=225519 AND `DifficultyID`=0); -- 225519 (Void Shredder) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435712, `VerifiedBuild`=56513 WHERE (`Entry`=224111 AND `DifficultyID`=0); -- 224111 (Court Attendant) - Sessile, CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=223839 AND `DifficultyID`=14); -- 223839 (Queen's Guard Ge'zah) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=223822 AND `DifficultyID`=14); -- 223822 (Queen's Guard Re'zah) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=217748 AND `DifficultyID`=14); -- 217748 (Nexus-Princess Ky'veza) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags3`=262144, `VerifiedBuild`=56513 WHERE (`Entry`=220149 AND `DifficultyID`=0); -- 220149 (Colossal Egg) - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags3`=262144, `VerifiedBuild`=56513 WHERE (`Entry`=220150 AND `DifficultyID`=0); -- 220150 (Squirming Egg) - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=214506 AND `DifficultyID`=14); -- 214506 (Broodtwister Ovi'nax) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=231580 AND `DifficultyID`=0); -- 231580 (The Crown of Shadows) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=228182 AND `DifficultyID`=0); -- 228182 (Sureki Royal Jewel) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435712, `VerifiedBuild`=56513 WHERE (`Entry`=224113 AND `DifficultyID`=0); -- 224113 (Royal Weaver) - Sessile, CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags3`=262144, `VerifiedBuild`=56513 WHERE (`Entry`=224682 AND `DifficultyID`=0); -- 224682 (Nozzle Stalker) - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536870912, `StaticFlags3`=262144, `VerifiedBuild`=56513 WHERE (`Entry`=223635 AND `DifficultyID`=0); -- 223635 (Puddle Container Movement Stalker) - Floating - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536870912, `StaticFlags3`=262144, `VerifiedBuild`=56513 WHERE (`Entry`=220773 AND `DifficultyID`=0); -- 220773 (Web Container Stalker) - Floating - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=228440 AND `DifficultyID`=0); -- 228440 (Web Anchor) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=805306368, `VerifiedBuild`=56513 WHERE (`Entry`=218370 AND `DifficultyID`=14); -- 218370 (Queen Ansurek) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `VerifiedBuild`=56513 WHERE (`Entry`=221537 AND `DifficultyID`=0); -- 221537 (Unstable Experiment) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=218261 AND `DifficultyID`=0); -- 218261 (Royal Silkwing) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=228080 AND `DifficultyID`=0); -- 228080 (Weaver's Loom) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `VerifiedBuild`=56513 WHERE (`Entry`=217489 AND `DifficultyID`=14); -- 217489 (Anub'arash) -
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `VerifiedBuild`=56513 WHERE (`Entry`=217491 AND `DifficultyID`=14); -- 217491 (Skeinspinner Takazj) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags3`=262144, `VerifiedBuild`=56513 WHERE (`Entry`=222510 AND `DifficultyID`=0); -- 222510 (Stagshell Egg) - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222167 AND `DifficultyID`=0); -- 222167 (Brood Infuser) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=536870912, `VerifiedBuild`=56513 WHERE (`Entry`=221669 AND `DifficultyID`=0); -- 221669 (Blight Swarmer) - Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=214712 AND `DifficultyID`=0); -- 214712 (Leech) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags3`=262144, `VerifiedBuild`=56513 WHERE (`Entry`=220540 AND `DifficultyID`=0); -- 220540 (Latcher Broodcluster) - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=214713 AND `DifficultyID`=0); -- 214713 (Bloodfeaster) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=214710 AND `DifficultyID`=0); -- 214710 (Larva) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=805306624, `VerifiedBuild`=56513 WHERE (`Entry`=225764 AND `DifficultyID`=0); -- 225764 (Nerub-ar Palace) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=219904 AND `DifficultyID`=0); -- 219904 (Executor Nizrek) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=229217 AND `DifficultyID`=0); -- 229217 (Glyph of Dread) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222368 AND `DifficultyID`=0); -- 222368 (Exalted Priest) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219724 AND `DifficultyID`=0); -- 219724 (Court Attendant) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219723 AND `DifficultyID`=0); -- 219723 (Royal Whisperer) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219739 AND `DifficultyID`=0); -- 219739 (Infested Spawn) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=219669 AND `DifficultyID`=0); -- 219669 (Nerubian) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=536870912, `VerifiedBuild`=56513 WHERE (`Entry`=219711 AND `DifficultyID`=0); -- 219711 (Spinnerette's Strands) - Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=221538 AND `DifficultyID`=0); -- 221538 (Nerubian) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=805306368, `VerifiedBuild`=56513 WHERE (`Entry`=214504 AND `DifficultyID`=14); -- 214504 (Rasha'nan) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=224923 AND `DifficultyID`=0); -- 224923 (Nerubian) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=218439 AND `DifficultyID`=0); -- 218439 (Sureki War Banner) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=224066 AND `DifficultyID`=0); -- 224066 (Sureki Vanguard) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=805306368, `VerifiedBuild`=56513 WHERE (`Entry`=229918 AND `DifficultyID`=0); -- 229918 (Caustic Skyrazor) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=229402 AND `DifficultyID`=0); -- 229402 (Frostshard Bolts) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=229403 AND `DifficultyID`=0); -- 229403 (Caustic Bolts) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=229401 AND `DifficultyID`=0); -- 229401 (Barbed Bolts) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=229285 AND `DifficultyID`=0); -- 229285 (Nerubian Ballista) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=216982 AND `DifficultyID`=0); -- 216982 (Royal Silkwing) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=218266 AND `DifficultyID`=0); -- 218266 (Royal Silkwing) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219006 AND `DifficultyID`=0); -- 219006 (Venommaster Nezarox) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=229995 AND `DifficultyID`=0); -- 229995 (Sureki Arbalest) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=227507 AND `DifficultyID`=0); -- 227507 (Sureki Skirmisher) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=228321 AND `DifficultyID`=0); -- 228321 (Cosmic Residue) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=223251 AND `DifficultyID`=0); -- 223251 (Spear Stalker (Impact)) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=227617 AND `DifficultyID`=0); -- 227617 (Cosmic Simulacrum) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=224639 AND `DifficultyID`=0); -- 224639 (Surekian Decapitator) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=218260 AND `DifficultyID`=0); -- 218260 (Royal Silkwing) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=805306368, `VerifiedBuild`=56513 WHERE (`Entry`=227614 AND `DifficultyID`=0); -- 227614 (Royal Silkwing) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=227768 AND `DifficultyID`=0); -- 227768 (Captured Arathi) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=223996 AND `DifficultyID`=0); -- 223996 (Royal Weaver Stalker) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=805306368, `VerifiedBuild`=56513 WHERE (`Entry`=224970 AND `DifficultyID`=0); -- 224970 (Caustic Bomber) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=805306368, `VerifiedBuild`=56513 WHERE (`Entry`=222881 AND `DifficultyID`=0); -- 222881 (Royal Weaver) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=214503 AND `DifficultyID`=14); -- 214503 (Sikran) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=222275 AND `DifficultyID`=0); -- 222275 (Training Dummy) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222273 AND `DifficultyID`=0); -- 222273 (Sureki Silkbow) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222038 AND `DifficultyID`=0); -- 222038 (Shrillwing Hunter En'kilah) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219853 AND `DifficultyID`=0); -- 219853 (Sikran) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=228157 AND `DifficultyID`=0); -- 228157 (Nerubian Anvil) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=224610 AND `DifficultyID`=0); -- 224610 (Surekian Weapon Rack) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=805306368, `VerifiedBuild`=56513 WHERE (`Entry`=222042 AND `DifficultyID`=0); -- 222042 (Shrillwing) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=224370 AND `DifficultyID`=0); -- 224370 (Surekian Weapon Rack) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222274 AND `DifficultyID`=0); -- 222274 (Sureki Darkblade) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219725 AND `DifficultyID`=0); -- 219725 (Chitin Knight) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=227170 AND `DifficultyID`=0); -- 227170 (Royal Silkwing) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=805306624, `VerifiedBuild`=56513 WHERE (`Entry`=225394 AND `DifficultyID`=0); -- 225394 (Widow Arak'nai) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219834 AND `DifficultyID`=0); -- 219834 (Weaver's Eyes) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435712, `VerifiedBuild`=56513 WHERE (`Entry`=219847 AND `DifficultyID`=0); -- 219847 (Kaheti Lord) - Sessile, CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435712, `VerifiedBuild`=56513 WHERE (`Entry`=219845 AND `DifficultyID`=0); -- 219845 (Kaheti Threadmancer) - Sessile, CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435712, `VerifiedBuild`=56513 WHERE (`Entry`=219835 AND `DifficultyID`=0); -- 219835 (Kaheti Sentry) - Sessile, CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=229131 AND `DifficultyID`=0); -- 229131 (Royal Silkwing) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `VerifiedBuild`=56513 WHERE (`Entry`=219836 AND `DifficultyID`=0); -- 219836 (Nerubian Blood Pool) -
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219833 AND `DifficultyID`=0); -- 219833 (Weaver's Fang) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=805306368, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=227172 AND `DifficultyID`=0); -- 227172 (Royal Silkwing) - CanSwim, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219796 AND `DifficultyID`=0); -- 219796 (Widow Arak'nai) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=225335 AND `DifficultyID`=0); -- 225335 (Shifted Oozeling) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=221986 AND `DifficultyID`=14); -- 221986 (Blood Horror) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=805306624, `VerifiedBuild`=56513 WHERE (`Entry`=221945 AND `DifficultyID`=14); -- 221945 (Forgotten Harbinger) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=221667 AND `DifficultyID`=14); -- 221667 (Lost Watcher) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=805306624, `VerifiedBuild`=56513 WHERE (`Entry`=221771 AND `DifficultyID`=0); -- 221771 (Faceless One) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=225208 AND `DifficultyID`=0); -- 225208 (Slime Wave) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=220139 AND `DifficultyID`=0); -- 220139 (Slithering Spew) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=230390 AND `DifficultyID`=0); -- 230390 (The Congealing Pool) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222581 AND `DifficultyID`=0); -- 222581 (Ruptured Ooze) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=214801 AND `DifficultyID`=0); -- 214801 (Skipper) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=216971 AND `DifficultyID`=0); -- 216971 (Shadow Walker Tarvex) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=221845 AND `DifficultyID`=0); -- 221845 (Xur'khun the Defiled) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=227714 AND `DifficultyID`=0); -- 227714 (The Pulsing Pit) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222461 AND `DifficultyID`=0); -- 222461 (Congealed Mass) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=805306624, `VerifiedBuild`=56513 WHERE (`Entry`=214502 AND `DifficultyID`=14); -- 214502 (The Bloodbound Horror) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=229399 AND `DifficultyID`=0); -- 229399 (Blood Drainer) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=229614 AND `DifficultyID`=0); -- 229614 (Caustic Skyrazor) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=228195 AND `DifficultyID`=0); -- 228195 (Strange Mushroom) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=229208 AND `DifficultyID`=0); -- 229208 (Unstable Mixture) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222455 AND `DifficultyID`=0); -- 222455 (Black Blood Harvester) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `VerifiedBuild`=56513 WHERE (`Entry`=221035 AND `DifficultyID`=0); -- 221035 (Royal Scribe) -
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222213 AND `DifficultyID`=0); -- 222213 (Lurking Marauder) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=225817 AND `DifficultyID`=14); -- 225817 (Caustic Skyrazor) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=223200 AND `DifficultyID`=0); -- 223200 (Blood Collector) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=805306368, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=228033 AND `DifficultyID`=0); -- 228033 (Coalesced Shadow) - CanSwim, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=223199 AND `DifficultyID`=0); -- 223199 (Black Blood Pool) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=215435 AND `DifficultyID`=0); -- 215435 (Foreseer Xix'amon) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=228076 AND `DifficultyID`=0); -- 228076 (Caustic Bomb) - CanSwim - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=214820 AND `DifficultyID`=0); -- 214820 (Black Blood Droplet) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=222786 AND `DifficultyID`=0); -- 222786 (Parasitic Worm) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222459 AND `DifficultyID`=0); -- 222459 (Congealing Mass) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=216977 AND `DifficultyID`=0); -- 216977 (Royal Silkwing) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222564 AND `DifficultyID`=0); -- 222564 (Rupturing Ooze) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=223207 AND `DifficultyID`=0); -- 223207 (Black Blood) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=219038 AND `DifficultyID`=0); -- 219038 (Chunky Viscera) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `VerifiedBuild`=56513 WHERE (`Entry`=216205 AND `DifficultyID`=0); -- 216205 (Ravenous Spawn) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=221388 AND `DifficultyID`=0); -- 221388 (Ping Stalker) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=218018 AND `DifficultyID`=0); -- 218018 (Ping Stalker) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=223790 AND `DifficultyID`=0); -- 223790 (Ravenous Spawn Stalker) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=222001 AND `DifficultyID`=0); -- 222001 (Hulking Crash Stalker) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=228713 AND `DifficultyID`=14); -- 228713 (Ulgrax the Devourer) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=223449 AND `DifficultyID`=0); -- 223449 (The Swaying Span) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222305 AND `DifficultyID`=0); -- 222305 (Palace Guardian) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=223372 AND `DifficultyID`=14); -- 223372 (Prime Slime) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=805306368, `VerifiedBuild`=56513 WHERE (`Entry`=214711 AND `DifficultyID`=0); -- 214711 (Glowmite) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=227715 AND `DifficultyID`=0); -- 227715 (The Swaying Span) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=216663 AND `DifficultyID`=0); -- 216663 (The Bloodfeaster) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=218440 AND `DifficultyID`=0); -- 218440 (Kaheti War Banner) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=229396 AND `DifficultyID`=0); -- 229396 (Volatile Black Blood Pool) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=223373 AND `DifficultyID`=0); -- 223373 (Slime Wave) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=220138 AND `DifficultyID`=14); -- 220138 (Regurgitating Monstrosity) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=805306368, `VerifiedBuild`=56513 WHERE (`Entry`=224437 AND `DifficultyID`=0); -- 224437 (Rasha'nan) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219778 AND `DifficultyID`=0); -- 219778 (Queen Ansurek) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=215657 AND `DifficultyID`=14); -- 215657 (Ulgrax the Devourer) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219878 AND `DifficultyID`=0); -- 219878 (Skeinspinner Takazj) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=3, `LevelScalingDeltaMax`=3, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=219877 AND `DifficultyID`=0); -- 219877 (Anub'arash) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=223987 AND `DifficultyID`=0); -- 223987 (BlackBlood Fall Base) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=225880 AND `DifficultyID`=0); -- 225880 (Spider Silk Grub) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=220551 AND `DifficultyID`=0); -- 220551 (Sureki Ironweaver) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=231649 AND `DifficultyID`=0); -- 231649 (Ki'katal the Harvester) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=218316 AND `DifficultyID`=0); -- 218316 (Kaheti Vanguard) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=181, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=229633 AND `DifficultyID`=0); -- 229633 (Ulgrax the Devourer) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222193 AND `DifficultyID`=0); -- 222193 (Hollow Frostweaver) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=218320 AND `DifficultyID`=0); -- 218320 (Web Acolyte) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=805306368, `VerifiedBuild`=56513 WHERE (`Entry`=222235 AND `DifficultyID`=0); -- 222235 (Bloodthirsty Swarmer) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=224439 AND `DifficultyID`=0); -- 224439 (Web Support) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=805306368, `VerifiedBuild`=56513 WHERE (`Entry`=214714 AND `DifficultyID`=0); -- 214714 (Moth) - CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=482, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=225409 AND `DifficultyID`=0); -- 225409 (Surging Totem) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=218315 AND `DifficultyID`=0); -- 218315 (Kaheti Sentry) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=805306624, `StaticFlags3`=262144, `VerifiedBuild`=56513 WHERE (`Entry`=219846 AND `DifficultyID`=0); -- 219846 (Nerubian Alarm) - Sessile, CanSwim, Floating - AllowInteractionWhileInCombat
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222214 AND `DifficultyID`=0); -- 222214 (Frenzied Leaper) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=805306624, `VerifiedBuild`=56513 WHERE (`Entry`=233422 AND `DifficultyID`=14); -- 233422 (Nerub-ar Palace) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=214720 AND `DifficultyID`=0); -- 214720 (Pill Bug) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `StaticFlags1`=536871168, `StaticFlags3`=33554432, `VerifiedBuild`=56513 WHERE (`Entry`=218447 AND `DifficultyID`=0); -- 218447 (Web Cocoon) - Sessile, Floating - CannotTurn
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=218306 AND `DifficultyID`=0); -- 218306 (Scarab Captain Vul'akan) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=226100 AND `DifficultyID`=0); -- 226100 (Kaheti Skirmisher) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=81, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=226697 AND `DifficultyID`=0); -- 226697 (Spider) - CanSwim
UPDATE `creature_template_difficulty` SET `ContentTuningID`=482, `StaticFlags1`=536871168, `VerifiedBuild`=56513 WHERE (`Entry`=223453 AND `DifficultyID`=0); -- 223453 (Arcane Phoenix) - Sessile, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=482, `VerifiedBuild`=56513 WHERE (`Entry`=221177 AND `DifficultyID`=0); -- 221177 (Ancestor) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=482, `VerifiedBuild`=56513 WHERE (`Entry`=77942 AND `DifficultyID`=0); -- 77942 (Primal Storm Elemental) -
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2723, `VerifiedBuild`=56513 WHERE (`Entry`=219776 AND `DifficultyID`=0); -- 219776 (Anub'azal) -
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=2, `LevelScalingDeltaMax`=2, `ContentTuningID`=2723, `StaticFlags1`=805306624, `VerifiedBuild`=56513 WHERE (`Entry`=225184 AND `DifficultyID`=0); -- 225184 (Anub'azal) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=371, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=222339 AND `DifficultyID`=0); -- 222339 (Spinner) - CanSwim
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=2723, `StaticFlags1`=268435456, `VerifiedBuild`=56513 WHERE (`Entry`=218317 AND `DifficultyID`=0); -- 218317 (Woven Threadmancer) - CanSwim

View File

@@ -0,0 +1,117 @@
SET @CGUID := 10002061;
SET @NPCTEXTID := 600031;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+23;
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, 219126, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2753.782958984375, -2579.807373046875, 219.50665283203125, 3.119388341903686523, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+1, 226270, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2739.1494140625, -2557.848876953125, 219.8755645751953125, 0.968167781829833984, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Watchful Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+2, 219126, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2720.15625, -2572.17529296875, 219.8852996826171875, 1.771259903907775878, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 436791 - Holding Mead Mug [DNT])
(@CGUID+3, 219126, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2725.53125, -2568.49658203125, 219.54400634765625, 0.033491913229227066, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+4, 219126, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2740.29345703125, -2579.413330078125, 218.950836181640625, 6.262483119964599609, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 436791 - Holding Mead Mug [DNT])
(@CGUID+5, 219126, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2740.39501953125, -2577.9619140625, 218.950836181640625, 0.05699058249592781, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+6, 219126, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2720.216064453125, -2569.0556640625, 219.8852996826171875, 4.274806022644042968, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 436791 - Holding Mead Mug [DNT])
(@CGUID+7, 219126, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2725.97216796875, -2566.614501953125, 219.7487030029296875, 6.069196224212646484, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+8, 219126, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2731.283935546875, -2589.989501953125, 219.7810516357421875, 1.52925574779510498, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Citizen (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+9, 219225, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2712.225830078125, -2626.4619140625, 220.040557861328125, 2.745888471603393554, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Cuzolth (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+10, 219226, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2708.911376953125, -2626.8056640625, 220.0397491455078125, 0.715072572231292724, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Vaskarn (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+11, 229927, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2723.37353515625, -2602.924560546875, 219.6511077880859375, 1.998453259468078613, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Unbound Crafter (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+12, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2762.561767578125, -2562.890625, 219.73443603515625, 3.877671718597412109, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+13, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 3, 2752.15283203125, -2552.579833984375, 219.7344207763671875, 3.981329202651977539, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+14, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2792.3369140625, -2663.604248046875, 224.3729095458984375, 1.27729201316833496, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+15, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2790.538330078125, -2513.232666015625, 239.209625244140625, 0.100807569921016693, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+16, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2802.4072265625, -2524.520751953125, 239.20941162109375, 1.633610129356384277, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+17, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 3, 2661.087646484375, -2568.407958984375, 219.7292327880859375, 4.758181095123291015, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+18, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 3, 2647.4619140625, -2554.552001953125, 219.6681365966796875, 3.167210102081298828, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+19, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 1, 2784.09375, -2655.111083984375, 224.3729095458984375, 0.634117841720581054, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+20, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 3, 2709.182373046875, -2553.96533203125, 219.7689056396484375, 0.02004028670489788, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+21, 219014, 2552, 14771, 14771, '0', '0', 0, 0, 2, 2695.091064453125, -2567.9150390625, 219.734466552734375, 4.669504642486572265, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Oathsworn Peacekeeper (Area: Dornogal - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+22, 229927, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2793.00341796875, -2661.444580078125, 224.3729095458984375, 3.839724302291870117, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513), -- Unbound Crafter (Area: Dornogal - Difficulty: 0) CreateObject1
(@CGUID+23, 229927, 2552, 14771, 14771, '0', '0', 0, 0, 0, 2790.973876953125, -2661.704833984375, 224.3729095458984375, 0.628318548202514648, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56513); -- Unbound Crafter (Area: Dornogal - Difficulty: 0) CreateObject1
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+23;
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, 415, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+1, 0, 0, 0, 0, 0, 0, 0, 717, 0, 0, 0, 0, ''), -- Watchful Peacekeeper
(@CGUID+2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '436791'), -- Oathsworn Citizen - 436791 - Holding Mead Mug [DNT]
(@CGUID+3, 0, 0, 0, 0, 0, 1, 0, 415, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+4, 0, 0, 0, 0, 0, 1, 0, 743, 0, 0, 0, 0, '436791'), -- Oathsworn Citizen - 436791 - Holding Mead Mug [DNT]
(@CGUID+5, 0, 0, 0, 0, 0, 1, 0, 1023, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+6, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '436791'), -- Oathsworn Citizen - 436791 - Holding Mead Mug [DNT]
(@CGUID+7, 0, 0, 0, 0, 0, 1, 0, 415, 0, 0, 0, 0, ''), -- Oathsworn Citizen
(@CGUID+8, 0, 0, 0, 0, 0, 1, 0, 415, 0, 0, 0, 0, ''); -- Oathsworn Citizen
-- Gossip
DELETE FROM `creature_template_gossip` WHERE (`CreatureID`=219226 AND `MenuID` IN (35076,35079,35077));
INSERT INTO `creature_template_gossip` (`CreatureID`, `MenuID`, `VerifiedBuild`) VALUES
(219226, 35076, 56513); -- Vaskarn
DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+2;
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, 265441, 0, 0, 0, 0, 0, 0, 0, 56513), -- 219226 (Vaskarn)
(@NPCTEXTID+1, 1, 0, 0, 0, 0, 0, 0, 0, 265445, 0, 0, 0, 0, 0, 0, 0, 56513), -- 219226 (Vaskarn)
(@NPCTEXTID+2, 1, 0, 0, 0, 0, 0, 0, 0, 265451, 0, 0, 0, 0, 0, 0, 0, 56513); -- 219226 (Vaskarn)
DELETE FROM `gossip_menu` WHERE (`MenuID`=35076 AND `TextID`=@NPCTEXTID+0) OR (`MenuID`=35077 AND `TextID`=@NPCTEXTID+1) OR (`MenuID`=35079 AND `TextID`=@NPCTEXTID+2);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(35076, @NPCTEXTID+0, 56513), -- 219226 (Vaskarn)
(35077, @NPCTEXTID+1, 56513), -- 219226 (Vaskarn)
(35079, @NPCTEXTID+2, 56513); -- 219226 (Vaskarn)
DELETE FROM `gossip_menu_option` WHERE (`MenuID`=35076 AND `OptionID` IN (2,1,0)) OR (`MenuID`=35077 AND `OptionID`=0) OR (`MenuID`=35079 AND `OptionID`=0);
INSERT INTO `gossip_menu_option` (`MenuID`, `GossipOptionID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextID`, `Language`, `Flags`, `ActionMenuID`, `ActionPoiID`, `GossipNpcOptionID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `SpellID`, `OverrideIconID`, `VerifiedBuild`) VALUES
(35076, 122627, 2, 1, 'Show me your Crest transmutation options.', 0, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56513),
(35076, 122628, 1, 0, 'Tell me about upgrading gear using Valorstones and Harbinger Crests.', 0, 0, 0, 35079, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56513),
(35076, 122629, 0, 0, 'How do I acquire Valorstones and Harbinger Crests?', 0, 0, 0, 35077, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56513),
(35077, 122630, 0, 0, 'I want to talk about something else.', 0, 0, 0, 35076, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56513),
(35079, 122634, 0, 0, 'I want to talk about something else.', 0, 0, 0, 35076, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56513);
-- Vendor
DELETE FROM `npc_vendor` WHERE (`entry`=219226 AND `item`=221375 AND `ExtendedCost`=8586 AND `type`=1) OR (`entry`=219226 AND `item`=221373 AND `ExtendedCost`=8587 AND `type`=1) OR (`entry`=219226 AND `item`=221268 AND `ExtendedCost`=8583 AND `type`=1);
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
(219226, 3, 221375, 0, 8586, 1, 0, 0, 56513), -- Pack of Runed Harbinger Crests
(219226, 2, 221373, 0, 8587, 1, 0, 0, 56513), -- Satchel of Carved Harbinger Crests
(219226, 1, 221268, 0, 8583, 1, 0, 0, 56513); -- Pouch of Weathered Harbinger Crests
-- Unbound Crafter smart ai
SET @ENTRY := 229927;
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = -(@CGUID+11);
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
(-(@CGUID+11), 0, 0, 0, 34, 0, 100, 0, 2, 3, 0, 0, 0, 80, 22992700, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On movement of type WAYPOINT_MOTION_TYPE inform, point 3 - Self: Start timed action list id #Unbound Crafter #0 (22992700) (update out of combat)', ''),
(-(@CGUID+11), 0, 1, 0, 34, 0, 100, 0, 2, 9, 0, 0, 0, 80, 22992700, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On movement of type WAYPOINT_MOTION_TYPE inform, point 9 - Self: Start timed action list id #Unbound Crafter #1 (22992700) (update out of combat)', '');
-- Timed list 22992700 smart ai
SET @ENTRY := 22992700;
DELETE FROM `smart_scripts` WHERE `source_type` = 9 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, 9, 0, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 90, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'After 1 seconds - Self: Set stand state to KNEEL', ''),
(@ENTRY, 9, 1, 0, 0, 0, 100, 0, 11000, 11000, 0, 0, 0, 91, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'After 11 seconds - Self: Remove stand state KNEEL', '');
-- Path for Unbound Crafter
SET @MOVERGUID := @CGUID+11;
SET @ENTRY := 229927;
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, NULL, 'Unbound Crafter - 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, 2711.0676, -2594.4236, 219.6511, NULL, 0),
(@PATH, 1, 2700.4783, -2599.8923, 219.6511, NULL, 0),
(@PATH, 2, 2698.6458, -2607.4966, 219.6511, NULL, 0),
(@PATH, 3, 2698.822, -2609.2344, 219.6511, 4.7630, 13841),
(@PATH, 4, 2700.7551, -2600.7102, 219.6511, NULL, 0),
(@PATH, 5, 2705.9714, -2596.7449, 219.6511, NULL, 0),
(@PATH, 6, 2715.2952, -2597.0486, 219.6511, NULL, 0),
(@PATH, 7, 2722.6729, -2600.7952, 219.65112, NULL, 0),
(@PATH, 8, 2725.8064, -2606.9688, 219.65115, NULL, 0),
(@PATH, 9, 2726.3098, -2609.3665, 219.65115, 4.0289, 15843),
(@PATH, 10, 2721.8247, -2599.5261, 219.6511, NULL, 0);
UPDATE `creature` SET `position_x`=2711.0676, `position_y`=-2594.4236, `position_z`=219.6511, `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);

View File

@@ -0,0 +1,37 @@
UPDATE `world_state` SET `DefaultValue`=240 WHERE `ID`=25259;
UPDATE `world_state` SET `DefaultValue`=23 WHERE `ID`=25395;
UPDATE `world_state` SET `DefaultValue`=18 WHERE `ID`=26001;
UPDATE `world_state` SET `DefaultValue`=0 WHERE `ID` IN (25468, 25456, 25457, 25413);
DELETE FROM `world_state` WHERE `ID` IN (25833,25834,26186,26199,26365,26508,26509,26510,26511,26512,26513,26514,26515,26516,26517,26518,26620,26621,26622,26623,26624,26625,26626,26627,26628,26629,26630,26656,26869,27335);
INSERT INTO `world_state` (`ID`, `DefaultValue`, `MapIDs`, `AreaIDs`, `ScriptName`, `Comment`) VALUES
(25833, 450, NULL, NULL, '', 'Weathered/Carved Harbinger Crest (Currency) - Max quantity'),
(25834, 180, NULL, NULL, '', 'Gilded/Runed Harbinger Crest (Currency) - Max quantity'),
(26186, 220000, NULL, NULL, '', 'Conquest - The War Within Season 1 (Currency) - Max quantity'),
(26199, 4, NULL, NULL, '', '11.0 Professions - Personal Tracker - S1 Spark Drops (Hidden) (Currency) - Max quantity'),
(26365, 190000, NULL, NULL, '', 'Bloody Tokens (Currency) - Max quantity'),
(26508, 56, NULL, NULL, '', '11.0 Professions - Tracker - Weekly Alchemy Knowledge (Currency) - Max quantity'),
(26509, 64, NULL, NULL, '', '11.0 Professions - Tracker - Weekly Blacksmithing Knowledge (Currency) - Max quantity'),
(26510, 59, NULL, NULL, '', '11.0 Professions - Tracker - Weekly Enchanting Knowledge (Currency) - Max quantity'),
(26511, 44, NULL, NULL, '', '11.0 Professions - Tracker - Weekly Engineering Knowledge (Currency) - Max quantity'),
(26512, 48, NULL, NULL, '', '11.0 Professions - Tracker - Weekly Herbalism Knowledge (Currency) - Max quantity'),
(26513, 72, NULL, NULL, '', '11.0 Professions - Tracker - Weekly Inscription Knowledge (Currency) - Max quantity'),
(26514, 56, NULL, NULL, '', '11.0 Professions - Tracker - Weekly Jewelcrafting Knowledge (Currency) - Max quantity'),
(26515, 64, NULL, NULL, '', '11.0 Professions - Tracker - Weekly Leatherworking Knowledge (Currency) - Max quantity'),
(26516, 44, NULL, NULL, '', '11.0 Professions - Tracker - Weekly Mining Knowledge (Currency) - Max quantity'),
(26517, 40, NULL, NULL, '', '11.0 Professions - Tracker - Weekly Skinning Knowledge (Currency) - Max quantity'),
(26518, 64, NULL, NULL, '', '11.0 Professions - Tracker - Weekly Tailoring Knowledge (Currency) - Max quantity'),
(26620, 4, NULL, NULL, '', '11.0 Professions - Tracker - Insc Book - Tailoring Knowledge (Currency) - Max quantity'),
(26621, 4, NULL, NULL, '', '11.0 Professions - Tracker - Insc Book - Skinning Knowledge (Currency) - Max quantity'),
(26622, 4, NULL, NULL, '', '11.0 Professions - Tracker - Insc Book - Mining Knowledge (Currency) - Max quantity'),
(26623, 4, NULL, NULL, '', '11.0 Professions - Tracker - Insc Book - Leatherworking Know. (Currency) - Max quantity'),
(26624, 4, NULL, NULL, '', '11.0 Professions - Tracker - Insc Book - Jewelcrafting Knowledge (Currency) - Max quantity'),
(26625, 4, NULL, NULL, '', '11.0 Professions - Tracker - Insc Book - Inscription Knowledge (Currency) - Max quantity'),
(26626, 4, NULL, NULL, '', '11.0 Professions - Tracker - Insc Book - Herbalism Knowledge (Currency) - Max quantity'),
(26627, 4, NULL, NULL, '', '11.0 Professions - Tracker - Insc Book - Engineering Knowledge (Currency) - Max quantity'),
(26628, 4, NULL, NULL, '', '11.0 Professions - Tracker - Insc Book - Enchanting Knowledge (Currency) - Max quantity'),
(26629, 4, NULL, NULL, '', '11.0 Professions - Tracker - Insc Book - Blacksmithing Knowledge (Currency) - Max quantity'),
(26630, 4, NULL, NULL, '', '11.0 Professions - Tracker - Insc Book - Alchemy Knowledge (Currency) - Max quantity'),
(26656, 2, NULL, NULL, '', '11.0 Delves - Personal Tracker - S1 Weekly Elise Turn-In(Hidden) (Currency) - Max quantity'),
(26869, 0, NULL, NULL, '', 'Nerub-ar Finery (Currency) - Max quantity'),
(27335, 56, NULL, NULL, '', 'Delver''s Journey (Currency) - Max quantity');

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `world_state` WHERE `ID`=16474;
INSERT INTO `world_state` (`ID`, `DefaultValue`, `MapIDs`, `AreaIDs`, `ScriptName`, `Comment`) VALUES
(16474, 1, NULL, NULL, '', 'Battle for Azeroth - Enable Mythic Dungeons');

View File

@@ -0,0 +1,120 @@
SET @ATID := 95;
SEt @ATCP := 83;
SET @ATIDSPAWN := 97;
SET @CGUID := 7001525;
SET @SPAWNGROUP := 1258;
-- Instance
DELETE FROM `instance_template` WHERE `map`=1864;
INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES
(1864, 0, 'instance_shrine_of_the_storm');
-- Creature
DELETE FROM `creature` WHERE `guid`= @CGUID+0;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID+0;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curHealthPct`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(@CGUID+0, 134056, 1864, 9525, 9964, '1,2,23,8', 0, 0, 0, 0, 3931.7275390625, -1244.4896240234375, 128.450714111328125, 0.069714099168777465, 7200, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 55664); -- Aqu'sirr (Area: Tidewater Sanctum - Difficulty: Normal) CreateObject2 (Auras: )
UPDATE `creature_template_difficulty` SET `ContentTuningID`=500, `StaticFlags1`=805306624, `VerifiedBuild`=55664 WHERE (`Entry`=134828 AND `DifficultyID`=1); -- 134828 (Aqualing) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=500, `StaticFlags1`=805306624, `VerifiedBuild`=55664 WHERE (`Entry`=134056 AND `DifficultyID`=1); -- 134056 (Aqu'sirr) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `HealthScalingExpansion`=7 WHERE (`Entry`=134056 AND `DifficultyID`=1); -- Aqu'sirr
UPDATE `creature_template_difficulty` SET `HealthScalingExpansion`=7 WHERE (`Entry`=139737 AND `DifficultyID`=1); -- Lord Stormsong
UPDATE `creature_template_difficulty` SET `HealthScalingExpansion`=7 WHERE (`Entry`=134828 AND `DifficultyID`=1); -- Aqualing
UPDATE `creature_template_addon` SET `auras`='274341' WHERE `entry`=139737; -- 139737 (Lord Stormsong) - Water Ritual
UPDATE `creature_template` SET `ScriptName`='npc_aqusirr_intro_lord_stormsong' WHERE `entry`=139737; -- 139737 (Lord Stormsong)
UPDATE `creature_template` SET `ScriptName`='boss_aqusirr' WHERE `entry`=134056; -- 134056 (Aqu'sirr)
UPDATE `creature_template` SET `ScriptName`='boss_aqusirr_aqualing' WHERE `entry`=134828; -- 134828 (Aqualing)
UPDATE `creature_template` SET `faction`=16, `speed_run`=1.285714268684387207, `BaseAttackTime`=2000, `unit_flags`=64, `unit_flags2`=2048, `unit_flags3`=524288 WHERE `entry`=134828; -- Aqualing
DELETE FROM `creature_template_addon` WHERE `entry` IN (134828, 134612);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(134828, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, '264899'), -- 134828 (Aqualing) - Diminish
(134612, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, ''); -- 134612 (Grasping Tentacles)
-- Conversations
DELETE FROM `conversation_actors` WHERE (`Idx`=0 AND `ConversationId` IN (8762, 8761));
INSERT INTO `conversation_actors` (`ConversationId`, `ConversationActorId`, `Idx`, `CreatureId`, `CreatureDisplayInfoId`, `NoActorObject`, `ActivePlayerObject`, `VerifiedBuild`) VALUES
(8762, 65085, 0, 139971, 60766, 0, 0, 34601),
(8761, 0, 0, 139970, 81302, 0, 0, 27843);
DELETE FROM `conversation_template` WHERE `Id` IN (8762, 8761);
INSERT INTO `conversation_template` (`Id`, `FirstLineID`, `TextureKitId`, `VerifiedBuild`) VALUES
(8762, 19643, 0, 34601),
(8761, 19642, 0, 27843);
DELETE FROM `conversation_line_template` WHERE `Id` IN (19643, 19642);
INSERT INTO `conversation_line_template` (`Id`, `UiCameraID`, `ActorIdx`, `Flags`, `ChatType`, `VerifiedBuild`) VALUES
(19643, 1060, 0, 0, 0, 34601),
(19642, 82, 0, 0, 0, 27843);
-- Spawngroup
DELETE FROM `spawn_group_template` WHERE `groupId`= @SPAWNGROUP+0;
INSERT INTO `spawn_group_template` (`groupId`, `groupName`, `groupFlags`) VALUES
(@SPAWNGROUP+0, 'Shrine of the Storm - Aqu\'sirr spawn', 4);
DELETE FROM `spawn_group` WHERE `groupId`= @SPAWNGROUP+0;
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES
(@SPAWNGROUP+0, 0, @CGUID+0);
-- Areatrigger
DELETE FROM `areatrigger_template` WHERE (`Id` = @ATID+0 AND `IsCustom` = 1);
INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `VerifiedBuild`) VALUES
(@ATID+0, 1, 1, 0);
DELETE FROM `areatrigger` WHERE `SpawnId`= @ATIDSPAWN+0;
INSERT INTO `areatrigger` (`SpawnId`, `AreaTriggerCreatePropertiesId`, `IsCustom`, `MapId`, `SpawnDifficulties`, `PosX`, `PosY`, `PosZ`, `Orientation`, `PhaseUseFlags`, `PhaseId`, `PhaseGroup`, `ScriptName`, `Comment`, `VerifiedBuild`) VALUES
(@ATIDSPAWN+0, @ATCP+0, 1, 1864, '1,2,23,8', 3925.384, -1245.656, 128.339, 3.31631, 1, 0, 0, 'at_aqusirr_intro', 'Shrine of the Storm - Trigger Aqu\'sirr intro', 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, 18, 30, 5, 18, 30, 5, 0, 0, '', 0);
DELETE FROM `areatrigger_template` WHERE (`IsCustom`=0 AND `Id` IN (17428, 17427));
INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `VerifiedBuild`) VALUES
(17428, 0, 0, 55664),
(17427, 0, 0, 55664);
DELETE FROM `areatrigger_create_properties` WHERE (`IsCustom`=0 AND `Id` IN (12773, 12775));
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`, `ScriptName`, `VerifiedBuild`) VALUES
(12773, 0, 17427, 0, 4, 0, 0, 0, 0, -1, 0, 0, 0, 6000, 0, 100, 100, 0, 0, 0, 0, 0, 0, 'at_aqusirr_undertow', 55664), -- Spell: 264144 (Undertow)
(12775, 0, 17428, 0, 4, 0, 0, 0, 0, -1, 0, 0, 0, 4000, 0, 6, 6, 0, 0, 0, 0, 0, 0, 'at_aqusirr_surging_rush', 55664); -- Spell: 264101 (Surging Rush)
-- Spells
DELETE FROM `spell_script_names` WHERE `spell_id` IN (274365, 274367, 274364, 264903, 264911, 264912, 264913, 274260, 264102, 264560, 264941, 264477, 264526);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(274365, 'spell_aqusirr_requiem_of_the_abyss'),
(274367, 'spell_aqusirr_requiem_of_the_abyss'),
(274364, 'spell_aqusirr_requiem_of_the_abyss_periodic'),
(264903, 'spell_aqusirr_erupting_waters_aura'),
(264911, 'spell_aqusirr_erupting_waters_split_1'),
(264912, 'spell_aqusirr_erupting_waters_split_2'),
(264913, 'spell_aqusirr_erupting_waters_split_3'),
(264560, 'spell_aqusirr_choking_brine'),
(274260, 'spell_aqusirr_surging_rush'),
(264102, 'spell_aqusirr_surging_rush_selector'),
(264941, 'spell_aqusirr_erupting_waters'),
(264477, 'spell_aqusirr_grasp_from_the_depths_selector'),
(264526, 'spell_aqusirr_grasp_from_the_depths_damage');
-- Conditions
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=265030;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ConditionStringValue1`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(13, 1, 265030, 0, 0, 51, 0, 5, 134056, 0, '', 0, 0, 0, '', 'Spell \'Erupting Waters\' can only hit \'Aqu\'sirr\'');
-- Texts
DELETE FROM `creature_text` WHERE `CreatureID` = 139737;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(139737, 0, 0, 'How dare you sully this holy place with your presence!', 14, 0, 100, 25, 0, 108219, 150520, 0, 'Lord Stormsong to Player'),
(139737, 1, 0, 'I call upon the surging waters! Arise, and wipe out these intruders!', 14, 0, 100, 5, 0, 108220, 150521, 0, 'Lord Stormsong to Player');
-- SAI
UPDATE `creature_template` SET `faction`=14, `BaseAttackTime`=2000, `unit_flags`=0, `unit_flags2`=32800, `unit_flags3`=524288, `AIName`='SmartAI' WHERE `entry`=134612; -- Grasping Tentacles
DELETE FROM `smart_scripts` WHERE `entryorguid`=134612 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
(134612, 0, 0, 0, '', 63, 0, 100, 0, 0, 0, 0, 0, 0, '', 85, 264526, 2, 128, 0, 0, 0, 0, NULL, 1, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 'Grasping Tentacles - On Just Created - Self: Cast Spell 264526');
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=501, `StaticFlags1`=805306624, `VerifiedBuild`=56647 WHERE (`Entry`=134828 AND `DifficultyID`=2); -- 134828 (Aqualing) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=501, `StaticFlags1`=805306624, `VerifiedBuild`=56647 WHERE (`Entry`=134612 AND `DifficultyID`=2); -- 134612 (Grasping Tentacles) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `LevelScalingDeltaMin`=1, `LevelScalingDeltaMax`=1, `ContentTuningID`=502, `StaticFlags1`=805306624, `VerifiedBuild`=56647 WHERE (`Entry`=134828 AND `DifficultyID`=23); -- 134828 (Aqualing) - Sessile, CanSwim, Floating
UPDATE `creature_template_difficulty` SET `ContentTuningID`=502, `StaticFlags1`=805306624, `VerifiedBuild`=56647 WHERE (`Entry`=134612 AND `DifficultyID`=23); -- 134612 (Grasping Tentacles) - Sessile, CanSwim, Floating

View File

@@ -0,0 +1,196 @@
SET @CGUID := 10002085;
SET @NPCTEXTID := 600034;
-- Creature
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+33;
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, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2602.377685546875, -2620.986083984375, 184.60491943359375, 0.280349910259246826, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439146 - Earthen - Mining)
(@CGUID+1, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2592.4384765625, -2564.15966796875, 188.1512451171875, 4.638363838195800781, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439146 - Earthen - Mining)
(@CGUID+2, 217081, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2568.65185546875, -2631.376708984375, 181.430938720703125, 2.23150038719177246, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Trader Harthan (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+3, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2586.032958984375, -2569.751708984375, 181.57073974609375, 0.400520235300064086, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+4, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2587.80908203125, -2599.439208984375, 181.5489044189453125, 0.419246524572372436, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439146 - Earthen - Mining)
(@CGUID+5, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2552.06591796875, -2650.7744140625, 183.010040283203125, 4.031461238861083984, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439146 - Earthen - Mining)
(@CGUID+6, 223533, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2539.7890625, -2578.82470703125, 181.623321533203125, 0, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Custodian Khubon (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+7, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2580.71533203125, -2657.401123046875, 182.142822265625, 1.029805541038513183, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439144 - Earthen - Shovel)
(@CGUID+8, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2605.010498046875, -2598.223876953125, 188.626983642578125, 4.51446390151977539, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439146 - Earthen - Mining)
(@CGUID+9, 219391, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2565.44873046875, -2655.001708984375, 181.493316650390625, 5.8368682861328125, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439144 - Earthen - Shovel)
(@CGUID+10, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2584.987060546875, -2643.0712890625, 183.23626708984375, 5.143726348876953125, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439146 - Earthen - Mining)
(@CGUID+11, 219391, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2577.428955078125, -2645.029541015625, 181.736785888671875, 3.740097284317016601, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439144 - Earthen - Shovel)
(@CGUID+12, 219097, 2552, 14771, 15043, '0', 0, 0, 0, 1, 2564.475830078125, -2638.3681640625, 181.4305572509765625, 4.196681976318359375, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Tarib (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+13, 219096, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2567.131103515625, -2649.286376953125, 181.373291015625, 2.284739255905151367, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Gareb (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+14, 219391, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2595.732666015625, -2609.04345703125, 183.290863037109375, 0.452523797750473022, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439146 - Earthen - Mining)
(@CGUID+15, 219391, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2596.94873046875, -2586.328125, 181.645721435546875, 5.355077266693115234, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439146 - Earthen - Mining)
(@CGUID+16, 219391, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2573.416748046875, -2644.30908203125, 181.49725341796875, 5.567463874816894531, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439146 - Earthen - Mining)
(@CGUID+17, 219391, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2522.260498046875, -2627.375, 181.624542236328125, 2.03418731689453125, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439142 - Earthen - Smithing)
(@CGUID+18, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2586.974853515625, -2571.447998046875, 181.571197509765625, 0.889838814735412597, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+19, 219391, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2537.98779296875, -2607.7431640625, 181.49127197265625, 2.181432485580444335, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+20, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2561.484375, -2653.314208984375, 181.50732421875, 3.528609514236450195, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439144 - Earthen - Shovel)
(@CGUID+21, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2536.6416015625, -2608.661376953125, 181.4912872314453125, 1.121540188789367675, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+22, 219391, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2517.587646484375, -2628.65625, 181.49127197265625, 3.834343671798706054, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+23, 219391, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2592.04345703125, -2567.291748046875, 188.0040740966796875, 1.528787136077880859, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+24, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2408.645751953125, -2625.958251953125, 181.49127197265625, 3.909601211547851562, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439142 - Earthen - Smithing)
(@CGUID+25, 219391, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2410.2431640625, -2626.411376953125, 181.49127197265625, 0.382788926362991333, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+26, 219392, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2390.314208984375, -2611.798583984375, 181.697479248046875, 0.91472017765045166, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forgegrounds Worker (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 439142 - Earthen - Smithing)
(@CGUID+27, 226751, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2511.0947265625, -2556.185791015625, 181.49127197265625, 3.901669502258300781, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Reginald Arcfire (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+28, 226752, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2510.49560546875, -2557.46533203125, 181.49127197265625, 1.070719599723815917, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Brassbolt Mechawrench (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+29, 223650, 2552, 14771, 15043, '0', 0, 0, 0, 0, 2421.703125, -2591.435791015625, 181.505401611328125, 0.847295343875885009, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Forge Hand (Area: The Forgegrounds - Difficulty: 0) CreateObject1
(@CGUID+30, 219014, 2552, 14771, 15043, '0', 0, 0, 0, 1, 2482.69091796875, -2509.90283203125, 181.548797607421875, 2.226074457168579101, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+31, 219014, 2552, 14771, 15043, '0', 0, 0, 0, 6, 2572.833251953125, -2560.248291015625, 181.5489654541015625, 4.194911479949951171, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+32, 219014, 2552, 14771, 15043, '0', 0, 0, 0, 1, 2487.925537109375, -2517.967041015625, 181.4855804443359375, 3.45979475975036621, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647), -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
(@CGUID+33, 219014, 2552, 14771, 15043, '0', 0, 0, 0, 1, 2390.327392578125, -2543.46142578125, 181.41314697265625, 3.966630220413208007, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 56647); -- Oathsworn Peacekeeper (Area: The Forgegrounds - Difficulty: 0) CreateObject1 (Auras: 18950 - Invisibility and Stealth Detection)
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+33;
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, 0, 0, 0, 0, 0, '439146'), -- Forgegrounds Worker - 439146 - Earthen - Mining
(@CGUID+1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439146'), -- Forgegrounds Worker - 439146 - Earthen - Mining
(@CGUID+4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439146'), -- Forgegrounds Worker - 439146 - Earthen - Mining
(@CGUID+5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439146'), -- Forgegrounds Worker - 439146 - Earthen - Mining
(@CGUID+7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439144'), -- Forgegrounds Worker - 439144 - Earthen - Shovel
(@CGUID+8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439146'), -- Forgegrounds Worker - 439146 - Earthen - Mining
(@CGUID+9, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439144'), -- Forgegrounds Worker - 439144 - Earthen - Shovel
(@CGUID+10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439146'), -- Forgegrounds Worker - 439146 - Earthen - Mining
(@CGUID+11, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439144'), -- Forgegrounds Worker - 439144 - Earthen - Shovel
(@CGUID+14, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439146'), -- Forgegrounds Worker - 439146 - Earthen - Mining
(@CGUID+15, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439146'), -- Forgegrounds Worker - 439146 - Earthen - Mining
(@CGUID+16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439146'), -- Forgegrounds Worker - 439146 - Earthen - Mining
(@CGUID+17, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439142'), -- Forgegrounds Worker - 439142 - Earthen - Smithing
(@CGUID+19, 0, 0, 0, 0, 0, 1, 0, 69, 0, 0, 0, 0, ''), -- Forgegrounds Worker
(@CGUID+20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439144'), -- Forgegrounds Worker - 439144 - Earthen - Shovel
(@CGUID+22, 0, 0, 0, 0, 0, 1, 0, 69, 0, 0, 0, 0, ''), -- Forgegrounds Worker
(@CGUID+23, 0, 0, 0, 0, 0, 1, 0, 428, 0, 0, 0, 0, ''), -- Forgegrounds Worker
(@CGUID+24, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439142'), -- Forgegrounds Worker - 439142 - Earthen - Smithing
(@CGUID+25, 0, 0, 0, 0, 0, 1, 0, 69, 0, 0, 0, 0, ''), -- Forgegrounds Worker
(@CGUID+26, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '439142'); -- Forgegrounds Worker - 439142 - Earthen - Smithing
-- Template Addon
DELETE FROM `creature_template_addon` WHERE `entry` IN (219391 /*219391 (Forgegrounds Worker) - Earthen - Shovel*/, 219392 /*219392 (Forgegrounds Worker) - Earthen - Mining*/);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
(219391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 219391 (Forgegrounds Worker)
(219392, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 219392 (Forgegrounds Worker)
-- Template
UPDATE `creature_template` SET `faction`=3407, `npcflag`=1, `BaseAttackTime`=2000, `unit_flags2`=2048 WHERE `entry`=217081; -- Trader Harthan
-- Difficulty
UPDATE `creature_template_difficulty` SET `ContentTuningID`=2797, `VerifiedBuild`=56647 WHERE (`Entry`=217081 AND `DifficultyID`=0); -- 217081 (Trader Harthan) -
-- Gossip
DELETE FROM `creature_template_gossip` WHERE (`CreatureID`=223533 AND `MenuID` = 34926) OR (`CreatureID`=219097 AND `MenuID`=36348) OR (`CreatureID`=217081 AND `MenuID`=34051);
INSERT INTO `creature_template_gossip` (`CreatureID`, `MenuID`, `VerifiedBuild`) VALUES
(223533, 34926, 56647), -- Custodian Khubon
(219097, 36348, 56647), -- Tarib
(217081, 34051, 56647); -- Trader Harthan
DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+2;
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, 267782, 0, 0, 0, 0, 0, 0, 0, 56647), -- 223533 (Custodian Khubon)
(@NPCTEXTID+1, 1, 0, 0, 0, 0, 0, 0, 0, 259296, 0, 0, 0, 0, 0, 0, 0, 56647), -- 217081 (Trader Harthan)
(@NPCTEXTID+2, 1, 0, 0, 0, 0, 0, 0, 0, 261036, 0, 0, 0, 0, 0, 0, 0, 56647); -- 223533 (Custodian Khubon)
DELETE FROM `gossip_menu` WHERE (`MenuID`=35039 AND `TextID`=@NPCTEXTID+0) OR (`MenuID`=34051 AND `TextID`=@NPCTEXTID+1) OR (`MenuID`=34926 AND `TextID`=@NPCTEXTID+2);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(35039, @NPCTEXTID+0, 56647), -- 223533 (Custodian Khubon)
(34051, @NPCTEXTID+1, 56647), -- 217081 (Trader Harthan)
(34926, @NPCTEXTID+2, 56647); -- 223533 (Custodian Khubon)
DELETE FROM `gossip_menu` WHERE (`MenuID`=36348 AND `TextID`=14126);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(36348, 14126, 56647); -- 219097 (Tarib)
DELETE FROM `gossip_menu_option` WHERE (`OptionID`=0 AND `MenuID` IN (36348,34926));
INSERT INTO `gossip_menu_option` (`MenuID`, `GossipOptionID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextID`, `Language`, `Flags`, `ActionMenuID`, `ActionPoiID`, `GossipNpcOptionID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `SpellID`, `OverrideIconID`, `VerifiedBuild`) VALUES
(36348, 124235, 0, 3, 'Train me.', 3266, 0, 0, 0, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56647),
(34926, 122551, 0, 0, 'What does it do?', 0, 0, 0, 35039, 0, NULL, 0, 0, NULL, 0, NULL, NULL, 56647);
-- Trainer
DELETE FROM `trainer` WHERE `Id`=1124;
INSERT INTO `trainer` (`Id`, `Type`, `Greeting`, `VerifiedBuild`) VALUES
(1124, 2, 'Hello, friend!', 56647);
DELETE FROM `trainer_spell` WHERE (`TrainerId`=1124 AND `SpellId` IN (423353,265838));
INSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES
(1124, 423353, 950000, 186, 1, 0, 0, 0, 68, 56647), -- No Faction found! MoneyCost not recalculated!
(1124, 265838, 10, 0, 0, 0, 0, 0, 5, 56647); -- No Faction found! MoneyCost not recalculated!
DELETE FROM `creature_trainer` WHERE (`CreatureID`=219097 AND `MenuID`=36348 AND `OptionID`=0);
INSERT INTO `creature_trainer` (`CreatureID`, `TrainerID`, `MenuID`, `OptionID`) VALUES
(219097, 1124, 36348, 0);
-- Vendor
DELETE FROM `npc_vendor` WHERE (`entry`=219096 AND `item`=226202 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219096 AND `item`=212754 AND `ExtendedCost`=8502 AND `type`=1) OR (`entry`=219096 AND `item`=2901 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=219096 AND `item`=5956 AND `ExtendedCost`=0 AND `type`=1);
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
(219096, 4, 226202, 0, 0, 1, 0, 0, 56647), -- Echoing Flux
(219096, 3, 212754, 0, 8502, 1, 0, 0, 56647), -- Crystalforged Cauldron
(219096, 2, 2901, 0, 0, 1, 0, 0, 56647), -- Mining Pick
(219096, 1, 5956, 0, 0, 1, 0, 0, 56647); -- Blacksmith Hammer
-- Path for Oathsworn Peacekeeper
SET @MOVERGUID := @CGUID+32;
SET @ENTRY := 219014;
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, NULL, 'Oathsworn Peacekeeper - 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, 2471.9011, -2526.9045, 181.46301, NULL, 0),
(@PATH, 1, 2453.962, -2527.316, 181.41336, NULL, 0),
(@PATH, 2, 2440.8665, -2512.073, 181.41336, NULL, 0),
(@PATH, 3, 2440.198, -2495.2483, 181.41336, NULL, 0),
(@PATH, 4, 2442.9966, -2479.8386, 181.4142, NULL, 0),
(@PATH, 5, 2456.5312, -2470.5503, 181.444, NULL, 0),
(@PATH, 6, 2472.7102, -2470.8315, 181.46553, NULL, 0),
(@PATH, 7, 2488.3264, -2479.7622, 181.46548, NULL, 0),
(@PATH, 8, 2487.5574, -2497.1165, 181.46547, NULL, 0),
(@PATH, 9, 2502.8264, -2513.3281, 181.52826, 2.2913, 25811),
(@PATH, 10, 2480.8733, -2520.29, 181.4655, NULL, 0);
UPDATE `creature` SET `position_x`=2471.9011, `position_y`=-2526.9045, `position_z`=181.46301, `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 Oathsworn Peacekeeper
SET @MOVERGUID := @CGUID+33;
SET @ENTRY := 219014;
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, NULL, 'Oathsworn Peacekeeper - 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, 2370.5913, -2593.4724, 181.41333, NULL, 0),
(@PATH, 1, 2375.9102, -2621.8845, 181.41336, NULL, 0),
(@PATH, 2, 2381.3857, -2629.741, 181.42548, NULL, 0),
(@PATH, 3, 2401.98, -2615.71, 181.66687, 0.7795, 6354),
(@PATH, 4, 2383.34, -2632.267, 181.46329, NULL, 0),
(@PATH, 5, 2376.6213, -2640.5562, 181.44797, NULL, 0),
(@PATH, 6, 2363.077, -2655.6418, 190.2953, NULL, 0),
(@PATH, 7, 2353.0095, -2665.3606, 190.14212, NULL, 0),
(@PATH, 8, 2365.1482, -2677.629, 190.1421, NULL, 0),
(@PATH, 9, 2356.28, -2686.47, 190.1421, NULL, 0),
(@PATH, 10, 2365.4333, -2677.3447, 190.1421, NULL, 0),
(@PATH, 11, 2353.4001, -2665.365, 190.1421, NULL, 0),
(@PATH, 12, 2363.3572, -2655.9138, 190.28464, NULL, 0),
(@PATH, 13, 2376.979, -2640.7644, 181.45198, NULL, 0),
(@PATH, 14, 2376.2844, -2621.7878, 181.41335, NULL, 0),
(@PATH, 15, 2371.1309, -2593.4304, 181.4133, NULL, 0),
(@PATH, 16, 2371.7373, -2568.6733, 181.41336, NULL, 0),
(@PATH, 17, 2390.492, -2543.8577, 181.41315, NULL, 0),
(@PATH, 18, 2404.3704, -2528.5574, 181.41336, NULL, 0),
(@PATH, 19, 2419.951, -2523.733, 181.41336, NULL, 0),
(@PATH, 20, 2464.8542, -2523.702, 181.45354, NULL, 0),
(@PATH, 21, 2464.97, -2532.51, 181.41336, 4.7115, 6537),
(@PATH, 22, 2419.924, -2523.5552, 181.41336, NULL, 0),
(@PATH, 23, 2404.258, -2528.3801, 181.41336, NULL, 0),
(@PATH, 24, 2390.1921, -2543.6077, 181.41315, NULL, 0),
(@PATH, 25, 2371.2837, -2568.5142, 181.41335, NULL, 0);
UPDATE `creature` SET `position_x`=2370.5913, `position_y`=-2593.4724, `position_z`=181.41333, `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');