diff --git a/Updates/0275_tbc_starter_zone_vein_overhaul.sql b/Updates/0275_tbc_starter_zone_vein_overhaul.sql index 94ba998e5..628146606 100644 --- a/Updates/0275_tbc_starter_zone_vein_overhaul.sql +++ b/Updates/0275_tbc_starter_zone_vein_overhaul.sql @@ -867,6 +867,163 @@ INSERT INTO gameobject(guid, id, map, spawnMask, position_x, position_y, positio (@GGUID+118, '1731', '530', '1', 9036.642578125, -7785.6103515625, 174.3024139404296875, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, '600', '600'); +DELETE FROM spawn_group WHERE Id BETWEEN @SGGUID+42 AND @SGGUID+58; +INSERT INTO `spawn_group` (`Id`, `Name`, `Type`, `MaxCount`, `WorldState`, `Flags`) VALUES +(@SGGUID+42, 'Eversong Woods - Copper Vein - Duskwither Spire', 0, 2, 0, 0), +(@SGGUID+43, 'Eversong Woods - Copper Vein - Road to Duskwither', 0, 2, 0, 0), +(@SGGUID+44, 'Eversong Woods - Copper Vein - Torwatha', 0, 2, 0, 0), +(@SGGUID+45, 'Eversong Woods - Copper Vein - Water', 0, 2, 0, 0), +(@SGGUID+46, 'Eversong Woods - Copper Vein - East Sanctum', 0, 2, 0, 0), +(@SGGUID+47, 'Eversong Woods - Copper Vein - North Scar', 0, 2, 0, 0), +(@SGGUID+48, 'Eversong Woods - Copper Vein - South Scar', 0, 2, 0, 0), +(@SGGUID+49, 'Eversong Woods - Copper Vein - West of Farstrider Retreat', 0, 2, 0, 0), +(@SGGUID+50, 'Eversong Woods - Copper Vein - South of Fairbreeze Village', 0, 2, 0, 0), +(@SGGUID+51, 'Eversong Woods - Copper Vein - Sunsail Anchorage', 0, 2, 0, 0), +(@SGGUID+52, 'Eversong Woods - Copper Vein - West Sanctum island', 0, 2, 0, 0), +(@SGGUID+53, 'Eversong Woods - Copper Vein - Around Scorched Grove', 0, 2, 0, 0), +(@SGGUID+54, 'Eversong Woods - Copper Vein - Cliffs', 0, 2, 0, 0), +(@SGGUID+55, 'Eversong Woods - Copper Vein - Runestone Shandor', 0, 2, 0, 0), +(@SGGUID+56, 'Eversong Woods - Copper Vein - North Sanctum', 0, 2, 0, 0), +(@SGGUID+57, 'Eversong Woods - Copper Vein - South of North Sanctum', 0, 2, 0, 0), +(@SGGUID+58, 'Eversong Woods - Copper Vein - North of Fairbreeze Village', 0, 2, 0, 0); + +INSERT INTO `spawn_group_spawn` (`Id`, `Guid`, `SlotId`) VALUES +-- Duskwither Spire +(@SGGUID+42, @GGUID+34, -1), +(@SGGUID+42, @GGUID+35, -1), +(@SGGUID+42, @GGUID+71, -1), +(@SGGUID+42, @GGUID+83, -1), +(@SGGUID+42, @GGUID+93, -1), +-- Road to Duskwither +(@SGGUID+43, @GGUID+36, -1), +(@SGGUID+43, @GGUID+37, -1), +(@SGGUID+43, @GGUID+115, -1), +(@SGGUID+43, @GGUID+118, -1), +-- Torwatha +(@SGGUID+44, @GGUID+38, -1), +(@SGGUID+44, @GGUID+39, -1), +(@SGGUID+44, @GGUID+40, -1), +(@SGGUID+44, @GGUID+65, -1), +(@SGGUID+44, @GGUID+72, -1), +(@SGGUID+44, @GGUID+73, -1), +(@SGGUID+44, @GGUID+100, -1), +(@SGGUID+44, @GGUID+108, -1), +-- Water +(@SGGUID+45, @GGUID+94, -1), +(@SGGUID+45, @GGUID+95, -1), +(@SGGUID+45, @GGUID+99, -1), +(@SGGUID+45, @GGUID+107, -1), +-- East Sanctum +(@SGGUID+46, @GGUID+31, -1), +(@SGGUID+46, @GGUID+45, -1), +(@SGGUID+46, @GGUID+47, -1), +(@SGGUID+46, @GGUID+92, -1), +(@SGGUID+46, @GGUID+113, -1), +-- North Scar +(@SGGUID+47, @GGUID+23, -1), +(@SGGUID+47, @GGUID+24, -1), +(@SGGUID+47, @GGUID+43, -1), +(@SGGUID+47, @GGUID+82, -1), +(@SGGUID+47, @GGUID+89, -1), +-- South Scar +(@SGGUID+48, @GGUID+25, -1), +(@SGGUID+48, @GGUID+26, -1), +(@SGGUID+48, @GGUID+42, -1), +(@SGGUID+48, @GGUID+44, -1), +(@SGGUID+48, @GGUID+66, -1), +(@SGGUID+48, @GGUID+67, -1), +(@SGGUID+48, @GGUID+109, -1), +-- West of Farstrider Retreat +(@SGGUID+49, @GGUID+32, -1), +(@SGGUID+49, @GGUID+33, -1), +(@SGGUID+49, @GGUID+48, -1), +(@SGGUID+49, @GGUID+70, -1), +(@SGGUID+49, @GGUID+90, -1), +(@SGGUID+49, @GGUID+91, -1), +-- South of Fairbreeze Village +(@SGGUID+50, @GGUID+02, -1), +(@SGGUID+50, @GGUID+51, -1), +(@SGGUID+50, @GGUID+52, -1), +(@SGGUID+50, @GGUID+110, -1), +-- Sunsail Anchorage +(@SGGUID+51, @GGUID+06, -1), +(@SGGUID+51, @GGUID+07, -1), +(@SGGUID+51, @GGUID+08, -1), +(@SGGUID+51, @GGUID+09, -1), +(@SGGUID+51, @GGUID+10, -1), +(@SGGUID+51, @GGUID+11, -1), +(@SGGUID+51, @GGUID+56, -1), +(@SGGUID+51, @GGUID+57, -1), +(@SGGUID+51, @GGUID+58, -1), +(@SGGUID+51, @GGUID+76, -1), +(@SGGUID+51, @GGUID+111, -1), +-- West Sanctum island +(@SGGUID+52, @GGUID+12, -1), +(@SGGUID+52, @GGUID+13, -1), +(@SGGUID+52, @GGUID+14, -1), +(@SGGUID+52, @GGUID+15, -1), +(@SGGUID+52, @GGUID+16, -1), +(@SGGUID+52, @GGUID+64, -1), +(@SGGUID+52, @GGUID+68, -1), +(@SGGUID+52, @GGUID+79, -1), +(@SGGUID+52, @GGUID+80, -1), +(@SGGUID+52, @GGUID+96, -1), +(@SGGUID+52, @GGUID+97, -1), +(@SGGUID+52, @GGUID+98, -1), +(@SGGUID+52, @GGUID+104, -1), +-- Around Scorched Grove +(@SGGUID+53, @GGUID+01, -1), +(@SGGUID+53, @GGUID+59, -1), +(@SGGUID+53, @GGUID+60, -1), +(@SGGUID+53, @GGUID+61, -1), +(@SGGUID+53, @GGUID+75, -1), +(@SGGUID+53, @GGUID+77, -1), +(@SGGUID+53, @GGUID+78, -1), +(@SGGUID+53, @GGUID+85, -1), +(@SGGUID+53, @GGUID+86, -1), +(@SGGUID+53, @GGUID+102, -1), +-- Cliffs +(@SGGUID+54, @GGUID+03, -1), +(@SGGUID+54, @GGUID+04, -1), +(@SGGUID+54, @GGUID+05, -1), +(@SGGUID+54, @GGUID+53, -1), +(@SGGUID+54, @GGUID+55, -1), +(@SGGUID+54, @GGUID+88, -1), +(@SGGUID+54, @GGUID+103, -1), +(@SGGUID+54, @GGUID+105, -1), +(@SGGUID+54, @GGUID+117, -1), +-- Runestone Shandor +(@SGGUID+55, @GGUID+27, -1), +(@SGGUID+55, @GGUID+28, -1), +(@SGGUID+55, @GGUID+29, -1), +(@SGGUID+55, @GGUID+30, -1), +(@SGGUID+55, @GGUID+41, -1), +(@SGGUID+55, @GGUID+49, -1), +(@SGGUID+55, @GGUID+74, -1), +(@SGGUID+55, @GGUID+84, -1), +(@SGGUID+55, @GGUID+101, -1), +-- North Sanctum +(@SGGUID+56, @GGUID+17, -1), +(@SGGUID+56, @GGUID+18, -1), +(@SGGUID+56, @GGUID+63, -1), +(@SGGUID+56, @GGUID+106, -1), +(@SGGUID+56, @GGUID+116, -1), +-- South of North Sanctum +(@SGGUID+57, @GGUID+19, -1), +(@SGGUID+57, @GGUID+20, -1), +(@SGGUID+57, @GGUID+54, -1), +(@SGGUID+57, @GGUID+62, -1), +(@SGGUID+57, @GGUID+87, -1), +(@SGGUID+57, @GGUID+114, -1), +-- North of Fairbreeze Village +(@SGGUID+58, @GGUID+21, -1), +(@SGGUID+58, @GGUID+22, -1), +(@SGGUID+58, @GGUID+46, -1), +(@SGGUID+58, @GGUID+50, -1), +(@SGGUID+58, @GGUID+69, -1), +(@SGGUID+58, @GGUID+81, -1), +(@SGGUID+58, @GGUID+112, -1); + -- when porting adjust these accordingly DELETE FROM pool_gameobject WHERE guid IN(75024,75025,75051,75052,75090,75091,75099,75100,75105,75106,101242,101243); DELETE FROM pool_gameobject WHERE guid IN(101244,101245,101246,101247,101248,101249,101250,101251,101252,101253,101254,101255);