View Single Post
12-16-22, 01:56 AM   #3
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Hi all again,

actually I found and collect these, but I am not so sure for the DF dungeons:

Lua Code:
  1. [169] = { "DOCKS",      "Iron Docks" },
  2.     [166] = { "RAIL",       "Grimrail Depot"},
  3.     [165] = { "GROUND",     "Shadowmoon Burial Grounds" },
  4.    
  5.     [197] = { "EYE" ,       "Eye of Azhara" },
  6.     [198] = { "DHT",        "Darkhearth Thicket" },
  7.     [199] = { "BH",         "Blackrook Hold" },
  8.     [200] = { "HoV",        "Halls of Valor" },
  9.     [206] = { "NL",         "Neltharion's Lair" },
  10.     [207] = { "VoW",        "Vault of the Wardens" },
  11.     [208] = { "MoS",        "Maw of Souls" },
  12.     [209] = { "TARC",       "The Arcway" },
  13.     [210] = { "COURT",      "Court of Stars" },
  14.     [227] = { "LOW",        "Return to Karazhan: Lower" },
  15.     [233] = { "CATH",       "Cathedral of Eternal Night" },
  16.     [234] = { "UPPER",      "Return to Karazhan: Upper" },
  17.     [239] = { "SoT",        "The Seat of the Triumvirate" },
  18.  
  19.     [244] = { "AD",         "Atal'Dazar" },
  20.     [245] = { "FH",         "Freehold" },
  21.     [246] = { "TD",         "Tol Dagor" },
  22.     [247] = { "ML",         "The Motherlode" },
  23.     [248] = { "WM",         "Waycrest Manor" },
  24.     [249] = { "KR",         "King's Rest" },
  25.     [250] = { "TOS",        "Temple of Sethraliss" },
  26.     [251] = { "UNDR",       "The Underrot" },
  27.     [252] = { "SOTS",       "Shrine of the Storm" },
  28.     [353] = { "SIEGE",      "Siege of Boralus" },
  29.     [369] = { "YARD",       "Operation Mechagon - Junkyard" },
  30.     [370] = { "WORK",       "Operation Mechagon - Workshop" },
  31.  
  32.     [375] = { "MIST",       "Mists of Tirna Scithe" },
  33.     [376] = { "NW",         "The Necrotic Wake" },
  34.     [377] = { "DOS",        "De Other Side" },
  35.     [378] = { "HOA",        "Halls of Atonement" },
  36.     [379] = { "PLAGUE",     "Plaguefall" },
  37.     [380] = { "SD",         "Sanguine Depths" },
  38.     [381] = { "SPIRE",      "Spires of Ascension" },
  39.     [382] = { "TOP",        "Theater of Pain" },
  40.     [391] = { "TSOW",       "Tazavesh: Streets of Wonder" },
  41.     [392] = { "TSG",        "Tazavesh: So'leah's Gambit" },
  42.  
  43.     [2]   = { "JADE",       "Temple of the Jade Serpent" },
  44.    
  45.     [399] = { "RUBY",       "Ruby Life Pools" },
  46.     [400] = { "NOKH",       "The Nokhud Offensive" },
  47.     [???] = { "AZURE",      "The Azure Vault" },
  48.     [402] = { "ALGE",       "Algeth'ar Academy" },

Thanks again.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.

Last edited by gmarco : 12-16-22 at 11:34 AM.
  Reply With Quote