|
|
|
@@ -1,5 +1,4 @@
|
|
|
|
|
|
|
|
|
|
local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
|
|
|
|
|
local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
|
|
|
|
|
|
|
|
|
|
-- Colours stored for code readability
|
|
|
|
|
local GREY = "|cff999999";
|
|
|
|
@@ -10,151 +9,188 @@ local PURPLE = "|cff9F3FFF";
|
|
|
|
|
local BLUE = "|cff0070dd";
|
|
|
|
|
local ORANGE = "|cffFF8400";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AtlasLoot_ButtonRegistry = {
|
|
|
|
|
--WoW Factions
|
|
|
|
|
["Argent1"] = {
|
|
|
|
|
Title = AL["Argent Dawn"]..": "..AL["Token Hand-Ins"];
|
|
|
|
|
Title = AL["Argent Dawn"] .. ": " .. AL["Token Hand-Ins"];
|
|
|
|
|
Next_Page = "Argent2";
|
|
|
|
|
Next_Title = AL["Argent Dawn"]..": "..AL["Friendly"].."-"..AL["Exalted"];
|
|
|
|
|
Next_Title = AL["Argent Dawn"] .. ": " .. AL["Friendly"] .. "-" .. AL["Exalted"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Argent2"] = {
|
|
|
|
|
Title = AL["Argent Dawn"]..": "..AL["Friendly"].."-"..AL["Honored"];
|
|
|
|
|
Title = AL["Argent Dawn"] .. ": " .. AL["Friendly"] .. "-" .. AL["Honored"];
|
|
|
|
|
Prev_Page = "Argent1";
|
|
|
|
|
Prev_Title = AL["Argent Dawn"]..": "..AL["Token Hand-Ins"];
|
|
|
|
|
Prev_Title = AL["Argent Dawn"] .. ": " .. AL["Token Hand-Ins"];
|
|
|
|
|
Next_Page = "Argent3";
|
|
|
|
|
Next_Title = AL["Argent Dawn"]..": "..AL["Revered"].."-"..AL["Exalted"];
|
|
|
|
|
Next_Title = AL["Argent Dawn"] .. ": " .. AL["Revered"] .. "-" .. AL["Exalted"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Argent3"] = {
|
|
|
|
|
Title = AL["Argent Dawn"]..": "..AL["Revered"].."-"..AL["Exalted"];
|
|
|
|
|
Title = AL["Argent Dawn"] .. ": " .. AL["Revered"] .. "-" .. AL["Exalted"];
|
|
|
|
|
Prev_Page = "Argent2";
|
|
|
|
|
Prev_Title = AL["Argent Dawn"]..": "..AL["Friendly"].."-"..AL["Honored"];
|
|
|
|
|
Prev_Title = AL["Argent Dawn"] .. ": " .. AL["Friendly"] .. "-" .. AL["Honored"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Bloodsail1"] = {
|
|
|
|
|
Title = AL["Bloodsail Buccaneers"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["AQBroodRings"] = {
|
|
|
|
|
Title = AL["Brood of Nozdormu"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Cenarion1"] = {
|
|
|
|
|
Title = AL["Cenarion Circle"]..": "..AL["Friendly"];
|
|
|
|
|
Title = AL["Cenarion Circle"] .. ": " .. AL["Friendly"];
|
|
|
|
|
Next_Page = "Cenarion2";
|
|
|
|
|
Next_Title = AL["Cenarion Circle"]..": "..AL["Honored"];
|
|
|
|
|
Next_Title = AL["Cenarion Circle"] .. ": " .. AL["Honored"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Cenarion2"] = {
|
|
|
|
|
Title = AL["Cenarion Circle"]..": "..AL["Honored"];
|
|
|
|
|
Title = AL["Cenarion Circle"] .. ": " .. AL["Honored"];
|
|
|
|
|
Next_Page = "Cenarion3";
|
|
|
|
|
Next_Title = AL["Cenarion Circle"]..": "..AL["Revered"];
|
|
|
|
|
Next_Title = AL["Cenarion Circle"] .. ": " .. AL["Revered"];
|
|
|
|
|
Prev_Page = "Cenarion1";
|
|
|
|
|
Prev_Title = AL["Cenarion Circle"]..": "..AL["Friendly"];
|
|
|
|
|
Prev_Title = AL["Cenarion Circle"] .. ": " .. AL["Friendly"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Cenarion3"] = {
|
|
|
|
|
Title = AL["Cenarion Circle"]..": "..AL["Revered"];
|
|
|
|
|
Title = AL["Cenarion Circle"] .. ": " .. AL["Revered"];
|
|
|
|
|
Next_Page = "Cenarion4";
|
|
|
|
|
Next_Title = AL["Cenarion Circle"]..": "..AL["Exalted"];
|
|
|
|
|
Next_Title = AL["Cenarion Circle"] .. ": " .. AL["Exalted"];
|
|
|
|
|
Prev_Page = "Cenarion2";
|
|
|
|
|
Prev_Title = AL["Cenarion Circle"]..": "..AL["Honored"];
|
|
|
|
|
Prev_Title = AL["Cenarion Circle"] .. ": " .. AL["Honored"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Cenarion4"] = {
|
|
|
|
|
Title = AL["Cenarion Circle"]..": "..AL["Exalted"];
|
|
|
|
|
Title = AL["Cenarion Circle"] .. ": " .. AL["Exalted"];
|
|
|
|
|
Prev_Page = "Cenarion3";
|
|
|
|
|
Prev_Title = AL["Cenarion Circle"]..": "..AL["Revered"];
|
|
|
|
|
Prev_Title = AL["Cenarion Circle"] .. ": " .. AL["Revered"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Darkmoon"] = {
|
|
|
|
|
Title = AL["Darkmoon Faire"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Defilers"] = {
|
|
|
|
|
Title = AL["The Defilers"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Frostwolf1"] = {
|
|
|
|
|
Title = AL["Frostwolf Clan"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["GelkisClan1"] = {
|
|
|
|
|
Title = AL["Gelkis Clan Centaur"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["WaterLords1"] = {
|
|
|
|
|
Title = AL["Hydraxian Waterlords"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["LeagueofArathor"] = {
|
|
|
|
|
Title = AL["The League of Arathor"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Helf"] = {
|
|
|
|
|
Title = AL["Silvermoon Remnant"];
|
|
|
|
|
Next_Page = "Helf2";
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Helf2"] = {
|
|
|
|
|
Title = AL["Silvermoon Remnant"];
|
|
|
|
|
Next_Page = "Helf3";
|
|
|
|
|
Prev_Page = "Helf";
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Helf3"] = {
|
|
|
|
|
Title = AL["Silvermoon Remnant"];
|
|
|
|
|
Prev_Page = "Helf2";
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Revantusk"] = {
|
|
|
|
|
Title = AL["Revantusk Trolls"];
|
|
|
|
|
Next_Page = "Revantusk2";
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Revantusk2"] = {
|
|
|
|
|
Title = AL["Revantusk Trolls"];
|
|
|
|
|
Next_Page = "Revantusk3";
|
|
|
|
|
Prev_Page = "Revantusk";
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Revantusk3"] = {
|
|
|
|
|
Title = AL["Revantusk Trolls"];
|
|
|
|
|
Prev_Page = "Revantusk2";
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["MagramClan1"] = {
|
|
|
|
|
Title = AL["Magram Clan Centaur"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Stormpike1"] = {
|
|
|
|
|
Title = AL["Stormpike Guard"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Thorium1"] = {
|
|
|
|
|
Title = AL["Thorium Brotherhood"]..": "..AL["Friendly"].."/"..AL["Honored"];
|
|
|
|
|
Title = AL["Thorium Brotherhood"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"];
|
|
|
|
|
Next_Page = "Thorium2";
|
|
|
|
|
Next_Title = AL["Thorium Brotherhood"]..": "..AL["Revered"].."/"..AL["Exalted"];
|
|
|
|
|
Next_Title = AL["Thorium Brotherhood"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Thorium2"] = {
|
|
|
|
|
Title = AL["Thorium Brotherhood"]..": "..AL["Revered"].."/"..AL["Exalted"];
|
|
|
|
|
Title = AL["Thorium Brotherhood"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"];
|
|
|
|
|
Prev_Page = "Thorium1";
|
|
|
|
|
Prev_Title = AL["Thorium Brotherhood"]..": "..AL["Friendly"].."/"..AL["Honored"];
|
|
|
|
|
Prev_Title = AL["Thorium Brotherhood"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Timbermaw"] = {
|
|
|
|
|
Title = AL["Timbermaw Hold"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Wintersaber1"] = {
|
|
|
|
|
Title = AL["Wintersaber Trainers"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Zandalar1"] = {
|
|
|
|
|
Title = AL["Zandalar Tribe"]..": "..AL["Friendly"].."/"..AL["Honored"];
|
|
|
|
|
Title = AL["Zandalar Tribe"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"];
|
|
|
|
|
Next_Page = "Zandalar2";
|
|
|
|
|
Next_Title = AL["Zandalar Tribe"]..": "..AL["Revered"].."/"..AL["Exalted"];
|
|
|
|
|
Next_Title = AL["Zandalar Tribe"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["Zandalar2"] = {
|
|
|
|
|
Title = AL["Zandalar Tribe"]..": "..AL["Revered"].."/"..AL["Exalted"];
|
|
|
|
|
Title = AL["Zandalar Tribe"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"];
|
|
|
|
|
Prev_Page = "Zandalar1";
|
|
|
|
|
Prev_Title = AL["Zandalar Tribe"]..": "..AL["Friendly"].."/"..AL["Honored"];
|
|
|
|
|
Prev_Title = AL["Zandalar Tribe"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"];
|
|
|
|
|
Back_Page = "REPMENU";
|
|
|
|
|
Back_Title = AL["Factions"];;
|
|
|
|
|
Back_Title = AL["Factions"];
|
|
|
|
|
};
|
|
|
|
|
["ABRepFriendly2029"] = {
|
|
|
|
|
Title = "AB 20-29 Friendly Rewards";
|
|
|
|
@@ -348,7 +384,7 @@ AtlasLoot_ButtonRegistry = {
|
|
|
|
|
Next_Page = "PvP60Accessories3";
|
|
|
|
|
Next_Title = AtlasLoot_TableNames["PvP60Accessories3"][1];
|
|
|
|
|
Prev_Page = "PvP60Accessories1";
|
|
|
|
|
Prev_Title = AL["PvP Accessories"]..": "..AL["Level 60"];
|
|
|
|
|
Prev_Title = AL["PvP Accessories"] .. ": " .. AL["Level 60"];
|
|
|
|
|
Back_Page = "PVPMENU";
|
|
|
|
|
Back_Title = AL["PvP Rewards"];
|
|
|
|
|
};
|
|
|
|
@@ -1082,413 +1118,413 @@ AtlasLoot_ButtonRegistry = {
|
|
|
|
|
Back_Title = AL["World Events"];
|
|
|
|
|
};
|
|
|
|
|
["AbyssalTemplars"] = {
|
|
|
|
|
Title = AL["Abyssal Council"].." - "..AL["Templars"];
|
|
|
|
|
Title = AL["Abyssal Council"] .. " - " .. AL["Templars"];
|
|
|
|
|
Back_Page = "AbyssalCouncil";
|
|
|
|
|
Back_Title = AL["Abyssal Council"];
|
|
|
|
|
};
|
|
|
|
|
["AbyssalDukes"] = {
|
|
|
|
|
Title = AL["Abyssal Council"].." - "..AL["Dukes"];
|
|
|
|
|
Title = AL["Abyssal Council"] .. " - " .. AL["Dukes"];
|
|
|
|
|
Back_Page = "AbyssalCouncil";
|
|
|
|
|
Back_Title = AL["Abyssal Council"];
|
|
|
|
|
};
|
|
|
|
|
["AbyssalLords"] = {
|
|
|
|
|
Title = AL["Abyssal Council"].." - "..AL["High Council"];
|
|
|
|
|
Title = AL["Abyssal Council"] .. " - " .. AL["High Council"];
|
|
|
|
|
Back_Page = "AbyssalCouncil";
|
|
|
|
|
Back_Title = AL["Abyssal Council"];
|
|
|
|
|
};
|
|
|
|
|
["AlchemyApprentice1"] = {
|
|
|
|
|
Title = AL["Alchemy"]..": "..AL["Apprentice"];
|
|
|
|
|
Title = AL["Alchemy"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Back_Page = "ALCHEMYMENU";
|
|
|
|
|
Back_Title = AL["Alchemy"];
|
|
|
|
|
Next_Page = "AlchemyJourneyman1";
|
|
|
|
|
Next_Title = AL["Alchemy"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Alchemy"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["AlchemyJourneyman1"] = {
|
|
|
|
|
Title = AL["Alchemy"]..": "..AL["Journeyman"];
|
|
|
|
|
Title = AL["Alchemy"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Back_Page = "ALCHEMYMENU";
|
|
|
|
|
Back_Title = AL["Alchemy"];
|
|
|
|
|
Next_Page = "AlchemyExpert1";
|
|
|
|
|
Next_Title = AL["Alchemy"]..": "..AL["Expert"];
|
|
|
|
|
Next_Title = AL["Alchemy"] .. ": " .. AL["Expert"];
|
|
|
|
|
Prev_Page = "AlchemyApprentice1";
|
|
|
|
|
Prev_Title = AL["Alchemy"]..": "..AL["Apprentice"];
|
|
|
|
|
Prev_Title = AL["Alchemy"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
};
|
|
|
|
|
["AlchemyExpert1"] = {
|
|
|
|
|
Title = AL["Alchemy"]..": "..AL["Expert"];
|
|
|
|
|
Title = AL["Alchemy"] .. ": " .. AL["Expert"];
|
|
|
|
|
Back_Page = "ALCHEMYMENU";
|
|
|
|
|
Back_Title = AL["Alchemy"];
|
|
|
|
|
Next_Page = "AlchemyArtisan1";
|
|
|
|
|
Next_Title = AL["Alchemy"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Alchemy"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Prev_Page = "AlchemyJourneyman1";
|
|
|
|
|
Prev_Title = AL["Alchemy"]..": "..AL["Journeyman"];
|
|
|
|
|
Prev_Title = AL["Alchemy"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["AlchemyArtisan1"] = {
|
|
|
|
|
Title = AL["Alchemy"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Alchemy"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "ALCHEMYMENU";
|
|
|
|
|
Back_Title = AL["Alchemy"];
|
|
|
|
|
Next_Page = "AlchemyArtisan2";
|
|
|
|
|
Next_Title = AL["Alchemy"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Alchemy"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Prev_Page = "AlchemyExpert1";
|
|
|
|
|
Prev_Title = AL["Alchemy"]..": "..AL["Expert"];
|
|
|
|
|
Prev_Title = AL["Alchemy"] .. ": " .. AL["Expert"];
|
|
|
|
|
};
|
|
|
|
|
["AlchemyArtisan2"] = {
|
|
|
|
|
Title = AL["Alchemy"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Alchemy"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "ALCHEMYMENU";
|
|
|
|
|
Back_Title = AL["Alchemy"];
|
|
|
|
|
Prev_Page = "AlchemyArtisan1";
|
|
|
|
|
Prev_Title = AL["Alchemy"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Alchemy"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["SmithingApprentice1"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Apprentice"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Next_Page = "SmithingJourneyman1";
|
|
|
|
|
Next_Title = AL["Blacksmithing"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["SmithingJourneyman1"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Journeyman"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Prev_Page = "SmithingApprentice1";
|
|
|
|
|
Prev_Title = AL["Blacksmithing"]..": "..AL["Apprentice"];
|
|
|
|
|
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Next_Page = "SmithingJourneyman2";
|
|
|
|
|
Next_Title = AL["Blacksmithing"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["SmithingJourneyman2"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Journeyman"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Prev_Page = "SmithingJourneyman1";
|
|
|
|
|
Prev_Title = AL["Blacksmithing"]..": "..AL["Journeyman"];
|
|
|
|
|
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Next_Page = "SmithingExpert1";
|
|
|
|
|
Next_Title = AL["Blacksmithing"]..": "..AL["Expert"];
|
|
|
|
|
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Expert"];
|
|
|
|
|
};
|
|
|
|
|
["SmithingExpert1"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Expert"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Expert"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Prev_Page = "SmithingJourneyman2";
|
|
|
|
|
Prev_Title = AL["Blacksmithing"]..": "..AL["Journeyman"];
|
|
|
|
|
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Next_Page = "SmithingExpert2";
|
|
|
|
|
Next_Title = AL["Blacksmithing"]..": "..AL["Expert"];
|
|
|
|
|
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Expert"];
|
|
|
|
|
};
|
|
|
|
|
["SmithingExpert2"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Expert"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Expert"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Prev_Page = "SmithingExpert1";
|
|
|
|
|
Prev_Title = AL["Blacksmithing"]..": "..AL["Expert"];
|
|
|
|
|
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Expert"];
|
|
|
|
|
Next_Page = "SmithingArtisan1";
|
|
|
|
|
Next_Title = AL["Blacksmithing"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["SmithingArtisan1"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Prev_Page = "SmithingExpert2";
|
|
|
|
|
Prev_Title = AL["Blacksmithing"]..": "..AL["Expert"];
|
|
|
|
|
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Expert"];
|
|
|
|
|
Next_Page = "SmithingArtisan2";
|
|
|
|
|
Next_Title = AL["Blacksmithing"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["SmithingArtisan2"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Prev_Page = "SmithingArtisan1";
|
|
|
|
|
Prev_Title = AL["Blacksmithing"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Next_Page = "SmithingArtisan3";
|
|
|
|
|
Next_Title = AL["Blacksmithing"];
|
|
|
|
|
};
|
|
|
|
|
["SmithingArtisan3"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Prev_Page = "SmithingArtisan2";
|
|
|
|
|
Prev_Title = AL["Blacksmithing"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Next_Page = "Armorsmith1";
|
|
|
|
|
Next_Title = AL["Blacksmithing"]..": "..AL["Armorsmith"];
|
|
|
|
|
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Armorsmith"];
|
|
|
|
|
};
|
|
|
|
|
["Armorsmith1"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Armorsmith"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Armorsmith"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Prev_Page = "SmithingArtisan3";
|
|
|
|
|
Prev_Title = AL["Blacksmithing"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Next_Page = "Weaponsmith1";
|
|
|
|
|
Next_Title = AL["Blacksmithing"]..": "..AL["Weaponsmith"];
|
|
|
|
|
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Weaponsmith"];
|
|
|
|
|
};
|
|
|
|
|
["Weaponsmith1"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Weaponsmith"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Weaponsmith"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Prev_Page = "Armorsmith1";
|
|
|
|
|
Prev_Title = AL["Blacksmithing"]..": "..AL["Armorsmith"];
|
|
|
|
|
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Armorsmith"];
|
|
|
|
|
Next_Page = "Axesmith1";
|
|
|
|
|
Next_Title = AL["Blacksmithing"]..": "..AL["Master Axesmith"];
|
|
|
|
|
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Master Axesmith"];
|
|
|
|
|
};
|
|
|
|
|
["Axesmith1"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Master Axesmith"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Master Axesmith"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Prev_Page = "Weaponsmith1";
|
|
|
|
|
Prev_Title = AL["Blacksmithing"]..": "..AL["Weaponsmith"];
|
|
|
|
|
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Weaponsmith"];
|
|
|
|
|
Next_Page = "Hammersmith1";
|
|
|
|
|
Next_Title = AL["Blacksmithing"]..": "..AL["Master Hammersmith"];
|
|
|
|
|
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Master Hammersmith"];
|
|
|
|
|
};
|
|
|
|
|
["Hammersmith1"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Master Hammersmith"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Master Hammersmith"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Prev_Page = "Axesmith1";
|
|
|
|
|
Prev_Title = AL["Blacksmithing"]..": "..AL["Master Axesmith"];
|
|
|
|
|
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Master Axesmith"];
|
|
|
|
|
Next_Page = "Swordsmith1";
|
|
|
|
|
Next_Title = AL["Blacksmithing"]..": "..AL["Master Swordsmith"];
|
|
|
|
|
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Master Swordsmith"];
|
|
|
|
|
};
|
|
|
|
|
["Swordsmith1"] = {
|
|
|
|
|
Title = AL["Blacksmithing"]..": "..AL["Master Swordsmith"];
|
|
|
|
|
Title = AL["Blacksmithing"] .. ": " .. AL["Master Swordsmith"];
|
|
|
|
|
Back_Page = "SMITHINGMENU";
|
|
|
|
|
Back_Title = AL["Blacksmithing"];
|
|
|
|
|
Prev_Page = "Hammersmith1";
|
|
|
|
|
Prev_Title = AL["Blacksmithing"]..": "..AL["Master Hammersmith"];
|
|
|
|
|
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Master Hammersmith"];
|
|
|
|
|
};
|
|
|
|
|
["EnchantingApprentice1"] = {
|
|
|
|
|
Title = AL["Enchanting"]..": "..AL["Apprentice"];
|
|
|
|
|
Title = AL["Enchanting"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Back_Page = "ENCHANTINGMENU";
|
|
|
|
|
Back_Title = AL["Enchanting"];
|
|
|
|
|
Next_Page = "EnchantingJourneyman1";
|
|
|
|
|
Next_Title = AL["Enchanting"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Enchanting"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["EnchantingJourneyman1"] = {
|
|
|
|
|
Title = AL["Enchanting"]..": "..AL["Journeyman"];
|
|
|
|
|
Title = AL["Enchanting"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Back_Page = "ENCHANTINGMENU";
|
|
|
|
|
Back_Title = AL["Enchanting"];
|
|
|
|
|
Prev_Page = "EnchantingApprentice1";
|
|
|
|
|
Prev_Title = AL["Enchanting"]..": "..AL["Apprentice"];
|
|
|
|
|
Prev_Title = AL["Enchanting"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Next_Page = "EnchantingJourneyman2";
|
|
|
|
|
Next_Title = AL["Enchanting"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Enchanting"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["EnchantingJourneyman2"] = {
|
|
|
|
|
Title = AL["Enchanting"]..": "..AL["Journeyman"];
|
|
|
|
|
Title = AL["Enchanting"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Back_Page = "ENCHANTINGMENU";
|
|
|
|
|
Back_Title = AL["Enchanting"];
|
|
|
|
|
Prev_Page = "EnchantingJourneyman1";
|
|
|
|
|
Prev_Title = AL["Enchanting"]..": "..AL["Journeyman"];
|
|
|
|
|
Prev_Title = AL["Enchanting"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Next_Page = "EnchantingExpert1";
|
|
|
|
|
Next_Title = AL["Enchanting"]..": "..AL["Expert"];
|
|
|
|
|
Next_Title = AL["Enchanting"] .. ": " .. AL["Expert"];
|
|
|
|
|
};
|
|
|
|
|
["EnchantingExpert1"] = {
|
|
|
|
|
Title = AL["Enchanting"]..": "..AL["Expert"];
|
|
|
|
|
Title = AL["Enchanting"] .. ": " .. AL["Expert"];
|
|
|
|
|
Back_Page = "ENCHANTINGMENU";
|
|
|
|
|
Back_Title = AL["Enchanting"];
|
|
|
|
|
Prev_Page = "EnchantingJourneyman2";
|
|
|
|
|
Prev_Title = AL["Enchanting"]..": "..AL["Journeyman"];
|
|
|
|
|
Prev_Title = AL["Enchanting"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Next_Page = "EnchantingExpert2";
|
|
|
|
|
Next_Title = AL["Enchanting"]..": "..AL["Expert"];
|
|
|
|
|
Next_Title = AL["Enchanting"] .. ": " .. AL["Expert"];
|
|
|
|
|
};
|
|
|
|
|
["EnchantingExpert2"] = {
|
|
|
|
|
Title = AL["Enchanting"]..": "..AL["Expert"];
|
|
|
|
|
Title = AL["Enchanting"] .. ": " .. AL["Expert"];
|
|
|
|
|
Back_Page = "ENCHANTINGMENU";
|
|
|
|
|
Back_Title = AL["Enchanting"];
|
|
|
|
|
Prev_Page = "EnchantingExpert1";
|
|
|
|
|
Prev_Title = AL["Enchanting"]..": "..AL["Expert"];
|
|
|
|
|
Prev_Title = AL["Enchanting"] .. ": " .. AL["Expert"];
|
|
|
|
|
Next_Page = "EnchantingArtisan1";
|
|
|
|
|
Next_Title = AL["Enchanting"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Enchanting"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["EnchantingArtisan1"] = {
|
|
|
|
|
Title = AL["Enchanting"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Enchanting"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "ENCHANTINGMENU";
|
|
|
|
|
Back_Title = AL["Enchanting"];
|
|
|
|
|
Prev_Page = "EnchantingExpert2";
|
|
|
|
|
Prev_Title = AL["Enchanting"]..": "..AL["Expert"];
|
|
|
|
|
Prev_Title = AL["Enchanting"] .. ": " .. AL["Expert"];
|
|
|
|
|
Next_Page = "EnchantingArtisan2";
|
|
|
|
|
Next_Title = AL["Enchanting"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Enchanting"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["EnchantingArtisan2"] = {
|
|
|
|
|
Title = AL["Enchanting"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Enchanting"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "ENCHANTINGMENU";
|
|
|
|
|
Back_Title = AL["Enchanting"];
|
|
|
|
|
Prev_Page = "EnchantingArtisan1";
|
|
|
|
|
Prev_Title = AL["Enchanting"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Enchanting"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Next_Page = "EnchantingArtisan3";
|
|
|
|
|
Next_Title = AL["Enchanting"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Enchanting"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["EnchantingArtisan3"] = {
|
|
|
|
|
Title = AL["Enchanting"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Enchanting"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "ENCHANTINGMENU";
|
|
|
|
|
Back_Title = AL["Enchanting"];
|
|
|
|
|
Prev_Page = "EnchantingArtisan2";
|
|
|
|
|
Prev_Title = AL["Enchanting"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Enchanting"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["EngineeringApprentice1"] = {
|
|
|
|
|
Title = AL["Engineering"]..": "..AL["Apprentice"];
|
|
|
|
|
Title = AL["Engineering"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Back_Page = "ENGINEERINGMENU";
|
|
|
|
|
Back_Title = AL["Engineering"];
|
|
|
|
|
Next_Page = "EngineeringJourneyman1";
|
|
|
|
|
Next_Title = AL["Engineering"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Engineering"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["EngineeringJourneyman1"] = {
|
|
|
|
|
Title = AL["Engineering"]..": "..AL["Journeyman"];
|
|
|
|
|
Title = AL["Engineering"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Back_Page = "ENGINEERINGMENU";
|
|
|
|
|
Back_Title = AL["Engineering"];
|
|
|
|
|
Prev_Page = "EngineeringApprentice1";
|
|
|
|
|
Prev_Title = AL["Engineering"]..": "..AL["Apprentice"];
|
|
|
|
|
Prev_Title = AL["Engineering"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Next_Page = "EngineeringJourneyman2";
|
|
|
|
|
Next_Title = AL["Engineering"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Engineering"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["EngineeringJourneyman2"] = {
|
|
|
|
|
Title = AL["Engineering"]..": "..AL["Journeyman"];
|
|
|
|
|
Title = AL["Engineering"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Back_Page = "ENGINEERINGMENU";
|
|
|
|
|
Back_Title = AL["Engineering"];
|
|
|
|
|
Prev_Page = "EngineeringJourneyman1";
|
|
|
|
|
Prev_Title = AL["Engineering"]..": "..AL["Journeyman"];
|
|
|
|
|
Prev_Title = AL["Engineering"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Next_Page = "EngineeringExpert1";
|
|
|
|
|
Next_Title = AL["Engineering"]..": "..AL["Expert"];
|
|
|
|
|
Next_Title = AL["Engineering"] .. ": " .. AL["Expert"];
|
|
|
|
|
};
|
|
|
|
|
["EngineeringExpert1"] = {
|
|
|
|
|
Title = AL["Engineering"]..": "..AL["Expert"];
|
|
|
|
|
Title = AL["Engineering"] .. ": " .. AL["Expert"];
|
|
|
|
|
Back_Page = "ENGINEERINGMENU";
|
|
|
|
|
Back_Title = AL["Engineering"];
|
|
|
|
|
Prev_Page = "EngineeringJourneyman2";
|
|
|
|
|
Prev_Title = AL["Engineering"]..": "..AL["Journeyman"];
|
|
|
|
|
Prev_Title = AL["Engineering"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Next_Page = "EngineeringExpert2";
|
|
|
|
|
Next_Title = AL["Engineering"]..": "..AL["Expert"];
|
|
|
|
|
Next_Title = AL["Engineering"] .. ": " .. AL["Expert"];
|
|
|
|
|
};
|
|
|
|
|
["EngineeringExpert2"] = {
|
|
|
|
|
Title = AL["Engineering"]..": "..AL["Expert"];
|
|
|
|
|
Title = AL["Engineering"] .. ": " .. AL["Expert"];
|
|
|
|
|
Back_Page = "ENGINEERINGMENU";
|
|
|
|
|
Back_Title = AL["Engineering"];
|
|
|
|
|
Prev_Page = "EngineeringExpert1";
|
|
|
|
|
Prev_Title = AL["Engineering"]..": "..AL["Expert"];
|
|
|
|
|
Prev_Title = AL["Engineering"] .. ": " .. AL["Expert"];
|
|
|
|
|
Next_Page = "EngineeringArtisan1";
|
|
|
|
|
Next_Title = AL["Engineering"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Engineering"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["EngineeringArtisan1"] = {
|
|
|
|
|
Title = AL["Engineering"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Engineering"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "ENGINEERINGMENU";
|
|
|
|
|
Back_Title = AL["Engineering"];
|
|
|
|
|
Prev_Page = "EngineeringExpert2";
|
|
|
|
|
Prev_Title = AL["Engineering"]..": "..AL["Expert"];
|
|
|
|
|
Prev_Title = AL["Engineering"] .. ": " .. AL["Expert"];
|
|
|
|
|
Next_Page = "EngineeringArtisan2";
|
|
|
|
|
Next_Title = AL["Engineering"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Engineering"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["EngineeringArtisan2"] = {
|
|
|
|
|
Title = AL["Engineering"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Engineering"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "ENGINEERINGMENU";
|
|
|
|
|
Back_Title = AL["Engineering"];
|
|
|
|
|
Prev_Page = "EngineeringArtisan1";
|
|
|
|
|
Prev_Title = AL["Engineering"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Engineering"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Next_Page = "Gnomish1";
|
|
|
|
|
Next_Title = AL["Engineering"]..": "..AL["Gnomish Engineering"];
|
|
|
|
|
Next_Title = AL["Engineering"] .. ": " .. AL["Gnomish Engineering"];
|
|
|
|
|
};
|
|
|
|
|
["Gnomish1"] = {
|
|
|
|
|
Title = AL["Engineering"]..": "..AL["Gnomish Engineering"];
|
|
|
|
|
Title = AL["Engineering"] .. ": " .. AL["Gnomish Engineering"];
|
|
|
|
|
Back_Page = "ENGINEERINGMENU";
|
|
|
|
|
Back_Title = AL["Engineering"];
|
|
|
|
|
Prev_Page = "EngineeringArtisan2";
|
|
|
|
|
Prev_Title = AL["Engineering"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Engineering"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Next_Page = "Goblin1";
|
|
|
|
|
Next_Title = AL["Engineering"]..": "..AL["Goblin Engineering"];
|
|
|
|
|
Next_Title = AL["Engineering"] .. ": " .. AL["Goblin Engineering"];
|
|
|
|
|
};
|
|
|
|
|
["Goblin1"] = {
|
|
|
|
|
Title = AL["Engineering"]..": "..AL["Goblin Engineering"];
|
|
|
|
|
Title = AL["Engineering"] .. ": " .. AL["Goblin Engineering"];
|
|
|
|
|
Back_Page = "ENGINEERINGMENU";
|
|
|
|
|
Back_Title = AL["Engineering"];
|
|
|
|
|
Prev_Page = "Gnomish1";
|
|
|
|
|
Prev_Title = AL["Engineering"]..": "..AL["Gnomish Engineering"];
|
|
|
|
|
Prev_Title = AL["Engineering"] .. ": " .. AL["Gnomish Engineering"];
|
|
|
|
|
};
|
|
|
|
|
["LeatherApprentice1"] = {
|
|
|
|
|
Title = AL["Leatherworking"]..": "..AL["Apprentice"];
|
|
|
|
|
Title = AL["Leatherworking"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Back_Page = "LEATHERWORKINGMENU";
|
|
|
|
|
Back_Title = AL["Leatherworking"];
|
|
|
|
|
Next_Page = "LeatherJourneyman1";
|
|
|
|
|
Next_Title = AL["Leatherworking"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["LeatherJourneyman1"] = {
|
|
|
|
|
Title = AL["Leatherworking"]..": "..AL["Journeyman"];
|
|
|
|
|
Title = AL["Leatherworking"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Back_Page = "LEATHERWORKINGMENU";
|
|
|
|
|
Back_Title = AL["Leatherworking"];
|
|
|
|
|
Prev_Page = "LeatherApprentice1";
|
|
|
|
|
Prev_Title = AL["Leatherworking"]..": "..AL["Apprentice"];
|
|
|
|
|
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Next_Page = "LeatherJourneyman2";
|
|
|
|
|
Next_Title = AL["Leatherworking"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["LeatherJourneyman2"] = {
|
|
|
|
|
Title = AL["Leatherworking"]..": "..AL["Journeyman"];
|
|
|
|
|
Title = AL["Leatherworking"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Back_Page = "LEATHERWORKINGMENU";
|
|
|
|
|
Back_Title = AL["Leatherworking"];
|
|
|
|
|
Prev_Page = "LeatherJourneyman1";
|
|
|
|
|
Prev_Title = AL["Leatherworking"]..": "..AL["Journeyman"];
|
|
|
|
|
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Next_Page = "LeatherExpert1";
|
|
|
|
|
Next_Title = AL["Leatherworking"]..": "..AL["Expert"];
|
|
|
|
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Expert"];
|
|
|
|
|
};
|
|
|
|
|
["LeatherExpert1"] = {
|
|
|
|
|
Title = AL["Leatherworking"]..": "..AL["Expert"];
|
|
|
|
|
Title = AL["Leatherworking"] .. ": " .. AL["Expert"];
|
|
|
|
|
Back_Page = "LEATHERWORKINGMENU";
|
|
|
|
|
Back_Title = AL["Leatherworking"];
|
|
|
|
|
Prev_Page = "LeatherJourneyman2";
|
|
|
|
|
Prev_Title = AL["Leatherworking"]..": "..AL["Journeyman"];
|
|
|
|
|
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Next_Page = "LeatherExpert2";
|
|
|
|
|
Next_Title = AL["Leatherworking"]..": "..AL["Expert"];
|
|
|
|
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Expert"];
|
|
|
|
|
};
|
|
|
|
|
["LeatherExpert2"] = {
|
|
|
|
|
Title = AL["Leatherworking"]..": "..AL["Expert"];
|
|
|
|
|
Title = AL["Leatherworking"] .. ": " .. AL["Expert"];
|
|
|
|
|
Back_Page = "LEATHERWORKINGMENU";
|
|
|
|
|
Back_Title = AL["Leatherworking"];
|
|
|
|
|
Prev_Page = "LeatherExpert1";
|
|
|
|
|
Prev_Title = AL["Leatherworking"]..": "..AL["Expert"];
|
|
|
|
|
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Expert"];
|
|
|
|
|
Next_Page = "LeatherArtisan1";
|
|
|
|
|
Next_Title = AL["Leatherworking"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["LeatherArtisan1"] = {
|
|
|
|
|
Title = AL["Leatherworking"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Leatherworking"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "LEATHERWORKINGMENU";
|
|
|
|
|
Back_Title = AL["Leatherworking"];
|
|
|
|
|
Prev_Page = "LeatherExpert2";
|
|
|
|
|
Prev_Title = AL["Leatherworking"]..": "..AL["Expert"];
|
|
|
|
|
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Expert"];
|
|
|
|
|
Next_Page = "LeatherArtisan2";
|
|
|
|
|
Next_Title = AL["Leatherworking"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["LeatherArtisan2"] = {
|
|
|
|
|
Title = AL["Leatherworking"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Leatherworking"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "LEATHERWORKINGMENU";
|
|
|
|
|
Back_Title = AL["Leatherworking"];
|
|
|
|
|
Prev_Page = "LeatherArtisan1";
|
|
|
|
|
Prev_Title = AL["Leatherworking"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Next_Page = "LeatherArtisan3";
|
|
|
|
|
Next_Title = AL["Leatherworking"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["LeatherArtisan3"] = {
|
|
|
|
|
Title = AL["Leatherworking"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Leatherworking"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "LEATHERWORKINGMENU";
|
|
|
|
|
Back_Title = AL["Leatherworking"];
|
|
|
|
|
Prev_Page = "LeatherArtisan2";
|
|
|
|
|
Prev_Title = AL["Leatherworking"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Next_Page = "Dragonscale1";
|
|
|
|
|
Next_Title = AL["Leatherworking"]..": "..AL["Dragonscale Leatherworking"];
|
|
|
|
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Dragonscale Leatherworking"];
|
|
|
|
|
};
|
|
|
|
|
["Dragonscale1"] = {
|
|
|
|
|
Title = AL["Leatherworking"]..": "..AL["Dragonscale Leatherworking"];
|
|
|
|
|
Title = AL["Leatherworking"] .. ": " .. AL["Dragonscale Leatherworking"];
|
|
|
|
|
Back_Page = "LEATHERWORKINGMENU";
|
|
|
|
|
Back_Title = AL["Leatherworking"];
|
|
|
|
|
Prev_Page = "LeatherArtisan3";
|
|
|
|
|
Prev_Title = AL["Leatherworking"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Next_Page = "Elemental1";
|
|
|
|
|
Next_Title = AL["Leatherworking"]..": "..AL["Elemental Leatherworking"];
|
|
|
|
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Elemental Leatherworking"];
|
|
|
|
|
};
|
|
|
|
|
["Elemental1"] = {
|
|
|
|
|
Title = AL["Leatherworking"]..": "..AL["Elemental Leatherworking"];
|
|
|
|
|
Title = AL["Leatherworking"] .. ": " .. AL["Elemental Leatherworking"];
|
|
|
|
|
Back_Page = "LEATHERWORKINGMENU";
|
|
|
|
|
Back_Title = AL["Leatherworking"];
|
|
|
|
|
Prev_Page = "Dragonscale1";
|
|
|
|
|
Prev_Title = AL["Leatherworking"]..": "..AL["Dragonscale Leatherworking"];
|
|
|
|
|
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Dragonscale Leatherworking"];
|
|
|
|
|
Next_Page = "Tribal1";
|
|
|
|
|
Next_Title = AL["Leatherworking"]..": "..AL["Tribal Leatherworking"];
|
|
|
|
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Tribal Leatherworking"];
|
|
|
|
|
};
|
|
|
|
|
["Tribal1"] = {
|
|
|
|
|
Title = AL["Leatherworking"]..": "..AL["Tribal Leatherworking"];
|
|
|
|
|
Title = AL["Leatherworking"] .. ": " .. AL["Tribal Leatherworking"];
|
|
|
|
|
Back_Page = "LEATHERWORKINGMENU";
|
|
|
|
|
Back_Title = AL["Leatherworking"];
|
|
|
|
|
Prev_Page = "Elemental1";
|
|
|
|
|
Prev_Title = AL["Leatherworking"]..": "..AL["Elemental Leatherworking"];
|
|
|
|
|
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Elemental Leatherworking"];
|
|
|
|
|
};
|
|
|
|
|
["Herbalism1"] = {
|
|
|
|
|
Title = AL["Herbalism"];
|
|
|
|
@@ -1528,113 +1564,113 @@ AtlasLoot_ButtonRegistry = {
|
|
|
|
|
Prev_Title = AL["Mining"];
|
|
|
|
|
};
|
|
|
|
|
["TailoringApprentice1"] = {
|
|
|
|
|
Title = AL["Tailoring"]..": "..AL["Apprentice"];
|
|
|
|
|
Title = AL["Tailoring"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Back_Page = "TAILORINGMENU";
|
|
|
|
|
Back_Title = AL["Tailoring"];
|
|
|
|
|
Next_Page = "TailoringJourneyman1";
|
|
|
|
|
Next_Title = AL["Tailoring"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Tailoring"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["TailoringJourneyman1"] = {
|
|
|
|
|
Title = AL["Tailoring"]..": "..AL["Journeyman"];
|
|
|
|
|
Title = AL["Tailoring"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Back_Page = "TAILORINGMENU";
|
|
|
|
|
Back_Title = AL["Tailoring"];
|
|
|
|
|
Prev_Page = "TailoringApprentice1";
|
|
|
|
|
Prev_Title = AL["Tailoring"]..": "..AL["Apprentice"];
|
|
|
|
|
Prev_Title = AL["Tailoring"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Next_Page = "TailoringJourneyman2";
|
|
|
|
|
Next_Title = AL["Tailoring"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Tailoring"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["TailoringJourneyman2"] = {
|
|
|
|
|
Title = AL["Tailoring"]..": "..AL["Journeyman"];
|
|
|
|
|
Title = AL["Tailoring"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Back_Page = "TAILORINGMENU";
|
|
|
|
|
Back_Title = AL["Tailoring"];
|
|
|
|
|
Prev_Page = "TailoringJourneyman1";
|
|
|
|
|
Prev_Title = AL["Tailoring"]..": "..AL["Journeyman"];
|
|
|
|
|
Prev_Title = AL["Tailoring"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Next_Page = "TailoringExpert1";
|
|
|
|
|
Next_Title = AL["Tailoring"]..": "..AL["Expert"];
|
|
|
|
|
Next_Title = AL["Tailoring"] .. ": " .. AL["Expert"];
|
|
|
|
|
};
|
|
|
|
|
["TailoringExpert1"] = {
|
|
|
|
|
Title = AL["Tailoring"]..": "..AL["Expert"];
|
|
|
|
|
Title = AL["Tailoring"] .. ": " .. AL["Expert"];
|
|
|
|
|
Back_Page = "TAILORINGMENU";
|
|
|
|
|
Back_Title = AL["Tailoring"];
|
|
|
|
|
Prev_Page = "TailoringJourneyman2";
|
|
|
|
|
Prev_Title = AL["Tailoring"]..": "..AL["Journeyman"];
|
|
|
|
|
Prev_Title = AL["Tailoring"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Next_Page = "TailoringExpert2";
|
|
|
|
|
Next_Title = AL["Tailoring"]..": "..AL["Expert"];
|
|
|
|
|
Next_Title = AL["Tailoring"] .. ": " .. AL["Expert"];
|
|
|
|
|
};
|
|
|
|
|
["TailoringExpert2"] = {
|
|
|
|
|
Title = AL["Tailoring"]..": "..AL["Expert"];
|
|
|
|
|
Title = AL["Tailoring"] .. ": " .. AL["Expert"];
|
|
|
|
|
Back_Page = "TAILORINGMENU";
|
|
|
|
|
Back_Title = AL["Tailoring"];
|
|
|
|
|
Prev_Page = "TailoringExpert1";
|
|
|
|
|
Prev_Title = AL["Tailoring"]..": "..AL["Expert"];
|
|
|
|
|
Prev_Title = AL["Tailoring"] .. ": " .. AL["Expert"];
|
|
|
|
|
Next_Page = "TailoringArtisan1";
|
|
|
|
|
Next_Title = AL["Tailoring"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Tailoring"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["TailoringArtisan1"] = {
|
|
|
|
|
Title = AL["Tailoring"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Tailoring"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "TAILORINGMENU";
|
|
|
|
|
Back_Title = AL["Tailoring"];
|
|
|
|
|
Prev_Page = "TailoringExpert2";
|
|
|
|
|
Prev_Title = AL["Tailoring"]..": "..AL["Expert"];
|
|
|
|
|
Prev_Title = AL["Tailoring"] .. ": " .. AL["Expert"];
|
|
|
|
|
Next_Page = "TailoringArtisan2";
|
|
|
|
|
Next_Title = AL["Tailoring"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Tailoring"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["TailoringArtisan2"] = {
|
|
|
|
|
Title = AL["Tailoring"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Tailoring"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "TAILORINGMENU";
|
|
|
|
|
Back_Title = AL["Tailoring"];
|
|
|
|
|
Prev_Page = "TailoringArtisan1";
|
|
|
|
|
Prev_Title = AL["Tailoring"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Tailoring"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Next_Page = "TailoringArtisan3";
|
|
|
|
|
Next_Title = AL["Tailoring"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Tailoring"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["TailoringArtisan3"] = {
|
|
|
|
|
Title = AL["Tailoring"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Tailoring"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "TAILORINGMENU";
|
|
|
|
|
Back_Title = AL["Tailoring"];
|
|
|
|
|
Prev_Page = "TailoringArtisan2";
|
|
|
|
|
Prev_Title = AL["Tailoring"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Tailoring"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Next_Page = "TailoringArtisan4";
|
|
|
|
|
Next_Title = AL["Tailoring"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Tailoring"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["TailoringArtisan4"] = {
|
|
|
|
|
Title = AL["Tailoring"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Tailoring"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "TAILORINGMENU";
|
|
|
|
|
Back_Title = AL["Tailoring"];
|
|
|
|
|
Prev_Page = "TailoringArtisan3";
|
|
|
|
|
Prev_Title = AL["Tailoring"]..": "..AL["Artisan"];
|
|
|
|
|
Prev_Title = AL["Tailoring"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["CookingApprentice1"] = {
|
|
|
|
|
Title = AL["Cooking"]..": "..AL["Apprentice"];
|
|
|
|
|
Title = AL["Cooking"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Back_Page = "COOKINGMENU";
|
|
|
|
|
Back_Title = AL["Cooking"];
|
|
|
|
|
Next_Page = "CookingJourneyman1";
|
|
|
|
|
Next_Title = AL["Cooking"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Cooking"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["CookingJourneyman1"] = {
|
|
|
|
|
Title = AL["Cooking"]..": "..AL["Journeyman"];
|
|
|
|
|
Title = AL["Cooking"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Back_Page = "COOKINGMENU";
|
|
|
|
|
Back_Title = AL["Cooking"];
|
|
|
|
|
Prev_Page = "CookingApprentice1";
|
|
|
|
|
Prev_Title = AL["Cooking"]..": "..AL["Apprentice"];
|
|
|
|
|
Prev_Title = AL["Cooking"] .. ": " .. AL["Apprentice"];
|
|
|
|
|
Next_Page = "CookingExpert1";
|
|
|
|
|
Next_Title = AL["Cooking"]..": "..AL["Journeyman"];
|
|
|
|
|
Next_Title = AL["Cooking"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
};
|
|
|
|
|
["CookingExpert1"] = {
|
|
|
|
|
Title = AL["Cooking"]..": "..AL["Expert"];
|
|
|
|
|
Title = AL["Cooking"] .. ": " .. AL["Expert"];
|
|
|
|
|
Back_Page = "COOKINGMENU";
|
|
|
|
|
Back_Title = AL["Cooking"];
|
|
|
|
|
Prev_Page = "CookingJourneyman1";
|
|
|
|
|
Prev_Title = AL["Cooking"]..": "..AL["Journeyman"];
|
|
|
|
|
Prev_Title = AL["Cooking"] .. ": " .. AL["Journeyman"];
|
|
|
|
|
Next_Page = "CookingArtisan1";
|
|
|
|
|
Next_Title = AL["Cooking"]..": "..AL["Artisan"];
|
|
|
|
|
Next_Title = AL["Cooking"] .. ": " .. AL["Artisan"];
|
|
|
|
|
};
|
|
|
|
|
["CookingArtisan1"] = {
|
|
|
|
|
Title = AL["Cooking"]..": "..AL["Artisan"];
|
|
|
|
|
Title = AL["Cooking"] .. ": " .. AL["Artisan"];
|
|
|
|
|
Back_Page = "COOKINGMENU";
|
|
|
|
|
Back_Title = AL["Cooking"];
|
|
|
|
|
Prev_Page = "CookingExpert1";
|
|
|
|
|
Prev_Title = AL["Cooking"]..": "..AL["Expert"];
|
|
|
|
|
Prev_Title = AL["Cooking"] .. ": " .. AL["Expert"];
|
|
|
|
|
};
|
|
|
|
|
["FirstAid1"] = {
|
|
|
|
|
Title = AL["First Aid"];
|
|
|
|
|