Skip to content

Commit

Permalink
Add nagrand adamantite groupings
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Dec 25, 2024
1 parent 1490b85 commit 968611b
Showing 1 changed file with 187 additions and 3 deletions.
190 changes: 187 additions & 3 deletions Updates/0503_outland_veins.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2104,17 +2104,17 @@ INSERT INTO `spawn_group` (`Id`, `Name`, `Type`, `MaxCount`, `WorldState`, `Flag
(@SGGUID+308, 'Adamantite - Terokkar - Southern Ledge', 1, 1, 0, 0),
(@SGGUID+309, 'Adamantite - Terokkar - Veil Shalas', 1, 1, 0, 0),
(@SGGUID+310, 'Adamantite - Terokkar - Stonebreaker Hold', 1, 1, 0, 0),
(@SGGUID+311, 'Adamantite - Terokkar - Cenarion Thicket', 1, 1, 0, 0),
(@SGGUID+311, 'Adamantite - Terokkar - Cenarion Thicket', 1, 2, 0, 0),
(@SGGUID+312, 'Adamantite - Terokkar - Tuurem', 1, 1, 0, 0),
(@SGGUID+313, 'Adamantite - Terokkar - Raastok Glade', 1, 1, 0, 0),
(@SGGUID+314, 'Adamantite - Terokkar - Firewing Point', 1, 1, 0, 0),
(@SGGUID+314, 'Adamantite - Terokkar - Firewing Point', 1, 2, 0, 0),
(@SGGUID+315, 'Adamantite - Terokkar - Bonechewer Ruins', 1, 1, 0, 0),
(@SGGUID+316, 'Adamantite - Terokkar - Skettis 1', 1, 1, 0, 0),
(@SGGUID+317, 'Adamantite - Terokkar - Skettis 2', 1, 1, 0, 0),
(@SGGUID+318, 'Adamantite - Terokkar - Skettis 3', 1, 1, 0, 0),
(@SGGUID+319, 'Adamantite - Terokkar - Skettis 4', 1, 1, 0, 0),
(@SGGUID+320, 'Adamantite - Terokkar - SW Corner', 1, 1, 0, 0),
(@SGGUID+321, 'Adamantite - Terokkar - Barrier Hills', 1, 1, 0, 0);
(@SGGUID+321, 'Adamantite - Terokkar - Barrier Hills', 1, 2, 0, 0);

DELETE FROM spawn_group_spawn WHERE Id BETWEEN @SGGUID+307 AND @SGGUID+321;
INSERT INTO `spawn_group_spawn` (`Id`, `Guid`, `SlotId`) VALUES
Expand Down Expand Up @@ -2209,6 +2209,190 @@ INSERT INTO `spawn_group_spawn` (`Id`, `Guid`, `SlotId`) VALUES
(@SGGUID+321, @GGUID+183, -1),
(@SGGUID+321, @GGUID+184, -1);

DELETE FROM spawn_group WHERE Id BETWEEN @SGGUID+322 AND @SGGUID+339;
INSERT INTO `spawn_group` (`Id`, `Name`, `Type`, `MaxCount`, `WorldState`, `Flags`) VALUES
(@SGGUID+322, 'Adamantite - Nagrand - Oshugun', 1, 1, 0, 0),
(@SGGUID+323, 'Adamantite - Nagrand - Telaar', 1, 1, 0, 0),
(@SGGUID+324, 'Adamantite - Nagrand - Sunspring Post', 1, 1, 0, 0),
(@SGGUID+325, 'Adamantite - Nagrand - Kilsorrow Fortress', 1, 1, 0, 0),
(@SGGUID+326, 'Adamantite - Nagrand - Halaa', 1, 1, 0, 0),
(@SGGUID+327, 'Adamantite - Nagrand - Ring of Trials Ravine', 1, 1, 0, 0),
(@SGGUID+328, 'Adamantite - Nagrand - Burning Blade Ruins', 1, 1, 0, 0),
(@SGGUID+329, 'Adamantite - Nagrand - Windyreed Village', 1, 1, 0, 0),
(@SGGUID+330, 'Adamantite - Nagrand - NE Ledge', 1, 1, 0, 0),
(@SGGUID+331, 'Adamantite - Nagrand - Skysong Lake', 1, 1, 0, 0),
(@SGGUID+332, 'Adamantite - Nagrand - Laughing Skull Ruins', 1, 1, 0, 0),
(@SGGUID+333, 'Adamantite - Nagrand - Halaa Cave North', 1, 1, 0, 0),
(@SGGUID+334, 'Adamantite - Nagrand - Halaa Cave South', 1, 1, 0, 0),
(@SGGUID+335, 'Adamantite - Nagrand - Warmaul Hill', 1, 1, 0, 0),
(@SGGUID+336, 'Adamantite - Nagrand - Warmaul Cave South', 1, 1, 0, 0),
(@SGGUID+337, 'Adamantite - Nagrand - Warmaul Cave North', 1, 1, 0, 0),
(@SGGUID+338, 'Adamantite - Nagrand - Twilight Ridge Outer', 1, 1, 0, 0),
(@SGGUID+339, 'Adamantite - Nagrand - Twilight Ridge Inner', 1, 1, 0, 0);

DELETE FROM spawn_group_spawn WHERE Id BETWEEN @SGGUID+322 AND @SGGUID+339;
INSERT INTO `spawn_group_spawn` (`Id`, `Guid`, `SlotId`) VALUES
-- Adamantite - Nagrand - Oshugun
(@SGGUID+322, @GGUID+107, -1),
(@SGGUID+322, @GGUID+540, -1),
(@SGGUID+322, @GGUID+480, -1),
(@SGGUID+322, @GGUID+603, -1),
(@SGGUID+322, @GGUID+411, -1),
(@SGGUID+322, @GGUID+128, -1),
(@SGGUID+322, @GGUID+365, -1),
(@SGGUID+322, @GGUID+369, -1),
(@SGGUID+322, @GGUID+177, -1),
(@SGGUID+322, @GGUID+357, -1),
(@SGGUID+322, @GGUID+376, -1),
(@SGGUID+322, @GGUID+320, -1),
(@SGGUID+322, @GGUID+189, -1),
(@SGGUID+322, @GGUID+186, -1),
(@SGGUID+322, @GGUID+543, -1),
-- Adamantite - Nagrand - Telaar
(@SGGUID+323, @GGUID+311, -1),
(@SGGUID+323, @GGUID+330, -1),
(@SGGUID+323, @GGUID+476, -1),
(@SGGUID+323, @GGUID+580, -1),
(@SGGUID+323, @GGUID+523, -1),
(@SGGUID+323, @GGUID+383, -1),
-- Adamantite - Nagrand - Sunspring Post
(@SGGUID+324, @GGUID+581, -1),
(@SGGUID+324, @GGUID+390, -1),
(@SGGUID+324, @GGUID+511, -1),
(@SGGUID+324, @GGUID+206, -1),
(@SGGUID+324, @GGUID+490, -1),
(@SGGUID+324, @GGUID+524, -1),
(@SGGUID+324, @GGUID+415, -1),
(@SGGUID+324, @GGUID+216, -1),
(@SGGUID+324, @GGUID+314, -1),
-- Adamantite - Nagrand - Kilsorrow Fortress
(@SGGUID+325, @GGUID+256, -1),
(@SGGUID+325, @GGUID+243, -1),
(@SGGUID+325, @GGUID+417, -1),
(@SGGUID+325, @GGUID+258, -1),
(@SGGUID+325, @GGUID+254, -1),
(@SGGUID+325, @GGUID+318, -1),
(@SGGUID+325, @GGUID+136, -1),
-- Adamantite - Nagrand - Halaa
(@SGGUID+326, @GGUID+379, -1),
(@SGGUID+326, @GGUID+456, -1),
(@SGGUID+326, @GGUID+323, -1),
(@SGGUID+326, @GGUID+574, -1),
(@SGGUID+326, @GGUID+321, -1),
(@SGGUID+326, @GGUID+240, -1),
(@SGGUID+326, @GGUID+242, -1),
(@SGGUID+326, @GGUID+231, -1),
(@SGGUID+326, @GGUID+557, -1),
(@SGGUID+326, @GGUID+209, -1),
(@SGGUID+326, @GGUID+268, -1),
(@SGGUID+326, @GGUID+291, -1),
-- Adamantite - Nagrand - Ring of Trials Ravine
(@SGGUID+327, @GGUID+356, -1),
(@SGGUID+327, @GGUID+350, -1),
(@SGGUID+327, @GGUID+396, -1),
(@SGGUID+327, @GGUID+307, -1),
(@SGGUID+327, @GGUID+222, -1),
(@SGGUID+327, @GGUID+196, -1),
(@SGGUID+327, @GGUID+576, -1),
(@SGGUID+327, @GGUID+562, -1),
(@SGGUID+327, @GGUID+235, -1),
(@SGGUID+327, @GGUID+173, -1),
-- Adamantite - Nagrand - Burning Blade Ruins
(@SGGUID+328, @GGUID+513, -1),
(@SGGUID+328, @GGUID+553, -1),
(@SGGUID+328, @GGUID+525, -1),
(@SGGUID+328, @GGUID+518, -1),
(@SGGUID+328, @GGUID+331, -1),
(@SGGUID+328, @GGUID+360, -1),
(@SGGUID+328, @GGUID+536, -1),
(@SGGUID+328, @GGUID+542, -1),
-- Adamantite - Nagrand - Windyreed Village
(@SGGUID+329, @GGUID+190, -1),
(@SGGUID+329, @GGUID+192, -1),
(@SGGUID+329, @GGUID+145, -1),
(@SGGUID+329, @GGUID+1, -1),
(@SGGUID+329, @GGUID+312, -1),
(@SGGUID+329, @GGUID+187, -1),
(@SGGUID+329, @GGUID+351, -1),
(@SGGUID+329, @GGUID+63, -1),
-- Adamantite - Nagrand - NE Ledge
(@SGGUID+330, @GGUID+605, -1),
(@SGGUID+330, @GGUID+528, -1),
(@SGGUID+330, @GGUID+179, -1),
(@SGGUID+330, @GGUID+533, -1),
-- Adamantite - Nagrand - Skysong Lake
(@SGGUID+331, @GGUID+252, -1),
(@SGGUID+331, @GGUID+508, -1),
(@SGGUID+331, @GGUID+279, -1),
(@SGGUID+331, @GGUID+413, -1),
(@SGGUID+331, @GGUID+421, -1),
-- Adamantite - Nagrand - Laughing Skull Ruins
(@SGGUID+332, @GGUID+250, -1),
(@SGGUID+332, @GGUID+405, -1),
(@SGGUID+332, @GGUID+436, -1),
(@SGGUID+332, @GGUID+535, -1),
(@SGGUID+332, @GGUID+142, -1),
(@SGGUID+332, @GGUID+213, -1),
-- Adamantite - Nagrand - Halaa Cave North
(@SGGUID+333, @GGUID+286, -1),
(@SGGUID+333, @GGUID+24, -1),
(@SGGUID+333, @GGUID+517, -1),
(@SGGUID+333, @GGUID+329, -1),
(@SGGUID+333, @GGUID+328, -1),
(@SGGUID+333, @GGUID+561, -1),
(@SGGUID+333, @GGUID+64, -1),
(@SGGUID+333, @GGUID+529, -1),
-- Adamantite - Nagrand - Halaa Cave South
(@SGGUID+334, @GGUID+359, -1),
(@SGGUID+334, @GGUID+237, -1),
(@SGGUID+334, @GGUID+531, -1),
(@SGGUID+334, @GGUID+114, -1),
(@SGGUID+334, @GGUID+202, -1),
(@SGGUID+334, @GGUID+201, -1),
(@SGGUID+334, @GGUID+112, -1),
(@SGGUID+334, @GGUID+125, -1),
(@SGGUID+334, @GGUID+234, -1),
-- Adamantite - Nagrand - Warmaul Hill
(@SGGUID+335, @GGUID+290, -1),
(@SGGUID+335, @GGUID+57, -1),
(@SGGUID+335, @GGUID+260, -1),
(@SGGUID+335, @GGUID+289, -1),
(@SGGUID+335, @GGUID+147, -1),
(@SGGUID+335, @GGUID+285, -1),
(@SGGUID+335, @GGUID+271, -1),
(@SGGUID+335, @GGUID+484, -1),
-- Adamantite - Nagrand - Warmaul Cave South
(@SGGUID+336, @GGUID+404, -1),
(@SGGUID+336, @GGUID+299, -1),
(@SGGUID+336, @GGUID+238, -1),
(@SGGUID+336, @GGUID+69, -1),
(@SGGUID+336, @GGUID+9, -1),
(@SGGUID+336, @GGUID+262, -1),
(@SGGUID+336, @GGUID+154, -1),
(@SGGUID+336, @GGUID+72, -1),
-- Adamantite - Nagrand - Warmaul Cave North
(@SGGUID+337, @GGUID+578, -1),
(@SGGUID+337, @GGUID+577, -1),
(@SGGUID+337, @GGUID+486, -1),
(@SGGUID+337, @GGUID+287, -1),
(@SGGUID+337, @GGUID+497, -1),
(@SGGUID+337, @GGUID+563, -1),
(@SGGUID+337, @GGUID+496, -1),
-- Adamantite - Nagrand - Twilight Ridge Outer
(@SGGUID+338, @GGUID+221, -1),
(@SGGUID+338, @GGUID+583, -1),
(@SGGUID+338, @GGUID+182, -1),
(@SGGUID+338, @GGUID+392, -1),
-- Adamantite - Nagrand - Twilight Ridge Inner
(@SGGUID+339, @GGUID+193, -1),
(@SGGUID+339, @GGUID+541, -1),
(@SGGUID+339, @GGUID+195, -1),
(@SGGUID+339, @GGUID+253, -1),
(@SGGUID+339, @GGUID+424, -1),
(@SGGUID+339, @GGUID+244, -1),
(@SGGUID+339, @GGUID+472, -1),
(@SGGUID+339, @GGUID+200, -1);

-- nethercite
SET @GGUID := 181800;
DELETE FROM pool_gameobject_template WHERE id IN(185877);
Expand Down

0 comments on commit 968611b

Please sign in to comment.