From 27090e89a1e539a10083b58afe2c2663b64b18cf Mon Sep 17 00:00:00 2001 From: LaughingWS <161174995+LaughingWS@users.noreply.github.com> Date: Tue, 29 Apr 2025 05:02:26 -0400 Subject: [PATCH] map entrance files This lets you queue for more instances --- Instance/Adventures/Crimelords of Whitevale.sql | 7 +++++++ Instance/Adventures/Malgrave Trail.sql | 7 +++++++ Instance/Adventures/The Siege of Tempest Refuge.sql | 8 ++++++++ Instance/Adventures/War of the Wilds.sql | 7 +++++++ Instance/Dungeons/Coldblood Citadel.sql | 8 ++++++++ Instance/Dungeons/Protogames Academy.sql | 8 ++++++++ Instance/Dungeons/Ruins of Kel Voreth.sql | 8 ++++++++ Instance/Dungeons/Sanctuary of the Swordmaiden.sql | 8 ++++++++ Instance/Dungeons/Skullcano.sql | 8 ++++++++ Instance/Dungeons/Stormtalon's Lair.sql | 8 ++++++++ Instance/Dungeons/Ultimate Protogames.sql | 8 ++++++++ .../Event instances/Protostar SuperMall-In-The-Sky.sql | 9 +++++++++ Instance/PvP/BattleGrounds/Daggerstone Pass.sql | 8 ++++++++ .../BattleGrounds/Halls of the Bloodsworn Reloaded.sql | 8 ++++++++ Instance/PvP/BattleGrounds/Walatiki Temple.sql | 8 ++++++++ Instance/World Stories/Journey into OMNICore-1.sql | 7 +++++++ Instance/World Stories/Vault of the Archon.sql | 8 ++++++++ 17 files changed, 133 insertions(+) create mode 100644 Instance/Adventures/Crimelords of Whitevale.sql create mode 100644 Instance/Adventures/Malgrave Trail.sql create mode 100644 Instance/Adventures/The Siege of Tempest Refuge.sql create mode 100644 Instance/Adventures/War of the Wilds.sql create mode 100644 Instance/Dungeons/Coldblood Citadel.sql create mode 100644 Instance/Dungeons/Protogames Academy.sql create mode 100644 Instance/Dungeons/Ruins of Kel Voreth.sql create mode 100644 Instance/Dungeons/Sanctuary of the Swordmaiden.sql create mode 100644 Instance/Dungeons/Skullcano.sql create mode 100644 Instance/Dungeons/Stormtalon's Lair.sql create mode 100644 Instance/Dungeons/Ultimate Protogames.sql create mode 100644 Instance/Event instances/Protostar SuperMall-In-The-Sky.sql create mode 100644 Instance/PvP/BattleGrounds/Daggerstone Pass.sql create mode 100644 Instance/PvP/BattleGrounds/Halls of the Bloodsworn Reloaded.sql create mode 100644 Instance/PvP/BattleGrounds/Walatiki Temple.sql create mode 100644 Instance/World Stories/Journey into OMNICore-1.sql create mode 100644 Instance/World Stories/Vault of the Archon.sql diff --git a/Instance/Adventures/Crimelords of Whitevale.sql b/Instance/Adventures/Crimelords of Whitevale.sql new file mode 100644 index 0000000..6524683 --- /dev/null +++ b/Instance/Adventures/Crimelords of Whitevale.sql @@ -0,0 +1,7 @@ +-- -------------------------------------- +-- Crimelords of Whitevale (Adventure) +-- -------------------------------------- +SET @WORLD = 1323; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 32423); -- Other spots: 32422, 32424, 32425, 32426 |exile run on 5/30/2015 \ No newline at end of file diff --git a/Instance/Adventures/Malgrave Trail.sql b/Instance/Adventures/Malgrave Trail.sql new file mode 100644 index 0000000..0f9c816 --- /dev/null +++ b/Instance/Adventures/Malgrave Trail.sql @@ -0,0 +1,7 @@ +-- -------------------------------------- +-- Malgrave Trail (Adventure) +-- -------------------------------------- +SET @WORLD = 1181; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 13662); -- Other team members 26842, 26843, 26844, 26845 diff --git a/Instance/Adventures/The Siege of Tempest Refuge.sql b/Instance/Adventures/The Siege of Tempest Refuge.sql new file mode 100644 index 0000000..14c287d --- /dev/null +++ b/Instance/Adventures/The Siege of Tempest Refuge.sql @@ -0,0 +1,8 @@ +-- ---------------------------------------- +-- The Siege of Tempest Refuge (Adventure) +-- ---------------------------------------- +SET @WORLD = 1233; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 37409); -- 37406?, 37410?, 37411?, 41495?| the coordinates shifted a bit from the videos I watched, but they are from 2015 + -- Testing all the coordinates in 4123 shows me that this should be the new ones \ No newline at end of file diff --git a/Instance/Adventures/War of the Wilds.sql b/Instance/Adventures/War of the Wilds.sql new file mode 100644 index 0000000..1fc97bc --- /dev/null +++ b/Instance/Adventures/War of the Wilds.sql @@ -0,0 +1,7 @@ +-- -------------------------------------- +-- War of the Wilds (Adventure) +-- -------------------------------------- +SET @WORLD = 1393; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 38048); -- other team members at 38046, 38047, 38049, 38050 (Jul 19, 2016) \ No newline at end of file diff --git a/Instance/Dungeons/Coldblood Citadel.sql b/Instance/Dungeons/Coldblood Citadel.sql new file mode 100644 index 0000000..f3e32b3 --- /dev/null +++ b/Instance/Dungeons/Coldblood Citadel.sql @@ -0,0 +1,8 @@ +-- -------------------------------------- +-- Coldblood Citadel (Dungeon) +-- -------------------------------------- +SET @WORLD = 3522; +SET @EVENTID = 907; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 53153); diff --git a/Instance/Dungeons/Protogames Academy.sql b/Instance/Dungeons/Protogames Academy.sql new file mode 100644 index 0000000..0480dc2 --- /dev/null +++ b/Instance/Dungeons/Protogames Academy.sql @@ -0,0 +1,8 @@ +-- -------------------------------------- +-- Protogames Academy (Dungeon) +-- -------------------------------------- +SET @WORLD = 3173; +SET @EVENTID = 667; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 48284); \ No newline at end of file diff --git a/Instance/Dungeons/Ruins of Kel Voreth.sql b/Instance/Dungeons/Ruins of Kel Voreth.sql new file mode 100644 index 0000000..79c78a5 --- /dev/null +++ b/Instance/Dungeons/Ruins of Kel Voreth.sql @@ -0,0 +1,8 @@ +-- -------------------------------------- +-- Ruins of Kel Voreth (Dungeon) +-- -------------------------------------- +SET @WORLD = 1336; +SET @EVENTID = 161; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 18557); \ No newline at end of file diff --git a/Instance/Dungeons/Sanctuary of the Swordmaiden.sql b/Instance/Dungeons/Sanctuary of the Swordmaiden.sql new file mode 100644 index 0000000..738ab5d --- /dev/null +++ b/Instance/Dungeons/Sanctuary of the Swordmaiden.sql @@ -0,0 +1,8 @@ +-- -------------------------------------- +-- Sanctuary of the Swordmaiden (Dungeon) +-- -------------------------------------- +SET @WORLD = 1271; +SET @EVENTID = 166; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 16348); \ No newline at end of file diff --git a/Instance/Dungeons/Skullcano.sql b/Instance/Dungeons/Skullcano.sql new file mode 100644 index 0000000..b5ba8ac --- /dev/null +++ b/Instance/Dungeons/Skullcano.sql @@ -0,0 +1,8 @@ +-- -------------------------------------- +-- Skullcano (Dungeon) +-- -------------------------------------- +SET @WORLD = 1263; +SET @EVENTID = 148; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 17726); \ No newline at end of file diff --git a/Instance/Dungeons/Stormtalon's Lair.sql b/Instance/Dungeons/Stormtalon's Lair.sql new file mode 100644 index 0000000..e458ef4 --- /dev/null +++ b/Instance/Dungeons/Stormtalon's Lair.sql @@ -0,0 +1,8 @@ +-- -------------------------------------- +-- Stormtalon's Lair (Dungeon) +-- -------------------------------------- +SET @WORLD = 382; +SET @EVENTID = 145; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 1275); \ No newline at end of file diff --git a/Instance/Dungeons/Ultimate Protogames.sql b/Instance/Dungeons/Ultimate Protogames.sql new file mode 100644 index 0000000..556eee6 --- /dev/null +++ b/Instance/Dungeons/Ultimate Protogames.sql @@ -0,0 +1,8 @@ +-- -------------------------------------- +-- Ultimate Protogames (Dungeon) +-- -------------------------------------- +SET @WORLD = 2980; +SET @EVENTID = 594; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 42236); \ No newline at end of file diff --git a/Instance/Event instances/Protostar SuperMall-In-The-Sky.sql b/Instance/Event instances/Protostar SuperMall-In-The-Sky.sql new file mode 100644 index 0000000..e589b50 --- /dev/null +++ b/Instance/Event instances/Protostar SuperMall-In-The-Sky.sql @@ -0,0 +1,9 @@ +-- -------------------------------------- +-- Protostar SuperMall-In-The-Sky +-- -------------------------------------- +SET @WORLD = 3094; +SET @EVENTID = 679; +DELETE FROM `entity` WHERE `world` = @WORLD; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 47085); \ No newline at end of file diff --git a/Instance/PvP/BattleGrounds/Daggerstone Pass.sql b/Instance/PvP/BattleGrounds/Daggerstone Pass.sql new file mode 100644 index 0000000..86bf41a --- /dev/null +++ b/Instance/PvP/BattleGrounds/Daggerstone Pass.sql @@ -0,0 +1,8 @@ +-- -------------------------------------- +-- Daggerstone Pass +-- -------------------------------------- +SET @WORLD = 2166; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 38485), +(@WORLD, 1, 38486); diff --git a/Instance/PvP/BattleGrounds/Halls of the Bloodsworn Reloaded.sql b/Instance/PvP/BattleGrounds/Halls of the Bloodsworn Reloaded.sql new file mode 100644 index 0000000..89cda1e --- /dev/null +++ b/Instance/PvP/BattleGrounds/Halls of the Bloodsworn Reloaded.sql @@ -0,0 +1,8 @@ +-- -------------------------------------- +-- Halls of the Bloodsworn: Reloaded +-- -------------------------------------- +SET @WORLD = 3449; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 51426), +(@WORLD, 1, 51427); diff --git a/Instance/PvP/BattleGrounds/Walatiki Temple.sql b/Instance/PvP/BattleGrounds/Walatiki Temple.sql new file mode 100644 index 0000000..835536b --- /dev/null +++ b/Instance/PvP/BattleGrounds/Walatiki Temple.sql @@ -0,0 +1,8 @@ +-- -------------------------------------- +-- Walatiki Temple +-- -------------------------------------- +SET @WORLD = 797; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 7188), +(@WORLD, 1, 7189); diff --git a/Instance/World Stories/Journey into OMNICore-1.sql b/Instance/World Stories/Journey into OMNICore-1.sql new file mode 100644 index 0000000..6bb0aae --- /dev/null +++ b/Instance/World Stories/Journey into OMNICore-1.sql @@ -0,0 +1,7 @@ +-- -------------------------------------- +-- Jouney into OMNICore-1 +-- -------------------------------------- +SET @WORLD = 3045; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 45947); \ No newline at end of file diff --git a/Instance/World Stories/Vault of the Archon.sql b/Instance/World Stories/Vault of the Archon.sql new file mode 100644 index 0000000..0a25b42 --- /dev/null +++ b/Instance/World Stories/Vault of the Archon.sql @@ -0,0 +1,8 @@ +-- -------------------------------------- +-- Vault of the Archon +-- -------------------------------------- +SET @WORLD = 3009; +DELETE FROM map_entrance WHERE mapId = @WORLD; +INSERT INTO map_entrance (mapId, team, worldLocationId) VALUES +(@WORLD, 0, 50843); -- I think I got the coordinate right, if not, it one of the four list below +-- other group members spawn at 50842, 50844, 50845, 50846?