vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Default English Data for MetaMap
2  
3 -- General
4 METAMAP_CATEGORY = "Interface";
5 METAMAP_SUBTITLE = "WorldMap Mod";
6 METAMAP_DESC = "MetaMap adds enhancements to the standard World Map.";
7 METAMAP_OPTIONS_BUTTON = "Options";
8 METAMAP_STRING_LOCATION = "Location";
9 METAMAP_STRING_LEVELRANGE = "Level Range";
10 METAMAP_STRING_PLAYERLIMIT = "Player Limit";
11 METAMAP_MAPLIST_INFO = "LeftClick: Ping Note\nRightClick: Edit Note\nCTRL+Click: Loot Table";
12 METAMAP_BUTTON_TOOLTIP1 = "LeftClick to Show Map";
13 METAMAP_BUTTON_TOOLTIP2 = "RightClick for Options";
14 METAMAP_OPTIONS_TITLE = "MetaMap Options";
15 METAMAP_KB_TEXT = "Knowledge Base"
16 METAMAP_HINT = "Hint: Left-click to open MetaMap.\nRight-click for options";
17 METAMAP_NOTES_SHOWN = "Notes"
18 METAMAP_LINES_SHOWN = "Lines"
19 METAMAP_INFOLINE_HINT1 = "LeftClick to toggle StoryLine";
20 METAMAP_INFOLINE_HINT2 = "RightClick to toggle SideList";
21  
22 BINDING_HEADER_METAMAP_TITLE = "MetaMap";
23 BINDING_NAME_METAMAP_MAPTOGGLE = "Toggle WorldMap";
24 BINDING_NAME_METAMAP_MAPTOGGLE1 = "WorldMap Mode 1";
25 BINDING_NAME_METAMAP_MAPTOGGLE2 = "WorldMap Mode 2";
26 BINDING_NAME_METAMAP_FSTOGGLE = "Toggle FullScreen";
27 BINDING_NAME_METAMAP_SAVESET = "Toggle Map Mode";
28 BINDING_NAME_METAMAP_KB = "Toggle Database Display"
29 BINDING_NAME_METAMAP_KB_TARGET_UNIT = "Capture Target Details";
30 BINDING_NAME_METAMAP_QUICKNOTE = "Set Quick Note";
31  
32 -- Commands
33 METAMAPNOTES_ENABLE_COMMANDS = { "/mapnote" }
34 METAMAPNOTES_ONENOTE_COMMANDS = { "/onenote", "/allowonenote", "/aon" }
35 METAMAPNOTES_MININOTE_COMMANDS = { "/nextmininote", "/nmn" }
36 METAMAPNOTES_MININOTEONLY_COMMANDS = { "/nextmininoteonly", "/nmno" }
37 METAMAPNOTES_MININOTEOFF_COMMANDS = { "/mininoteoff", "/mno" }
38 METAMAPNOTES_QUICKNOTE_COMMANDS = { "/quicknote", "/qnote", "/qtloc" }
39  
40 -- Interface Configuration
41 METAMAP_MENU_MODE = "Menu on Click";
42 METAMAP_OPTIONS_EXT = "Extended Options";
43 METAMAP_OPTIONS_COORDS = "Show Main Coords";
44 METAMAP_OPTIONS_MINICOORDS = "Show MiniMap Coords";
45 METAMAP_OPTIONS_SHOWAUTHOR = "Show notes author"
46 METAMAP_OPTIONS_SHOWNOTES = "Notes Filter"
47 METAMAP_OPTIONS_FILTERON = "Show All"
48 METAMAP_OPTIONS_FILTEROFF = "Hide All"
49 METAMAP_OPTIONS_SHOWBUT = "Show Minimap Button";
50 METAMAP_OPTIONS_AUTOSEL = "Autowrap Tooltip Text";
51 METAMAP_OPTIONS_BUTPOS = "MetaMap Button Position";
52 METAMAP_OPTIONS_POI = "Set POI when entering new zone (Points Of Interest)";
53 METAMAP_OPTIONS_LISTCOLORS = "Use coloured Sidelist";
54 METAMAP_OPTIONS_ZONEHEADER = "Show Zone information in WorldMap header";
55 METAMAP_OPTIONS_MOZZ = "Show Unexplored";
56 METAMAP_OPTIONS_TRANS = "Map Transparency";
57 METAMAP_OPTIONS_SHADER = "BackDrop Shader";
58 METAMAP_OPTIONS_SHADESET = "Instance Backdrop Shade";
59 METAMAP_OPTIONS_FWM = "Show Unexplored Areas";
60 METAMAP_OPTIONS_DONE = "Done";
61 METAMAP_FLIGHTMAP_OPTIONS = "FlightMap Options";
62 METAMAP_GATHERER_OPTIONS = "Gatherer Options";
63 METAMAP_BWP_OPTIONS = "Set a Waypoint";
64 METAMAP_OPTIONS_SCALE = "Map Scale";
65 METAMAP_OPTIONS_TTSCALE = "Tooltip Scale";
66 METAMAP_OPTIONS_SAVESET = "Map Display Mode";
67 METAMAP_OPTIONS_USEMAPMOD = "Create notes with MapMod";
68 METAMAP_ACTION_MODE = "Allow clicks through map";
69 METAMAPLIST_SORTED = "Sorted List";
70 METAMAPLIST_UNSORTED = "Unsorted List";
71 METAMAP_CLOSE_BUTTON ="Close";
72  
73 METAMAP_LOADIMPORTS_BUTTON = "Load Import Module";
74 METAMAP_LOADEXPORTS_BUTTON = "Export User file";
75 METAMAP_IMPORTS_HEADER = "Import/Export Module";
76 METAMAP_RELOADUI_BUTTON = "Reload UI";
77 METAMAP_IMPORT_BUTTON = "Import";
78 METAMAP_IMPORT_INSTANCE = "Instance Notes";
79 METAMAP_IMPORT_INSTANCE_INFO = "This will import any notes created for the instance maps. The file 'MetaMapData.lua' must exist in the MetaMapCVT directory, and contain data in the correct format. This file is included as standard with MetaMap";
80 METAMAP_IMPORT_NOTES = "Map notes";
81 METAMAP_IMPORT_NOTES_INFO = "This will import notes created by MapNotes or MapMod into MetaMap. The file 'MapNotes.lua' or 'CT_MapMod.lua' must exist in the MetaMapCVT directory, and contain data in the correct format. These original files can be found in the 'SavedVariables' folder if you have previously used those addons.";
82 METAMAP_IMPORT_KB = "User File";
83 METAMAP_IMPORT_KB_INFO = "This will import User created notes into MetaMap. The file 'MetaMapEXP.lua' must exist in the MetaMapCVT directory, and contain data in the correct format. This is the file created as 'SavedVariables\\MetaMapEXP.lua' by the 'Export User File' option.";
84 METAMAP_IMPORT_BLT = "BLT Data";
85 METAMAP_IMPORT_BLT_INFO = "This will import the Boss Loot Tables. The file 'MetaMapBLTdata.lua' must exist in the MetaMapCVT directory, and contain data in the correct format. This will additionally import AtlasLoot data, if the AtlasLoot localisation files are found in the MetaMapCVT folder.";
86 METAMAP_IMPORTS_INFO = "Reload the User Interface after import, to ensure all import data is cleared from memory.";
87  
88 METAMAPCVT_NOLOAD = "WARNING! MetaMapCVT is disabled. No import possible! MetaMapCVT MUST be enabled in the addons section.";
89  
90 METAMAPEXP_NOT_ENABLED = "MetaMapEXP module is missing or not enabled!";
91 METAMAPEXP_KB_EXPORTED = "Exported |cffffffff%s|r unique KB entries to SavedVariables\\MetaMapEXP.lua";
92 METAMAPEXP_NOTES_EXPORTED = "Exported |cffffffff%s|r unique Notes entries to SavedVariables\\MetaMapEXP.lua";
93  
94 METAMAPFWM_RETAIN = "FWM always on";
95 METAMAPFWM_USECOLOR = "Color unexplored areas";
96 METAMAPFWM_SETCOLOR = "Set Color";
97 METAFWM_NOT_LOADED = "MetaMapFWM module is not loaded";
98 METAMAPFWM_NOT_ENABLED = "MetaMapFWM module is missing or not enabled!";
99  
100 METAKB_NOT_LOADED = "MetaMapWKB module is not loaded";
101 METAKB_LOAD_MODULE = "Load Module";
102 METAKB_NOT_ENABLED = "MetaMapWKB module is missing or not enabled!";
103 METAMAP_NOKBDATA = "MetaMapWKB module not loaded - KB data not processed";
104  
105 METAMAPBLT_NOT_ENABLED = "MetaMapBLT module is missing or not enabled!";
106 METAMAPBLT_CONFIRM_IMPORT = "Please select the desired data file to import";
107 METAMAPBLT_CONFIRM_EXPORT = "Please select the desired data file to export";
108 METAMAPBLT_IMPORT_DONE = "MetaMapBLT succesfully imported default data";
109 METAMAPBLT_IMPORT_FAIL = "Selected data unavailable - No data imported";
110 METAMAPBLT_UPDATE_DONE = "MetaMapBLT updated with latest information";
111 METAMAPBLT_IMPORT_TIMEOUT = "Timeout - No data imported";
112 METAMAPBLT_HINT = "Shift+Click: Link Item - CTRL+Click: Dressing Room";
113 METAMAPBLT_NO_INFO = "No information available for this item";
114 METAMAPBLT_NO_DATA = "Data not yet available or data not imported";
115 METAMAPBLT_CLASS_SELECT = "Select required class below";
116  
117 METAMAPZSM_NOT_ENABLED = "MetaMapZSM module is missing or not enabled!";
118 METAMAPZSM_NEW_VERSION = "New zoneshift version detected. Please select correct conversion below";
119 METAMAPZSM_NO_SHIFT = "Zoneshifts are up to date. No conversion required";
120 METAMAPZSM_NO_DETECT = "No updated ZoneShift information detected";
121 METAMAPZSM_UPDATE_DONE = "MetaMapZSM ZoneShift updated to version |cFFFFD100%s|r";
122 METAMAPZSM_SKIP_SHIFT = "Skip to next Zoneshift if already shifted";
123 METAMAPZSM_UPDATE_VERSION = "Update Version";
124 METAMAPZSM_UPDATE_INFO = "Use the 'Update Version' option if none of the above ZoneShifts need to be applied";
125  
126 METAMAPBWP_NOT_ENABLED = "MetaMapBWP module is missing or not enabled!";
127  
128 METAMAPBKP_BACKUP = "Backup Data";
129 METAMAPBKP_RESTORE = "Restore Data";
130 METAMAPBKP_INFO_HEADER = "Backup and Restore Module for MetaMap data";
131 METAMAPBKP_INFO = "Backup will save all current data related to Mapnotes, Mapnote Lines, and MetaKB data to a seperate file. Choose restore at any time to replace the current data with the last saved data.";
132 METAMAPBKP_BACKUP_DONE = "Successfuly backed up all MetaMap data";
133 METAMAPBKP_RESTORE_DONE = "Successfuly restored all MetaMap data";
134 METAMAPBKP_NO_LOAD = "MetaMapBKP module is missing or not enabled!";
135  
136 METAMAPNOTES_WORLDMAP_HELP_1 = "RightClick On Map To Zoom Out"
137 METAMAPNOTES_WORLDMAP_HELP_2 = "Ctrl+LeftClick to create a note"
138 METAMAPNOTES_CLICK_ON_SECOND_NOTE = "Choose Second Note To Draw/Clear A Line"
139 METAMAPNOTES_CLICK_ON_LOCATION = "LeftClick on map for new note location"
140  
141 METAMAPNOTES_NEW_NOTE = "Create Note"
142 METAMAPNOTES_MININOTE_OFF = "MiniNote Off"
143 METAMAPNOTES_OPTIONS_TEXT = "Notes Options"
144 METAMAPNOTES_CANCEL = "Cancel"
145 METAMAPNOTES_EDIT_NOTE = "Edit Note"
146 METAMAPNOTES_MININOTE_ON = "Set MiniNote"
147 METAMAPNOTES_SEND_NOTE = "Send Note"
148 METAMAPNOTES_TOGGLELINE = "Toggle Line"
149 METAMAPNOTES_MOVE_NOTE = "Move Note";
150 METAMAPNOTES_DELETE_NOTE = "Delete Note"
151 METAMAPNOTES_SAVE_NOTE = "Save"
152 METAMAPNOTES_EDIT_TITLE = "Title (required):"
153 METAMAPNOTES_EDIT_INFO1 = "Info Line 1 (optional):"
154 METAMAPNOTES_EDIT_INFO2 = "Info Line 2 (optional):"
155 METAMAPNOTES_EDIT_CREATOR = "Creator (optional - leave blank to hide):"
156  
157 METAMAPNOTES_SEND_MENU = "Send Note"
158 METAMAPNOTES_SLASHCOMMAND = "Change Mode"
159 METAMAPNOTES_SEND_TIP = "These notes can be received by all MetaMap users"
160 METAMAPNOTES_SEND_PLAYER = "Enter player name:"
161 METAMAPNOTES_SENDTOPLAYER = "Send to player"
162 METAMAPNOTES_SENDTOPARTY = "Send to party"
163 METAMAPNOTES_SHOWSEND = "Change Mode"
164 METAMAPNOTES_SEND_SLASHTITLE = "Get slash Command:"
165 METAMAPNOTES_SEND_SLASHTIP = "Highlight this and use CTRL+C to copy to clipboard\n(then you can post it in a forum for example)"
166 METAMAPNOTES_SEND_SLASHCOMMAND = "/Command:"
167 METAMAPNOTES_PARTYSENT = "PartyNote sent to all Party members.";
168 METAMAPNOTES_RAIDSENT = "PartyNote sent to all Raid members.";
169 METAMAPNOTES_NOPARTY = "Not currently in a Party or Raid.";
170  
171 METAMAPNOTES_OWNNOTES = "Show notes created by your character"
172 METAMAPNOTES_OTHERNOTES = "Show notes received from other characters"
173 METAMAPNOTES_HIGHLIGHT_LASTCREATED = "Highlight last created note in |cFFFF0000red|r"
174 METAMAPNOTES_HIGHLIGHT_MININOTE = "Highlight note selected for MiniNote in |cFF6666FFblue|r"
175 METAMAPNOTES_ACCEPTINCOMING = "Accept incoming notes from other players"
176 METAMAPNOTES_AUTOPARTYASMININOTE = "Automatically set party notes as MiniNote."
177 METAMAPNOTES_ZONESEARCH_TEXT = "Delete notes for |cffffffff%s|r by creator:"
178 METAMAPNOTES_ZONESEARCH_TEXTHINT = "Hint: Open WorldMap and set map to desired area for deletion";
179 METAMAPNOTES_BATCHDELETE = "This will delete all notes for |cFFFFD100%s|r with creator as |cFFFFD100%s|r.";
180 METAMAPNOTES_DELETED_BY_NAME = "Deleted selected notes with creator |cFFFFD100%s|r and name |cFFFFD100%s|r."
181 METAMAPNOTES_DELETED_BY_CREATOR = "Deleted all notes with creator |cFFFFD100%s|r."
182 METAMAPNOTES_DELETED_BY_ZONE = "Deleted all notes for |cFFFFD100%s|r with creator |cFFFFD100%s|r."
183  
184 METAMAPNOTES_CREATEDBY = "Created by"
185 METAMAPNOTES_CHAT_COMMAND_ENABLE_INFO = "This command enables you to instert notes gotten by a webpage for example."
186 METAMAPNOTES_CHAT_COMMAND_ONENOTE_INFO = "Overrides the options setting, so that the next note you receive is accepted."
187 METAMAPNOTES_CHAT_COMMAND_MININOTE_INFO = "Displays the next received note directly as MiniNote (and insterts it into the map):"
188 METAMAPNOTES_CHAT_COMMAND_MININOTEONLY_INFO = "Displays the next note received as MiniNote only (not inserted into map)."
189 METAMAPNOTES_CHAT_COMMAND_MININOTEOFF_INFO = "Turns the MiniNote off."
190 METAMAPNOTES_CHAT_COMMAND_QUICKNOTE = "Creates a note at the specified position on the map."
191 METAMAPNOTES_MAPNOTEHELP = "This command can only be used to insert a note"
192 METAMAPNOTES_ONENOTE_OFF = "Allow one note: OFF"
193 METAMAPNOTES_ONENOTE_ON = "Allow one note: ON"
194 METAMAPNOTES_MININOTE_SHOW_0 = "Next as MiniNote: OFF"
195 METAMAPNOTES_MININOTE_SHOW_1 = "Next as MiniNote: ON"
196 METAMAPNOTES_MININOTE_SHOW_2 = "Next as MiniNote: ONLY"
197 METAMAPNOTES_ACCEPT_NOTE = "Note added to the map of |cFFFFD100%s|r."
198 METAMAPNOTES_DECLINE_NOTE = "Could not add, this note is too near to |cFFFFD100%q|r in |cFFFFD100%s|r."
199 METAMAPNOTES_ACCEPT_MININOTE = "MiniNote set for the map of |cFFFFD100%s|r.";
200 METAMAPNOTES_DECLINE_GET = "|cFFFFD100%s|r tried to send you a note in |cFFFFD100%s|r, but it was too near to |cFFFFD100%q|r."
201 METAMAPNOTES_DISABLED_GET = "Could not receive note from |cFFFFD100%s|r: reception disabled in the options."
202 METAMAPNOTES_ACCEPT_GET = "You received a map note from |cFFFFD100%s|r for |cFFFFD100%s|r."
203 METAMAPNOTES_PARTY_GET = "|cFFFFD100%s|r set a new party note in |cFFFFD100%s|r."
204 METAMAPNOTES_NOTE_SENT = "Note sent to |cFFFFD100%s|r."
205 METAMAPNOTES_QUICKNOTE_DEFAULTNAME = "QuickNote"
206 METAMAPNOTES_MININOTE_DEFAULTNAME = "MiniNote"
207 METAMAPNOTES_VNOTE_DEFAULTNAME = "VirtualNote"
208 METAMAPNOTES_SETMININOTE = "Set note as new MiniNote"
209 METAMAPNOTES_PARTYNOTE = "Party Note"
210 METAMAPNOTES_SETCOORDS = "Coords (xx,yy):"
211 METAMAPNOTES_VNOTE = "Virtual"
212 METAMAPNOTES_VNOTE_INFO = "Creates a virtual note. Save on map of choice to bind."
213 METAMAPNOTES_VNOTE_SET = "Virtual note created on the World Map."
214 METAMAPNOTES_MININOTE_INFO = "Creates a note on the Minimap only."
215 METAMAPNOTES_INVALIDZONE = "Could not create - no player coords available in this zone.";
216  
217 -- Buttons, Headers, Various Text
218  
219 METAMAPNOTES_WARSONGGULCH = "Warsong Gulch"
220 METAMAPNOTES_ALTERACVALLEY = "Alterac Valley"
221 METAMAPNOTES_ARATHIBASIN = "Arathi Basin"
222  
223 MetaMap_Data = {
224 [1] = {
225 ["ZoneName"] = "Blackfathom Deeps",
226 ["Location"] = "Ashenvale",
227 ["LevelRange"] = "24-32",
228 ["PlayerLimit"] = "10",
229 ["texture"] = "BlackfathomDeeps",
230 ["infoline"] = "Situated along the Zoram Strand of Ashenvale, Blackfathom Deeps was once a glorious temple dedicated to the night elves' moon-goddess, Elune. However, the great Sundering shattered the temple - sinking it beneath the waves of the Veiled Sea. There it remained untouched - until, drawn by its ancient power - the naga and satyr emerged to plumb its secrets. Legends hold that the ancient beast, Aku'mai, has taken up residence within the temple's ruins. Aku'mai, a favored pet of the primordial Old Gods, has preyed upon the area ever since. Drawn to Aku'mai's presence, the cult known as the Twilight's Hammer has also come to bask in the Old Gods' evil presence.",
231 },
232 [2] = {
233 ["ZoneName"] = "Blackrock Depths",
234 ["Location"] = "Blackrock Mountain",
235 ["LevelRange"] = "52+",
236 ["PlayerLimit"] = "5",
237 ["texture"] = "BlackrockDepths",
238 ["infoline"] = "Once the capital city of the Dark Iron dwarves, this volcanic labyrinth now serves as the seat of power for Ragnaros the Firelord. Ragnaros has uncovered the secret to creating life from stone and plans to build an army of unstoppable golems to aid him in conquering the whole of Blackrock Mountain. Obsessed with defeating Nefarian and his draconic minions, Ragnaros will go to any extreme to achieve final victory.",
239 },
240 [3] = {
241 ["ZoneName"] = "Blackrock Spire",
242 ["Location"] = "Blackrock Mountain",
243 ["LevelRange"] = "55+",
244 ["PlayerLimit"] = "10",
245 ["texture"] = "BlackrockSpireLower",
246 ["infoline"] = "The mighty fortress carved within the fiery bowels of Blackrock Mountain was designed by the master dwarf-mason, Franclorn Forgewright. Intended to be the symbol of Dark Iron power, the fortress was held by the sinister dwarves for centuries. However, Nefarian - the cunning son of the dragon, Deathwing - had other plans for the great keep. He and his draconic minions took control of the upper Spire and made war on the dwarves' holdings in the mountain's volcanic depths. Realizing that the dwarves were led by the mighty fire elemental, Ragnaros - Nefarian vowed to crush his enemies and claim the whole of Blackrock mountain for himself.",
247 },
248 [4] = {
249 ["ZoneName"] = "Blackrock Spire (Upper)",
250 ["Location"] = "Blackrock Mountain",
251 ["LevelRange"] = "58+",
252 ["PlayerLimit"] = "10",
253 ["texture"] = "BlackrockSpireUpper",
254 ["infoline"] = "The mighty fortress carved within the fiery bowels of Blackrock Mountain was designed by the master dwarf-mason, Franclorn Forgewright. Intended to be the symbol of Dark Iron power, the fortress was held by the sinister dwarves for centuries. However, Nefarian - the cunning son of the dragon, Deathwing - had other plans for the great keep. He and his draconic minions took control of the upper Spire and made war on the dwarves' holdings in the mountain's volcanic depths. Realizing that the dwarves were led by the mighty fire elemental, Ragnaros - Nefarian vowed to crush his enemies and claim the whole of Blackrock mountain for himself.",
255 },
256 [5] = {
257 ["ZoneName"] = "Blackwing Lair",
258 ["Location"] = "Blackrock Spire",
259 ["LevelRange"] = "60+",
260 ["PlayerLimit"] = "40",
261 ["texture"] = "BlackwingLair",
262 ["infoline"] = "Blackwing Lair can be found at the very height of Blackrock Spire. It is there in the dark recesses of the mountain's peak that Nefarian has begun to unfold the final stages of his plan to destroy Ragnaros once and for all and lead his army to undisputed supremacy over all the races of Azeroth. Nefarian has vowed to crush Ragnaros. To this end, he has recently begun efforts to bolster his forces, much as his father Deathwing had attempted to do in ages past. However, where Deathwing failed, it now seems the scheming Nefarian may be succeeding. Nefarian's mad bid for dominance has even attracted the ire of the Red Dragon Flight, which has always been the Black Flight's greatest foe. Though Nefarian's intentions are known, the methods he is using to achieve them remain a mystery. It is believed, however that Nefarian has been experimenting with the blood of all of the various Dragon Flights to produce unstoppable warriors.",
263 },
264 [6] = {
265 ["ZoneName"] = "Dire Maul",
266 ["Location"] = "Feralas",
267 ["LevelRange"] = "56-60",
268 ["PlayerLimit"] = "5",
269 ["texture"] = "DireMaul",
270 ["infoline"] = "Built twelve thousand years ago by a covert sect of night elf sorcerers, the ancient city of Eldre'Thalas was used to protect Queen Azshara's most prized arcane secrets. Though it was ravaged by the Great Sundering of the world, much of the wondrous city still stands as the imposing Dire Maul. The ruins' three distinct districts have been overrun by all manner of creatures - especially the spectral highborne, foul satyr and brutish ogres. Only the most daring party of adventurers can enter this broken city and face the ancient evils locked within its ancient vaults.",
271 },
272 [7] = {
273 ["ZoneName"] = "Dire Maul East",
274 ["Location"] = "Feralas",
275 ["LevelRange"] = "56-60",
276 ["PlayerLimit"] = "5",
277 ["texture"] = "DireMaulEast",
278 ["infoline"] = "Built twelve thousand years ago by a covert sect of night elf sorcerers, the ancient city of Eldre'Thalas was used to protect Queen Azshara's most prized arcane secrets. Though it was ravaged by the Great Sundering of the world, much of the wondrous city still stands as the imposing Dire Maul. The ruins' three distinct districts have been overrun by all manner of creatures - especially the spectral highborne, foul satyr and brutish ogres. Only the most daring party of adventurers can enter this broken city and face the ancient evils locked within its ancient vaults.",
279 },
280 [8] = {
281 ["ZoneName"] = "Dire Maul North",
282 ["Location"] = "Feralas",
283 ["LevelRange"] = "56-60",
284 ["PlayerLimit"] = "5",
285 ["texture"] = "DireMaulNorth",
286 ["infoline"] = "Built twelve thousand years ago by a covert sect of night elf sorcerers, the ancient city of Eldre'Thalas was used to protect Queen Azshara's most prized arcane secrets. Though it was ravaged by the Great Sundering of the world, much of the wondrous city still stands as the imposing Dire Maul. The ruins' three distinct districts have been overrun by all manner of creatures - especially the spectral highborne, foul satyr and brutish ogres. Only the most daring party of adventurers can enter this broken city and face the ancient evils locked within its ancient vaults.",
287 },
288 [9] = {
289 ["ZoneName"] = "Dire Maul West",
290 ["Location"] = "Feralas",
291 ["LevelRange"] = "56-60",
292 ["PlayerLimit"] = "5",
293 ["texture"] = "DireMaulWest",
294 ["infoline"] = "Built twelve thousand years ago by a covert sect of night elf sorcerers, the ancient city of Eldre'Thalas was used to protect Queen Azshara's most prized arcane secrets. Though it was ravaged by the Great Sundering of the world, much of the wondrous city still stands as the imposing Dire Maul. The ruins' three distinct districts have been overrun by all manner of creatures - especially the spectral highborne, foul satyr and brutish ogres. Only the most daring party of adventurers can enter this broken city and face the ancient evils locked within its ancient vaults.",
295 },
296 [10] = {
297 ["ZoneName"] = "Gnomeregan",
298 ["Location"] = "Dun Morogh",
299 ["LevelRange"] = "29-38",
300 ["PlayerLimit"] = "10",
301 ["texture"] = "Gnomeregan",
302 ["infoline"] = "Located in Dun Morogh, the technological wonder known as Gnomeregan has been the gnomes' capital city for generations. Recently, a hostile race of mutant troggs infested several regions of Dun Morogh - including the great gnome city. In a desperate attempt to destroy the invading troggs, High Tinker Mekkatorque ordered the emergency venting of the city's radioactive waste tanks. Several gnomes sought shelter from the airborne pollutants as they waited for the troggs to die or flee. Unfortunately, though the troggs became irradiated from the toxic assault - their siege continued, unabated. Those gnomes who were not killed by noxious seepage were forced to flee, seeking refuge in the nearby dwarven city of Ironforge. There, High Tinker Mekkatorque set out to enlist brave souls to help his people reclaim their beloved city. It is rumored that Mekkatorque's once-trusted advisor, Mekgineer Thermaplug, betrayed his people by allowing the invasion to happen. Now, his sanity shattered, Thermaplug remains in Gnomeregan - furthering his dark schemes and acting as the city's new techno-overlord.",
303 },
304 [11] = {
305 ["ZoneName"] = "Maraudon",
306 ["Location"] = "Desolace",
307 ["LevelRange"] = "46-55",
308 ["PlayerLimit"] = "10",
309 ["texture"] = "Maraudon",
310 ["infoline"] = "Protected by the fierce Maraudine centaur, Maraudon is one of the most sacred sites within Desolace. The great temple/cavern is the burial place of Zaetar, one of two immortal sons born to the demigod, Cenarius. Legend holds that Zaetar and the earth elemental princess, Theradras, sired the misbegotten centaur race. It is said that upon their emergence, the barbaric centaur turned on their father and killed him. Some believe that Theradras, in her grief, trapped Zaetar's spirit within the winding cavern - used its energies for some malign purpose. The subterranean tunnels are populated by the vicious, long-dead ghosts of the Centaur Khans, as well as Theradras' own raging, elemental minions.",
311 },
312 [12] = {
313 ["ZoneName"] = "Molten Core",
314 ["Location"] = "Blackrock Depths",
315 ["LevelRange"] = "60+",
316 ["PlayerLimit"] = "40",
317 ["texture"] = "MoltenCore",
318 ["infoline"] = "The Molten Core lies at the very bottom of Blackrock Depths. It is the heart of Blackrock Mountain and the exact spot where, long ago in a desperate bid to turn the tide of the dwarven civil war, Emperor Thaurissan summoned the elemental Firelord, Ragnaros, into the world. Though the fire lord is incapable of straying far from the blazing Core, it is believed that his elemental minions command the Dark Iron dwarves, who are in the midst of creating armies out of living stone. The burning lake where Ragnaros lies sleeping acts as a rift connecting to the plane of fire, allowing the malicious elementals to pass through. Chief among Ragnaros' agents is Majordomo Executus - for this cunning elemental is the only one capable of calling the Firelord from his slumber.",
319 },
320 [13] = {
321 ["ZoneName"] = "Onyxia's Lair",
322 ["Location"] = "Dustwallow Marsh",
323 ["LevelRange"] = "60+",
324 ["PlayerLimit"] = "40",
325 ["texture"] = "OnyxiasLair",
326 ["infoline"] = "Onyxia is the daughter of the mighty dragon Deathwing, and sister of the scheming Nefarion Lord of Blackrock Spire. It is said that Onyxia delights in corrupting the mortal races by meddling in their political affairs. To this end it is believed that she takes on various humanoid forms and uses her charm and power to influence delicate matters between the different races. Some believe that Onyxia has even assumed an alias once used by her father - the title of the royal House Prestor. When not meddling in mortal concerns, Onyxia resides in a fiery cave below the Dragonmurk, a dismal swamp located within Dustwallow Marsh. There she is guarded by her kin, the remaining members of the insidious Black Dragon Flight.",
327 },
328 [14] = {
329 ["ZoneName"] = "Ragefire Chasm",
330 ["Location"] = "Orgrimmar",
331 ["LevelRange"] = "13-15",
332 ["PlayerLimit"] = "10",
333 ["texture"] = "RagefireChasm",
334 ["infoline"] = "Ragefire Chasm consists of a network of volcanic caverns that lie below the orcs' new capital city of Orgrimmar. Recently, rumors have spread that a cult loyal to the demonic Shadow Council has taken up residence within the Chasm's fiery depths. This cult, known as the Burning Blade, threatens the very sovereignty of Durotar. Many believe that the orc Warchief, Thrall, is aware of the Blade's existence and has chosen not to destroy it in the hopes that its members might lead him straight to the Shadow Council. Either way, the dark powers emanating from Ragefire Chasm could undo all that the orcs have fought to attain.",
335 },
336 [15] = {
337 ["ZoneName"] = "Razorfen Downs",
338 ["Location"] = "The Barrens",
339 ["LevelRange"] = "33-40",
340 ["PlayerLimit"] = "10",
341 ["texture"] = "RazorfenDowns",
342 ["infoline"] = "Crafted from the same mighty vines as Razorfen Kraul, Razorfen Downs is the traditional capital city of the quillboar race. The sprawling, thorn-ridden labyrinth houses a veritable army of loyal quillboar as well as their high priests - the Death's Head tribe. Recently, however, a looming shadow has fallen over the crude den. Agents of the undead Scourge - led by the lich, Amnennar the Coldbringer - have taken control over the quillboar race and turned the maze of thorns into a bastion of undead might. Now the quillboar fight a desperate battle to reclaim their beloved city before Amnennar spreads his control across the Barrens.",
343 },
344 [16] = {
345 ["ZoneName"] = "Razorfen Kraul",
346 ["Location"] = "The Barrens",
347 ["LevelRange"] = "25-30",
348 ["PlayerLimit"] = "10",
349 ["texture"] = "RazorfenKraul",
350 ["infoline"] = "Ten thousand years ago, during the War of the Ancients, the mighty demigod, Agamaggan, came forth to battle the Burning Legion. Though the colossal boar fell in combat, his actions helped save Azeroth from ruin. Yet over time, in the areas where his blood fell, massive thorn-ridden vines sprouted from the earth. The quillboar - believed to be the mortal offspring of the mighty god, came to occupy these regions and hold them sacred. The heart of these thorn-colonies was known as the Razorfen. The great mass of Razorfen Kraul was conquered by the old crone, Charlga Razorflank. Under her rule, the shamanistic quillboar stage attacks on rival tribes as well as Horde villages. Some speculate that Charlga has even been negotiating with agents of the Scourge - aligning her unsuspecting tribe with the ranks of the Undead for some insidious purpose.",
351 },
352 [17] = {
353 ["ZoneName"] = "Scarlet Monastery",
354 ["Location"] = "Tirisfal Glades",
355 ["LevelRange"] = "34-45",
356 ["PlayerLimit"] = "10",
357 ["texture"] = "ScarletMonastery",
358 ["infoline"] = "The Monastery was once a proud bastion of Lordaeron's priesthood - a center for learning and enlightenment. With the rise of the undead Scourge during the Third War, the peaceful Monastery was converted into a stronghold of the fanatical Scarlet Crusade. The Crusaders are intolerant of all non-human races, regardless of alliance or affiliation. They believe that any and all outsiders are potential carriers of the undead plague - and must be destroyed. Reports indicate that adventurers who enter the monastery are forced to contend with Scarlet Commander Mograine - who commands a large garrison of fanatically devoted warriors. However, the monastery's true master is High Inquisitor Whitemane - a fearsome priestess who possesses the ability to resurrect fallen warriors to do battle in her name.",
359 },
360 [18] = {
361 ["ZoneName"] = "Scholomance",
362 ["Location"] = "Western Plaguelands",
363 ["LevelRange"] = "56-60",
364 ["PlayerLimit"] = "5",
365 ["texture"] = "Scholomance",
366 ["infoline"] = "The Scholomance is housed within a series of crypts that lie beneath the ruined keep of Caer Darrow. Once owned by the noble Barov family, Caer Darrow fell to ruin following the Second War. As the wizard Kel'thuzad enlisted followers for his Cult of the Damned he would often promise immortality in exchange for serving his Lich King. The Barov family fell to Kel'thuzad's charismatic influence and donated the keep and its crypts to the Scourge. The cultists then killed the Barovs and turned the ancient crypts into a school for necromancy known as the Scholomance. Though Kel'thuzad no longer resides in the crypts, devoted cultists and instructors still remain. The powerful lich, Ras Frostwhisper, rules over the site and guards it in the Scourge's name - while the mortal necromancer, Darkmaster Gandling, serves as the school's insidious headmaster.",
367 },
368 [19] = {
369 ["ZoneName"] = "Shadowfang Keep",
370 ["Location"] = "Silverpine Forest",
371 ["LevelRange"] = "22-30",
372 ["PlayerLimit"] = "10",
373 ["texture"] = "ShadowfangKeep",
374 ["infoline"] = "During the Third War, the wizards of the Kirin Tor battled against the undead armies of the Scourge. When the wizards of Dalaran died in battle, they would rise soon after - adding their former might to the growing Scourge. Frustrated by their lack of progress (and against the advice of his peers), the Archmage Arugal elected to summon extra-dimensional entities to bolster Dalaran's diminishing ranks. Arugal's summoning brought the ravenous worgen into the world of Azeroth. The feral wolf-men slaughtered not only the Scourge, but quickly turned on the wizards themselves. The worgen sieged the keep of the noble, Baron Silverlaine. Situated above the tiny hamlet of Pyrewood, the keep quickly fell into shadow and ruin. Driven mad with guilt, Arugal adopted the worgen as his children and retreated to the newly dubbed 'Shadowfang Keep'. It's said he still resides there, protected by his massive pet, Fenrus - and haunted by the vengeful ghost of Baron Silverlaine.",
375 },
376 [20] = {
377 ["ZoneName"] = "Stratholme",
378 ["Location"] = "Eastern Plaguelands",
379 ["LevelRange"] = "55-60",
380 ["PlayerLimit"] = "5",
381 ["texture"] = "Stratholme",
382 ["infoline"] = "Once the jewel of northern Lordaeron, the city of Stratholme is where Prince Arthas turned against his mentor, Uther Lightbringer, and slaughtered hundreds of his own subjects who were believed to have contracted the dreaded plague of undeath. Arthas' downward spiral and ultimate surrender to the Lich King soon followed. The broken city is now inhabited by the undead Scourge - led by the powerful lich, Kel'thuzad. A contingent of Scarlet Crusaders, led by Grand Crusader Dathrohan, also holds a portion of the ravaged city. The two sides are locked in constant, violent combat. Those adventurers brave (or foolish) enough to enter Stratholme will be forced to contend with both factions before long. It is said that the city is guarded by three massive watchtowers, as well as powerful necromancers, banshees and abominations. There have also been reports of a malefic Death Knight riding atop an unholy steed - dispensing indiscriminate wrath on all those who venture within the realm of the Scourge.",
383 },
384 [21] = {
385 ["ZoneName"] = "The Deadmines",
386 ["Location"] = "Westfall",
387 ["LevelRange"] = "17-26",
388 ["PlayerLimit"] = "10",
389 ["texture"] = "TheDeadmines",
390 ["infoline"] = "Once the greatest gold production center in the human lands, the Dead Mines were abandoned when the Horde razed Stormwind city during the First War. Now the Defias Brotherhood has taken up residence and turned the dark tunnels into their private sanctum. It is rumored that the thieves have conscripted the clever goblins to help them build something terrible at the bottom of the mines - but what that may be is still uncertain. Rumor has it that the way into the Deadmines lies through the quiet, unassuming village of Moonbrook.",
391 },
392 [22] = {
393 ["ZoneName"] = "The Stockade",
394 ["Location"] = "Stormwind",
395 ["LevelRange"] = "23-26",
396 ["PlayerLimit"] = "10",
397 ["texture"] = "TheStockades",
398 ["infoline"] = "The Stockades are a high-security prison complex, hidden beneath the canal district of Stormwind city. Presided over by Warden Thelwater, the Stockades are home to petty crooks, political insurgents, murderers and a score of the most dangerous criminals in the land. Recently, a prisoner-led revolt has resulted in a state of pandemonium within the Stockades - where the guards have been driven out and the convicts roam free. Warden Thelwater has managed to escape the holding area and is currently enlisting brave thrill-seekers to venture into the prison and kill the uprising's mastermind - the cunning felon, Bazil Thredd.",
399 },
400 [23] = {
401 ["ZoneName"] = "The Temple of Atal'Hakkar",
402 ["Location"] = "Swamp of Sorrows",
403 ["LevelRange"] = "45-55",
404 ["PlayerLimit"] = "10",
405 ["texture"] = "TheSunkenTemple",
406 ["infoline"] = "Over a thousand years ago, the powerful Gurubashi Empire was torn apart by a massive civil war. An influential group of troll priests, known as the Atal'ai, attempted to bring back an ancient blood god named Hakkar the Soulflayer. Though the priests were defeated and ultimately exiled, the great troll empire buckled in upon itself. The exiled priests fled far to the north, into the Swamp of Sorrows. There they erected a great temple to Hakkar - where they could prepare for his arrival into the physical world. The great dragon Aspect, Ysera, learned of the Atal'ai's plans and smashed the temple beneath the marshes. To this day, the temple's drowned ruins are guarded by the green dragons who prevent anyone from getting in or out. However, it is believed that some of the fanatical Atal'ai may have survived Ysera's wrath - and recommitted themselves to the dark service of Hakkar.",
407 },
408 [24] = {
409 ["ZoneName"] = "Uldaman",
410 ["Location"] = "The Badlands",
411 ["LevelRange"] = "35-47",
412 ["PlayerLimit"] = "10",
413 ["texture"] = "Uldaman",
414 ["infoline"] = "Uldaman is an ancient Titan vault that has laid buried deep within the earth since the world's creation. Dwarven excavations have recently penetrated this forgotten city, releasing the Titans' first failed creations: the troggs. Legends say that the Titans created troggs from stone. When they deemed the experiment a failure, the Titans locked the troggs away and tried again - resulting in the creation of the dwarven race. The secrets of the dwarves' creation are recorded on the fabled Discs of Norgannon - massive Titan artifacts that lie at the very bottom of the ancient city. Recently, the Dark Iron dwarves have launched a series of incursions into Uldaman, hoping to claim the discs for their fiery master, Ragnaros. However, protecting the buried city are several guardians - giant constructs of living stone that crush any hapless intruders they find. The Discs themselves are guarded by a massive, sentient Stonekeeper called Archaedas. Some rumors even suggest that the dwarves' stone-skinned ancestors, the earthen, still dwell deep within the city's hidden recesses.",
415 },
416 [25] = {
417 ["ZoneName"] = "Wailing Caverns",
418 ["Location"] = "The Barrens",
419 ["LevelRange"] = "17-24",
420 ["PlayerLimit"] = "10",
421 ["texture"] = "WailingCaverns",
422 ["infoline"] = "Recently, a night elf druid named Naralex discovered a network of underground caverns within the heart of the Barrens. Dubbed the 'Wailing Caverns', these natural caves were filled with steam fissures which produced long, mournful wails as they vented. Naralex believed he could use the caverns' underground springs to restore lushness and fertility to the Barrens - but to do so would require siphoning the energies of the fabled Emerald Dream. Once connected to the Dream however, the druid's vision somehow became a nightmare. Soon the Wailing Caverns began to change - the waters turned foul and the once-docile creatures inside metamorphosed into vicious, deadly predators. It is said that Naralex himself still resides somewhere inside the heart of the labyrinth, trapped beyond the edges of the Emerald Dream. Even his former acolytes have been corrupted by their master's waking nightmare - transformed into the wicked Druids of the Fang.",
423 },
424 [26] = {
425 ["ZoneName"] = "Zul'Farrak",
426 ["Location"] = "Tanaris Desert",
427 ["LevelRange"] = "43-47",
428 ["PlayerLimit"] = "10",
429 ["texture"] = "ZulFarrak",
430 ["infoline"] = "This sun-blasted city is home to the Sandfury trolls, known for their particular ruthlessness and dark mysticism. Troll legends tell of a powerful sword called Sul'thraze the Lasher, a weapon capable of instilling fear and weakness in even the most formidable of foes. Long ago, the weapon was split in half. However, rumors have circulated that the two halves may be found somewhere within Zul'Farrak's walls. Reports have also suggested that a band of mercenaries fleeing Gadgetzan wandered into the city and became trapped. Their fate remains unknown. But perhaps most disturbing of all are the hushed whispers of an ancient creature sleeping within a sacred pool at the city's heart - a mighty demigod who will wreak untold destruction upon any adventurer foolish enough to awaken him.",
431 },
432 [27] = {
433 ["ZoneName"] = "Zul'Gurub",
434 ["Location"] = "Stranglethorn Vale",
435 ["LevelRange"] = "60+",
436 ["PlayerLimit"] = "20",
437 ["texture"] = "ZulGurub",
438 ["infoline"] = "Over a thousand years ago the powerful Gurubashi Empire was torn apart by a massive civil war. An influential group of troll priests, known as the Atal'ai, called forth the avatar of an ancient and terrible blood god named Hakkar the Soulflayer. Though the priests were defeated and ultimately exiled, the great troll empire collapsed upon itself. The exiled priests fled far to the north, into the Swamp of Sorrows, where they erected a great temple to Hakkar in order to prepare for his arrival into the physical world.",
439 },
440 [28] = {
441 ["ZoneName"] = "Ahn'Qiraj",
442 ["Location"] = "Silithus",
443 ["LevelRange"] = "60+",
444 ["PlayerLimit"] = "40",
445 ["texture"] = "TempleofAhnQiraj",
446 ["infoline"] = "At the heart of Ahn'Qiraj lies an ancient temple complex. Built in the time before recorded history, it is both a monument to unspeakable gods and a massive breeding ground for the qiraji army. Since the War of the Shifting Sands ended a thousand years ago, the Twin Emperors of the qiraji empire have been trapped inside their temple, barely contained behind the magical barrier erected by the bronze dragon Anachronos and the night elves. Now that the Scepter of the Shifting Sands has been reassembled and the seal has been broken, the way into the inner sanctum of Ahn'Qiraj is open. Beyond the crawling madness of the hives, beneath the Temple of Ahn'Qiraj, legions of qiraji prepare for invasion. They must be stopped at all costs before they can unleash their voracious insectoid armies on Kalimdor once again, and a second War of the Shifting Sands breaks loose!",
447 },
448 [29] = {
449 ["ZoneName"] = "Ruins of Ahn'Qiraj",
450 ["Location"] = "Silithus",
451 ["LevelRange"] = "60+",
452 ["PlayerLimit"] = "20",
453 ["texture"] = "RuinsofAhnQiraj",
454 ["infoline"] = "During the final hours of the War of the Shifting Sands, the combined forces of the night elves and the four dragonflights drove the battle to the very heart of the qiraji empire, to the fortress city of Ahn'Qiraj. Yet at the city gates, the armies of Kalimdor encountered a concentration of silithid war drones more massive than any they had encountered before. Ultimately the silithid and their qiraji masters were not defeated, but merely imprisoned inside a magical barrier, and the war left the cursed city in ruins. A thousand years have passed since that day, but the qiraji forces have not been idle. A new and terrible army has been spawned from the hives, and the ruins of Ahn'Qiraj are teeming once again with swarming masses of silithid and qiraji. This threat must be eliminated, or else all of Azeroth may fall before the terrifying might of the new qiraji army.",
455 },
456 [30] = {
457 ["ZoneName"] = "Naxxramas",
458 ["Location"] = "Eastern Plaguelands",
459 ["LevelRange"] = "60+",
460 ["PlayerLimit"] = "40",
461 ["texture"] = "Naxxramas",
462 ["infoline"] = "Floating above the Plaguelands, the necropolis known as Naxxramas serves as the seat of one of the Lich King's most powerful officers, the dreaded lich Kel'Thuzad. Horrors of the past and new terrors yet to be unleashed are gathering inside the necropolis as the Lich King's servants prepare their assault. Soon the Scourge will march again...",
463 },
464 };