Skip to content

Map entrance files #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Instance/Adventures/Crimelords of Whitevale.sql
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions Instance/Adventures/Malgrave Trail.sql
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions Instance/Adventures/The Siege of Tempest Refuge.sql
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions Instance/Adventures/War of the Wilds.sql
Original file line number Diff line number Diff line change
@@ -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)
8 changes: 8 additions & 0 deletions Instance/Dungeons/Coldblood Citadel.sql
Original file line number Diff line number Diff line change
@@ -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);
8 changes: 8 additions & 0 deletions Instance/Dungeons/Protogames Academy.sql
Original file line number Diff line number Diff line change
@@ -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);
8 changes: 8 additions & 0 deletions Instance/Dungeons/Ruins of Kel Voreth.sql
Original file line number Diff line number Diff line change
@@ -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);
8 changes: 8 additions & 0 deletions Instance/Dungeons/Sanctuary of the Swordmaiden.sql
Original file line number Diff line number Diff line change
@@ -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);
8 changes: 8 additions & 0 deletions Instance/Dungeons/Skullcano.sql
Original file line number Diff line number Diff line change
@@ -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);
8 changes: 8 additions & 0 deletions Instance/Dungeons/Stormtalon's Lair.sql
Original file line number Diff line number Diff line change
@@ -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);
8 changes: 8 additions & 0 deletions Instance/Dungeons/Ultimate Protogames.sql
Original file line number Diff line number Diff line change
@@ -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);
9 changes: 9 additions & 0 deletions Instance/Event instances/Protostar SuperMall-In-The-Sky.sql
Original file line number Diff line number Diff line change
@@ -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);
8 changes: 8 additions & 0 deletions Instance/PvP/BattleGrounds/Daggerstone Pass.sql
Original file line number Diff line number Diff line change
@@ -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);
Original file line number Diff line number Diff line change
@@ -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);
8 changes: 8 additions & 0 deletions Instance/PvP/BattleGrounds/Walatiki Temple.sql
Original file line number Diff line number Diff line change
@@ -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);
7 changes: 7 additions & 0 deletions Instance/World Stories/Journey into OMNICore-1.sql
Original file line number Diff line number Diff line change
@@ -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);
8 changes: 8 additions & 0 deletions Instance/World Stories/Vault of the Archon.sql
Original file line number Diff line number Diff line change
@@ -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?