You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

189 lines
3.3 KiB

local WIT, core = ...
-- ids can be found: https://wow.tools/dbc/?dbc=areatable&build=8.3.0.32861
core.Locations = {}
core.Locations.Raids = {
-- Vanilla
TempleOfAQ = 3428,
}
core.Locations.Kalimdor = {
Durotar = 14,
Darkshore = 148,
Ashenvale = 331,
Silithus = 1377,
Uldum = 5034,
Feralas = 357,
Felwood = 361,
MtHyjal = 616,
DustwallowMarsh = 6043,
ZulFarrak = 1176,
Winterspring = 618,
VortexPininacle = 5583,
Tanaris = 440,
Orgrimmar = 1637,
NorthernBarrens = 17,
SouthernBarrens = 4709,
Desolace = 405,
UngoroCrater = 490,
TolBarad = 5095,
TheBarrens = 17,
BurningSteppes = 46,
}
core.Locations.VanillaDungeons = {
Ragefire = 2437,
Deadmines = 1581,
WailingCaverns = 718,
ShadowfangKeep = 209,
BlackfathomDepths = 719,
TheStockades = 717,
Gnomeregan = 721,
ScarletHalls = 6052,
ScarletMonastary = 796,
RazorfenKraul = 491,
Maraudon = 2100,
RazorfenDowns = 722,
Scholomace = 6066,
Ulduman = 1337,
DireMaul = 2557,
ZulFarrak = 1176,
Stratholme = 2017,
SunkenTemple2 = 1417,
BlackrockDepths2 = 1584,
LowerBlackrockSpire = 1583,
BlackWingLair = 2677,
}
core.Locations.EasternKingdoms = {
HillsbradFoothills = 267,
TwilightHighlands = 4922,
SunkenTemple = 1417,
Wetlands = 11,
BlackrockDepths = 1584,
Sunwell = 4075,
BastionOfTwilight = 5334,
MoltenCore = 2717,
SwampOfSorrows = 8,
BlastedLands = 4,
Westfall = 40,
SilverpineForest = 130,
StormwindCity = 1519,
DunMorogh = 1,
TirisfalGlades = 85,
WesternPlaguelands = 28,
EasternPlaguelands = 139,
Badlands = 3,
BlackrockMountain = 25,
StranglethornVale = 5339,
DeadwindPass = 41,
IsleofQuelDanas = 4080,
}
core.Locations.Outlands = {
TerokkarForest = 3519,
Netherstorm = 3523,
Nagrand = 3518,
Underbog = 3716,
HellfirePeninsula = 3483,
BlackTemple = 3840,
ShadowmoonValleyOld = 3520,
BladesEdgeMT = 3522,
Zangamarsh = 3521,
}
core.Locations.Northrend = {
BoreanTundra = 3537,
Wintergrasp = 4197,
SholzarBasin = 3711,
Oculus = 5562,
Icecrown = 210,
ZulDrak = 66,
StormPeaks = 67,
HowlingFjord = 495,
Dragonblight = 65,
}
core.Locations.Cata = {
Firelands = 5723,
}
core.Locations.Pandaria = {
ValleyOfTheFourWinds = 5805,
JadeForest = 5785,
Dreadwastes = 6138,
KunLiSummit = 6650,
IsleOfGiants = 6661,
TownlongSteppes = 5842,
HeartOfFear = 6297,
ValeofEternalBlossoms = 5840 ,
IsleofThunder = 6507,
TimelessIsle = 6757,
}
core.Locations.Draenor = {
TanaanJungle = 6723,
ShadowmoonValley = 6719,
FrostfireRidge = 6720,
NagrandWod = 6755,
Gorgrond = 6721,
SpiresofArrak = 6722,
Talador = 6662,
}
core.Locations.BrokenIsles = {
Suramar = 7637,
Azsuna = 7334,
ValShara = 7558,
Highmountain = 7503,
Stormheim = 7541,
BrokenShore = 8336,
}
core.Locations.Argus = {
Krokunn = 8574,
Antoranwastes = 8899,
}
core.Locations.BFA = {
TiragardeSound = 8567,
StormsongValley = 9042,
Nazmir = 8500,
Nazjatar = 10052,
Voldun = 8501,
Drustvar = 8721,
Zandalar = 8665,
KulTiras = 21,
Boralus = 8568,
}
core.Locations.Shadowlands = {
Maldraxxus = 11462,
Ardenweald = 11510,
Revendreth = 10413,
Bastion = 10534,
}
core.Locations.Others = {
Vashjir = 5146,
Deepholm = 5042,
DarkmoonIsland = 5861,
}
core.Locations.RawGoldDungeons = {
HellFireCitidal = 3545,
}