diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index bda0acd..6428c29 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -2818,6 +2818,8 @@ AtlasLoot_DewDropDown_SubTables = { { AL["Timbermaw Hold"], "Timbermaw" }, { AL["Wintersaber Trainers"], "Wintersaber1" }, { AL["Zandalar Tribe"], "Zandalar1" }, + { AL["Silvermoon Remnant"], "Helf" }, + { AL["Revantusk Trolls"], "Raventusk" }, }, ["BoEWorldEpics"] = { { AtlasLoot_TableNames["WorldEpics3"][1], "WorldEpics3" }, diff --git a/Core/ButtonRegistry.lua b/Core/ButtonRegistry.lua index 1994a51..918d957 100644 --- a/Core/ButtonRegistry.lua +++ b/Core/ButtonRegistry.lua @@ -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,1640 +9,1677 @@ local PURPLE = "|cff9F3FFF"; local BLUE = "|cff0070dd"; local ORANGE = "|cffFF8400"; - AtlasLoot_ButtonRegistry = { - --WoW Factions - ["Argent1"] = { - Title = AL["Argent Dawn"]..": "..AL["Token Hand-Ins"]; - Next_Page = "Argent2"; - 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"]; - Prev_Page = "Argent1"; - Prev_Title = AL["Argent Dawn"]..": "..AL["Token Hand-Ins"]; - Next_Page = "Argent3"; - 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"]; - Prev_Page = "Argent2"; - 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"];; - }; - ["AQBroodRings"] = { - Title = AL["Brood of Nozdormu"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Cenarion1"] = { - Title = AL["Cenarion Circle"]..": "..AL["Friendly"]; - Next_Page = "Cenarion2"; - Next_Title = AL["Cenarion Circle"]..": "..AL["Honored"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Cenarion2"] = { - Title = AL["Cenarion Circle"]..": "..AL["Honored"]; - Next_Page = "Cenarion3"; - Next_Title = AL["Cenarion Circle"]..": "..AL["Revered"]; - Prev_Page = "Cenarion1"; - Prev_Title = AL["Cenarion Circle"]..": "..AL["Friendly"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Cenarion3"] = { - Title = AL["Cenarion Circle"]..": "..AL["Revered"]; - Next_Page = "Cenarion4"; - Next_Title = AL["Cenarion Circle"]..": "..AL["Exalted"]; - Prev_Page = "Cenarion2"; - Prev_Title = AL["Cenarion Circle"]..": "..AL["Honored"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Cenarion4"] = { - Title = AL["Cenarion Circle"]..": "..AL["Exalted"]; - Prev_Page = "Cenarion3"; - Prev_Title = AL["Cenarion Circle"]..": "..AL["Revered"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Darkmoon"] = { - Title = AL["Darkmoon Faire"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Defilers"] = { - Title = AL["The Defilers"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Frostwolf1"] = { - Title = AL["Frostwolf Clan"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["GelkisClan1"] = { - Title = AL["Gelkis Clan Centaur"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["WaterLords1"] = { - Title = AL["Hydraxian Waterlords"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["LeagueofArathor"] = { - Title = AL["The League of Arathor"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["MagramClan1"] = { - Title = AL["Magram Clan Centaur"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Stormpike1"] = { - Title = AL["Stormpike Guard"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Thorium1"] = { - Title = AL["Thorium Brotherhood"]..": "..AL["Friendly"].."/"..AL["Honored"]; - Next_Page = "Thorium2"; - Next_Title = AL["Thorium Brotherhood"]..": "..AL["Revered"].."/"..AL["Exalted"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Thorium2"] = { - Title = AL["Thorium Brotherhood"]..": "..AL["Revered"].."/"..AL["Exalted"]; - Prev_Page = "Thorium1"; - Prev_Title = AL["Thorium Brotherhood"]..": "..AL["Friendly"].."/"..AL["Honored"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Timbermaw"] = { - Title = AL["Timbermaw Hold"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Wintersaber1"] = { - Title = AL["Wintersaber Trainers"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Zandalar1"] = { - Title = AL["Zandalar Tribe"]..": "..AL["Friendly"].."/"..AL["Honored"]; - Next_Page = "Zandalar2"; - Next_Title = AL["Zandalar Tribe"]..": "..AL["Revered"].."/"..AL["Exalted"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["Zandalar2"] = { - Title = AL["Zandalar Tribe"]..": "..AL["Revered"].."/"..AL["Exalted"]; - Prev_Page = "Zandalar1"; - Prev_Title = AL["Zandalar Tribe"]..": "..AL["Friendly"].."/"..AL["Honored"]; - Back_Page = "REPMENU"; - Back_Title = AL["Factions"];; - }; - ["ABRepFriendly2029"] = { - Title = "AB 20-29 Friendly Rewards"; - Back_Page = "ABRepMenu"; - Next_Page = "ABRepFriendly3039"; - }; - ["ABRepFriendly3039"] = { - Title = "AB 30-39 Friendly Rewards"; - Back_Page = "ABRepMenu"; - Next_Page = "ABRepFriendly4049"; - Prev_Page = "ABRepFriendly2029"; - }; - ["ABRepFriendly4049"] = { - Title = "AB 40-49 Friendly Rewards"; - Back_Page = "ABRepMenu"; - Next_Page = "ABRepFriendly5059"; - Prev_Page = "ABRepFriendly3039"; - }; - ["ABRepFriendly5059"] = { - Title = "AB 50-59 Friendly Rewards"; - Back_Page = "ABRepMenu"; - Prev_Page = "ABRepFriendly4049"; - }; - ["ABRepHonored2029"] = { - Title = "AB 20-29 Honored Rewards"; - Back_Page = "ABRepMenu"; - Next_Page = "ABRepHonored3039"; - }; - ["ABRepHonored3039"] = { - Title = "AB 30-39 Honored Rewards"; - Back_Page = "ABRepMenu"; - Next_Page = "ABRepHonored4049"; - Prev_Page = "ABRepHonored2029"; - }; - ["ABRepHonored4049"] = { - Title = "AB 40-49 Honored Rewards"; - Back_Page = "ABRepMenu"; - Next_Page = "ABRepHonored5059"; - Prev_Page = "ABRepHonored3039"; - }; - ["ABRepHonored5059"] = { - Title = "AB 50-59 Honored Rewards"; - Back_Page = "ABRepMenu"; - Prev_Page = "ABRepHonored4049"; - }; - ["ABRepRevered2029"] = { - Title = "AB 20-29 Revered Rewards"; - Back_Page = "ABRepMenu"; - Next_Page = "ABRepRevered3039"; - }; - ["ABRepRevered3039"] = { - Title = "AB 30-39 Revered Rewards"; - Back_Page = "ABRepMenu"; - Next_Page = "ABRepRevered4049"; - Prev_Page = "ABRepRevered2029"; - }; - ["ABRepRevered4049"] = { - Title = "AB 40-49 Revered Rewards"; - Back_Page = "ABRepMenu"; - Next_Page = "ABRepRevered5059"; - Prev_Page = "ABRepRevered3039"; - }; - ["ABRepRevered5059"] = { - Title = "AB 50-59 Revered Rewards"; - Back_Page = "ABRepMenu"; - Prev_Page = "ABRepRevered4049"; - }; - ["ABRepExalted"] = { - Title = "AB Exalted Rewards"; - Back_Page = "ABRepMenu"; - }; - ["AVRepFriendly"] = { - Title = "AV Friendly Rewards"; - Back_Page = "AVRepMenu"; - Next_Page = "AVRepHonored"; - }; - ["AVRepHonored"] = { - Title = "AV Honored Rewards"; - Back_Page = "AVRepMenu"; - Next_Page = "AVRepRevered"; - Prev_Page = "AVRepFriendly"; - }; - ["AVRepRevered"] = { - Title = "AV Revered Rewards"; - Back_Page = "AVRepMenu"; - Next_Page = "AVRepExalted"; - Prev_Page = "AVRepHonored"; - }; - ["AVRepExalted"] = { - Title = "AV Exalted Rewards"; - Back_Page = "AVRepMenu"; - Prev_Page = "AVRepRevered"; - }; - ["WSGRepFriendly2029"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 20-29 Friendly Rewards"; - Next_Page = "WSGRepFriendly3039"; - }; - ["WSGRepFriendly3039"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 30-39 Friendly Rewards"; - Next_Page = "WSGRepFriendly4049"; - Prev_Page = "WSGRepFriendly2029"; - }; - ["WSGRepFriendly4049"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 40-49 Friendly Rewards"; - Prev_Page = "WSGRepFriendly3039"; - }; - ["WSGRepHonored1019"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 10-19 Honored Rewards"; - Next_Page = "WSGRepHonored2029"; - }; - ["WSGRepHonored2029"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 20-29 Honored Rewards"; - Next_Page = "WSGRepHonored3039"; - Prev_Page = "WSGRepHonored1019"; - }; - ["WSGRepHonored3039"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 30-39 Honored Rewards"; - Next_Page = "WSGRepHonored4049"; - Prev_Page = "WSGRepHonored2029"; - }; - ["WSGRepHonored4049"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 40-49 Honored Rewards"; - Next_Page = "WSGRepHonored5059"; - Prev_Page = "WSGRepHonored3039"; - }; - ["WSGRepHonored5059"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 50-59 Honored Rewards"; - Prev_Page = "WSGRepHonored4049"; - }; - ["WSGRepRevered1019"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 10-19 Revered Rewards"; - Next_Page = "WSGRepRevered2029"; - }; - ["WSGRepRevered2029"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 20-29 Revered Rewards"; - Next_Page = "WSGRepRevered3039"; - Prev_Page = "WSGRepRevered1019"; - }; - ["WSGRepRevered3039"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 30-39 Revered Rewards"; - Next_Page = "WSGRepRevered4049"; - Prev_Page = "WSGRepRevered2029"; - }; - ["WSGRepRevered4049"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 40-49 Revered Rewards"; - Next_Page = "WSGRepRevered5059"; - Prev_Page = "WSGRepRevered3039"; - }; - ["WSGRepRevered5059"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 50-59 Revered Rewards"; - Prev_Page = "WSGRepRevered4049"; - }; - ["WSGRepExalted4049"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 40-49 Exalted Rewards"; - Next_Page = "WSGRepExalted5059"; - }; - ["WSGRepExalted5059"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 50-59 Exalted Rewards"; - Next_Page = "WSGRepExalted60"; - Prev_Page = "WSGRepExalted4049"; - }; - ["WSGRepExalted60"] = { - Back_Page = "WSGRepMenu"; - Title = "WSG 60 Exalted Rewards"; - Prev_Page = "WSGRepExalted5059"; - }; - ["PvP60Accessories1"] = { - Title = AL["PvP Trinkets"]; - Next_Page = "PvP60Accessories2"; - Next_Title = AtlasLoot_TableNames["PvP60Accessories2"][1]; - Back_Page = "PVPMENU"; - Back_Title = AL["PvP Rewards"]; - }; - ["PvP60Accessories2"] = { - Title = AtlasLoot_TableNames["PvP60Accessories2"][1]; - Next_Page = "PvP60Accessories3"; - Next_Title = AtlasLoot_TableNames["PvP60Accessories3"][1]; - Prev_Page = "PvP60Accessories1"; - Prev_Title = AL["PvP Accessories"]..": "..AL["Level 60"]; - Back_Page = "PVPMENU"; - Back_Title = AL["PvP Rewards"]; - }; - ["PvP60Accessories3"] = { - Title = AtlasLoot_TableNames["PvP60Accessories3"][1]; - Prev_Page = "PvP60Accessories2"; - Prev_Title = AtlasLoot_TableNames["PvP60Accessories2"][1]; - Back_Page = "PVPMENU"; - Back_Title = AL["PvP Rewards"]; - }; - ["PVPWeapons1"] = { - Title = AL["Rank 14 Weapons"]; - Next_Page = "PVPWeapons2"; - Next_Title = AL["Rank 14 Weapons"]; - Back_Page = "PVPMENU"; - Back_Title = AL["PvP Rewards"]; - }; - ["PVPWeapons2"] = { - Title = AL["Rank 14 Weapons"]; - Prev_Page = "PVPWeapons1"; - Prev_Title = AL["Rank 14 Weapons"]; - Back_Page = "PVPMENU"; - Back_Title = AL["PvP Rewards"]; - }; - ["PVPDruid"] = { - Title = AL["Druid"]; - Back_Page = "PVPSET"; - Back_Title = AL["PvP Armor Sets"]; - }; - ["PVPHunter"] = { - Title = AL["Hunter"]; - Back_Page = "PVPSET"; - Back_Title = AL["PvP Armor Sets"]; - }; - ["PVPMage"] = { - Title = AL["Mage"]; - Back_Page = "PVPSET"; - Back_Title = AL["PvP Armor Sets"]; - }; - ["PVPPaladin"] = { - Title = AL["Paladin"]; - Back_Page = "PVPSET"; - Back_Title = AL["PvP Armor Sets"]; - }; - ["PVPPriest"] = { - Title = AL["Priest"]; - Back_Page = "PVPSET"; - Back_Title = AL["PvP Armor Sets"]; - }; - ["PVPRogue"] = { - Title = AL["Rogue"]; - Back_Page = "PVPSET"; - Back_Title = AL["PvP Armor Sets"]; - }; - ["PVPShaman"] = { - Title = AL["Shaman"]; - Back_Page = "PVPSET"; - Back_Title = AL["PvP Armor Sets"]; - }; - ["PVPWarlock"] = { - Title = AL["Warlock"]; - Back_Page = "PVPSET"; - Back_Title = AL["PvP Armor Sets"]; - }; - ["PVPWarrior"] = { - Title = AL["Warrior"]; - Back_Page = "PVPSET"; - Back_Title = AL["PvP Armor Sets"]; - }; - ["T0Druid"] = { - Title = AL["Druid"]; - Back_Page = "T0SET"; - Back_Title = AL["Dungeon 1/2 Sets"]; - }; - ["T0Hunter"] = { - Title = AL["Hunter"]; - Back_Page = "T0SET"; - Back_Title = AL["Dungeon 1/2 Sets"]; - }; - ["T0Mage"] = { - Title = AL["Mage"]; - Back_Page = "T0SET"; - Back_Title = AL["Dungeon 1/2 Sets"]; - }; - ["T0Paladin"] = { - Title = AL["Paladin"]; - Back_Page = "T0SET"; - Back_Title = AL["Dungeon 1/2 Sets"]; - }; - ["T0Priest"] = { - Title = AL["Priest"]; - Back_Page = "T0SET"; - Back_Title = AL["Dungeon 1/2 Sets"]; - }; - ["T0Rogue"] = { - Title = AL["Rogue"]; - Back_Page = "T0SET"; - Back_Title = AL["Dungeon 1/2 Sets"]; - }; - ["T0Shaman"] = { - Title = AL["Shaman"]; - Back_Page = "T0SET"; - Back_Title = AL["Dungeon 1/2 Sets"]; - }; - ["T0Warlock"] = { - Title = AL["Warlock"]; - Back_Page = "T0SET"; - Back_Title = AL["Dungeon 1/2 Sets"]; - }; - ["T0Warrior"] = { - Title = AL["Warrior"]; - Back_Page = "T0SET"; - Back_Title = AL["Dungeon 1/2 Sets"]; - }; - ["T1Druid"] = { - Title = AL["Druid"]; - Back_Page = "T1SET"; - Back_Title = AL["Tier 1 Sets"]; - }; - ["T1Hunter"] = { - Title = AL["Hunter"]; - Back_Page = "T1SET"; - Back_Title = AL["Tier 1 Sets"]; - }; - ["T1Mage"] = { - Title = AL["Mage"]; - Back_Page = "T1SET"; - Back_Title = AL["Tier 1 Sets"]; - }; - ["T1Paladin"] = { - Title = AL["Paladin"]; - Back_Page = "T1SET"; - Back_Title = AL["Tier 1 Sets"]; - }; - ["T1Priest"] = { - Title = AL["Priest"]; - Back_Page = "T1SET"; - Back_Title = AL["Tier 1 Sets"]; - }; - ["T1Rogue"] = { - Title = AL["Rogue"]; - Back_Page = "T1SET"; - Back_Title = AL["Tier 1 Sets"]; - }; - ["T1Shaman"] = { - Title = AL["Shaman"]; - Back_Page = "T1SET"; - Back_Title = AL["Tier 1 Sets"]; - }; - ["T1Warlock"] = { - Title = AL["Warlock"]; - Back_Page = "T1SET"; - Back_Title = AL["Tier 1 Sets"]; - }; - ["T1Warrior"] = { - Title = AL["Warrior"]; - Back_Page = "T1SET"; - Back_Title = AL["Tier 1 Sets"]; - }; - ["T2Druid"] = { - Title = AL["Druid"]; - Back_Page = "T2SET"; - Back_Title = AL["Tier 2 Sets"]; - }; - ["T2Hunter"] = { - Title = AL["Hunter"]; - Back_Page = "T2SET"; - Back_Title = AL["Tier 2 Sets"]; - }; - ["T2Mage"] = { - Title = AL["Mage"]; - Back_Page = "T2SET"; - Back_Title = AL["Tier 2 Sets"]; - }; - ["T2Paladin"] = { - Title = AL["Paladin"]; - Back_Page = "T2SET"; - Back_Title = AL["Tier 2 Sets"]; - }; - ["T2Priest"] = { - Title = AL["Priest"]; - Back_Page = "T2SET"; - Back_Title = AL["Tier 2 Sets"]; - }; - ["T2Rogue"] = { - Title = AL["Rogue"]; - Back_Page = "T2SET"; - Back_Title = AL["Tier 2 Sets"]; - }; - ["T2Shaman"] = { - Title = AL["Shaman"]; - Back_Page = "T2SET"; - Back_Title = AL["Tier 2 Sets"]; - }; - ["T2Warlock"] = { - Title = AL["Warlock"]; - Back_Page = "T2SET"; - Back_Title = AL["Tier 2 Sets"]; - }; - ["T2Warrior"] = { - Title = AL["Warrior"]; - Back_Page = "T2SET"; - Back_Title = AL["Tier 2 Sets"]; - }; - ["T3Druid"] = { - Title = AL["Druid"]; - Back_Page = "T3SET"; - Back_Title = AL["Tier 3 Sets"]; - }; - ["T3Hunter"] = { - Title = AL["Hunter"]; - Back_Page = "T3SET"; - Back_Title = AL["Tier 3 Sets"]; - }; - ["T3Mage"] = { - Title = AL["Mage"]; - Back_Page = "T3SET"; - Back_Title = AL["Tier 3 Sets"]; - }; - ["T3Paladin"] = { - Title = AL["Paladin"]; - Back_Page = "T3SET"; - Back_Title = AL["Tier 3 Sets"]; - }; - ["T3Priest"] = { - Title = AL["Priest"]; - Back_Page = "T3SET"; - Back_Title = AL["Tier 3 Sets"]; - }; - ["T3Rogue"] = { - Title = AL["Rogue"]; - Back_Page = "T3SET"; - Back_Title = AL["Tier 3 Sets"]; - }; - ["T3Shaman"] = { - Title = AL["Shaman"]; - Back_Page = "T3SET"; - Back_Title = AL["Tier 3 Sets"]; - }; - ["T3Warlock"] = { - Title = AL["Warlock"]; - Back_Page = "T3SET"; - Back_Title = AL["Tier 3 Sets"]; - }; - ["T3Warrior"] = { - Title = AL["Warrior"]; - Back_Page = "T3SET"; - Back_Title = AL["Tier 3 Sets"]; - }; - ["AQ40Druid"] = { - Title = AL["Druid"]; - Back_Page = "AQ40SET"; - Back_Title = AL["Temple of Ahn'Qiraj Sets"]; - }; - ["AQ40Hunter"] = { - Title = AL["Hunter"]; - Back_Page = "AQ40SET"; - Back_Title = AL["Temple of Ahn'Qiraj Sets"]; - }; - ["AQ40Mage"] = { - Title = AL["Mage"]; - Back_Page = "AQ40SET"; - Back_Title = AL["Temple of Ahn'Qiraj Sets"]; - }; - ["AQ40Paladin"] = { - Title = AL["Paladin"]; - Back_Page = "AQ40SET"; - Back_Title = AL["Temple of Ahn'Qiraj Sets"]; - }; - ["AQ40Priest"] = { - Title = AL["Priest"]; - Back_Page = "AQ40SET"; - Back_Title = AL["Temple of Ahn'Qiraj Sets"]; - }; - ["AQ40Rogue"] = { - Title = AL["Rogue"]; - Back_Page = "AQ40SET"; - Back_Title = AL["Temple of Ahn'Qiraj Sets"]; - }; - ["AQ40Shaman"] = { - Title = AL["Shaman"]; - Back_Page = "AQ40SET"; - Back_Title = AL["Temple of Ahn'Qiraj Sets"]; - }; - ["AQ40Warlock"] = { - Title = AL["Warlock"]; - Back_Page = "AQ40SET"; - Back_Title = AL["Temple of Ahn'Qiraj Sets"]; - }; - ["AQ40Warrior"] = { - Title = AL["Warrior"]; - Back_Page = "AQ40SET"; - Back_Title = AL["Temple of Ahn'Qiraj Sets"]; - }; - ["AQ20Druid"] = { - Title = AL["Druid"]; - Back_Page = "AQ20SET"; - Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; - }; - ["AQ20Hunter"] = { - Title = AL["Hunter"]; - Back_Page = "AQ20SET"; - Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; - }; - ["AQ20Mage"] = { - Title = AL["Mage"]; - Back_Page = "AQ20SET"; - Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; - }; - ["AQ20Paladin"] = { - Title = AL["Paladin"]; - Back_Page = "AQ20SET"; - Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; - }; - ["AQ20Priest"] = { - Title = AL["Priest"]; - Back_Page = "AQ20SET"; - Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; - }; - ["AQ20Rogue"] = { - Title = AL["Rogue"]; - Back_Page = "AQ20SET"; - Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; - }; - ["AQ20Shaman"] = { - Title = AL["Shaman"]; - Back_Page = "AQ20SET"; - Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; - }; - ["AQ20Warlock"] = { - Title = AL["Warlock"]; - Back_Page = "AQ20SET"; - Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; - }; - ["AQ20Warrior"] = { - Title = AL["Warrior"]; - Back_Page = "AQ20SET"; - Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; - }; - ["ZGDruid"] = { - Title = AL["Druid"]; - Back_Page = "ZGSET"; - Back_Title = AL["Zul'Gurub Sets"]; - }; - ["ZGHunter"] = { - Title = AL["Hunter"]; - Back_Page = "ZGSET"; - Back_Title = AL["Zul'Gurub Sets"]; - }; - ["ZGMage"] = { - Title = AL["Mage"]; - Back_Page = "ZGSET"; - Back_Title = AL["Zul'Gurub Sets"]; - }; - ["ZGPaladin"] = { - Title = AL["Paladin"]; - Back_Page = "ZGSET"; - Back_Title = AL["Zul'Gurub Sets"]; - }; - ["ZGPriest"] = { - Title = AL["Priest"]; - Back_Page = "ZGSET"; - Back_Title = AL["Zul'Gurub Sets"]; - }; - ["ZGRogue"] = { - Title = AL["Rogue"]; - Back_Page = "ZGSET"; - Back_Title = AL["Zul'Gurub Sets"]; - }; - ["ZGShaman"] = { - Title = AL["Shaman"]; - Back_Page = "ZGSET"; - Back_Title = AL["Zul'Gurub Sets"]; - }; - ["ZGWarlock"] = { - Title = AL["Warlock"]; - Back_Page = "ZGSET"; - Back_Title = AL["Zul'Gurub Sets"]; - }; - ["ZGWarrior"] = { - Title = AL["Warrior"]; - Back_Page = "ZGSET"; - Back_Title = AL["Zul'Gurub Sets"]; - }; - ["DEADMINES"] = { - Title = AL["Defias Leather"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["WAILING"] = { - Title = AL["Embrace of the Viper"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["SCARLET"] = { - Title = AL["Chain of the Scarlet Crusade"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["BLACKROCKD"] = { - Title = AL["The Gladiator"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["IRONWEAVE"] = { - Title = AL["Ironweave Battlesuit"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["ScholoCloth"] = { - Title = AL["Scholomance"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["ScholoLeather"] = { - Title = AL["Scholomance"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["ScholoMail"] = { - Title = AL["Scholomance"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["ScholoPlate"] = { - Title = AL["Scholomance"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["STRAT"] = { - Title = AL["The Postmaster"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["ScourgeInvasion"] = { - Title = AL["Scourge Invasion"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["ShardOfGods"] = { - Title = AL["Shard of the Gods"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["ZGRings"] = { - Title = AL["Zul'Gurub"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["HakkariBlades"] = { - Title = AL["Zul'Gurub"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["PrimalBlessing"] = { - Title = AL["Zul'Gurub"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["SpiritofEskhandar"] = { - Title = AL["Spirit of Eskhandar"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["DalRend"] = { - Title = AL["Dal'Rend's Arms"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["SpiderKiss"] = { - Title = AL["Spider's Kiss"]; - Back_Page = "PRE60SET"; - Back_Title = AL["Pre 60 Sets"]; - }; - ["ImperialPlate"] = { - Title = AL["Imperial Plate"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["TheDarksoul"] = { - Title = AL["The Darksoul"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["BloodsoulEmbrace"] = { - Title = AL["Bloodsoul Embrace"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["BloodvineG"] = { - Title = AL["Bloodvine Garb"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["VolcanicArmor"] = { - Title = AL["Volcanic Armor"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["IronfeatherArmor"] = { - Title = AL["Ironfeather Armor"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["StormshroudArmor"] = { - Title = AL["Stormshroud Armor"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["DevilsaurArmor"] = { - Title = AL["Devilsaur Armor"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["BloodTigerH"] = { - Title = AL["Blood Tiger Harness"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["PrimalBatskin"] = { - Title = AL["Primal Batskin"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["GreenDragonM"] = { - Title = AL["Green Dragon Mail"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["BlueDragonM"] = { - Title = AL["Blue Dragon Mail"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["BlackDragonM"] = { - Title = AL["Black Dragon Mail"]; - Back_Page = "CRAFTSET"; - Back_Title = AL["Crafted Sets"]; - }; - ["CraftedWeapons1"] = { - Title = AL["Crafted Epic Weapons"]; - Back_Page = "CRAFTINGMENU"; - Back_Title = AL["Collections"]; - }; - ["Tabards"] = { - Title = AL["Tabards"]; - Back_Page = "SETMENU"; - Back_Title = AL["Collections"]; - }; - ["Legendaries"] = { - Title = AL["Legendary Items"]; - Back_Page = "SETMENU"; - Back_Title = AL["Collections"]; - }; - ["Artifacts"] = { - Title = AL["Artifact Items"]; - Back_Page = "SETMENU"; - Back_Title = AL["Collections"]; - }; - ["PvPMountsPvP"] = { - Title = AL["PvP Mounts"]; - Back_Page = "PVPMENU"; - Back_Title = AL["PvP Rewards"]; - }; - ["UnobMounts"] = { - Title = AL["Unobtainable Mounts"]; - Back_Page = "SETMENU"; - Back_Title = AL["Collections"]; - }; - ["OldMounts"] = { - Title = AL["Old Mounts"]; - Back_Page = "SETMENU"; - Back_Title = AL["Collections"]; - }; - ["RareMounts"] = { - Title = AL["Rare Mounts"]; - Back_Page = "SETMENU"; - Back_Title = AL["Collections"]; - }; - ["RarePets1"] = { - Title = AL["Rare Pets"]; - Next_Page = "RarePets2"; - Next_Title = AL["Rare Pets"]; - Back_Page = "SETMENU"; - Back_Title = AL["Collections"]; - }; - ["RarePets2"] = { - Title = AL["Rare Pets"]; - Prev_Page = "RarePets1"; - Prev_Title = AL["Rare Pets"]; - Back_Page = "SETMENU"; - Back_Title = AL["Collections"]; - }; - ["WorldEpics1"] = { - Title = AtlasLoot_TableNames["WorldEpics1"][1]; - Next_Page = "WorldEpics2"; - Next_Title = AtlasLoot_TableNames["WorldEpics2"][1]; - Back_Page = "WORLDEPICS"; - Back_Title = AL["World Epics"]; - }; - ["WorldEpics2"] = { - Title = AtlasLoot_TableNames["WorldEpics2"][1]; - Next_Page = "WorldEpics3"; - Next_Title = AtlasLoot_TableNames["WorldEpics3"][1]; - Prev_Page = "WorldEpics1"; - Prev_Title = AtlasLoot_TableNames["WorldEpics1"][1]; - Back_Page = "WORLDEPICS"; - Back_Title = AL["World Epics"]; - }; - ["WorldEpics3"] = { - Title = AtlasLoot_TableNames["WorldEpics3"][1]; - Prev_Page = "WorldEpics2"; - Prev_Title = AtlasLoot_TableNames["WorldEpics2"][1]; - Back_Page = "WORLDEPICS"; - Back_Title = AL["World Epics"]; - }; - ["ZGTrash1"] = { - Title = AtlasLoot_TableNames["ZGTrash1"][1]; - Next_Page = "ZGTrash2"; - Next_Title = AtlasLoot_TableNames["ZGTrash2"][1]; - }; - ["ZGTrash2"] = { - Title = AtlasLoot_TableNames["ZGTrash2"][1]; - Prev_Page = "ZGTrash1"; - Prev_Title = AtlasLoot_TableNames["ZGTrash1"][1]; - }; - ["AQ40Trash1"] = { - Title = AtlasLoot_TableNames["AQ40Trash1"][1]; - Next_Page = "AQ40Trash2"; - Next_Title = AtlasLoot_TableNames["AQ40Trash2"][1]; - }; - ["AQ40Trash2"] = { - Title = AtlasLoot_TableNames["AQ40Trash2"][1]; - Prev_Page = "AQ40Trash1"; - Prev_Title = AtlasLoot_TableNames["AQ40Trash1"][1]; - }; - ["ChildrensWeek"] = { - Title = AL["Children's Week"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["Winterviel1"] = { - Title = AL["Feast of Winter Veil"]; - Next_Page = "Winterviel2"; - Next_Title = AtlasLoot_TableNames["Winterviel2"][1]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["Winterviel2"] = { - Title = AtlasLoot_TableNames["Winterviel2"][1]; - Prev_Page = "Winterviel1"; - Prev_Title = AL["Feast of Winter Veil"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["Halloween1"] = { - Title = AL["Hallow's End"]; - Next_Page = "Halloween2"; - Next_Title = AL["Hallow's End"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["Halloween2"] = { - Title = AL["Hallow's End"]; - Prev_Page = "Halloween1"; - Prev_Title = AL["Hallow's End"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["HarvestFestival"] = { - Title = AL["Harvest Festival"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["Valentineday"] = { - Title = AL["Love is in the Air"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["LunarFestival1"] = { - Title = AL["Lunar Festival"]; - Next_Page = "LunarFestival2"; - Next_Title = AL["Lunar Festival"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["LunarFestival2"] = { - Title = AL["Lunar Festival"]; - Prev_Page = "LunarFestival1"; - Prev_Title = AL["Lunar Festival"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["MidsummerFestival"] = { - Title = AL["Midsummer Fire Festival"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["Noblegarden"] = { - Title = AL["Noblegarden"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["ElementalInvasion"] = { - Title = AL["Elemental Invasion"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["GurubashiArena"] = { - Title = AL["Gurubashi Arena Booty Run"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["ScourgeInvasionEvent1"] = { - Title = AL["Scourge Invasion"]; - Next_Page = "ScourgeInvasionEvent2"; - Next_Title = AtlasLoot_TableNames["ScourgeInvasionEvent2"][1]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["ScourgeInvasionEvent2"] = { - Title = AtlasLoot_TableNames["ScourgeInvasionEvent2"][1]; - Prev_Page = "ScourgeInvasionEvent1"; - Prev_Title = AL["Scourge Invasion"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["FishingExtravaganza"] = { - Title = AL["Stranglethorn Fishing Extravaganza"]; - Back_Page = "WORLDEVENTMENU"; - Back_Title = AL["World Events"]; - }; - ["AbyssalTemplars"] = { - Title = AL["Abyssal Council"].." - "..AL["Templars"]; - Back_Page = "AbyssalCouncil"; - Back_Title = AL["Abyssal Council"]; - }; - ["AbyssalDukes"] = { - Title = AL["Abyssal Council"].." - "..AL["Dukes"]; - Back_Page = "AbyssalCouncil"; - Back_Title = AL["Abyssal Council"]; - }; - ["AbyssalLords"] = { - Title = AL["Abyssal Council"].." - "..AL["High Council"]; - Back_Page = "AbyssalCouncil"; - Back_Title = AL["Abyssal Council"]; - }; - ["AlchemyApprentice1"] = { - Title = AL["Alchemy"]..": "..AL["Apprentice"]; - Back_Page = "ALCHEMYMENU"; - Back_Title = AL["Alchemy"]; - Next_Page = "AlchemyJourneyman1"; - Next_Title = AL["Alchemy"]..": "..AL["Journeyman"]; - }; - ["AlchemyJourneyman1"] = { - Title = AL["Alchemy"]..": "..AL["Journeyman"]; - Back_Page = "ALCHEMYMENU"; - Back_Title = AL["Alchemy"]; - Next_Page = "AlchemyExpert1"; - Next_Title = AL["Alchemy"]..": "..AL["Expert"]; - Prev_Page = "AlchemyApprentice1"; - Prev_Title = AL["Alchemy"]..": "..AL["Apprentice"]; - }; - ["AlchemyExpert1"] = { - Title = AL["Alchemy"]..": "..AL["Expert"]; - Back_Page = "ALCHEMYMENU"; - Back_Title = AL["Alchemy"]; - Next_Page = "AlchemyArtisan1"; - Next_Title = AL["Alchemy"]..": "..AL["Artisan"]; - Prev_Page = "AlchemyJourneyman1"; - Prev_Title = AL["Alchemy"]..": "..AL["Journeyman"]; - }; - ["AlchemyArtisan1"] = { - Title = AL["Alchemy"]..": "..AL["Artisan"]; - Back_Page = "ALCHEMYMENU"; - Back_Title = AL["Alchemy"]; - Next_Page = "AlchemyArtisan2"; - Next_Title = AL["Alchemy"]..": "..AL["Artisan"]; - Prev_Page = "AlchemyExpert1"; - Prev_Title = AL["Alchemy"]..": "..AL["Expert"]; - }; - ["AlchemyArtisan2"] = { - Title = AL["Alchemy"]..": "..AL["Artisan"]; - Back_Page = "ALCHEMYMENU"; - Back_Title = AL["Alchemy"]; - Prev_Page = "AlchemyArtisan1"; - Prev_Title = AL["Alchemy"]..": "..AL["Artisan"]; - }; - ["SmithingApprentice1"] = { - Title = AL["Blacksmithing"]..": "..AL["Apprentice"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Next_Page = "SmithingJourneyman1"; - Next_Title = AL["Blacksmithing"]..": "..AL["Journeyman"]; - }; - ["SmithingJourneyman1"] = { - Title = AL["Blacksmithing"]..": "..AL["Journeyman"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Prev_Page = "SmithingApprentice1"; - Prev_Title = AL["Blacksmithing"]..": "..AL["Apprentice"]; - Next_Page = "SmithingJourneyman2"; - Next_Title = AL["Blacksmithing"]..": "..AL["Journeyman"]; - }; - ["SmithingJourneyman2"] = { - Title = AL["Blacksmithing"]..": "..AL["Journeyman"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Prev_Page = "SmithingJourneyman1"; - Prev_Title = AL["Blacksmithing"]..": "..AL["Journeyman"]; - Next_Page = "SmithingExpert1"; - Next_Title = AL["Blacksmithing"]..": "..AL["Expert"]; - }; - ["SmithingExpert1"] = { - Title = AL["Blacksmithing"]..": "..AL["Expert"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Prev_Page = "SmithingJourneyman2"; - Prev_Title = AL["Blacksmithing"]..": "..AL["Journeyman"]; - Next_Page = "SmithingExpert2"; - Next_Title = AL["Blacksmithing"]..": "..AL["Expert"]; - }; - ["SmithingExpert2"] = { - Title = AL["Blacksmithing"]..": "..AL["Expert"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Prev_Page = "SmithingExpert1"; - Prev_Title = AL["Blacksmithing"]..": "..AL["Expert"]; - Next_Page = "SmithingArtisan1"; - Next_Title = AL["Blacksmithing"]..": "..AL["Artisan"]; - }; - ["SmithingArtisan1"] = { - Title = AL["Blacksmithing"]..": "..AL["Artisan"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Prev_Page = "SmithingExpert2"; - Prev_Title = AL["Blacksmithing"]..": "..AL["Expert"]; - Next_Page = "SmithingArtisan2"; - Next_Title = AL["Blacksmithing"]..": "..AL["Artisan"]; - }; - ["SmithingArtisan2"] = { - Title = AL["Blacksmithing"]..": "..AL["Artisan"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Prev_Page = "SmithingArtisan1"; - Prev_Title = AL["Blacksmithing"]..": "..AL["Artisan"]; - Next_Page = "SmithingArtisan3"; - Next_Title = AL["Blacksmithing"]; - }; - ["SmithingArtisan3"] = { - Title = AL["Blacksmithing"]..": "..AL["Artisan"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Prev_Page = "SmithingArtisan2"; - Prev_Title = AL["Blacksmithing"]..": "..AL["Artisan"]; - Next_Page = "Armorsmith1"; - Next_Title = AL["Blacksmithing"]..": "..AL["Armorsmith"]; - }; - ["Armorsmith1"] = { - Title = AL["Blacksmithing"]..": "..AL["Armorsmith"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Prev_Page = "SmithingArtisan3"; - Prev_Title = AL["Blacksmithing"]..": "..AL["Artisan"]; - Next_Page = "Weaponsmith1"; - Next_Title = AL["Blacksmithing"]..": "..AL["Weaponsmith"]; - }; - ["Weaponsmith1"] = { - Title = AL["Blacksmithing"]..": "..AL["Weaponsmith"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Prev_Page = "Armorsmith1"; - Prev_Title = AL["Blacksmithing"]..": "..AL["Armorsmith"]; - Next_Page = "Axesmith1"; - Next_Title = AL["Blacksmithing"]..": "..AL["Master Axesmith"]; - }; - ["Axesmith1"] = { - Title = AL["Blacksmithing"]..": "..AL["Master Axesmith"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Prev_Page = "Weaponsmith1"; - Prev_Title = AL["Blacksmithing"]..": "..AL["Weaponsmith"]; - Next_Page = "Hammersmith1"; - Next_Title = AL["Blacksmithing"]..": "..AL["Master Hammersmith"]; - }; - ["Hammersmith1"] = { - Title = AL["Blacksmithing"]..": "..AL["Master Hammersmith"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Prev_Page = "Axesmith1"; - Prev_Title = AL["Blacksmithing"]..": "..AL["Master Axesmith"]; - Next_Page = "Swordsmith1"; - Next_Title = AL["Blacksmithing"]..": "..AL["Master Swordsmith"]; - }; - ["Swordsmith1"] = { - Title = AL["Blacksmithing"]..": "..AL["Master Swordsmith"]; - Back_Page = "SMITHINGMENU"; - Back_Title = AL["Blacksmithing"]; - Prev_Page = "Hammersmith1"; - Prev_Title = AL["Blacksmithing"]..": "..AL["Master Hammersmith"]; - }; - ["EnchantingApprentice1"] = { - Title = AL["Enchanting"]..": "..AL["Apprentice"]; - Back_Page = "ENCHANTINGMENU"; - Back_Title = AL["Enchanting"]; - Next_Page = "EnchantingJourneyman1"; - Next_Title = AL["Enchanting"]..": "..AL["Journeyman"]; - }; - ["EnchantingJourneyman1"] = { - Title = AL["Enchanting"]..": "..AL["Journeyman"]; - Back_Page = "ENCHANTINGMENU"; - Back_Title = AL["Enchanting"]; - Prev_Page = "EnchantingApprentice1"; - Prev_Title = AL["Enchanting"]..": "..AL["Apprentice"]; - Next_Page = "EnchantingJourneyman2"; - Next_Title = AL["Enchanting"]..": "..AL["Journeyman"]; - }; - ["EnchantingJourneyman2"] = { - Title = AL["Enchanting"]..": "..AL["Journeyman"]; - Back_Page = "ENCHANTINGMENU"; - Back_Title = AL["Enchanting"]; - Prev_Page = "EnchantingJourneyman1"; - Prev_Title = AL["Enchanting"]..": "..AL["Journeyman"]; - Next_Page = "EnchantingExpert1"; - Next_Title = AL["Enchanting"]..": "..AL["Expert"]; - }; - ["EnchantingExpert1"] = { - Title = AL["Enchanting"]..": "..AL["Expert"]; - Back_Page = "ENCHANTINGMENU"; - Back_Title = AL["Enchanting"]; - Prev_Page = "EnchantingJourneyman2"; - Prev_Title = AL["Enchanting"]..": "..AL["Journeyman"]; - Next_Page = "EnchantingExpert2"; - Next_Title = AL["Enchanting"]..": "..AL["Expert"]; - }; - ["EnchantingExpert2"] = { - Title = AL["Enchanting"]..": "..AL["Expert"]; - Back_Page = "ENCHANTINGMENU"; - Back_Title = AL["Enchanting"]; - Prev_Page = "EnchantingExpert1"; - Prev_Title = AL["Enchanting"]..": "..AL["Expert"]; - Next_Page = "EnchantingArtisan1"; - Next_Title = AL["Enchanting"]..": "..AL["Artisan"]; - }; - ["EnchantingArtisan1"] = { - Title = AL["Enchanting"]..": "..AL["Artisan"]; - Back_Page = "ENCHANTINGMENU"; - Back_Title = AL["Enchanting"]; - Prev_Page = "EnchantingExpert2"; - Prev_Title = AL["Enchanting"]..": "..AL["Expert"]; - Next_Page = "EnchantingArtisan2"; - Next_Title = AL["Enchanting"]..": "..AL["Artisan"]; - }; - ["EnchantingArtisan2"] = { - Title = AL["Enchanting"]..": "..AL["Artisan"]; - Back_Page = "ENCHANTINGMENU"; - Back_Title = AL["Enchanting"]; - Prev_Page = "EnchantingArtisan1"; - Prev_Title = AL["Enchanting"]..": "..AL["Artisan"]; - Next_Page = "EnchantingArtisan3"; - Next_Title = AL["Enchanting"]..": "..AL["Artisan"]; - }; - ["EnchantingArtisan3"] = { - Title = AL["Enchanting"]..": "..AL["Artisan"]; - Back_Page = "ENCHANTINGMENU"; - Back_Title = AL["Enchanting"]; - Prev_Page = "EnchantingArtisan2"; - Prev_Title = AL["Enchanting"]..": "..AL["Artisan"]; - }; - ["EngineeringApprentice1"] = { - Title = AL["Engineering"]..": "..AL["Apprentice"]; - Back_Page = "ENGINEERINGMENU"; - Back_Title = AL["Engineering"]; - Next_Page = "EngineeringJourneyman1"; - Next_Title = AL["Engineering"]..": "..AL["Journeyman"]; - }; - ["EngineeringJourneyman1"] = { - Title = AL["Engineering"]..": "..AL["Journeyman"]; - Back_Page = "ENGINEERINGMENU"; - Back_Title = AL["Engineering"]; - Prev_Page = "EngineeringApprentice1"; - Prev_Title = AL["Engineering"]..": "..AL["Apprentice"]; - Next_Page = "EngineeringJourneyman2"; - Next_Title = AL["Engineering"]..": "..AL["Journeyman"]; - }; - ["EngineeringJourneyman2"] = { - Title = AL["Engineering"]..": "..AL["Journeyman"]; - Back_Page = "ENGINEERINGMENU"; - Back_Title = AL["Engineering"]; - Prev_Page = "EngineeringJourneyman1"; - Prev_Title = AL["Engineering"]..": "..AL["Journeyman"]; - Next_Page = "EngineeringExpert1"; - Next_Title = AL["Engineering"]..": "..AL["Expert"]; - }; - ["EngineeringExpert1"] = { - Title = AL["Engineering"]..": "..AL["Expert"]; - Back_Page = "ENGINEERINGMENU"; - Back_Title = AL["Engineering"]; - Prev_Page = "EngineeringJourneyman2"; - Prev_Title = AL["Engineering"]..": "..AL["Journeyman"]; - Next_Page = "EngineeringExpert2"; - Next_Title = AL["Engineering"]..": "..AL["Expert"]; - }; - ["EngineeringExpert2"] = { - Title = AL["Engineering"]..": "..AL["Expert"]; - Back_Page = "ENGINEERINGMENU"; - Back_Title = AL["Engineering"]; - Prev_Page = "EngineeringExpert1"; - Prev_Title = AL["Engineering"]..": "..AL["Expert"]; - Next_Page = "EngineeringArtisan1"; - Next_Title = AL["Engineering"]..": "..AL["Artisan"]; - }; - ["EngineeringArtisan1"] = { - Title = AL["Engineering"]..": "..AL["Artisan"]; - Back_Page = "ENGINEERINGMENU"; - Back_Title = AL["Engineering"]; - Prev_Page = "EngineeringExpert2"; - Prev_Title = AL["Engineering"]..": "..AL["Expert"]; - Next_Page = "EngineeringArtisan2"; - Next_Title = AL["Engineering"]..": "..AL["Artisan"]; - }; - ["EngineeringArtisan2"] = { - Title = AL["Engineering"]..": "..AL["Artisan"]; - Back_Page = "ENGINEERINGMENU"; - Back_Title = AL["Engineering"]; - Prev_Page = "EngineeringArtisan1"; - Prev_Title = AL["Engineering"]..": "..AL["Artisan"]; - Next_Page = "Gnomish1"; - Next_Title = AL["Engineering"]..": "..AL["Gnomish Engineering"]; - }; - ["Gnomish1"] = { - Title = AL["Engineering"]..": "..AL["Gnomish Engineering"]; - Back_Page = "ENGINEERINGMENU"; - Back_Title = AL["Engineering"]; - Prev_Page = "EngineeringArtisan2"; - Prev_Title = AL["Engineering"]..": "..AL["Artisan"]; - Next_Page = "Goblin1"; - Next_Title = AL["Engineering"]..": "..AL["Goblin Engineering"]; - }; - ["Goblin1"] = { - Title = AL["Engineering"]..": "..AL["Goblin Engineering"]; - Back_Page = "ENGINEERINGMENU"; - Back_Title = AL["Engineering"]; - Prev_Page = "Gnomish1"; - Prev_Title = AL["Engineering"]..": "..AL["Gnomish Engineering"]; - }; - ["LeatherApprentice1"] = { - Title = AL["Leatherworking"]..": "..AL["Apprentice"]; - Back_Page = "LEATHERWORKINGMENU"; - Back_Title = AL["Leatherworking"]; - Next_Page = "LeatherJourneyman1"; - Next_Title = AL["Leatherworking"]..": "..AL["Journeyman"]; - }; - ["LeatherJourneyman1"] = { - Title = AL["Leatherworking"]..": "..AL["Journeyman"]; - Back_Page = "LEATHERWORKINGMENU"; - Back_Title = AL["Leatherworking"]; - Prev_Page = "LeatherApprentice1"; - Prev_Title = AL["Leatherworking"]..": "..AL["Apprentice"]; - Next_Page = "LeatherJourneyman2"; - Next_Title = AL["Leatherworking"]..": "..AL["Journeyman"]; - }; - ["LeatherJourneyman2"] = { - Title = AL["Leatherworking"]..": "..AL["Journeyman"]; - Back_Page = "LEATHERWORKINGMENU"; - Back_Title = AL["Leatherworking"]; - Prev_Page = "LeatherJourneyman1"; - Prev_Title = AL["Leatherworking"]..": "..AL["Journeyman"]; - Next_Page = "LeatherExpert1"; - Next_Title = AL["Leatherworking"]..": "..AL["Expert"]; - }; - ["LeatherExpert1"] = { - Title = AL["Leatherworking"]..": "..AL["Expert"]; - Back_Page = "LEATHERWORKINGMENU"; - Back_Title = AL["Leatherworking"]; - Prev_Page = "LeatherJourneyman2"; - Prev_Title = AL["Leatherworking"]..": "..AL["Journeyman"]; - Next_Page = "LeatherExpert2"; - Next_Title = AL["Leatherworking"]..": "..AL["Expert"]; - }; - ["LeatherExpert2"] = { - Title = AL["Leatherworking"]..": "..AL["Expert"]; - Back_Page = "LEATHERWORKINGMENU"; - Back_Title = AL["Leatherworking"]; - Prev_Page = "LeatherExpert1"; - Prev_Title = AL["Leatherworking"]..": "..AL["Expert"]; - Next_Page = "LeatherArtisan1"; - Next_Title = AL["Leatherworking"]..": "..AL["Artisan"]; - }; - ["LeatherArtisan1"] = { - Title = AL["Leatherworking"]..": "..AL["Artisan"]; - Back_Page = "LEATHERWORKINGMENU"; - Back_Title = AL["Leatherworking"]; - Prev_Page = "LeatherExpert2"; - Prev_Title = AL["Leatherworking"]..": "..AL["Expert"]; - Next_Page = "LeatherArtisan2"; - Next_Title = AL["Leatherworking"]..": "..AL["Artisan"]; - }; - ["LeatherArtisan2"] = { - Title = AL["Leatherworking"]..": "..AL["Artisan"]; - Back_Page = "LEATHERWORKINGMENU"; - Back_Title = AL["Leatherworking"]; - Prev_Page = "LeatherArtisan1"; - Prev_Title = AL["Leatherworking"]..": "..AL["Artisan"]; - Next_Page = "LeatherArtisan3"; - Next_Title = AL["Leatherworking"]..": "..AL["Artisan"]; - }; - ["LeatherArtisan3"] = { - Title = AL["Leatherworking"]..": "..AL["Artisan"]; - Back_Page = "LEATHERWORKINGMENU"; - Back_Title = AL["Leatherworking"]; - Prev_Page = "LeatherArtisan2"; - Prev_Title = AL["Leatherworking"]..": "..AL["Artisan"]; - Next_Page = "Dragonscale1"; - Next_Title = AL["Leatherworking"]..": "..AL["Dragonscale Leatherworking"]; - }; - ["Dragonscale1"] = { - Title = AL["Leatherworking"]..": "..AL["Dragonscale Leatherworking"]; - Back_Page = "LEATHERWORKINGMENU"; - Back_Title = AL["Leatherworking"]; - Prev_Page = "LeatherArtisan3"; - Prev_Title = AL["Leatherworking"]..": "..AL["Artisan"]; - Next_Page = "Elemental1"; - Next_Title = AL["Leatherworking"]..": "..AL["Elemental Leatherworking"]; - }; - ["Elemental1"] = { - Title = AL["Leatherworking"]..": "..AL["Elemental Leatherworking"]; - Back_Page = "LEATHERWORKINGMENU"; - Back_Title = AL["Leatherworking"]; - Prev_Page = "Dragonscale1"; - Prev_Title = AL["Leatherworking"]..": "..AL["Dragonscale Leatherworking"]; - Next_Page = "Tribal1"; - Next_Title = AL["Leatherworking"]..": "..AL["Tribal Leatherworking"]; - }; - ["Tribal1"] = { - Title = AL["Leatherworking"]..": "..AL["Tribal Leatherworking"]; - Back_Page = "LEATHERWORKINGMENU"; - Back_Title = AL["Leatherworking"]; - Prev_Page = "Elemental1"; - Prev_Title = AL["Leatherworking"]..": "..AL["Elemental Leatherworking"]; - }; - ["Herbalism1"] = { - Title = AL["Herbalism"]; - Back_Page = "CRAFTINGMENU"; - Back_Title = AL["Crafting"]; - Next_Page = "Herbalism2"; - Next_Title = AL["Herbalism"]; - }; - ["Herbalism2"] = { - Title = AL["Herbalism"]; - Back_Page = "CRAFTINGMENU"; - Back_Title = AL["Crafting"]; - Prev_Page = "Herbalism1"; - Prev_Title = AL["Herbalism"]; - }; - ["Mining1"] = { - Title = AL["Mining"]; - Back_Page = "MININGMENU"; - Back_Title = AL["Crafting"]; - Next_Page = "Mining2"; - Next_Title = AL["Mining"]; - }; - ["Mining2"] = { - Title = AL["Mining"]; - Back_Page = "MININGMENU"; - Back_Title = AL["Crafting"]; - Next_Page = "Smelting1"; - Next_Title = AL["Smelting"]; - Prev_Page = "Mining1"; - Prev_Title = AL["Mining"]; - }; - ["Smelting1"] = { - Title = AL["Smelting"]; - Back_Page = "MININGMENU"; - Back_Title = AL["Crafting"]; - Prev_Page = "Mining2"; - Prev_Title = AL["Mining"]; - }; - ["TailoringApprentice1"] = { - Title = AL["Tailoring"]..": "..AL["Apprentice"]; - Back_Page = "TAILORINGMENU"; - Back_Title = AL["Tailoring"]; - Next_Page = "TailoringJourneyman1"; - Next_Title = AL["Tailoring"]..": "..AL["Journeyman"]; - }; - ["TailoringJourneyman1"] = { - Title = AL["Tailoring"]..": "..AL["Journeyman"]; - Back_Page = "TAILORINGMENU"; - Back_Title = AL["Tailoring"]; - Prev_Page = "TailoringApprentice1"; - Prev_Title = AL["Tailoring"]..": "..AL["Apprentice"]; - Next_Page = "TailoringJourneyman2"; - Next_Title = AL["Tailoring"]..": "..AL["Journeyman"]; - }; - ["TailoringJourneyman2"] = { - Title = AL["Tailoring"]..": "..AL["Journeyman"]; - Back_Page = "TAILORINGMENU"; - Back_Title = AL["Tailoring"]; - Prev_Page = "TailoringJourneyman1"; - Prev_Title = AL["Tailoring"]..": "..AL["Journeyman"]; - Next_Page = "TailoringExpert1"; - Next_Title = AL["Tailoring"]..": "..AL["Expert"]; - }; - ["TailoringExpert1"] = { - Title = AL["Tailoring"]..": "..AL["Expert"]; - Back_Page = "TAILORINGMENU"; - Back_Title = AL["Tailoring"]; - Prev_Page = "TailoringJourneyman2"; - Prev_Title = AL["Tailoring"]..": "..AL["Journeyman"]; - Next_Page = "TailoringExpert2"; - Next_Title = AL["Tailoring"]..": "..AL["Expert"]; - }; - ["TailoringExpert2"] = { - Title = AL["Tailoring"]..": "..AL["Expert"]; - Back_Page = "TAILORINGMENU"; - Back_Title = AL["Tailoring"]; - Prev_Page = "TailoringExpert1"; - Prev_Title = AL["Tailoring"]..": "..AL["Expert"]; - Next_Page = "TailoringArtisan1"; - Next_Title = AL["Tailoring"]..": "..AL["Artisan"]; - }; - ["TailoringArtisan1"] = { - Title = AL["Tailoring"]..": "..AL["Artisan"]; - Back_Page = "TAILORINGMENU"; - Back_Title = AL["Tailoring"]; - Prev_Page = "TailoringExpert2"; - Prev_Title = AL["Tailoring"]..": "..AL["Expert"]; - Next_Page = "TailoringArtisan2"; - Next_Title = AL["Tailoring"]..": "..AL["Artisan"]; - }; - ["TailoringArtisan2"] = { - Title = AL["Tailoring"]..": "..AL["Artisan"]; - Back_Page = "TAILORINGMENU"; - Back_Title = AL["Tailoring"]; - Prev_Page = "TailoringArtisan1"; - Prev_Title = AL["Tailoring"]..": "..AL["Artisan"]; - Next_Page = "TailoringArtisan3"; - Next_Title = AL["Tailoring"]..": "..AL["Artisan"]; - }; - ["TailoringArtisan3"] = { - Title = AL["Tailoring"]..": "..AL["Artisan"]; - Back_Page = "TAILORINGMENU"; - Back_Title = AL["Tailoring"]; - Prev_Page = "TailoringArtisan2"; - Prev_Title = AL["Tailoring"]..": "..AL["Artisan"]; - Next_Page = "TailoringArtisan4"; - Next_Title = AL["Tailoring"]..": "..AL["Artisan"]; - }; - ["TailoringArtisan4"] = { - Title = AL["Tailoring"]..": "..AL["Artisan"]; - Back_Page = "TAILORINGMENU"; - Back_Title = AL["Tailoring"]; - Prev_Page = "TailoringArtisan3"; - Prev_Title = AL["Tailoring"]..": "..AL["Artisan"]; - }; - ["CookingApprentice1"] = { - Title = AL["Cooking"]..": "..AL["Apprentice"]; - Back_Page = "COOKINGMENU"; - Back_Title = AL["Cooking"]; - Next_Page = "CookingJourneyman1"; - Next_Title = AL["Cooking"]..": "..AL["Journeyman"]; - }; - ["CookingJourneyman1"] = { - Title = AL["Cooking"]..": "..AL["Journeyman"]; - Back_Page = "COOKINGMENU"; - Back_Title = AL["Cooking"]; - Prev_Page = "CookingApprentice1"; - Prev_Title = AL["Cooking"]..": "..AL["Apprentice"]; - Next_Page = "CookingExpert1"; - Next_Title = AL["Cooking"]..": "..AL["Journeyman"]; - }; - ["CookingExpert1"] = { - Title = AL["Cooking"]..": "..AL["Expert"]; - Back_Page = "COOKINGMENU"; - Back_Title = AL["Cooking"]; - Prev_Page = "CookingJourneyman1"; - Prev_Title = AL["Cooking"]..": "..AL["Journeyman"]; - Next_Page = "CookingArtisan1"; - Next_Title = AL["Cooking"]..": "..AL["Artisan"]; - }; - ["CookingArtisan1"] = { - Title = AL["Cooking"]..": "..AL["Artisan"]; - Back_Page = "COOKINGMENU"; - Back_Title = AL["Cooking"]; - Prev_Page = "CookingExpert1"; - Prev_Title = AL["Cooking"]..": "..AL["Expert"]; - }; - ["FirstAid1"] = { - Title = AL["First Aid"]; - Back_Page = "CRAFTINGMENU"; - Back_Title = AL["Crafting"]; - }; - ["Poisons1"] = { - Title = AL["Poisons"]; - Back_Page = "CRAFTINGMENU"; - Back_Title = AL["Crafting"]; - }; -}; \ No newline at end of file + --WoW Factions + ["Argent1"] = { + Title = AL["Argent Dawn"] .. ": " .. AL["Token Hand-Ins"]; + Next_Page = "Argent2"; + 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"]; + Prev_Page = "Argent1"; + Prev_Title = AL["Argent Dawn"] .. ": " .. AL["Token Hand-Ins"]; + Next_Page = "Argent3"; + 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"]; + Prev_Page = "Argent2"; + 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"]; + }; + ["AQBroodRings"] = { + Title = AL["Brood of Nozdormu"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Cenarion1"] = { + Title = AL["Cenarion Circle"] .. ": " .. AL["Friendly"]; + Next_Page = "Cenarion2"; + Next_Title = AL["Cenarion Circle"] .. ": " .. AL["Honored"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Cenarion2"] = { + Title = AL["Cenarion Circle"] .. ": " .. AL["Honored"]; + Next_Page = "Cenarion3"; + Next_Title = AL["Cenarion Circle"] .. ": " .. AL["Revered"]; + Prev_Page = "Cenarion1"; + Prev_Title = AL["Cenarion Circle"] .. ": " .. AL["Friendly"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Cenarion3"] = { + Title = AL["Cenarion Circle"] .. ": " .. AL["Revered"]; + Next_Page = "Cenarion4"; + Next_Title = AL["Cenarion Circle"] .. ": " .. AL["Exalted"]; + Prev_Page = "Cenarion2"; + Prev_Title = AL["Cenarion Circle"] .. ": " .. AL["Honored"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Cenarion4"] = { + Title = AL["Cenarion Circle"] .. ": " .. AL["Exalted"]; + Prev_Page = "Cenarion3"; + Prev_Title = AL["Cenarion Circle"] .. ": " .. AL["Revered"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Darkmoon"] = { + Title = AL["Darkmoon Faire"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Defilers"] = { + Title = AL["The Defilers"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Frostwolf1"] = { + Title = AL["Frostwolf Clan"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["GelkisClan1"] = { + Title = AL["Gelkis Clan Centaur"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["WaterLords1"] = { + Title = AL["Hydraxian Waterlords"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["LeagueofArathor"] = { + Title = AL["The League of Arathor"]; + Back_Page = "REPMENU"; + 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"]; + }; + ["Stormpike1"] = { + Title = AL["Stormpike Guard"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Thorium1"] = { + Title = AL["Thorium Brotherhood"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"]; + Next_Page = "Thorium2"; + Next_Title = AL["Thorium Brotherhood"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Thorium2"] = { + Title = AL["Thorium Brotherhood"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"]; + Prev_Page = "Thorium1"; + Prev_Title = AL["Thorium Brotherhood"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Timbermaw"] = { + Title = AL["Timbermaw Hold"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Wintersaber1"] = { + Title = AL["Wintersaber Trainers"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Zandalar1"] = { + Title = AL["Zandalar Tribe"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"]; + Next_Page = "Zandalar2"; + Next_Title = AL["Zandalar Tribe"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["Zandalar2"] = { + Title = AL["Zandalar Tribe"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"]; + Prev_Page = "Zandalar1"; + Prev_Title = AL["Zandalar Tribe"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"]; + Back_Page = "REPMENU"; + Back_Title = AL["Factions"]; + }; + ["ABRepFriendly2029"] = { + Title = "AB 20-29 Friendly Rewards"; + Back_Page = "ABRepMenu"; + Next_Page = "ABRepFriendly3039"; + }; + ["ABRepFriendly3039"] = { + Title = "AB 30-39 Friendly Rewards"; + Back_Page = "ABRepMenu"; + Next_Page = "ABRepFriendly4049"; + Prev_Page = "ABRepFriendly2029"; + }; + ["ABRepFriendly4049"] = { + Title = "AB 40-49 Friendly Rewards"; + Back_Page = "ABRepMenu"; + Next_Page = "ABRepFriendly5059"; + Prev_Page = "ABRepFriendly3039"; + }; + ["ABRepFriendly5059"] = { + Title = "AB 50-59 Friendly Rewards"; + Back_Page = "ABRepMenu"; + Prev_Page = "ABRepFriendly4049"; + }; + ["ABRepHonored2029"] = { + Title = "AB 20-29 Honored Rewards"; + Back_Page = "ABRepMenu"; + Next_Page = "ABRepHonored3039"; + }; + ["ABRepHonored3039"] = { + Title = "AB 30-39 Honored Rewards"; + Back_Page = "ABRepMenu"; + Next_Page = "ABRepHonored4049"; + Prev_Page = "ABRepHonored2029"; + }; + ["ABRepHonored4049"] = { + Title = "AB 40-49 Honored Rewards"; + Back_Page = "ABRepMenu"; + Next_Page = "ABRepHonored5059"; + Prev_Page = "ABRepHonored3039"; + }; + ["ABRepHonored5059"] = { + Title = "AB 50-59 Honored Rewards"; + Back_Page = "ABRepMenu"; + Prev_Page = "ABRepHonored4049"; + }; + ["ABRepRevered2029"] = { + Title = "AB 20-29 Revered Rewards"; + Back_Page = "ABRepMenu"; + Next_Page = "ABRepRevered3039"; + }; + ["ABRepRevered3039"] = { + Title = "AB 30-39 Revered Rewards"; + Back_Page = "ABRepMenu"; + Next_Page = "ABRepRevered4049"; + Prev_Page = "ABRepRevered2029"; + }; + ["ABRepRevered4049"] = { + Title = "AB 40-49 Revered Rewards"; + Back_Page = "ABRepMenu"; + Next_Page = "ABRepRevered5059"; + Prev_Page = "ABRepRevered3039"; + }; + ["ABRepRevered5059"] = { + Title = "AB 50-59 Revered Rewards"; + Back_Page = "ABRepMenu"; + Prev_Page = "ABRepRevered4049"; + }; + ["ABRepExalted"] = { + Title = "AB Exalted Rewards"; + Back_Page = "ABRepMenu"; + }; + ["AVRepFriendly"] = { + Title = "AV Friendly Rewards"; + Back_Page = "AVRepMenu"; + Next_Page = "AVRepHonored"; + }; + ["AVRepHonored"] = { + Title = "AV Honored Rewards"; + Back_Page = "AVRepMenu"; + Next_Page = "AVRepRevered"; + Prev_Page = "AVRepFriendly"; + }; + ["AVRepRevered"] = { + Title = "AV Revered Rewards"; + Back_Page = "AVRepMenu"; + Next_Page = "AVRepExalted"; + Prev_Page = "AVRepHonored"; + }; + ["AVRepExalted"] = { + Title = "AV Exalted Rewards"; + Back_Page = "AVRepMenu"; + Prev_Page = "AVRepRevered"; + }; + ["WSGRepFriendly2029"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 20-29 Friendly Rewards"; + Next_Page = "WSGRepFriendly3039"; + }; + ["WSGRepFriendly3039"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 30-39 Friendly Rewards"; + Next_Page = "WSGRepFriendly4049"; + Prev_Page = "WSGRepFriendly2029"; + }; + ["WSGRepFriendly4049"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 40-49 Friendly Rewards"; + Prev_Page = "WSGRepFriendly3039"; + }; + ["WSGRepHonored1019"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 10-19 Honored Rewards"; + Next_Page = "WSGRepHonored2029"; + }; + ["WSGRepHonored2029"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 20-29 Honored Rewards"; + Next_Page = "WSGRepHonored3039"; + Prev_Page = "WSGRepHonored1019"; + }; + ["WSGRepHonored3039"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 30-39 Honored Rewards"; + Next_Page = "WSGRepHonored4049"; + Prev_Page = "WSGRepHonored2029"; + }; + ["WSGRepHonored4049"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 40-49 Honored Rewards"; + Next_Page = "WSGRepHonored5059"; + Prev_Page = "WSGRepHonored3039"; + }; + ["WSGRepHonored5059"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 50-59 Honored Rewards"; + Prev_Page = "WSGRepHonored4049"; + }; + ["WSGRepRevered1019"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 10-19 Revered Rewards"; + Next_Page = "WSGRepRevered2029"; + }; + ["WSGRepRevered2029"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 20-29 Revered Rewards"; + Next_Page = "WSGRepRevered3039"; + Prev_Page = "WSGRepRevered1019"; + }; + ["WSGRepRevered3039"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 30-39 Revered Rewards"; + Next_Page = "WSGRepRevered4049"; + Prev_Page = "WSGRepRevered2029"; + }; + ["WSGRepRevered4049"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 40-49 Revered Rewards"; + Next_Page = "WSGRepRevered5059"; + Prev_Page = "WSGRepRevered3039"; + }; + ["WSGRepRevered5059"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 50-59 Revered Rewards"; + Prev_Page = "WSGRepRevered4049"; + }; + ["WSGRepExalted4049"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 40-49 Exalted Rewards"; + Next_Page = "WSGRepExalted5059"; + }; + ["WSGRepExalted5059"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 50-59 Exalted Rewards"; + Next_Page = "WSGRepExalted60"; + Prev_Page = "WSGRepExalted4049"; + }; + ["WSGRepExalted60"] = { + Back_Page = "WSGRepMenu"; + Title = "WSG 60 Exalted Rewards"; + Prev_Page = "WSGRepExalted5059"; + }; + ["PvP60Accessories1"] = { + Title = AL["PvP Trinkets"]; + Next_Page = "PvP60Accessories2"; + Next_Title = AtlasLoot_TableNames["PvP60Accessories2"][1]; + Back_Page = "PVPMENU"; + Back_Title = AL["PvP Rewards"]; + }; + ["PvP60Accessories2"] = { + Title = AtlasLoot_TableNames["PvP60Accessories2"][1]; + Next_Page = "PvP60Accessories3"; + Next_Title = AtlasLoot_TableNames["PvP60Accessories3"][1]; + Prev_Page = "PvP60Accessories1"; + Prev_Title = AL["PvP Accessories"] .. ": " .. AL["Level 60"]; + Back_Page = "PVPMENU"; + Back_Title = AL["PvP Rewards"]; + }; + ["PvP60Accessories3"] = { + Title = AtlasLoot_TableNames["PvP60Accessories3"][1]; + Prev_Page = "PvP60Accessories2"; + Prev_Title = AtlasLoot_TableNames["PvP60Accessories2"][1]; + Back_Page = "PVPMENU"; + Back_Title = AL["PvP Rewards"]; + }; + ["PVPWeapons1"] = { + Title = AL["Rank 14 Weapons"]; + Next_Page = "PVPWeapons2"; + Next_Title = AL["Rank 14 Weapons"]; + Back_Page = "PVPMENU"; + Back_Title = AL["PvP Rewards"]; + }; + ["PVPWeapons2"] = { + Title = AL["Rank 14 Weapons"]; + Prev_Page = "PVPWeapons1"; + Prev_Title = AL["Rank 14 Weapons"]; + Back_Page = "PVPMENU"; + Back_Title = AL["PvP Rewards"]; + }; + ["PVPDruid"] = { + Title = AL["Druid"]; + Back_Page = "PVPSET"; + Back_Title = AL["PvP Armor Sets"]; + }; + ["PVPHunter"] = { + Title = AL["Hunter"]; + Back_Page = "PVPSET"; + Back_Title = AL["PvP Armor Sets"]; + }; + ["PVPMage"] = { + Title = AL["Mage"]; + Back_Page = "PVPSET"; + Back_Title = AL["PvP Armor Sets"]; + }; + ["PVPPaladin"] = { + Title = AL["Paladin"]; + Back_Page = "PVPSET"; + Back_Title = AL["PvP Armor Sets"]; + }; + ["PVPPriest"] = { + Title = AL["Priest"]; + Back_Page = "PVPSET"; + Back_Title = AL["PvP Armor Sets"]; + }; + ["PVPRogue"] = { + Title = AL["Rogue"]; + Back_Page = "PVPSET"; + Back_Title = AL["PvP Armor Sets"]; + }; + ["PVPShaman"] = { + Title = AL["Shaman"]; + Back_Page = "PVPSET"; + Back_Title = AL["PvP Armor Sets"]; + }; + ["PVPWarlock"] = { + Title = AL["Warlock"]; + Back_Page = "PVPSET"; + Back_Title = AL["PvP Armor Sets"]; + }; + ["PVPWarrior"] = { + Title = AL["Warrior"]; + Back_Page = "PVPSET"; + Back_Title = AL["PvP Armor Sets"]; + }; + ["T0Druid"] = { + Title = AL["Druid"]; + Back_Page = "T0SET"; + Back_Title = AL["Dungeon 1/2 Sets"]; + }; + ["T0Hunter"] = { + Title = AL["Hunter"]; + Back_Page = "T0SET"; + Back_Title = AL["Dungeon 1/2 Sets"]; + }; + ["T0Mage"] = { + Title = AL["Mage"]; + Back_Page = "T0SET"; + Back_Title = AL["Dungeon 1/2 Sets"]; + }; + ["T0Paladin"] = { + Title = AL["Paladin"]; + Back_Page = "T0SET"; + Back_Title = AL["Dungeon 1/2 Sets"]; + }; + ["T0Priest"] = { + Title = AL["Priest"]; + Back_Page = "T0SET"; + Back_Title = AL["Dungeon 1/2 Sets"]; + }; + ["T0Rogue"] = { + Title = AL["Rogue"]; + Back_Page = "T0SET"; + Back_Title = AL["Dungeon 1/2 Sets"]; + }; + ["T0Shaman"] = { + Title = AL["Shaman"]; + Back_Page = "T0SET"; + Back_Title = AL["Dungeon 1/2 Sets"]; + }; + ["T0Warlock"] = { + Title = AL["Warlock"]; + Back_Page = "T0SET"; + Back_Title = AL["Dungeon 1/2 Sets"]; + }; + ["T0Warrior"] = { + Title = AL["Warrior"]; + Back_Page = "T0SET"; + Back_Title = AL["Dungeon 1/2 Sets"]; + }; + ["T1Druid"] = { + Title = AL["Druid"]; + Back_Page = "T1SET"; + Back_Title = AL["Tier 1 Sets"]; + }; + ["T1Hunter"] = { + Title = AL["Hunter"]; + Back_Page = "T1SET"; + Back_Title = AL["Tier 1 Sets"]; + }; + ["T1Mage"] = { + Title = AL["Mage"]; + Back_Page = "T1SET"; + Back_Title = AL["Tier 1 Sets"]; + }; + ["T1Paladin"] = { + Title = AL["Paladin"]; + Back_Page = "T1SET"; + Back_Title = AL["Tier 1 Sets"]; + }; + ["T1Priest"] = { + Title = AL["Priest"]; + Back_Page = "T1SET"; + Back_Title = AL["Tier 1 Sets"]; + }; + ["T1Rogue"] = { + Title = AL["Rogue"]; + Back_Page = "T1SET"; + Back_Title = AL["Tier 1 Sets"]; + }; + ["T1Shaman"] = { + Title = AL["Shaman"]; + Back_Page = "T1SET"; + Back_Title = AL["Tier 1 Sets"]; + }; + ["T1Warlock"] = { + Title = AL["Warlock"]; + Back_Page = "T1SET"; + Back_Title = AL["Tier 1 Sets"]; + }; + ["T1Warrior"] = { + Title = AL["Warrior"]; + Back_Page = "T1SET"; + Back_Title = AL["Tier 1 Sets"]; + }; + ["T2Druid"] = { + Title = AL["Druid"]; + Back_Page = "T2SET"; + Back_Title = AL["Tier 2 Sets"]; + }; + ["T2Hunter"] = { + Title = AL["Hunter"]; + Back_Page = "T2SET"; + Back_Title = AL["Tier 2 Sets"]; + }; + ["T2Mage"] = { + Title = AL["Mage"]; + Back_Page = "T2SET"; + Back_Title = AL["Tier 2 Sets"]; + }; + ["T2Paladin"] = { + Title = AL["Paladin"]; + Back_Page = "T2SET"; + Back_Title = AL["Tier 2 Sets"]; + }; + ["T2Priest"] = { + Title = AL["Priest"]; + Back_Page = "T2SET"; + Back_Title = AL["Tier 2 Sets"]; + }; + ["T2Rogue"] = { + Title = AL["Rogue"]; + Back_Page = "T2SET"; + Back_Title = AL["Tier 2 Sets"]; + }; + ["T2Shaman"] = { + Title = AL["Shaman"]; + Back_Page = "T2SET"; + Back_Title = AL["Tier 2 Sets"]; + }; + ["T2Warlock"] = { + Title = AL["Warlock"]; + Back_Page = "T2SET"; + Back_Title = AL["Tier 2 Sets"]; + }; + ["T2Warrior"] = { + Title = AL["Warrior"]; + Back_Page = "T2SET"; + Back_Title = AL["Tier 2 Sets"]; + }; + ["T3Druid"] = { + Title = AL["Druid"]; + Back_Page = "T3SET"; + Back_Title = AL["Tier 3 Sets"]; + }; + ["T3Hunter"] = { + Title = AL["Hunter"]; + Back_Page = "T3SET"; + Back_Title = AL["Tier 3 Sets"]; + }; + ["T3Mage"] = { + Title = AL["Mage"]; + Back_Page = "T3SET"; + Back_Title = AL["Tier 3 Sets"]; + }; + ["T3Paladin"] = { + Title = AL["Paladin"]; + Back_Page = "T3SET"; + Back_Title = AL["Tier 3 Sets"]; + }; + ["T3Priest"] = { + Title = AL["Priest"]; + Back_Page = "T3SET"; + Back_Title = AL["Tier 3 Sets"]; + }; + ["T3Rogue"] = { + Title = AL["Rogue"]; + Back_Page = "T3SET"; + Back_Title = AL["Tier 3 Sets"]; + }; + ["T3Shaman"] = { + Title = AL["Shaman"]; + Back_Page = "T3SET"; + Back_Title = AL["Tier 3 Sets"]; + }; + ["T3Warlock"] = { + Title = AL["Warlock"]; + Back_Page = "T3SET"; + Back_Title = AL["Tier 3 Sets"]; + }; + ["T3Warrior"] = { + Title = AL["Warrior"]; + Back_Page = "T3SET"; + Back_Title = AL["Tier 3 Sets"]; + }; + ["AQ40Druid"] = { + Title = AL["Druid"]; + Back_Page = "AQ40SET"; + Back_Title = AL["Temple of Ahn'Qiraj Sets"]; + }; + ["AQ40Hunter"] = { + Title = AL["Hunter"]; + Back_Page = "AQ40SET"; + Back_Title = AL["Temple of Ahn'Qiraj Sets"]; + }; + ["AQ40Mage"] = { + Title = AL["Mage"]; + Back_Page = "AQ40SET"; + Back_Title = AL["Temple of Ahn'Qiraj Sets"]; + }; + ["AQ40Paladin"] = { + Title = AL["Paladin"]; + Back_Page = "AQ40SET"; + Back_Title = AL["Temple of Ahn'Qiraj Sets"]; + }; + ["AQ40Priest"] = { + Title = AL["Priest"]; + Back_Page = "AQ40SET"; + Back_Title = AL["Temple of Ahn'Qiraj Sets"]; + }; + ["AQ40Rogue"] = { + Title = AL["Rogue"]; + Back_Page = "AQ40SET"; + Back_Title = AL["Temple of Ahn'Qiraj Sets"]; + }; + ["AQ40Shaman"] = { + Title = AL["Shaman"]; + Back_Page = "AQ40SET"; + Back_Title = AL["Temple of Ahn'Qiraj Sets"]; + }; + ["AQ40Warlock"] = { + Title = AL["Warlock"]; + Back_Page = "AQ40SET"; + Back_Title = AL["Temple of Ahn'Qiraj Sets"]; + }; + ["AQ40Warrior"] = { + Title = AL["Warrior"]; + Back_Page = "AQ40SET"; + Back_Title = AL["Temple of Ahn'Qiraj Sets"]; + }; + ["AQ20Druid"] = { + Title = AL["Druid"]; + Back_Page = "AQ20SET"; + Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; + }; + ["AQ20Hunter"] = { + Title = AL["Hunter"]; + Back_Page = "AQ20SET"; + Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; + }; + ["AQ20Mage"] = { + Title = AL["Mage"]; + Back_Page = "AQ20SET"; + Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; + }; + ["AQ20Paladin"] = { + Title = AL["Paladin"]; + Back_Page = "AQ20SET"; + Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; + }; + ["AQ20Priest"] = { + Title = AL["Priest"]; + Back_Page = "AQ20SET"; + Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; + }; + ["AQ20Rogue"] = { + Title = AL["Rogue"]; + Back_Page = "AQ20SET"; + Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; + }; + ["AQ20Shaman"] = { + Title = AL["Shaman"]; + Back_Page = "AQ20SET"; + Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; + }; + ["AQ20Warlock"] = { + Title = AL["Warlock"]; + Back_Page = "AQ20SET"; + Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; + }; + ["AQ20Warrior"] = { + Title = AL["Warrior"]; + Back_Page = "AQ20SET"; + Back_Title = AL["Ruins of Ahn'Qiraj Sets"]; + }; + ["ZGDruid"] = { + Title = AL["Druid"]; + Back_Page = "ZGSET"; + Back_Title = AL["Zul'Gurub Sets"]; + }; + ["ZGHunter"] = { + Title = AL["Hunter"]; + Back_Page = "ZGSET"; + Back_Title = AL["Zul'Gurub Sets"]; + }; + ["ZGMage"] = { + Title = AL["Mage"]; + Back_Page = "ZGSET"; + Back_Title = AL["Zul'Gurub Sets"]; + }; + ["ZGPaladin"] = { + Title = AL["Paladin"]; + Back_Page = "ZGSET"; + Back_Title = AL["Zul'Gurub Sets"]; + }; + ["ZGPriest"] = { + Title = AL["Priest"]; + Back_Page = "ZGSET"; + Back_Title = AL["Zul'Gurub Sets"]; + }; + ["ZGRogue"] = { + Title = AL["Rogue"]; + Back_Page = "ZGSET"; + Back_Title = AL["Zul'Gurub Sets"]; + }; + ["ZGShaman"] = { + Title = AL["Shaman"]; + Back_Page = "ZGSET"; + Back_Title = AL["Zul'Gurub Sets"]; + }; + ["ZGWarlock"] = { + Title = AL["Warlock"]; + Back_Page = "ZGSET"; + Back_Title = AL["Zul'Gurub Sets"]; + }; + ["ZGWarrior"] = { + Title = AL["Warrior"]; + Back_Page = "ZGSET"; + Back_Title = AL["Zul'Gurub Sets"]; + }; + ["DEADMINES"] = { + Title = AL["Defias Leather"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["WAILING"] = { + Title = AL["Embrace of the Viper"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["SCARLET"] = { + Title = AL["Chain of the Scarlet Crusade"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["BLACKROCKD"] = { + Title = AL["The Gladiator"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["IRONWEAVE"] = { + Title = AL["Ironweave Battlesuit"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["ScholoCloth"] = { + Title = AL["Scholomance"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["ScholoLeather"] = { + Title = AL["Scholomance"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["ScholoMail"] = { + Title = AL["Scholomance"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["ScholoPlate"] = { + Title = AL["Scholomance"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["STRAT"] = { + Title = AL["The Postmaster"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["ScourgeInvasion"] = { + Title = AL["Scourge Invasion"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["ShardOfGods"] = { + Title = AL["Shard of the Gods"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["ZGRings"] = { + Title = AL["Zul'Gurub"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["HakkariBlades"] = { + Title = AL["Zul'Gurub"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["PrimalBlessing"] = { + Title = AL["Zul'Gurub"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["SpiritofEskhandar"] = { + Title = AL["Spirit of Eskhandar"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["DalRend"] = { + Title = AL["Dal'Rend's Arms"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["SpiderKiss"] = { + Title = AL["Spider's Kiss"]; + Back_Page = "PRE60SET"; + Back_Title = AL["Pre 60 Sets"]; + }; + ["ImperialPlate"] = { + Title = AL["Imperial Plate"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["TheDarksoul"] = { + Title = AL["The Darksoul"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["BloodsoulEmbrace"] = { + Title = AL["Bloodsoul Embrace"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["BloodvineG"] = { + Title = AL["Bloodvine Garb"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["VolcanicArmor"] = { + Title = AL["Volcanic Armor"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["IronfeatherArmor"] = { + Title = AL["Ironfeather Armor"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["StormshroudArmor"] = { + Title = AL["Stormshroud Armor"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["DevilsaurArmor"] = { + Title = AL["Devilsaur Armor"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["BloodTigerH"] = { + Title = AL["Blood Tiger Harness"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["PrimalBatskin"] = { + Title = AL["Primal Batskin"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["GreenDragonM"] = { + Title = AL["Green Dragon Mail"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["BlueDragonM"] = { + Title = AL["Blue Dragon Mail"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["BlackDragonM"] = { + Title = AL["Black Dragon Mail"]; + Back_Page = "CRAFTSET"; + Back_Title = AL["Crafted Sets"]; + }; + ["CraftedWeapons1"] = { + Title = AL["Crafted Epic Weapons"]; + Back_Page = "CRAFTINGMENU"; + Back_Title = AL["Collections"]; + }; + ["Tabards"] = { + Title = AL["Tabards"]; + Back_Page = "SETMENU"; + Back_Title = AL["Collections"]; + }; + ["Legendaries"] = { + Title = AL["Legendary Items"]; + Back_Page = "SETMENU"; + Back_Title = AL["Collections"]; + }; + ["Artifacts"] = { + Title = AL["Artifact Items"]; + Back_Page = "SETMENU"; + Back_Title = AL["Collections"]; + }; + ["PvPMountsPvP"] = { + Title = AL["PvP Mounts"]; + Back_Page = "PVPMENU"; + Back_Title = AL["PvP Rewards"]; + }; + ["UnobMounts"] = { + Title = AL["Unobtainable Mounts"]; + Back_Page = "SETMENU"; + Back_Title = AL["Collections"]; + }; + ["OldMounts"] = { + Title = AL["Old Mounts"]; + Back_Page = "SETMENU"; + Back_Title = AL["Collections"]; + }; + ["RareMounts"] = { + Title = AL["Rare Mounts"]; + Back_Page = "SETMENU"; + Back_Title = AL["Collections"]; + }; + ["RarePets1"] = { + Title = AL["Rare Pets"]; + Next_Page = "RarePets2"; + Next_Title = AL["Rare Pets"]; + Back_Page = "SETMENU"; + Back_Title = AL["Collections"]; + }; + ["RarePets2"] = { + Title = AL["Rare Pets"]; + Prev_Page = "RarePets1"; + Prev_Title = AL["Rare Pets"]; + Back_Page = "SETMENU"; + Back_Title = AL["Collections"]; + }; + ["WorldEpics1"] = { + Title = AtlasLoot_TableNames["WorldEpics1"][1]; + Next_Page = "WorldEpics2"; + Next_Title = AtlasLoot_TableNames["WorldEpics2"][1]; + Back_Page = "WORLDEPICS"; + Back_Title = AL["World Epics"]; + }; + ["WorldEpics2"] = { + Title = AtlasLoot_TableNames["WorldEpics2"][1]; + Next_Page = "WorldEpics3"; + Next_Title = AtlasLoot_TableNames["WorldEpics3"][1]; + Prev_Page = "WorldEpics1"; + Prev_Title = AtlasLoot_TableNames["WorldEpics1"][1]; + Back_Page = "WORLDEPICS"; + Back_Title = AL["World Epics"]; + }; + ["WorldEpics3"] = { + Title = AtlasLoot_TableNames["WorldEpics3"][1]; + Prev_Page = "WorldEpics2"; + Prev_Title = AtlasLoot_TableNames["WorldEpics2"][1]; + Back_Page = "WORLDEPICS"; + Back_Title = AL["World Epics"]; + }; + ["ZGTrash1"] = { + Title = AtlasLoot_TableNames["ZGTrash1"][1]; + Next_Page = "ZGTrash2"; + Next_Title = AtlasLoot_TableNames["ZGTrash2"][1]; + }; + ["ZGTrash2"] = { + Title = AtlasLoot_TableNames["ZGTrash2"][1]; + Prev_Page = "ZGTrash1"; + Prev_Title = AtlasLoot_TableNames["ZGTrash1"][1]; + }; + ["AQ40Trash1"] = { + Title = AtlasLoot_TableNames["AQ40Trash1"][1]; + Next_Page = "AQ40Trash2"; + Next_Title = AtlasLoot_TableNames["AQ40Trash2"][1]; + }; + ["AQ40Trash2"] = { + Title = AtlasLoot_TableNames["AQ40Trash2"][1]; + Prev_Page = "AQ40Trash1"; + Prev_Title = AtlasLoot_TableNames["AQ40Trash1"][1]; + }; + ["ChildrensWeek"] = { + Title = AL["Children's Week"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["Winterviel1"] = { + Title = AL["Feast of Winter Veil"]; + Next_Page = "Winterviel2"; + Next_Title = AtlasLoot_TableNames["Winterviel2"][1]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["Winterviel2"] = { + Title = AtlasLoot_TableNames["Winterviel2"][1]; + Prev_Page = "Winterviel1"; + Prev_Title = AL["Feast of Winter Veil"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["Halloween1"] = { + Title = AL["Hallow's End"]; + Next_Page = "Halloween2"; + Next_Title = AL["Hallow's End"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["Halloween2"] = { + Title = AL["Hallow's End"]; + Prev_Page = "Halloween1"; + Prev_Title = AL["Hallow's End"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["HarvestFestival"] = { + Title = AL["Harvest Festival"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["Valentineday"] = { + Title = AL["Love is in the Air"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["LunarFestival1"] = { + Title = AL["Lunar Festival"]; + Next_Page = "LunarFestival2"; + Next_Title = AL["Lunar Festival"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["LunarFestival2"] = { + Title = AL["Lunar Festival"]; + Prev_Page = "LunarFestival1"; + Prev_Title = AL["Lunar Festival"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["MidsummerFestival"] = { + Title = AL["Midsummer Fire Festival"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["Noblegarden"] = { + Title = AL["Noblegarden"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["ElementalInvasion"] = { + Title = AL["Elemental Invasion"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["GurubashiArena"] = { + Title = AL["Gurubashi Arena Booty Run"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["ScourgeInvasionEvent1"] = { + Title = AL["Scourge Invasion"]; + Next_Page = "ScourgeInvasionEvent2"; + Next_Title = AtlasLoot_TableNames["ScourgeInvasionEvent2"][1]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["ScourgeInvasionEvent2"] = { + Title = AtlasLoot_TableNames["ScourgeInvasionEvent2"][1]; + Prev_Page = "ScourgeInvasionEvent1"; + Prev_Title = AL["Scourge Invasion"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["FishingExtravaganza"] = { + Title = AL["Stranglethorn Fishing Extravaganza"]; + Back_Page = "WORLDEVENTMENU"; + Back_Title = AL["World Events"]; + }; + ["AbyssalTemplars"] = { + Title = AL["Abyssal Council"] .. " - " .. AL["Templars"]; + Back_Page = "AbyssalCouncil"; + Back_Title = AL["Abyssal Council"]; + }; + ["AbyssalDukes"] = { + Title = AL["Abyssal Council"] .. " - " .. AL["Dukes"]; + Back_Page = "AbyssalCouncil"; + Back_Title = AL["Abyssal Council"]; + }; + ["AbyssalLords"] = { + Title = AL["Abyssal Council"] .. " - " .. AL["High Council"]; + Back_Page = "AbyssalCouncil"; + Back_Title = AL["Abyssal Council"]; + }; + ["AlchemyApprentice1"] = { + Title = AL["Alchemy"] .. ": " .. AL["Apprentice"]; + Back_Page = "ALCHEMYMENU"; + Back_Title = AL["Alchemy"]; + Next_Page = "AlchemyJourneyman1"; + Next_Title = AL["Alchemy"] .. ": " .. AL["Journeyman"]; + }; + ["AlchemyJourneyman1"] = { + Title = AL["Alchemy"] .. ": " .. AL["Journeyman"]; + Back_Page = "ALCHEMYMENU"; + Back_Title = AL["Alchemy"]; + Next_Page = "AlchemyExpert1"; + Next_Title = AL["Alchemy"] .. ": " .. AL["Expert"]; + Prev_Page = "AlchemyApprentice1"; + Prev_Title = AL["Alchemy"] .. ": " .. AL["Apprentice"]; + }; + ["AlchemyExpert1"] = { + Title = AL["Alchemy"] .. ": " .. AL["Expert"]; + Back_Page = "ALCHEMYMENU"; + Back_Title = AL["Alchemy"]; + Next_Page = "AlchemyArtisan1"; + Next_Title = AL["Alchemy"] .. ": " .. AL["Artisan"]; + Prev_Page = "AlchemyJourneyman1"; + Prev_Title = AL["Alchemy"] .. ": " .. AL["Journeyman"]; + }; + ["AlchemyArtisan1"] = { + Title = AL["Alchemy"] .. ": " .. AL["Artisan"]; + Back_Page = "ALCHEMYMENU"; + Back_Title = AL["Alchemy"]; + Next_Page = "AlchemyArtisan2"; + Next_Title = AL["Alchemy"] .. ": " .. AL["Artisan"]; + Prev_Page = "AlchemyExpert1"; + Prev_Title = AL["Alchemy"] .. ": " .. AL["Expert"]; + }; + ["AlchemyArtisan2"] = { + Title = AL["Alchemy"] .. ": " .. AL["Artisan"]; + Back_Page = "ALCHEMYMENU"; + Back_Title = AL["Alchemy"]; + Prev_Page = "AlchemyArtisan1"; + Prev_Title = AL["Alchemy"] .. ": " .. AL["Artisan"]; + }; + ["SmithingApprentice1"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Apprentice"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Next_Page = "SmithingJourneyman1"; + Next_Title = AL["Blacksmithing"] .. ": " .. AL["Journeyman"]; + }; + ["SmithingJourneyman1"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Journeyman"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "SmithingApprentice1"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Apprentice"]; + Next_Page = "SmithingJourneyman2"; + Next_Title = AL["Blacksmithing"] .. ": " .. AL["Journeyman"]; + }; + ["SmithingJourneyman2"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Journeyman"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "SmithingJourneyman1"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Journeyman"]; + Next_Page = "SmithingExpert1"; + Next_Title = AL["Blacksmithing"] .. ": " .. AL["Expert"]; + }; + ["SmithingExpert1"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Expert"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "SmithingJourneyman2"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Journeyman"]; + Next_Page = "SmithingExpert2"; + Next_Title = AL["Blacksmithing"] .. ": " .. AL["Expert"]; + }; + ["SmithingExpert2"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Expert"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "SmithingExpert1"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Expert"]; + Next_Page = "SmithingArtisan1"; + Next_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"]; + }; + ["SmithingArtisan1"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "SmithingExpert2"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Expert"]; + Next_Page = "SmithingArtisan2"; + Next_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"]; + }; + ["SmithingArtisan2"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "SmithingArtisan1"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"]; + Next_Page = "SmithingArtisan3"; + Next_Title = AL["Blacksmithing"]; + }; + ["SmithingArtisan3"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "SmithingArtisan2"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"]; + Next_Page = "Armorsmith1"; + Next_Title = AL["Blacksmithing"] .. ": " .. AL["Armorsmith"]; + }; + ["Armorsmith1"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Armorsmith"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "SmithingArtisan3"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"]; + Next_Page = "Weaponsmith1"; + Next_Title = AL["Blacksmithing"] .. ": " .. AL["Weaponsmith"]; + }; + ["Weaponsmith1"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Weaponsmith"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "Armorsmith1"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Armorsmith"]; + Next_Page = "Axesmith1"; + Next_Title = AL["Blacksmithing"] .. ": " .. AL["Master Axesmith"]; + }; + ["Axesmith1"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Master Axesmith"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "Weaponsmith1"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Weaponsmith"]; + Next_Page = "Hammersmith1"; + Next_Title = AL["Blacksmithing"] .. ": " .. AL["Master Hammersmith"]; + }; + ["Hammersmith1"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Master Hammersmith"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "Axesmith1"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Master Axesmith"]; + Next_Page = "Swordsmith1"; + Next_Title = AL["Blacksmithing"] .. ": " .. AL["Master Swordsmith"]; + }; + ["Swordsmith1"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Master Swordsmith"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "Hammersmith1"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Master Hammersmith"]; + }; + ["EnchantingApprentice1"] = { + Title = AL["Enchanting"] .. ": " .. AL["Apprentice"]; + Back_Page = "ENCHANTINGMENU"; + Back_Title = AL["Enchanting"]; + Next_Page = "EnchantingJourneyman1"; + Next_Title = AL["Enchanting"] .. ": " .. AL["Journeyman"]; + }; + ["EnchantingJourneyman1"] = { + Title = AL["Enchanting"] .. ": " .. AL["Journeyman"]; + Back_Page = "ENCHANTINGMENU"; + Back_Title = AL["Enchanting"]; + Prev_Page = "EnchantingApprentice1"; + Prev_Title = AL["Enchanting"] .. ": " .. AL["Apprentice"]; + Next_Page = "EnchantingJourneyman2"; + Next_Title = AL["Enchanting"] .. ": " .. AL["Journeyman"]; + }; + ["EnchantingJourneyman2"] = { + Title = AL["Enchanting"] .. ": " .. AL["Journeyman"]; + Back_Page = "ENCHANTINGMENU"; + Back_Title = AL["Enchanting"]; + Prev_Page = "EnchantingJourneyman1"; + Prev_Title = AL["Enchanting"] .. ": " .. AL["Journeyman"]; + Next_Page = "EnchantingExpert1"; + Next_Title = AL["Enchanting"] .. ": " .. AL["Expert"]; + }; + ["EnchantingExpert1"] = { + Title = AL["Enchanting"] .. ": " .. AL["Expert"]; + Back_Page = "ENCHANTINGMENU"; + Back_Title = AL["Enchanting"]; + Prev_Page = "EnchantingJourneyman2"; + Prev_Title = AL["Enchanting"] .. ": " .. AL["Journeyman"]; + Next_Page = "EnchantingExpert2"; + Next_Title = AL["Enchanting"] .. ": " .. AL["Expert"]; + }; + ["EnchantingExpert2"] = { + Title = AL["Enchanting"] .. ": " .. AL["Expert"]; + Back_Page = "ENCHANTINGMENU"; + Back_Title = AL["Enchanting"]; + Prev_Page = "EnchantingExpert1"; + Prev_Title = AL["Enchanting"] .. ": " .. AL["Expert"]; + Next_Page = "EnchantingArtisan1"; + Next_Title = AL["Enchanting"] .. ": " .. AL["Artisan"]; + }; + ["EnchantingArtisan1"] = { + Title = AL["Enchanting"] .. ": " .. AL["Artisan"]; + Back_Page = "ENCHANTINGMENU"; + Back_Title = AL["Enchanting"]; + Prev_Page = "EnchantingExpert2"; + Prev_Title = AL["Enchanting"] .. ": " .. AL["Expert"]; + Next_Page = "EnchantingArtisan2"; + Next_Title = AL["Enchanting"] .. ": " .. AL["Artisan"]; + }; + ["EnchantingArtisan2"] = { + Title = AL["Enchanting"] .. ": " .. AL["Artisan"]; + Back_Page = "ENCHANTINGMENU"; + Back_Title = AL["Enchanting"]; + Prev_Page = "EnchantingArtisan1"; + Prev_Title = AL["Enchanting"] .. ": " .. AL["Artisan"]; + Next_Page = "EnchantingArtisan3"; + Next_Title = AL["Enchanting"] .. ": " .. AL["Artisan"]; + }; + ["EnchantingArtisan3"] = { + Title = AL["Enchanting"] .. ": " .. AL["Artisan"]; + Back_Page = "ENCHANTINGMENU"; + Back_Title = AL["Enchanting"]; + Prev_Page = "EnchantingArtisan2"; + Prev_Title = AL["Enchanting"] .. ": " .. AL["Artisan"]; + }; + ["EngineeringApprentice1"] = { + Title = AL["Engineering"] .. ": " .. AL["Apprentice"]; + Back_Page = "ENGINEERINGMENU"; + Back_Title = AL["Engineering"]; + Next_Page = "EngineeringJourneyman1"; + Next_Title = AL["Engineering"] .. ": " .. AL["Journeyman"]; + }; + ["EngineeringJourneyman1"] = { + Title = AL["Engineering"] .. ": " .. AL["Journeyman"]; + Back_Page = "ENGINEERINGMENU"; + Back_Title = AL["Engineering"]; + Prev_Page = "EngineeringApprentice1"; + Prev_Title = AL["Engineering"] .. ": " .. AL["Apprentice"]; + Next_Page = "EngineeringJourneyman2"; + Next_Title = AL["Engineering"] .. ": " .. AL["Journeyman"]; + }; + ["EngineeringJourneyman2"] = { + Title = AL["Engineering"] .. ": " .. AL["Journeyman"]; + Back_Page = "ENGINEERINGMENU"; + Back_Title = AL["Engineering"]; + Prev_Page = "EngineeringJourneyman1"; + Prev_Title = AL["Engineering"] .. ": " .. AL["Journeyman"]; + Next_Page = "EngineeringExpert1"; + Next_Title = AL["Engineering"] .. ": " .. AL["Expert"]; + }; + ["EngineeringExpert1"] = { + Title = AL["Engineering"] .. ": " .. AL["Expert"]; + Back_Page = "ENGINEERINGMENU"; + Back_Title = AL["Engineering"]; + Prev_Page = "EngineeringJourneyman2"; + Prev_Title = AL["Engineering"] .. ": " .. AL["Journeyman"]; + Next_Page = "EngineeringExpert2"; + Next_Title = AL["Engineering"] .. ": " .. AL["Expert"]; + }; + ["EngineeringExpert2"] = { + Title = AL["Engineering"] .. ": " .. AL["Expert"]; + Back_Page = "ENGINEERINGMENU"; + Back_Title = AL["Engineering"]; + Prev_Page = "EngineeringExpert1"; + Prev_Title = AL["Engineering"] .. ": " .. AL["Expert"]; + Next_Page = "EngineeringArtisan1"; + Next_Title = AL["Engineering"] .. ": " .. AL["Artisan"]; + }; + ["EngineeringArtisan1"] = { + Title = AL["Engineering"] .. ": " .. AL["Artisan"]; + Back_Page = "ENGINEERINGMENU"; + Back_Title = AL["Engineering"]; + Prev_Page = "EngineeringExpert2"; + Prev_Title = AL["Engineering"] .. ": " .. AL["Expert"]; + Next_Page = "EngineeringArtisan2"; + Next_Title = AL["Engineering"] .. ": " .. AL["Artisan"]; + }; + ["EngineeringArtisan2"] = { + Title = AL["Engineering"] .. ": " .. AL["Artisan"]; + Back_Page = "ENGINEERINGMENU"; + Back_Title = AL["Engineering"]; + Prev_Page = "EngineeringArtisan1"; + Prev_Title = AL["Engineering"] .. ": " .. AL["Artisan"]; + Next_Page = "Gnomish1"; + Next_Title = AL["Engineering"] .. ": " .. AL["Gnomish Engineering"]; + }; + ["Gnomish1"] = { + Title = AL["Engineering"] .. ": " .. AL["Gnomish Engineering"]; + Back_Page = "ENGINEERINGMENU"; + Back_Title = AL["Engineering"]; + Prev_Page = "EngineeringArtisan2"; + Prev_Title = AL["Engineering"] .. ": " .. AL["Artisan"]; + Next_Page = "Goblin1"; + Next_Title = AL["Engineering"] .. ": " .. AL["Goblin Engineering"]; + }; + ["Goblin1"] = { + Title = AL["Engineering"] .. ": " .. AL["Goblin Engineering"]; + Back_Page = "ENGINEERINGMENU"; + Back_Title = AL["Engineering"]; + Prev_Page = "Gnomish1"; + Prev_Title = AL["Engineering"] .. ": " .. AL["Gnomish Engineering"]; + }; + ["LeatherApprentice1"] = { + Title = AL["Leatherworking"] .. ": " .. AL["Apprentice"]; + Back_Page = "LEATHERWORKINGMENU"; + Back_Title = AL["Leatherworking"]; + Next_Page = "LeatherJourneyman1"; + Next_Title = AL["Leatherworking"] .. ": " .. AL["Journeyman"]; + }; + ["LeatherJourneyman1"] = { + Title = AL["Leatherworking"] .. ": " .. AL["Journeyman"]; + Back_Page = "LEATHERWORKINGMENU"; + Back_Title = AL["Leatherworking"]; + Prev_Page = "LeatherApprentice1"; + Prev_Title = AL["Leatherworking"] .. ": " .. AL["Apprentice"]; + Next_Page = "LeatherJourneyman2"; + Next_Title = AL["Leatherworking"] .. ": " .. AL["Journeyman"]; + }; + ["LeatherJourneyman2"] = { + Title = AL["Leatherworking"] .. ": " .. AL["Journeyman"]; + Back_Page = "LEATHERWORKINGMENU"; + Back_Title = AL["Leatherworking"]; + Prev_Page = "LeatherJourneyman1"; + Prev_Title = AL["Leatherworking"] .. ": " .. AL["Journeyman"]; + Next_Page = "LeatherExpert1"; + Next_Title = AL["Leatherworking"] .. ": " .. AL["Expert"]; + }; + ["LeatherExpert1"] = { + Title = AL["Leatherworking"] .. ": " .. AL["Expert"]; + Back_Page = "LEATHERWORKINGMENU"; + Back_Title = AL["Leatherworking"]; + Prev_Page = "LeatherJourneyman2"; + Prev_Title = AL["Leatherworking"] .. ": " .. AL["Journeyman"]; + Next_Page = "LeatherExpert2"; + Next_Title = AL["Leatherworking"] .. ": " .. AL["Expert"]; + }; + ["LeatherExpert2"] = { + Title = AL["Leatherworking"] .. ": " .. AL["Expert"]; + Back_Page = "LEATHERWORKINGMENU"; + Back_Title = AL["Leatherworking"]; + Prev_Page = "LeatherExpert1"; + Prev_Title = AL["Leatherworking"] .. ": " .. AL["Expert"]; + Next_Page = "LeatherArtisan1"; + Next_Title = AL["Leatherworking"] .. ": " .. AL["Artisan"]; + }; + ["LeatherArtisan1"] = { + Title = AL["Leatherworking"] .. ": " .. AL["Artisan"]; + Back_Page = "LEATHERWORKINGMENU"; + Back_Title = AL["Leatherworking"]; + Prev_Page = "LeatherExpert2"; + Prev_Title = AL["Leatherworking"] .. ": " .. AL["Expert"]; + Next_Page = "LeatherArtisan2"; + Next_Title = AL["Leatherworking"] .. ": " .. AL["Artisan"]; + }; + ["LeatherArtisan2"] = { + Title = AL["Leatherworking"] .. ": " .. AL["Artisan"]; + Back_Page = "LEATHERWORKINGMENU"; + Back_Title = AL["Leatherworking"]; + Prev_Page = "LeatherArtisan1"; + Prev_Title = AL["Leatherworking"] .. ": " .. AL["Artisan"]; + Next_Page = "LeatherArtisan3"; + Next_Title = AL["Leatherworking"] .. ": " .. AL["Artisan"]; + }; + ["LeatherArtisan3"] = { + Title = AL["Leatherworking"] .. ": " .. AL["Artisan"]; + Back_Page = "LEATHERWORKINGMENU"; + Back_Title = AL["Leatherworking"]; + Prev_Page = "LeatherArtisan2"; + Prev_Title = AL["Leatherworking"] .. ": " .. AL["Artisan"]; + Next_Page = "Dragonscale1"; + Next_Title = AL["Leatherworking"] .. ": " .. AL["Dragonscale Leatherworking"]; + }; + ["Dragonscale1"] = { + Title = AL["Leatherworking"] .. ": " .. AL["Dragonscale Leatherworking"]; + Back_Page = "LEATHERWORKINGMENU"; + Back_Title = AL["Leatherworking"]; + Prev_Page = "LeatherArtisan3"; + Prev_Title = AL["Leatherworking"] .. ": " .. AL["Artisan"]; + Next_Page = "Elemental1"; + Next_Title = AL["Leatherworking"] .. ": " .. AL["Elemental Leatherworking"]; + }; + ["Elemental1"] = { + Title = AL["Leatherworking"] .. ": " .. AL["Elemental Leatherworking"]; + Back_Page = "LEATHERWORKINGMENU"; + Back_Title = AL["Leatherworking"]; + Prev_Page = "Dragonscale1"; + Prev_Title = AL["Leatherworking"] .. ": " .. AL["Dragonscale Leatherworking"]; + Next_Page = "Tribal1"; + Next_Title = AL["Leatherworking"] .. ": " .. AL["Tribal Leatherworking"]; + }; + ["Tribal1"] = { + Title = AL["Leatherworking"] .. ": " .. AL["Tribal Leatherworking"]; + Back_Page = "LEATHERWORKINGMENU"; + Back_Title = AL["Leatherworking"]; + Prev_Page = "Elemental1"; + Prev_Title = AL["Leatherworking"] .. ": " .. AL["Elemental Leatherworking"]; + }; + ["Herbalism1"] = { + Title = AL["Herbalism"]; + Back_Page = "CRAFTINGMENU"; + Back_Title = AL["Crafting"]; + Next_Page = "Herbalism2"; + Next_Title = AL["Herbalism"]; + }; + ["Herbalism2"] = { + Title = AL["Herbalism"]; + Back_Page = "CRAFTINGMENU"; + Back_Title = AL["Crafting"]; + Prev_Page = "Herbalism1"; + Prev_Title = AL["Herbalism"]; + }; + ["Mining1"] = { + Title = AL["Mining"]; + Back_Page = "MININGMENU"; + Back_Title = AL["Crafting"]; + Next_Page = "Mining2"; + Next_Title = AL["Mining"]; + }; + ["Mining2"] = { + Title = AL["Mining"]; + Back_Page = "MININGMENU"; + Back_Title = AL["Crafting"]; + Next_Page = "Smelting1"; + Next_Title = AL["Smelting"]; + Prev_Page = "Mining1"; + Prev_Title = AL["Mining"]; + }; + ["Smelting1"] = { + Title = AL["Smelting"]; + Back_Page = "MININGMENU"; + Back_Title = AL["Crafting"]; + Prev_Page = "Mining2"; + Prev_Title = AL["Mining"]; + }; + ["TailoringApprentice1"] = { + Title = AL["Tailoring"] .. ": " .. AL["Apprentice"]; + Back_Page = "TAILORINGMENU"; + Back_Title = AL["Tailoring"]; + Next_Page = "TailoringJourneyman1"; + Next_Title = AL["Tailoring"] .. ": " .. AL["Journeyman"]; + }; + ["TailoringJourneyman1"] = { + Title = AL["Tailoring"] .. ": " .. AL["Journeyman"]; + Back_Page = "TAILORINGMENU"; + Back_Title = AL["Tailoring"]; + Prev_Page = "TailoringApprentice1"; + Prev_Title = AL["Tailoring"] .. ": " .. AL["Apprentice"]; + Next_Page = "TailoringJourneyman2"; + Next_Title = AL["Tailoring"] .. ": " .. AL["Journeyman"]; + }; + ["TailoringJourneyman2"] = { + Title = AL["Tailoring"] .. ": " .. AL["Journeyman"]; + Back_Page = "TAILORINGMENU"; + Back_Title = AL["Tailoring"]; + Prev_Page = "TailoringJourneyman1"; + Prev_Title = AL["Tailoring"] .. ": " .. AL["Journeyman"]; + Next_Page = "TailoringExpert1"; + Next_Title = AL["Tailoring"] .. ": " .. AL["Expert"]; + }; + ["TailoringExpert1"] = { + Title = AL["Tailoring"] .. ": " .. AL["Expert"]; + Back_Page = "TAILORINGMENU"; + Back_Title = AL["Tailoring"]; + Prev_Page = "TailoringJourneyman2"; + Prev_Title = AL["Tailoring"] .. ": " .. AL["Journeyman"]; + Next_Page = "TailoringExpert2"; + Next_Title = AL["Tailoring"] .. ": " .. AL["Expert"]; + }; + ["TailoringExpert2"] = { + Title = AL["Tailoring"] .. ": " .. AL["Expert"]; + Back_Page = "TAILORINGMENU"; + Back_Title = AL["Tailoring"]; + Prev_Page = "TailoringExpert1"; + Prev_Title = AL["Tailoring"] .. ": " .. AL["Expert"]; + Next_Page = "TailoringArtisan1"; + Next_Title = AL["Tailoring"] .. ": " .. AL["Artisan"]; + }; + ["TailoringArtisan1"] = { + Title = AL["Tailoring"] .. ": " .. AL["Artisan"]; + Back_Page = "TAILORINGMENU"; + Back_Title = AL["Tailoring"]; + Prev_Page = "TailoringExpert2"; + Prev_Title = AL["Tailoring"] .. ": " .. AL["Expert"]; + Next_Page = "TailoringArtisan2"; + Next_Title = AL["Tailoring"] .. ": " .. AL["Artisan"]; + }; + ["TailoringArtisan2"] = { + Title = AL["Tailoring"] .. ": " .. AL["Artisan"]; + Back_Page = "TAILORINGMENU"; + Back_Title = AL["Tailoring"]; + Prev_Page = "TailoringArtisan1"; + Prev_Title = AL["Tailoring"] .. ": " .. AL["Artisan"]; + Next_Page = "TailoringArtisan3"; + Next_Title = AL["Tailoring"] .. ": " .. AL["Artisan"]; + }; + ["TailoringArtisan3"] = { + Title = AL["Tailoring"] .. ": " .. AL["Artisan"]; + Back_Page = "TAILORINGMENU"; + Back_Title = AL["Tailoring"]; + Prev_Page = "TailoringArtisan2"; + Prev_Title = AL["Tailoring"] .. ": " .. AL["Artisan"]; + Next_Page = "TailoringArtisan4"; + Next_Title = AL["Tailoring"] .. ": " .. AL["Artisan"]; + }; + ["TailoringArtisan4"] = { + Title = AL["Tailoring"] .. ": " .. AL["Artisan"]; + Back_Page = "TAILORINGMENU"; + Back_Title = AL["Tailoring"]; + Prev_Page = "TailoringArtisan3"; + Prev_Title = AL["Tailoring"] .. ": " .. AL["Artisan"]; + }; + ["CookingApprentice1"] = { + Title = AL["Cooking"] .. ": " .. AL["Apprentice"]; + Back_Page = "COOKINGMENU"; + Back_Title = AL["Cooking"]; + Next_Page = "CookingJourneyman1"; + Next_Title = AL["Cooking"] .. ": " .. AL["Journeyman"]; + }; + ["CookingJourneyman1"] = { + Title = AL["Cooking"] .. ": " .. AL["Journeyman"]; + Back_Page = "COOKINGMENU"; + Back_Title = AL["Cooking"]; + Prev_Page = "CookingApprentice1"; + Prev_Title = AL["Cooking"] .. ": " .. AL["Apprentice"]; + Next_Page = "CookingExpert1"; + Next_Title = AL["Cooking"] .. ": " .. AL["Journeyman"]; + }; + ["CookingExpert1"] = { + Title = AL["Cooking"] .. ": " .. AL["Expert"]; + Back_Page = "COOKINGMENU"; + Back_Title = AL["Cooking"]; + Prev_Page = "CookingJourneyman1"; + Prev_Title = AL["Cooking"] .. ": " .. AL["Journeyman"]; + Next_Page = "CookingArtisan1"; + Next_Title = AL["Cooking"] .. ": " .. AL["Artisan"]; + }; + ["CookingArtisan1"] = { + Title = AL["Cooking"] .. ": " .. AL["Artisan"]; + Back_Page = "COOKINGMENU"; + Back_Title = AL["Cooking"]; + Prev_Page = "CookingExpert1"; + Prev_Title = AL["Cooking"] .. ": " .. AL["Expert"]; + }; + ["FirstAid1"] = { + Title = AL["First Aid"]; + Back_Page = "CRAFTINGMENU"; + Back_Title = AL["Crafting"]; + }; + ["Poisons1"] = { + Title = AL["Poisons"]; + Back_Page = "CRAFTINGMENU"; + Back_Title = AL["Crafting"]; + }; +}; diff --git a/Core/Factions.lua b/Core/Factions.lua index e1ff01b..830e267 100644 --- a/Core/Factions.lua +++ b/Core/Factions.lua @@ -110,6 +110,20 @@ function AtlasLootRepMenu() AtlasLootMenuItem_22_Icon:SetTexture("Interface\\Icons\\INV_Misc_Coin_08"); AtlasLootMenuItem_22.lootpage="Zandalar1"; AtlasLootMenuItem_22:Show(); + + --helf + AtlasLootMenuItem_13_Name:SetText(AL["Silvermoon Remnant"]); + AtlasLootMenuItem_13_Extra:SetText("|cff2773ff"..AL["Alliance"]); + AtlasLootMenuItem_13_Icon:SetTexture("Interface\\Icons\\INV_Staff_13"); + AtlasLootMenuItem_13.lootpage="Helf"; + AtlasLootMenuItem_13:Show(); + --raventusk + AtlasLootMenuItem_28_Name:SetText(AL["Revantusk Trolls"]); + AtlasLootMenuItem_28_Extra:SetText("|cffFF0000"..AL["Horde"]); + AtlasLootMenuItem_28_Icon:SetTexture("Interface\\Icons\\INV_Misc_Head_Troll_01"); + AtlasLootMenuItem_28.lootpage="Revantusk"; + AtlasLootMenuItem_28:Show(); + for i = 1, 30, 1 do getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show(); end diff --git a/Factions/factions.lua b/Factions/factions.lua index 84bb6ea..291e53d 100644 --- a/Factions/factions.lua +++ b/Factions/factions.lua @@ -1,393 +1,543 @@ AtlasLoot_Data["AtlasLootRepItems"] = { - EmptyInstance = {}; - Argent1 = { - { 0, "", "", "" }, - { 22689, "INV_Helmet_13", "=q3=Sanctified Leather Helm", "=ds=#s1#, #a2#" }, - { 22690, "INV_Pants_03", "=q3=Leggings of the Plague Hunter", "=ds=#s11#, #a3#" }, - { 22681, "INV_Jewelry_Ring_33", "=q3=Band of Piety", "=ds=#s13#" }, - { 22680, "INV_Jewelry_Ring_01", "=q3=Band of Resolution", "=ds=#s13#" }, - { 22688, "INV_Weapon_ShortBlade_03", "=q3=Verimonde's Last Resort", "=ds=#h3#, #w4#" }, - { 22679, "INV_Misc_Bag_17", "=q3=Supply Bag", "=ds=#m12# #e10#" }, - { 0, "", "", "" }, - { 22523, "INV_Misc_Token_ArgentDawn", "=q2=Insignia of the Dawn", "=ds=#e22#" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 22657, "INV_Jewelry_Amulet_04", "=q4=Amulet of the Dawn", "=ds=#s2#" }, - { 22659, "INV_Jewelry_Amulet_04", "=q4=Medallion of the Dawn", "=ds=#s2#" }, - { 22667, "INV_Bracer_12", "=q4=Bracers of Hope", "=ds=#s8#, #a1#" }, - { 22668, "INV_Bracer_04", "=q4=Bracers of Subterfuge", "=ds=#s8#, #a2#" }, - { 22678, "INV_Misc_Gem_Pearl_04", "=q4=Talisman of Ascendance", "=ds=#s14#" }, - { 22656, "INV_Weapon_Rifle_06", "=q4=The Purifier", "=ds=#w5#" }, - { 0, "", "", "" }, - { 22524, "INV_Misc_Token_ScarletCrusade", "=q2=Insignia of the Crusade", "=ds=#e22#" }, - }; - Argent2 = { - { 0, "", "", "" }, - { 0, "INV_Jewelry_Talisman_08", "=q6=#r2#", "" }, - { 13724, "INV_Misc_Food_33", "=q1=Enriched Manna Biscuit", "=ds=#e2#" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "INV_Jewelry_Talisman_08", "=q6=#r3#", "" }, - { 13482, "INV_Scroll_06", "=q2=Recipe: Transmute Air to Fire", "=ds=#p1# (275)" }, - { 19216, "INV_Scroll_03", "=q1=Pattern: Argent Boots", "=ds=#p8# (290)" }, - { 19328, "INV_Scroll_03", "=q1=Pattern: Dawn Treaders", "=ds=#p7# (290)" }, - { 19203, "INV_Scroll_03", "=q1=Plans: Girdle of the Dawn", "=ds=#p2# (290)" }, - { 19442, "INV_Scroll_03", "=q1=Formula: Powerful Anti-Venom", "=ds=#p6# #m14#" }, - { 19446, "INV_Misc_Note_01", "=q1=Formula: Enchant Bracer - Mana Regeneration", "=ds=#p4# (290)" }, - }; - Argent3 = { - { 0, "", "", "" }, - { 0, "INV_Jewelry_Talisman_08", "=q6=#r4#", "" }, - { 18171, "Spell_Holy_WordFortitude", "=q2=Arcane Mantle of the Dawn", "=ds=#s3# #e11#" }, - { 18169, "Spell_Fire_FlameShock", "=q2=Flame Mantle of the Dawn", "=ds=#s3# #e11#" }, - { 18170, "Spell_Frost_FrostShock", "=q2=Frost Mantle of the Dawn", "=ds=#s3# #e11#" }, - { 18172, "Spell_Nature_ProtectionformNature", "=q2=Nature Mantle of the Dawn", "=ds=#s3# #e11#" }, - { 18173, "Spell_Shadow_RagingScream", "=q2=Shadow Mantle of the Dawn", "=ds=#s3# #e11#" }, - { 19217, "INV_Scroll_03", "=q1=Pattern: Argent Shoulders", "=ds=#p8# #m14#" }, - { 19329, "INV_Scroll_03", "=q1=Pattern: Golden Mantle of the Dawn", "=ds=#p7# #m14#" }, - { 19205, "INV_Scroll_03", "=q1=Plans: Gloves of the Dawn", "=ds=#p2# #m14#" }, - { 19447, "INV_Scroll_03", "=q1=Formula: Enchant Bracer - Healing", "=ds=#p4# #m14#" }, - { 13810, "INV_Misc_Food_41", "=q1=Blessed Sunfruit", "=ds=#e2#" }, - { 13813, "INV_Drink_16", "=q1=Blessed Sunfruit Juice", "=ds=#e3#" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "INV_Jewelry_Talisman_08", "=q6=#r5#", "" }, - { 18182, "INV_Misc_Gem_Variety_02", "=q2=Chromatic Mantle of the Dawn", "=ds=#s3# #e11#" }, - }; - AQBroodRings = { - { 0, "", "", "" }, - { 0, "INV_Jewelry_Ring_40", "=q6=#pob1#", "" }, - { 21201, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r1#" }, - { 21202, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r2#" }, - { 21203, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r3#" }, - { 21204, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r4#" }, - { 21205, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r5#" }, - { 0,"","","" }, - { 0, "INV_Jewelry_Ring_40", "=q6=#pob2#", "" }, - { 21206, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r1#" }, - { 21207, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r2#" }, - { 21208, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r3#" }, - { 21209, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r4#" }, - { 21210, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r5#" }, - { 0,"","","" }, - { 0,"","","" }, - { 0, "INV_Jewelry_Ring_40", "=q6=#pob3#", "" }, - { 21196, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r1#" }, - { 21197, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r2#" }, - { 21198, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r3#" }, - { 21199, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r4#" }, - { 21200, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r5#" }, - }; - Timbermaw = { - { 0, "", "", "" }, - { 0, "INV_Misc_Horn_01", "=q6=#r2#", "" }, - { 13484, "INV_Scroll_03", "=q2=Recipe: Transmute Earth to Water","=ds=#p1# (275)" }, - { 20254, "INV_Scroll_03", "=q1=Pattern: Warbear Woolies","=ds=#p7# (285)" }, - { 15742, "INV_Scroll_03", "=q1=Pattern: Warbear Harness","=ds=#p7# (275)" }, - { 22392, "INV_Misc_Note_01", "=q1=Formula: Enchant 2H Weapon - Agility","=ds=#p4# (290)" }, - { 0, "", "", "" }, - { 0, "INV_Misc_Horn_01", "=q6=#r3#", "" }, - { 16768, "INV_Misc_Bag_11", "=q2=Furbolg Medicine Pouch", "=ds=#s15#" }, - { 16769, "INV_Mace_11", "=q2=Furbolg Medicine Totem", "=ds=#h3#, #w6#" }, - { 19202, "INV_Scroll_03", "=q1=Plans: Heavy Timbermaw Belt","=ds=#p2# (290)" }, - { 19326, "INV_Scroll_03", "=q1=Pattern: Might of the Timbermaw","=ds=#p7# (290)" }, - { 19215, "INV_Scroll_03", "=q1=Pattern: Wisdom of the Timbermaw","=ds=#p8# (290)" }, - { 19445, "INV_Misc_Note_01", "=q1=Formula: Enchant Weapon - Agility","=ds=#p4# (290)" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "INV_Misc_Horn_01", "=q6=#r4#", "" }, - { 19218, "INV_Scroll_03", "=q1=Pattern: Mantle of the Timbermaw","=ds=#p8# #m14#" }, - { 19327, "INV_Scroll_03", "=q1=Pattern: Timbermaw Brawlers","=ds=#p7# #m14#" }, - { 19204, "INV_Scroll_03", "=q1=Plans: Heavy Timbermaw Boots","=ds=#p2# #m14#" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "INV_Misc_Horn_01", "=q6=#r5#", "" }, - { 21326, "INV_Misc_Horn_01", "=q4=Defender of the Timbermaw", "=ds=#s14#"}, - }; - Thorium1 = { - { 0, "", "", "" }, - { 0, "INV_Ingot_Mithril", "=q6=#r2#", "" }, - { 17051, "INV_Scroll_03", "=q3=Plans: Dark Iron Bracers", "=ds=#p2# (295)" }, - { 17018, "INV_Scroll_03", "=q1=Pattern: Flarecore Gloves", "=ds=#p8# #m14#" }, - { 17023, "INV_Scroll_03", "=q1=Pattern: Molten Helm", "=ds=#p7# #m14#" }, - { 17022, "INV_Scroll_03", "=q1=Pattern: Corehound Boots", "=ds=#p7# (295)" }, - { 20761, "INV_Scroll_03", "=q1=Recipe: Transmute Elemental Fire", "=ds=#p1# #m14#" }, - { 19444, "INV_Misc_Note_01", "=q1=Formula: Enchant Weapon - Strength", "=ds=#p4# (290)" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "INV_Ingot_Mithril", "=q6=#r3#", "" }, - { 17059, "INV_Scroll_03", "=q3=Plans: Dark Iron Reaver", "=ds=#p2# #m14#" }, - { 17060, "INV_Scroll_03", "=q3=Plans: Dark Iron Destroyer", "=ds=#p2# #m14#" }, - { 17049, "INV_Scroll_03", "=q3=Plans: Fiery Chain Girdle", "=ds=#p2# (295)" }, - { 17017, "INV_Scroll_03", "=q1=Pattern: Flarecore Mantle", "=ds=#p8# #m14#" }, - { 19219, "INV_Scroll_03", "=q1=Pattern: Flarecore Robe", "=ds=#p8# #m14#" }, - { 19330, "INV_Scroll_03", "=q1=Pattern: Lava Belt", "=ds=#p7# #m14#" }, - { 17025, "INV_Scroll_03", "=q1=Pattern: Black Dragonscale Boots", "=ds=#p7# #m14#" }, - { 19206, "INV_Scroll_03", "=q1=Plans: Dark Iron Helm", "=ds=#p2# #m14#" }, - { 19448, "INV_Misc_Note_01", "=q1=Formula: Enchant Weapon - Mighty Spirit", "=ds=#p4# #m14#" }, - }; - Thorium2 = { - { 0, "", "", "" }, - { 0, "INV_Ingot_Mithril", "=q6=#r4#", "" }, - { 18592, "INV_Scroll_03", "=q4=Plans: Sulfuron Hammer", "=ds=#p2#, #m4#" }, - { 17052, "INV_Scroll_03", "=q3=Plans: Dark Iron Leggings", "=ds=#p2# #m14#" }, - { 17053, "INV_Scroll_03", "=q3=Plans: Fiery Chain Shoulders", "=ds=#p2# #m14#" }, - { 19220, "INV_Scroll_03", "=q1=Pattern: Flarecore Leggings", "=ds=#p8# #m14#" }, - { 19333, "INV_Scroll_03", "=q1=Pattern: Molten Belt", "=ds=#p7# #m14#" }, - { 19332, "INV_Scroll_03", "=q1=Pattern: Corehound Belt", "=ds=#p7# #m14#" }, - { 19331, "INV_Scroll_03", "=q1=Pattern: Chromatic Gauntlets", "=ds=#p7# #m14#" }, - { 19207, "INV_Scroll_03", "=q1=Plans: Dark Iron Gauntlets", "=ds=#p2# #m14#" }, - { 19208, "INV_Scroll_03", "=q1=Plans: Black Amnesty", "=ds=#p2# #m14#" }, - { 19209, "INV_Scroll_03", "=q1=Plans: Blackfury", "=ds=#p2# #m14#" }, - { 19449, "INV_Scroll_03", "=q1=Formula: Enchant Weapon - Mighty Intellect", "=ds=#p4# #m14#" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "INV_Ingot_Mithril", "=q6=#r5#", "" }, - { 20040, "INV_Scroll_03", "=q1=Plans: Dark Iron Boots", "=ds=#p2# #m14#" }, - { 19210, "INV_Scroll_03", "=q1=Plans: Ebon Hand", "=ds=#p2# #m14#" }, - { 19211, "INV_Scroll_03", "=q1=Plans: Blackguard", "=ds=#p2# #m14#" }, - { 19212, "INV_Scroll_03", "=q1=Plans: Nightfall", "=ds=#p2# #m14#" }, - }; - Cenarion1 = { - { 0, "", "", "" }, - { 22772, "INV_Scroll_03", "=q1=Pattern: Sylvan Shoulders", "=ds=#p8# #m14#" }, - { 22769, "INV_Scroll_03", "=q1=Pattern: Bramblewood Belt", "=ds=#p7# #m14#" }, - { 20506, "INV_Scroll_03", "=q1=Pattern: Spitfire Bracers", "=ds=#p7# #m14#" }, - { 20509, "INV_Scroll_03", "=q1=Pattern: Sandstalker Bracers", "=ds=#p7# #m14#" }, - { 22768, "INV_Scroll_03", "=q1=Plans: Ironvine Belt", "=ds=#p2# #m14#" }, - { 22209, "INV_Scroll_03", "=q1=Plans: Heavy Obsidian Belt", "=ds=#p2# #m14#" }, - { 22310, "INV_Scroll_03", "=q1=Pattern: Cenarion Herb Bag", "=ds=#p8# (275)" }, - { 20732, "INV_Misc_Note_01", "=q1=Formula: Enchant Cloak - Greater Fire Resistance", "=ds=#p4# #m14#" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 21187, "INV_Misc_Cape_07", "=q3=Earthweave Cloak", "=ds=#s4#", "", "", "", "5", "#ccombat#", "3", "#clogistics#", "7", "#ctactical#" }, - { 21178, "INV_Gauntlets_18", "=q3=Gloves of Earthen Power", "=ds=#s9#, #a2#", "", "", "", "5", "#ccombat#", "3", "#clogistics#", "7", "#ctactical#" }, - { 21179, "INV_Jewelry_Ring_18", "=q3=Band of Earthen Wrath", "=ds=#s13#", "", "", "", "5", "#ccombat#", "3", "#clogistics#", "7", "#ctactical#" }, - }; - Cenarion2 = { - { 0, "", "", "" }, - { 22773, "INV_Scroll_03", "=q1=Pattern: Sylvan Crown", "=ds=#p8# #m14#" }, - { 22770, "INV_Scroll_03", "=q1=Pattern: Bramblewood Boots", "=ds=#p7# #m14#" }, - { 20507, "INV_Scroll_03", "=q1=Pattern: Spitfire Gauntlets", "=ds=#p7# #m14#" }, - { 20510, "INV_Scroll_03", "=q1=Pattern: Sandstalker Gauntlets", "=ds=#p7# #m14#" }, - { 22767, "INV_Scroll_03", "=q1=Plans: Ironvine Gloves", "=ds=#p2# #m14#" }, - { 22214, "INV_Scroll_03", "=q1=Plans: Light Obsidian Belt", "=ds=#p2# #m14#" }, - { 20733, "INV_Misc_Note_01", "=q1=Formula: Enchant Cloak - Greater Nature Resistance", "=ds=#p4# #m14#" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 21183, "INV_Chest_Cloth_06", "=q3=Earthpower Vest", "=ds=#s5#, #a1#", "", "", "", "7", "#ccombat#", "4", "#clogistics#", "4", "#ctactical#" }, - { 21182, "INV_Jewelry_Ring_19", "=q3=Band of Earthen Might", "=ds=#s13#", "", "", "", "7", "#ccombat#", "4", "#clogistics#", "4", "#ctactical#" }, - { 21181, "INV_Misc_Herb_02", "=q3=Grace of Earth", "=ds=#s14#", "", "", "", "7", "#ccombat#", "4", "#clogistics#", "4", "#ctactical#" }, - }; - Cenarion3 = { - { 0, "", "", "" }, - { 22683, "INV_Scroll_03", "=q1=Pattern: Gaea's Embrace", "=ds=#p8# #m14#" }, - { 22774, "INV_Scroll_03", "=q1=Pattern: Sylvan Vest", "=ds=#p8# #m14#" }, - { 22771, "INV_Scroll_03", "=q1=Pattern: Bramblewood Helm", "=ds=#p7# #m14#" }, - { 20508, "INV_Scroll_03", "=q1=Pattern: Spitfire Breastplate", "=ds=#p7# #m14#" }, - { 20511, "INV_Scroll_03", "=q1=Pattern: Sandstalker Breastplate", "=ds=#p7# #m14#" }, - { 22766, "INV_Scroll_03", "=q1=Plans: Ironvine Breastplate", "=ds=#p2# #m14#" }, - { 22219, "INV_Scroll_03", "=q1=Plans: Jagged Obsidian Shield", "=ds=#p2# #m14#" }, - { 22312, "INV_Scroll_03", "=q1=Pattern: Satchel of Cenarius", "=ds=#p8# #m14#" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 21186, "INV_Bracer_12", "=q4=Rockfury Bracers", "=ds=#s8#, #a1#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "17", "#ctactical#", "1", "#cremulos#" }, - { 21184, "INV_Bracer_07", "=q4=Deeprock Bracers", "=ds=#s8#, #a4#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "17", "#ctactical#", "1", "#cremulos#" }, - { 21189, "INV_Jewelry_Ring_41", "=q4=Might of Cenarius", "=ds=#s13#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "17", "#ctactical#", "1", "#cremulos#" }, - { 21185, "INV_Misc_Gem_Pearl_06", "=q4=Earthcalm Orb", "=ds=#s15#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "17", "#ctactical#", "1", "#cremulos#" }, - }; - Cenarion4 = { - { 0, "", "", "" }, - { 20382, "INV_Scroll_03", "=q1=Pattern: Dreamscale Breastplate", "=ds=#p7# #m14#" }, - { 22221, "INV_Scroll_03", "=q1=Plans: Obsidian Mail Tunic", "=ds=#p2# #m14#" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 21190, "INV_Jewelry_Ring_40", "=q4=Wrath of Cenarius", "=ds=#s13#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "20", "#ctactical#", "1", "#ccenarius#" }, - { 21180, "Spell_Nature_AbolishMagic", "=q4=Earthstrike", "=ds=#s14#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "20", "#ctactical#", "1", "#ccenarius#" }, - { 21188, "INV_Hammer_23", "=q4=Fist of Cenarius", "=ds=#h2#, #w6#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "20", "#ctactical#", "1", "#ccenarius#" }, - }; - Darkmoon = { - { 0, "", "", "" }, - { 19288, "INV_Misc_Ticket_Tarot_BlueDragon_01", "=q4=Darkmoon Card: Blue Dragon", "=ds=#s14#"}, - { 19289, "INV_Misc_Ticket_Tarot_Maelstrom_01", "=q4=Darkmoon Card: Maelstrom", "=ds=#s14#"}, - { 19287, "INV_Misc_Ticket_Tarot_Heroism_01", "=q4=Darkmoon Card: Heroism", "=ds=#s14#"}, - { 19290, "INV_Misc_Ticket_Tarot_TwistingNether_01", "=q4=Darkmoon Card: Twisting Nether", "=ds=#s14#"}, - { 19491, "INV_Jewelry_Necklace_14", "=q4=Amulet of the Darkmoon", "=ds=#s2#", "", "1200", "#darkmoon#"}, - { 19426, "INV_Jewelry_Necklace_16", "=q4=Orb of the Darkmoon", "=ds=#s2#", "", "1200", "#darkmoon#"}, - { 19296, "INV_Misc_Bag_21", "=q2=Greater Darkmoon Prize", "", "", "40", "#darkmoon#" }, - { 19297, "INV_Misc_Bag_07_Black", "=q2=Lesser Darkmoon Prize", "", "", "12", "#darkmoon#" }, - { 19298, "INV_Misc_Bag_04", "=q2=Minor Darkmoon Prize", "", "", "5", "#darkmoon#" }, - { 19291, "INV_Box_04", "=q1=Darkmoon Storage Box", "", "", "50", "#darkmoon#" }, - { 19293, "INV_Misc_Food_18", "=q1=Last Year's Mutton", "", "", "50", "#darkmoon#" }, - { 19292, "INV_Misc_Food_18", "=q1=Last Month's Mutton", "", "", "10", "#darkmoon#" }, - { 19295, "INV_Misc_Herb_19", "=q1=Darkmoon Flower", "", "", "5", "#darkmoon#" }, - }; - Zandalar1 = { - { 0, "", "", "" }, - { 0, "INV_Misc_Coin_08", "=q6=#r2#", "" }, - { 19766, "INV_Scroll_03", "=q1=Pattern: Bloodvine Boots", "=ds=#p8# #m14#" }, - { 19771, "INV_Scroll_03", "=q1=Pattern: Primal Batskin Bracers", "=ds=#p7# #m14#" }, - { 20001, "INV_Scroll_03", "=q1=Schematic: Bloodvine Lens", "=ds=#p5# #m14#" }, - { 19778, "INV_Scroll_03", "=q1=Plans: Bloodsoul Gauntlets", "=ds=#p2# #m14#" }, - { 19781, "INV_Scroll_03", "=q1=Plans: Darksoul Shoulders", "=ds=#p2# #m14#" }, - { 20012, "INV_Scroll_03", "=q1=Recipe: Greater Dreamless Sleep", "=ds=#p1# (275)" }, - { 20757, "INV_Misc_Note_01", "=q1=Formula: Brilliant Mana Oil", "=ds=#p4# #m14#" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "INV_Misc_Coin_08", "=q6=#r3#", "" }, - { 19765, "INV_Scroll_03", "=q1=Pattern: Bloodvine Leggings", "=ds=#p8# #m14#" }, - { 20000, "INV_Scroll_03", "=q1=Schematic: Bloodvine Goggles", "=ds=#p5# #m14#" }, - { 19770, "INV_Scroll_03", "=q1=Pattern: Primal Batskin Gloves", "=ds=#p7# #m14#" }, - { 19773, "INV_Scroll_03", "=q1=Pattern: Blood Tiger Shoulders", "=ds=#p7# #m14#" }, - { 19777, "INV_Scroll_03", "=q1=Plans: Bloodsoul Shoulders", "=ds=#p2# #m14#" }, - { 19780, "INV_Scroll_03", "=q1=Plans: Darksoul Leggings", "=ds=#p2# #m14#" }, - { 20014, "INV_Scroll_03", "=q1=Recipe: Major Troll's Blood Potion", "=ds=#p1# (290)" }, - { 20756, "INV_Misc_Note_01", "=q1=Formula: Brilliant Wizard Oil", "=ds=#p4# #m14#" }, - { 20031, "INV_Misc_Food_42", "=q1=Essence Mango", "=ds=#e2#", "", "1", "#zandalar#" }, - }; - Zandalar2 = { - { 0, "", "", "" }, - { 0, "INV_Misc_Coin_08", "=q6=#r4#", "" }, - { 20080, "INV_Potion_29", "=q2=Sheen of Zanza", "=ds=#e1#", "", "3", "#zandalar#" }, - { 20079, "INV_Potion_30", "=q2=Spirit of Zanza", "=ds=#e1#", "", "3", "#zandalar#" }, - { 20081, "INV_Potion_31", "=q2=Swiftness of Zanza", "=ds=#e1#", "", "3", "#zandalar#" }, - { 19764, "INV_Scroll_03", "=q1=Pattern: Bloodvine Vest", "=ds=#p8# #m14#" }, - { 19769, "INV_Scroll_03", "=q1=Pattern: Primal Batskin Jerkin", "=ds=#p7# #m14#" }, - { 19772, "INV_Scroll_03", "=q1=Pattern: Blood Tiger Breastplate", "=ds=#p7# #m14#" }, - { 19776, "INV_Scroll_03", "=q1=Plans: Bloodsoul Breastplate", "=ds=#p2# #m14#" }, - { 19779, "INV_Scroll_03", "=q1=Plans: Darksoul Breastplate", "=ds=#p2# #m14#" }, - { 20011, "INV_Scroll_03", "=q1=Recipe: Mageblood Potion", "=ds=#p1# (275)" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "", "", "" }, - { 0, "INV_Misc_Coin_08", "=q6=#r5#", "" }, - { 20077, "INV_Misc_ArmorKit_08", "=q3=Zandalar Signet of Might", "=ds=#s3# #e11#", "", "", "", "", "", "15", "#zandalar#" }, - { 20076, "INV_Jewelry_Ring_46", "=q3=Zandalar Signet of Mojo", "=ds=#s3# #e11#", "", "", "", "", "", "15", "#zandalar#" }, - { 20078, "Spell_Holy_PowerWordShield", "=q3=Zandalar Signet of Serenity", "=ds=#s3# #e11#", "", "", "", "", "", "15", "#zandalar#" }, - { 20013, "INV_Scroll_03", "=q1=Recipe: Living Action Potion", "=ds=#p1# (285)" }, - }; - Wintersaber1 = { - { 0, "", "", "" }, - { 0, "INV_Box_01", "=q6=#r5#", "" }, - { 13086, "Ability_Mount_PinkTiger", "=q4=Reins of the Winterspring Frostsaber", "=ds=#e7#" }, - }; - Stormpike1 = { - { 0, "", "", "" }, - { 17904, "INV_Jewelry_StormPikeTrinket_05", "=q4=Stormpike Insignia Rank 6", "=ds=#s14#, #r5#" }, - { 17903, "INV_Jewelry_StormPikeTrinket_04", "=q3=Stormpike Insignia Rank 5", "=ds=#s14#, #r5#" }, - { 17902, "INV_Jewelry_StormPikeTrinket_03", "=q3=Stormpike Insignia Rank 4", "=ds=#s14#, #r4#" }, - { 17901, "INV_Jewelry_StormPikeTrinket_02", "=q2=Stormpike Insignia Rank 3", "=ds=#s14#, #r3#" }, - { 17900, "INV_Jewelry_StormPikeTrinket_01", "=q2=Stormpike Insignia Rank 2", "=ds=#s14#, #r2#" }, - { 17691, "INV_Jewelry_StormPikeTrinket_01", "=q2=Stormpike Insignia Rank 1", "=ds=#s14#, #r1#" }, - }; - Frostwolf1 = { - { 0, "", "", "" }, - { 17909, "INV_Jewelry_FrostwolfTrinket_05", "=q4=Frostwolf Insignia Rank 6", "=ds=#s14#, #r5#" }, - { 17908, "INV_Jewelry_FrostwolfTrinket_04", "=q3=Frostwolf Insignia Rank 5", "=ds=#s14#, #r5#" }, - { 17907, "INV_Jewelry_FrostwolfTrinket_03", "=q3=Frostwolf Insignia Rank 4", "=ds=#s14#, #r4#" }, - { 17906, "INV_Jewelry_FrostwolfTrinket_02", "=q2=Frostwolf Insignia Rank 3", "=ds=#s14#, #r3#" }, - { 17905, "INV_Jewelry_FrostwolfTrinket_01", "=q2=Frostwolf Insignia Rank 2", "=ds=#s14#, #r2#" }, - { 17690, "INV_Jewelry_FrostwolfTrinket_01", "=q2=Frostwolf Insignia Rank 1", "=ds=#s14#, #r1#" }, - }; - WaterLords1 = { - { 0, "", "", "" }, - { 0, "Spell_Ice_Lament", "=q6=#r3#", "" }, - { 18399, "INV_Jewelry_Ring_28", "=q3=Ocean's Breeze", "=q1=#m4# =ds=#s13#" }, - { 18398, "INV_Jewelry_Ring_10", "=q3=Tidal Loop", "=q1=#m4# =ds=#s13#" }, - { 17333, "INV_Potion_76", "=q1=Aqual Quintessence", "=ds=#m33#" }, - { 0, "", "", "" }, - { 0, "Spell_Frost_FrostArmor", "=q6=#r4#", "" }, - { 22754, "INV_Potion_83", "=q1=Eternal Quintessence", "=ds=#m33#" }, - }; - Bloodsail1 = { - { 0, "", "", "" }, - { 0, "INV_Helmet_66", "=q6=#r1#", "" }, - { 22742, "INV_Shirt_08", "=q1=Bloodsail Shirt", "=ds=#s5#" }, - { 22743, "INV_Misc_Bandana_03", "=q1=Bloodsail Sash", "=ds=#s10#" }, - { 22745, "INV_Pants_Cloth_02", "=q1=Bloodsail Pants", "=ds=#s11#" }, - { 22744, "INV_Boots_05", "=q1=Bloodsail Boots", "=ds=#s12#" }, - { 0, "", "", "" }, - { 0, "INV_Helmet_66", "=q6=#r2#", "" }, - { 12185, "INV_Helmet_66", "=q2=Bloodsail Admiral's Hat", "=ds=#s1#, #a1#" }, - }; - Defilers = { - { 0, "", "", "" }, - { 0, "INV_Jewelry_Amulet_07", "=q6=#r5#", "" }, - { 20131, "INV_Shirt_GuildTabard_01", "=q1=Battle Tabard of the Defilers", "=q1=#m4#: =ds=#s7#" }, - }; - GelkisClan1 = { - { 0, "", "", "" }, - { 0, "INV_Misc_Head_Centaur_01", "=q6=#r2#", "" }, - { 6773, "INV_Chest_Chain_07", "=q2=Gelkis Marauder Chain", "=q1=#m4#: =ds=#s5#, #a3#" }, - { 6774, "INV_Wand_03", "=q2=Uthek's Finger", "=q1=#m4#: =ds=#s15#" }, - }; - LeagueofArathor = { - { 0, "", "", "" }, - { 0, "INV_Jewelry_Amulet_07", "=q6=#r5#", "" }, - { 20132, "INV_Shirt_GuildTabard_01", "=q1=Arathor Battle Tabard", "=q1=#m4#: =ds=#s7#" }, - }; - MagramClan1 = { - { 0, "", "", "" }, - { 0, "INV_Misc_Head_Centaur_01", "=q6=#r2#", "" }, - { 6789, "INV_Misc_Cape_12", "=q2=Ceremonial Centaur Blanket", "=q1=#m4#: =ds=#s4#" }, - { 6788, "INV_Belt_11", "=q2=Magram Hunter's Belt", "=q1=#m4#: =ds=#s10#, #a2#" }, - }; + EmptyInstance = {}; + Argent1 = { + { 0, "", "", "" }, + { 22689, "INV_Helmet_13", "=q3=Sanctified Leather Helm", "=ds=#s1#, #a2#" }, + { 22690, "INV_Pants_03", "=q3=Leggings of the Plague Hunter", "=ds=#s11#, #a3#" }, + { 22681, "INV_Jewelry_Ring_33", "=q3=Band of Piety", "=ds=#s13#" }, + { 22680, "INV_Jewelry_Ring_01", "=q3=Band of Resolution", "=ds=#s13#" }, + { 22688, "INV_Weapon_ShortBlade_03", "=q3=Verimonde's Last Resort", "=ds=#h3#, #w4#" }, + { 22679, "INV_Misc_Bag_17", "=q3=Supply Bag", "=ds=#m12# #e10#" }, + { 0, "", "", "" }, + { 22523, "INV_Misc_Token_ArgentDawn", "=q2=Insignia of the Dawn", "=ds=#e22#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 22657, "INV_Jewelry_Amulet_04", "=q4=Amulet of the Dawn", "=ds=#s2#" }, + { 22659, "INV_Jewelry_Amulet_04", "=q4=Medallion of the Dawn", "=ds=#s2#" }, + { 22667, "INV_Bracer_12", "=q4=Bracers of Hope", "=ds=#s8#, #a1#" }, + { 22668, "INV_Bracer_04", "=q4=Bracers of Subterfuge", "=ds=#s8#, #a2#" }, + { 22678, "INV_Misc_Gem_Pearl_04", "=q4=Talisman of Ascendance", "=ds=#s14#" }, + { 22656, "INV_Weapon_Rifle_06", "=q4=The Purifier", "=ds=#w5#" }, + { 0, "", "", "" }, + { 22524, "INV_Misc_Token_ScarletCrusade", "=q2=Insignia of the Crusade", "=ds=#e22#" }, + }; + Argent2 = { + { 0, "", "", "" }, + { 0, "INV_Jewelry_Talisman_08", "=q6=#r2#", "" }, + { 13724, "INV_Misc_Food_33", "=q1=Enriched Manna Biscuit", "=ds=#e2#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Jewelry_Talisman_08", "=q6=#r3#", "" }, + { 13482, "INV_Scroll_06", "=q2=Recipe: Transmute Air to Fire", "=ds=#p1# (275)" }, + { 19216, "INV_Scroll_03", "=q1=Pattern: Argent Boots", "=ds=#p8# (290)" }, + { 19328, "INV_Scroll_03", "=q1=Pattern: Dawn Treaders", "=ds=#p7# (290)" }, + { 19203, "INV_Scroll_03", "=q1=Plans: Girdle of the Dawn", "=ds=#p2# (290)" }, + { 19442, "INV_Scroll_03", "=q1=Formula: Powerful Anti-Venom", "=ds=#p6# #m14#" }, + { 19446, "INV_Misc_Note_01", "=q1=Formula: Enchant Bracer - Mana Regeneration", "=ds=#p4# (290)" }, + }; + Argent3 = { + { 0, "", "", "" }, + { 0, "INV_Jewelry_Talisman_08", "=q6=#r4#", "" }, + { 18171, "Spell_Holy_WordFortitude", "=q2=Arcane Mantle of the Dawn", "=ds=#s3# #e11#" }, + { 18169, "Spell_Fire_FlameShock", "=q2=Flame Mantle of the Dawn", "=ds=#s3# #e11#" }, + { 18170, "Spell_Frost_FrostShock", "=q2=Frost Mantle of the Dawn", "=ds=#s3# #e11#" }, + { 18172, "Spell_Nature_ProtectionformNature", "=q2=Nature Mantle of the Dawn", "=ds=#s3# #e11#" }, + { 18173, "Spell_Shadow_RagingScream", "=q2=Shadow Mantle of the Dawn", "=ds=#s3# #e11#" }, + { 19217, "INV_Scroll_03", "=q1=Pattern: Argent Shoulders", "=ds=#p8# #m14#" }, + { 19329, "INV_Scroll_03", "=q1=Pattern: Golden Mantle of the Dawn", "=ds=#p7# #m14#" }, + { 19205, "INV_Scroll_03", "=q1=Plans: Gloves of the Dawn", "=ds=#p2# #m14#" }, + { 19447, "INV_Scroll_03", "=q1=Formula: Enchant Bracer - Healing", "=ds=#p4# #m14#" }, + { 13810, "INV_Misc_Food_41", "=q1=Blessed Sunfruit", "=ds=#e2#" }, + { 13813, "INV_Drink_16", "=q1=Blessed Sunfruit Juice", "=ds=#e3#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Jewelry_Talisman_08", "=q6=#r5#", "" }, + { 18182, "INV_Misc_Gem_Variety_02", "=q2=Chromatic Mantle of the Dawn", "=ds=#s3# #e11#" }, + }; + AQBroodRings = { + { 0, "", "", "" }, + { 0, "INV_Jewelry_Ring_40", "=q6=#pob1#", "" }, + { 21201, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r1#" }, + { 21202, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r2#" }, + { 21203, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r3#" }, + { 21204, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r4#" }, + { 21205, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r5#" }, + { 0, "", "", "" }, + { 0, "INV_Jewelry_Ring_40", "=q6=#pob2#", "" }, + { 21206, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r1#" }, + { 21207, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r2#" }, + { 21208, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r3#" }, + { 21209, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r4#" }, + { 21210, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r5#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Jewelry_Ring_40", "=q6=#pob3#", "" }, + { 21196, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r1#" }, + { 21197, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r2#" }, + { 21198, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r3#" }, + { 21199, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r4#" }, + { 21200, "INV_Jewelry_Ring_40", "=q4=Signet Ring of the Bronze Dragonflight", "=ds=#s13#, #r5#" }, + }; + Timbermaw = { + { 0, "", "", "" }, + { 0, "INV_Misc_Horn_01", "=q6=#r2#", "" }, + { 13484, "INV_Scroll_03", "=q2=Recipe: Transmute Earth to Water", "=ds=#p1# (275)" }, + { 20254, "INV_Scroll_03", "=q1=Pattern: Warbear Woolies", "=ds=#p7# (285)" }, + { 15742, "INV_Scroll_03", "=q1=Pattern: Warbear Harness", "=ds=#p7# (275)" }, + { 22392, "INV_Misc_Note_01", "=q1=Formula: Enchant 2H Weapon - Agility", "=ds=#p4# (290)" }, + { 0, "", "", "" }, + { 0, "INV_Misc_Horn_01", "=q6=#r3#", "" }, + { 16768, "INV_Misc_Bag_11", "=q2=Furbolg Medicine Pouch", "=ds=#s15#" }, + { 16769, "INV_Mace_11", "=q2=Furbolg Medicine Totem", "=ds=#h3#, #w6#" }, + { 19202, "INV_Scroll_03", "=q1=Plans: Heavy Timbermaw Belt", "=ds=#p2# (290)" }, + { 19326, "INV_Scroll_03", "=q1=Pattern: Might of the Timbermaw", "=ds=#p7# (290)" }, + { 19215, "INV_Scroll_03", "=q1=Pattern: Wisdom of the Timbermaw", "=ds=#p8# (290)" }, + { 19445, "INV_Misc_Note_01", "=q1=Formula: Enchant Weapon - Agility", "=ds=#p4# (290)" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Misc_Horn_01", "=q6=#r4#", "" }, + { 19218, "INV_Scroll_03", "=q1=Pattern: Mantle of the Timbermaw", "=ds=#p8# #m14#" }, + { 19327, "INV_Scroll_03", "=q1=Pattern: Timbermaw Brawlers", "=ds=#p7# #m14#" }, + { 19204, "INV_Scroll_03", "=q1=Plans: Heavy Timbermaw Boots", "=ds=#p2# #m14#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Misc_Horn_01", "=q6=#r5#", "" }, + { 21326, "INV_Misc_Horn_01", "=q4=Defender of the Timbermaw", "=ds=#s14#" }, + }; + Thorium1 = { + { 0, "", "", "" }, + { 0, "INV_Ingot_Mithril", "=q6=#r2#", "" }, + { 17051, "INV_Scroll_03", "=q3=Plans: Dark Iron Bracers", "=ds=#p2# (295)" }, + { 17018, "INV_Scroll_03", "=q1=Pattern: Flarecore Gloves", "=ds=#p8# #m14#" }, + { 17023, "INV_Scroll_03", "=q1=Pattern: Molten Helm", "=ds=#p7# #m14#" }, + { 17022, "INV_Scroll_03", "=q1=Pattern: Corehound Boots", "=ds=#p7# (295)" }, + { 20761, "INV_Scroll_03", "=q1=Recipe: Transmute Elemental Fire", "=ds=#p1# #m14#" }, + { 19444, "INV_Misc_Note_01", "=q1=Formula: Enchant Weapon - Strength", "=ds=#p4# (290)" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Ingot_Mithril", "=q6=#r3#", "" }, + { 17059, "INV_Scroll_03", "=q3=Plans: Dark Iron Reaver", "=ds=#p2# #m14#" }, + { 17060, "INV_Scroll_03", "=q3=Plans: Dark Iron Destroyer", "=ds=#p2# #m14#" }, + { 17049, "INV_Scroll_03", "=q3=Plans: Fiery Chain Girdle", "=ds=#p2# (295)" }, + { 17017, "INV_Scroll_03", "=q1=Pattern: Flarecore Mantle", "=ds=#p8# #m14#" }, + { 19219, "INV_Scroll_03", "=q1=Pattern: Flarecore Robe", "=ds=#p8# #m14#" }, + { 19330, "INV_Scroll_03", "=q1=Pattern: Lava Belt", "=ds=#p7# #m14#" }, + { 17025, "INV_Scroll_03", "=q1=Pattern: Black Dragonscale Boots", "=ds=#p7# #m14#" }, + { 19206, "INV_Scroll_03", "=q1=Plans: Dark Iron Helm", "=ds=#p2# #m14#" }, + { 19448, "INV_Misc_Note_01", "=q1=Formula: Enchant Weapon - Mighty Spirit", "=ds=#p4# #m14#" }, + }; + Thorium2 = { + { 0, "", "", "" }, + { 0, "INV_Ingot_Mithril", "=q6=#r4#", "" }, + { 18592, "INV_Scroll_03", "=q4=Plans: Sulfuron Hammer", "=ds=#p2#, #m4#" }, + { 17052, "INV_Scroll_03", "=q3=Plans: Dark Iron Leggings", "=ds=#p2# #m14#" }, + { 17053, "INV_Scroll_03", "=q3=Plans: Fiery Chain Shoulders", "=ds=#p2# #m14#" }, + { 19220, "INV_Scroll_03", "=q1=Pattern: Flarecore Leggings", "=ds=#p8# #m14#" }, + { 19333, "INV_Scroll_03", "=q1=Pattern: Molten Belt", "=ds=#p7# #m14#" }, + { 19332, "INV_Scroll_03", "=q1=Pattern: Corehound Belt", "=ds=#p7# #m14#" }, + { 19331, "INV_Scroll_03", "=q1=Pattern: Chromatic Gauntlets", "=ds=#p7# #m14#" }, + { 19207, "INV_Scroll_03", "=q1=Plans: Dark Iron Gauntlets", "=ds=#p2# #m14#" }, + { 19208, "INV_Scroll_03", "=q1=Plans: Black Amnesty", "=ds=#p2# #m14#" }, + { 19209, "INV_Scroll_03", "=q1=Plans: Blackfury", "=ds=#p2# #m14#" }, + { 19449, "INV_Scroll_03", "=q1=Formula: Enchant Weapon - Mighty Intellect", "=ds=#p4# #m14#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Ingot_Mithril", "=q6=#r5#", "" }, + { 20040, "INV_Scroll_03", "=q1=Plans: Dark Iron Boots", "=ds=#p2# #m14#" }, + { 19210, "INV_Scroll_03", "=q1=Plans: Ebon Hand", "=ds=#p2# #m14#" }, + { 19211, "INV_Scroll_03", "=q1=Plans: Blackguard", "=ds=#p2# #m14#" }, + { 19212, "INV_Scroll_03", "=q1=Plans: Nightfall", "=ds=#p2# #m14#" }, + }; + Cenarion1 = { + { 0, "", "", "" }, + { 22772, "INV_Scroll_03", "=q1=Pattern: Sylvan Shoulders", "=ds=#p8# #m14#" }, + { 22769, "INV_Scroll_03", "=q1=Pattern: Bramblewood Belt", "=ds=#p7# #m14#" }, + { 20506, "INV_Scroll_03", "=q1=Pattern: Spitfire Bracers", "=ds=#p7# #m14#" }, + { 20509, "INV_Scroll_03", "=q1=Pattern: Sandstalker Bracers", "=ds=#p7# #m14#" }, + { 22768, "INV_Scroll_03", "=q1=Plans: Ironvine Belt", "=ds=#p2# #m14#" }, + { 22209, "INV_Scroll_03", "=q1=Plans: Heavy Obsidian Belt", "=ds=#p2# #m14#" }, + { 22310, "INV_Scroll_03", "=q1=Pattern: Cenarion Herb Bag", "=ds=#p8# (275)" }, + { 20732, "INV_Misc_Note_01", "=q1=Formula: Enchant Cloak - Greater Fire Resistance", "=ds=#p4# #m14#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 21187, "INV_Misc_Cape_07", "=q3=Earthweave Cloak", "=ds=#s4#", "", "", "", "5", "#ccombat#", "3", "#clogistics#", "7", "#ctactical#" }, + { 21178, "INV_Gauntlets_18", "=q3=Gloves of Earthen Power", "=ds=#s9#, #a2#", "", "", "", "5", "#ccombat#", "3", "#clogistics#", "7", "#ctactical#" }, + { 21179, "INV_Jewelry_Ring_18", "=q3=Band of Earthen Wrath", "=ds=#s13#", "", "", "", "5", "#ccombat#", "3", "#clogistics#", "7", "#ctactical#" }, + }; + Cenarion2 = { + { 0, "", "", "" }, + { 22773, "INV_Scroll_03", "=q1=Pattern: Sylvan Crown", "=ds=#p8# #m14#" }, + { 22770, "INV_Scroll_03", "=q1=Pattern: Bramblewood Boots", "=ds=#p7# #m14#" }, + { 20507, "INV_Scroll_03", "=q1=Pattern: Spitfire Gauntlets", "=ds=#p7# #m14#" }, + { 20510, "INV_Scroll_03", "=q1=Pattern: Sandstalker Gauntlets", "=ds=#p7# #m14#" }, + { 22767, "INV_Scroll_03", "=q1=Plans: Ironvine Gloves", "=ds=#p2# #m14#" }, + { 22214, "INV_Scroll_03", "=q1=Plans: Light Obsidian Belt", "=ds=#p2# #m14#" }, + { 20733, "INV_Misc_Note_01", "=q1=Formula: Enchant Cloak - Greater Nature Resistance", "=ds=#p4# #m14#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 21183, "INV_Chest_Cloth_06", "=q3=Earthpower Vest", "=ds=#s5#, #a1#", "", "", "", "7", "#ccombat#", "4", "#clogistics#", "4", "#ctactical#" }, + { 21182, "INV_Jewelry_Ring_19", "=q3=Band of Earthen Might", "=ds=#s13#", "", "", "", "7", "#ccombat#", "4", "#clogistics#", "4", "#ctactical#" }, + { 21181, "INV_Misc_Herb_02", "=q3=Grace of Earth", "=ds=#s14#", "", "", "", "7", "#ccombat#", "4", "#clogistics#", "4", "#ctactical#" }, + }; + Cenarion3 = { + { 0, "", "", "" }, + { 22683, "INV_Scroll_03", "=q1=Pattern: Gaea's Embrace", "=ds=#p8# #m14#" }, + { 22774, "INV_Scroll_03", "=q1=Pattern: Sylvan Vest", "=ds=#p8# #m14#" }, + { 22771, "INV_Scroll_03", "=q1=Pattern: Bramblewood Helm", "=ds=#p7# #m14#" }, + { 20508, "INV_Scroll_03", "=q1=Pattern: Spitfire Breastplate", "=ds=#p7# #m14#" }, + { 20511, "INV_Scroll_03", "=q1=Pattern: Sandstalker Breastplate", "=ds=#p7# #m14#" }, + { 22766, "INV_Scroll_03", "=q1=Plans: Ironvine Breastplate", "=ds=#p2# #m14#" }, + { 22219, "INV_Scroll_03", "=q1=Plans: Jagged Obsidian Shield", "=ds=#p2# #m14#" }, + { 22312, "INV_Scroll_03", "=q1=Pattern: Satchel of Cenarius", "=ds=#p8# #m14#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 21186, "INV_Bracer_12", "=q4=Rockfury Bracers", "=ds=#s8#, #a1#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "17", "#ctactical#", "1", "#cremulos#" }, + { 21184, "INV_Bracer_07", "=q4=Deeprock Bracers", "=ds=#s8#, #a4#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "17", "#ctactical#", "1", "#cremulos#" }, + { 21189, "INV_Jewelry_Ring_41", "=q4=Might of Cenarius", "=ds=#s13#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "17", "#ctactical#", "1", "#cremulos#" }, + { 21185, "INV_Misc_Gem_Pearl_06", "=q4=Earthcalm Orb", "=ds=#s15#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "17", "#ctactical#", "1", "#cremulos#" }, + }; + Cenarion4 = { + { 0, "", "", "" }, + { 20382, "INV_Scroll_03", "=q1=Pattern: Dreamscale Breastplate", "=ds=#p7# #m14#" }, + { 22221, "INV_Scroll_03", "=q1=Plans: Obsidian Mail Tunic", "=ds=#p2# #m14#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 21190, "INV_Jewelry_Ring_40", "=q4=Wrath of Cenarius", "=ds=#s13#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "20", "#ctactical#", "1", "#ccenarius#" }, + { 21180, "Spell_Nature_AbolishMagic", "=q4=Earthstrike", "=ds=#s14#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "20", "#ctactical#", "1", "#ccenarius#" }, + { 21188, "INV_Hammer_23", "=q4=Fist of Cenarius", "=ds=#h2#, #w6#", "", "", "", "15", "#ccombat#", "20", "#clogistics#", "20", "#ctactical#", "1", "#ccenarius#" }, + }; + Darkmoon = { + { 0, "", "", "" }, + { 19288, "INV_Misc_Ticket_Tarot_BlueDragon_01", "=q4=Darkmoon Card: Blue Dragon", "=ds=#s14#" }, + { 19289, "INV_Misc_Ticket_Tarot_Maelstrom_01", "=q4=Darkmoon Card: Maelstrom", "=ds=#s14#" }, + { 19287, "INV_Misc_Ticket_Tarot_Heroism_01", "=q4=Darkmoon Card: Heroism", "=ds=#s14#" }, + { 19290, "INV_Misc_Ticket_Tarot_TwistingNether_01", "=q4=Darkmoon Card: Twisting Nether", "=ds=#s14#" }, + { 19491, "INV_Jewelry_Necklace_14", "=q4=Amulet of the Darkmoon", "=ds=#s2#", "", "1200", "#darkmoon#" }, + { 19426, "INV_Jewelry_Necklace_16", "=q4=Orb of the Darkmoon", "=ds=#s2#", "", "1200", "#darkmoon#" }, + { 19296, "INV_Misc_Bag_21", "=q2=Greater Darkmoon Prize", "", "", "40", "#darkmoon#" }, + { 19297, "INV_Misc_Bag_07_Black", "=q2=Lesser Darkmoon Prize", "", "", "12", "#darkmoon#" }, + { 19298, "INV_Misc_Bag_04", "=q2=Minor Darkmoon Prize", "", "", "5", "#darkmoon#" }, + { 19291, "INV_Box_04", "=q1=Darkmoon Storage Box", "", "", "50", "#darkmoon#" }, + { 19293, "INV_Misc_Food_18", "=q1=Last Year's Mutton", "", "", "50", "#darkmoon#" }, + { 19292, "INV_Misc_Food_18", "=q1=Last Month's Mutton", "", "", "10", "#darkmoon#" }, + { 19295, "INV_Misc_Herb_19", "=q1=Darkmoon Flower", "", "", "5", "#darkmoon#" }, + }; + Zandalar1 = { + { 0, "", "", "" }, + { 0, "INV_Misc_Coin_08", "=q6=#r2#", "" }, + { 19766, "INV_Scroll_03", "=q1=Pattern: Bloodvine Boots", "=ds=#p8# #m14#" }, + { 19771, "INV_Scroll_03", "=q1=Pattern: Primal Batskin Bracers", "=ds=#p7# #m14#" }, + { 20001, "INV_Scroll_03", "=q1=Schematic: Bloodvine Lens", "=ds=#p5# #m14#" }, + { 19778, "INV_Scroll_03", "=q1=Plans: Bloodsoul Gauntlets", "=ds=#p2# #m14#" }, + { 19781, "INV_Scroll_03", "=q1=Plans: Darksoul Shoulders", "=ds=#p2# #m14#" }, + { 20012, "INV_Scroll_03", "=q1=Recipe: Greater Dreamless Sleep", "=ds=#p1# (275)" }, + { 20757, "INV_Misc_Note_01", "=q1=Formula: Brilliant Mana Oil", "=ds=#p4# #m14#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Misc_Coin_08", "=q6=#r3#", "" }, + { 19765, "INV_Scroll_03", "=q1=Pattern: Bloodvine Leggings", "=ds=#p8# #m14#" }, + { 20000, "INV_Scroll_03", "=q1=Schematic: Bloodvine Goggles", "=ds=#p5# #m14#" }, + { 19770, "INV_Scroll_03", "=q1=Pattern: Primal Batskin Gloves", "=ds=#p7# #m14#" }, + { 19773, "INV_Scroll_03", "=q1=Pattern: Blood Tiger Shoulders", "=ds=#p7# #m14#" }, + { 19777, "INV_Scroll_03", "=q1=Plans: Bloodsoul Shoulders", "=ds=#p2# #m14#" }, + { 19780, "INV_Scroll_03", "=q1=Plans: Darksoul Leggings", "=ds=#p2# #m14#" }, + { 20014, "INV_Scroll_03", "=q1=Recipe: Major Troll's Blood Potion", "=ds=#p1# (290)" }, + { 20756, "INV_Misc_Note_01", "=q1=Formula: Brilliant Wizard Oil", "=ds=#p4# #m14#" }, + { 20031, "INV_Misc_Food_42", "=q1=Essence Mango", "=ds=#e2#", "", "1", "#zandalar#" }, + }; + Zandalar2 = { + { 0, "", "", "" }, + { 0, "INV_Misc_Coin_08", "=q6=#r4#", "" }, + { 20080, "INV_Potion_29", "=q2=Sheen of Zanza", "=ds=#e1#", "", "3", "#zandalar#" }, + { 20079, "INV_Potion_30", "=q2=Spirit of Zanza", "=ds=#e1#", "", "3", "#zandalar#" }, + { 20081, "INV_Potion_31", "=q2=Swiftness of Zanza", "=ds=#e1#", "", "3", "#zandalar#" }, + { 19764, "INV_Scroll_03", "=q1=Pattern: Bloodvine Vest", "=ds=#p8# #m14#" }, + { 19769, "INV_Scroll_03", "=q1=Pattern: Primal Batskin Jerkin", "=ds=#p7# #m14#" }, + { 19772, "INV_Scroll_03", "=q1=Pattern: Blood Tiger Breastplate", "=ds=#p7# #m14#" }, + { 19776, "INV_Scroll_03", "=q1=Plans: Bloodsoul Breastplate", "=ds=#p2# #m14#" }, + { 19779, "INV_Scroll_03", "=q1=Plans: Darksoul Breastplate", "=ds=#p2# #m14#" }, + { 20011, "INV_Scroll_03", "=q1=Recipe: Mageblood Potion", "=ds=#p1# (275)" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Misc_Coin_08", "=q6=#r5#", "" }, + { 20077, "INV_Misc_ArmorKit_08", "=q3=Zandalar Signet of Might", "=ds=#s3# #e11#", "", "", "", "", "", "15", "#zandalar#" }, + { 20076, "INV_Jewelry_Ring_46", "=q3=Zandalar Signet of Mojo", "=ds=#s3# #e11#", "", "", "", "", "", "15", "#zandalar#" }, + { 20078, "Spell_Holy_PowerWordShield", "=q3=Zandalar Signet of Serenity", "=ds=#s3# #e11#", "", "", "", "", "", "15", "#zandalar#" }, + { 20013, "INV_Scroll_03", "=q1=Recipe: Living Action Potion", "=ds=#p1# (285)" }, + }; + Wintersaber1 = { + { 0, "", "", "" }, + { 0, "INV_Box_01", "=q6=#r5#", "" }, + { 13086, "Ability_Mount_PinkTiger", "=q4=Reins of the Winterspring Frostsaber", "=ds=#e7#" }, + }; + Stormpike1 = { + { 0, "", "", "" }, + { 17904, "INV_Jewelry_StormPikeTrinket_05", "=q4=Stormpike Insignia Rank 6", "=ds=#s14#, #r5#" }, + { 17903, "INV_Jewelry_StormPikeTrinket_04", "=q3=Stormpike Insignia Rank 5", "=ds=#s14#, #r5#" }, + { 17902, "INV_Jewelry_StormPikeTrinket_03", "=q3=Stormpike Insignia Rank 4", "=ds=#s14#, #r4#" }, + { 17901, "INV_Jewelry_StormPikeTrinket_02", "=q2=Stormpike Insignia Rank 3", "=ds=#s14#, #r3#" }, + { 17900, "INV_Jewelry_StormPikeTrinket_01", "=q2=Stormpike Insignia Rank 2", "=ds=#s14#, #r2#" }, + { 17691, "INV_Jewelry_StormPikeTrinket_01", "=q2=Stormpike Insignia Rank 1", "=ds=#s14#, #r1#" }, + }; + Frostwolf1 = { + { 0, "", "", "" }, + { 17909, "INV_Jewelry_FrostwolfTrinket_05", "=q4=Frostwolf Insignia Rank 6", "=ds=#s14#, #r5#" }, + { 17908, "INV_Jewelry_FrostwolfTrinket_04", "=q3=Frostwolf Insignia Rank 5", "=ds=#s14#, #r5#" }, + { 17907, "INV_Jewelry_FrostwolfTrinket_03", "=q3=Frostwolf Insignia Rank 4", "=ds=#s14#, #r4#" }, + { 17906, "INV_Jewelry_FrostwolfTrinket_02", "=q2=Frostwolf Insignia Rank 3", "=ds=#s14#, #r3#" }, + { 17905, "INV_Jewelry_FrostwolfTrinket_01", "=q2=Frostwolf Insignia Rank 2", "=ds=#s14#, #r2#" }, + { 17690, "INV_Jewelry_FrostwolfTrinket_01", "=q2=Frostwolf Insignia Rank 1", "=ds=#s14#, #r1#" }, + }; + WaterLords1 = { + { 0, "", "", "" }, + { 0, "Spell_Ice_Lament", "=q6=#r3#", "" }, + { 18399, "INV_Jewelry_Ring_28", "=q3=Ocean's Breeze", "=q1=#m4# =ds=#s13#" }, + { 18398, "INV_Jewelry_Ring_10", "=q3=Tidal Loop", "=q1=#m4# =ds=#s13#" }, + { 17333, "INV_Potion_76", "=q1=Aqual Quintessence", "=ds=#m33#" }, + { 0, "", "", "" }, + { 0, "Spell_Frost_FrostArmor", "=q6=#r4#", "" }, + { 22754, "INV_Potion_83", "=q1=Eternal Quintessence", "=ds=#m33#" }, + }; + Bloodsail1 = { + { 0, "", "", "" }, + { 0, "INV_Helmet_66", "=q6=#r1#", "" }, + { 22742, "INV_Shirt_08", "=q1=Bloodsail Shirt", "=ds=#s5#" }, + { 22743, "INV_Misc_Bandana_03", "=q1=Bloodsail Sash", "=ds=#s10#" }, + { 22745, "INV_Pants_Cloth_02", "=q1=Bloodsail Pants", "=ds=#s11#" }, + { 22744, "INV_Boots_05", "=q1=Bloodsail Boots", "=ds=#s12#" }, + { 0, "", "", "" }, + { 0, "INV_Helmet_66", "=q6=#r2#", "" }, + { 12185, "INV_Helmet_66", "=q2=Bloodsail Admiral's Hat", "=ds=#s1#, #a1#" }, + }; + Defilers = { + { 0, "", "", "" }, + { 0, "INV_Jewelry_Amulet_07", "=q6=#r5#", "" }, + { 20131, "INV_Shirt_GuildTabard_01", "=q1=Battle Tabard of the Defilers", "=q1=#m4#: =ds=#s7#" }, + }; + GelkisClan1 = { + { 0, "", "", "" }, + { 0, "INV_Misc_Head_Centaur_01", "=q6=#r2#", "" }, + { 6773, "INV_Chest_Chain_07", "=q2=Gelkis Marauder Chain", "=q1=#m4#: =ds=#s5#, #a3#" }, + { 6774, "INV_Wand_03", "=q2=Uthek's Finger", "=q1=#m4#: =ds=#s15#" }, + }; + LeagueofArathor = { + { 0, "", "", "" }, + { 0, "INV_Jewelry_Amulet_07", "=q6=#r5#", "" }, + { 20132, "INV_Shirt_GuildTabard_01", "=q1=Arathor Battle Tabard", "=q1=#m4#: =ds=#s7#" }, + }; + MagramClan1 = { + { 0, "", "", "" }, + { 0, "INV_Misc_Head_Centaur_01", "=q6=#r2#", "" }, + { 6789, "INV_Misc_Cape_12", "=q2=Ceremonial Centaur Blanket", "=q1=#m4#: =ds=#s4#" }, + { 6788, "INV_Belt_11", "=q2=Magram Hunter's Belt", "=q1=#m4#: =ds=#s10#, #a2#" }, + }; + Helf = { + { 0, "INV_Staff_13", "=q2=Cloaks", "" }, + { 80505, "", "=q2=", "" }, + { 80506, "", "=q2=", "" }, + { 80527, "", "=q2=", "" }, + { 0, "", "", "" }, + { 0, "INV_Staff_13", "=q2=Cloth Armor", "" }, + { 80512, "", "=q2=", "" }, + { 80513, "", "=q2=", "" }, + { 80514, "", "=q2=", "" }, + { 80515, "", "=q2=", "" }, + { 80516, "", "=q2=", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Staff_13", "=q2=Leather Armor", "" }, + { 80517, "", "=q2=", "" }, + { 80518, "", "=q2=", "" }, + { 80519, "", "=q2=", "" }, + { 80520, "", "=q2=", "" }, + { 80521, "", "=q2=", "" }, + }; + Helf2 = { + { 0, "INV_Staff_13", "=q2=Mail Armor", "" }, + { 80522, "", "=q2=", "" }, + { 80523, "", "=q2=", "" }, + { 80524, "", "=q2=", "" }, + { 80525, "", "=q2=", "" }, + { 80526, "", "=q2=", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Staff_13", "=q2=Plate Armor", "" }, + { 80507, "", "=q2=", "" }, + { 80508, "", "=q2=", "" }, + { 80509, "", "=q2=", "" }, + { 80510, "", "=q2=", "" }, + { 80511, "", "=q2=", "" }, + }; + + Helf3 = { + { 0, "INV_Staff_13", "=q2=Weapons", "" }, + { 80529, "", "=q2=", "" }, + { 80530, "", "=q2=", "" }, + { 80531, "", "=q2=", "" }, + { 80532, "", "=q2=", "" }, + { 80533, "", "=q2=", "" }, + { 80534, "", "=q2=", "" }, + { 80535, "", "=q2=", "" }, + { 80536, "", "=q2=", "" }, + { 80537, "", "=q2=", "" }, + { 80538, "", "=q2=", "" }, + { 80539, "", "=q2=", "" }, + { 80540, "", "=q2=", "" }, + { 80541, "", "=q2=", "" }, + { 80542, "", "=q2=", "" }, + { 0, "", "", "" }, + { 80543, "", "=q2=", "" }, + { 80544, "", "=q2=", "" }, + { 80545, "", "=q2=", "" }, + { 80546, "", "=q2=", "" }, + { 80547, "", "=q2=", "" }, + }; + + Revantusk = { + { 0, "INV_Misc_Head_Troll_01", "=q2=Cloaks", "" }, + { 80605, "", "=q2=", "" }, + { 80606, "", "=q2=", "" }, + { 80627, "", "=q2=", "" }, + { 0, "", "", "" }, + { 0, "INV_Misc_Head_Troll_01", "=q2=Cloth Armor", "" }, + { 80612, "", "=q2=", "" }, + { 80613, "", "=q2=", "" }, + { 80614, "", "=q2=", "" }, + { 80615, "", "=q2=", "" }, + { 80616, "", "=q2=", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Misc_Head_Troll_01", "=q2=Leather Armor", "" }, + { 80617, "", "=q2=", "" }, + { 80618, "", "=q2=", "" }, + { 80619, "", "=q2=", "" }, + { 80620, "", "=q2=", "" }, + { 80621, "", "=q2=", "" }, + }; + Revantusk2 = { + { 0, "INV_Misc_Head_Troll_01", "=q2=Mail Armor", "" }, + { 80622, "", "=q2=", "" }, + { 80623, "", "=q2=", "" }, + { 80624, "", "=q2=", "" }, + { 80625, "", "=q2=", "" }, + { 80626, "", "=q2=", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "INV_Misc_Head_Troll_01", "=q2=Plate Armor", "" }, + { 80607, "", "=q2=", "" }, + { 80608, "", "=q2=", "" }, + { 80609, "", "=q2=", "" }, + { 80610, "", "=q2=", "" }, + { 80611, "", "=q2=", "" }, + }; + Revantusk3 = { + { 0, "INV_Misc_Head_Troll_01", "=q2=Weapons", "" }, + { 80629, "", "=q2=", "" }, + { 80630, "", "=q2=", "" }, + { 80631, "", "=q2=", "" }, + { 80632, "", "=q2=", "" }, + { 80633, "", "=q2=", "" }, + { 80634, "", "=q2=", "" }, + { 80635, "", "=q2=", "" }, + { 80636, "", "=q2=", "" }, + { 80637, "", "=q2=", "" }, + { 80638, "", "=q2=", "" }, + { 80639, "", "=q2=", "" }, + { 80640, "", "=q2=", "" }, + { 80641, "", "=q2=", "" }, + { 80642, "", "=q2=", "" }, + { 0, "", "", "" }, + { 80643, "", "=q2=", "" }, + { 80644, "", "=q2=", "" }, + { 80645, "", "=q2=", "" }, + { 80646, "", "=q2=", "" }, + { 80647, "", "=q2=", "" }, + } }; diff --git a/Locale/locale.en.lua b/Locale/locale.en.lua index 78e543a..71a6b5b 100644 --- a/Locale/locale.en.lua +++ b/Locale/locale.en.lua @@ -1402,4 +1402,6 @@ AL:RegisterTranslations("enUS", function() return { ["Huge Emerald"] = true, ["Dust of Deterioration"] = true, ["Leaded Vial"] = true, + ["Silvermoon Remnant"] = true, + ["Revantusk Trolls"] = true, } end) diff --git a/TableRegister/loottables.en.lua b/TableRegister/loottables.en.lua index d7f7a52..429da51 100644 --- a/TableRegister/loottables.en.lua +++ b/TableRegister/loottables.en.lua @@ -654,6 +654,9 @@ AtlasLoot_TableNames = { ["Zandalar1"] = { AL["Zandalar Tribe"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"], "AtlasLootRepItems" }, ["Zandalar2"] = { AL["Zandalar Tribe"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"], "AtlasLootRepItems" }, + ["Helf"] = { AL["Silvermoon Remnant"], "AtlasLootRepItems" }, + ["Revantusk"] = { AL["Revantusk Trolls"], "AtlasLootRepItems" }, + -------------- --- Trades --- -------------- @@ -1517,6 +1520,7 @@ AtlasLoot_TableNamesBoss = { ["GelkisClan1"] = { AL["Gelkis Clan Centaur"], "AtlasLootRepItems" }, --The League of Arathor ["LeagueofArathor"] = { AL["The League of Arathor"], "AtlasLootRepItems" }, + --Magram Clan Centaur ["MagramClan1"] = { AL["Magram Clan Centaur"], "AtlasLootRepItems" }, --Stormpike Guard @@ -1531,6 +1535,9 @@ AtlasLoot_TableNamesBoss = { --Zandalar Tribe ["Zandalar1"] = { AL["Zandalar Tribe"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"], "AtlasLootRepItems" }, ["Zandalar2"] = { AL["Zandalar Tribe"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"], "AtlasLootRepItems" }, + + ["Helf"] = { AL["Silvermoon Remnant"], "AtlasLootRepItems" }, + ["Revantusk"] = { AL["Revantusk Trolls"], "AtlasLootRepItems" }, }, --------------