Thread: WOD/Pre-patch
View Single Post
11-17-14, 08:23 AM   #342
atl77
A Chromatic Dragonspawn
Join Date: Oct 2014
Posts: 179
Originally Posted by Rythal View Post
- Dungeons/Instances added (does anyone know a good place to find the x,y coords of dungeon entrences?)
I have taken it on myself to compile a list of the locations for you from wowhead:

-- WOW Dungeon Locations (extracted from wowhead.com by atl77)

-- Format: "Name" = "WOWHEAD Location"
-- WOWHEAD Location ZoneID:XXXYYY[XXXYYY] (XXX and YYY relate to map position XX.X YY.Y, multiple waypoints are possible)

dungeon_locations = {
"Ragefile Chasm" = "1637:522500",
"The Deadmines" = "40:432724",
"Wailing Caverns" = "17:401691",
"Shadowfang Keep" = "130:455677",
"Blackfathom Deeps" = "331:139143",
"The Stockade" = "1519:510681",
"Gnomeregan" = "1:301370",
"Scarlet Halls" = "85:830300",
"Scarlet Monastery" = "85:830300",
"Razorfen Kraul" = "4709:396955",
"Maraudon" = "405:301619",
"Uldaman" = "3:414108591370", -- Two Locations - somebody knows more about that?
"Scholomance" = "28:700750",
"Razorfen Downs" = "400:493264",
"Dire Maul" = "357:619316",
"Zul'Farrak" = "440:396217",
"Stratholme" = "139:269118",
"Sunken Temple" = "8:696537",
"Blackrock Depths" = "46:205328",
"Blackrock Spire" = "46:205328",
"Hellfire Ramparts" = "3483:468533",
"The Blood Furnace" = "3483:468533", -- These two are identical - can someone confirm this?
"The Slave Pens" = "3521:500410",
"The Underbog" = "3521:500410",
"Mana-Tombs" = "3519:396627",
"Auchenai-Crypts" = "3519:370658",
"Old Hillsbrad Foothills" = "440:658489",
"Sethekk Halls" = "3519:419658",
"Magister's Terrace" = "4080:602275",
"Shadow Labyrinth" = "3519:397685",
"The Arcatraz" = "3523:823596",
"The Black Morass" = "440:658489",
"The Botanica" = "3523:726600",
"The Mechanar" = "3523:841706",
"The Shattered Halls" = "3483:468533",
"The Steamvault" = "3521:500410",
"Utgarde Keep" = "495:582489",
"The Nexus" = "3537:281281",
"Azjol-Nerub" = "65:268485",
"Ahn'kahet: The Old Kingdom": "65:285517", -- this one is out of the comments at wowhead
"Drak'Tharon Keep" = "394:177233",
"The Violet Hold" = "4395:674685",
"Gundrak" = "66:816213",
"Halls of Stone" = "67:448145",
"Trial of the Champion" = "210:740209",
"Halls of Lightning" = "67:380147",
"The Culling of Stratholme" = "440:658489",
"The Oculus" = "3537:281281",
"Utgarde Pinnacle" = "495:584450",
"Halls of Reflection" = "210:514883",
"Pit of Saron" = "210:514883",
"The Forge of Souls" = "210:514883", -- is required to enter Pit of Saron, shared entrance
"Blackrock Caverns" = "46:205328",
"Throne of the Tides" = "5145:705299",
"The Stonecore" = "5042:468497",
"The Vortex Pinnacle" = "5034:750850",
"Grim Batol" = "4922:190535",
"Lost City of the Tol'vir" = "5034:616692",
"End Time" = "440:658489",
"Halls of Origination" = "5034:700526",
"Hour of Twilight" = "440:658489",
"Well of Eternity" = "440:658489",
"Zul'Aman" = "3433:761640",
"Zul'Gurub" = "33:673326",
"Stormstout Brewery" = "5805:400650",
"Temple of the Jade Serpent" = "5785:550550",
"Mogu'shan Palace" = "5840:790350",
"Shado-Pan Monastery" = "5841:300400",
"Siege of Niuzao Temple" = "5842:300800",
"Gate of the Setting Sun" = "5840:150800",
-- "Scarlet Halls 90" = "85:830300",
-- "Scarlet Monastery 90" = "85:830300",
-- "Scholomance 90" = "28:700750",
"Bloodmaul Slag Mines" = "6720:496246",
"Iron Docks" = "6721:449135",
"Auchindoun" = "6662:448745",
"Skyreach" = "6722:360339",
"Grimrail Depot" = "6721:551304",
"Shadowmoon Burial Grounds" = "6719:313431",
"The Everbloom" = "6721:598452",
-- "Upper Blackrock Spire" = "" -- no location information yet
}

I hope that helps you, Rythal.