cyaohiri's fork
merge of cyaohiri's fork
This commit is contained in:
@@ -2638,7 +2638,11 @@ AtlasLoot_DewDropDown_SubTables = {
|
||||
{ AL["Trash Mobs"], "SFKTrash" },
|
||||
},
|
||||
["TheStockade"] = {
|
||||
{ AL["Targorr the Dread"], "SWStTargorr" },
|
||||
{ AL["Kam Deepfury"], "SWStKamDeepfury" },
|
||||
{ AL["Hamhock"], "SWStHamhock" },
|
||||
{ AL["Dextren Ward"], "SWStDextren" },
|
||||
{ AL["Bazil Thredd"], "SWStBazil" },
|
||||
{ AL["Bruegal Ironknuckle"].." ("..AL["Rare"]..")", "SWStBruegalIronknuckle" },
|
||||
{ AL["Trash Mobs"], "SWStTrash" },
|
||||
},
|
||||
@@ -2775,7 +2779,9 @@ AtlasLoot_DewDropDown_SubTables = {
|
||||
},
|
||||
["RagefireChasm"] = {
|
||||
{ AL["Taragaman the Hungerer"], "RFCTaragaman" },
|
||||
{ AL["Oggleflint"], "RFCOggleflint" },
|
||||
{ AL["Jergosh the Invoker"], "RFCJergosh" },
|
||||
{ AL["Bazzalan"], "RFCBazzalan" },
|
||||
},
|
||||
["RazorfenDowns"] = {
|
||||
{ AL["Tuten'kash"], "RFDTutenkash" },
|
||||
@@ -2892,6 +2898,14 @@ AtlasLoot_DewDropDown_SubTables = {
|
||||
{ AL["Zandalar Tribe"], "Zandalar1" },
|
||||
{ AL["Silvermoon Remnant"], "Helf" },
|
||||
{ AL["Revantusk Trolls"], "Revantusk" },
|
||||
{ AL["Ironforge"], "Ironforge" },
|
||||
{ AL["Darnassus"], "Darnassus" },
|
||||
{ AL["Stormwind"], "Stormwind" },
|
||||
{ AL["Gnomeregan Exiles"], "GnomereganExiles" },
|
||||
{ AL["Durotar Labor Union"], "DurotarLaborUnion" },
|
||||
{ AL["Undercity"], "Undercity" },
|
||||
{ AL["Orgrimmar"], "Orgrimmar" },
|
||||
{ AL["Thunder Bluff"], "ThunderBluff" },
|
||||
},
|
||||
["BoEWorldEpics"] = {
|
||||
{ AtlasLoot_TableNames["WorldEpics3"][1], "WorldEpics3" },
|
||||
|
||||
@@ -106,6 +106,46 @@ AtlasLoot_ButtonRegistry = {
|
||||
Back_Page = "REPMENU";
|
||||
Back_Title = AL["Factions"];
|
||||
};
|
||||
["Ironforge"] = {
|
||||
Title = AL["Ironforge"];
|
||||
Back_Page = "REPMENU";
|
||||
Back_Title = AL["Factions"];
|
||||
};
|
||||
["Darnassus"] = {
|
||||
Title = AL["Darnassus"];
|
||||
Back_Page = "REPMENU";
|
||||
Back_Title = AL["Factions"];
|
||||
};
|
||||
["Stormwind"] = {
|
||||
Title = AL["Stormwind"];
|
||||
Back_Page = "REPMENU";
|
||||
Back_Title = AL["Factions"];
|
||||
};
|
||||
["GnomereganExiles"] = {
|
||||
Title = AL["Gnomeregan Exiles"];
|
||||
Back_Page = "REPMENU";
|
||||
Back_Title = AL["Factions"];
|
||||
};
|
||||
["DurotarLaborUnion"] = {
|
||||
Title = AL["Durotar Labor Union"];
|
||||
Back_Page = "REPMENU";
|
||||
Back_Title = AL["Factions"];
|
||||
};
|
||||
["Undercity"] = {
|
||||
Title = AL["Undercity"];
|
||||
Back_Page = "REPMENU";
|
||||
Back_Title = AL["Factions"];
|
||||
};
|
||||
["Orgrimmar"] = {
|
||||
Title = AL["Orgrimmar"];
|
||||
Back_Page = "REPMENU";
|
||||
Back_Title = AL["Factions"];
|
||||
};
|
||||
["ThunderBluff"] = {
|
||||
Title = AL["Thunder Bluff"];
|
||||
Back_Page = "REPMENU";
|
||||
Back_Title = AL["Factions"];
|
||||
};
|
||||
["Helf"] = {
|
||||
Title = AL["Silvermoon Remnant"];
|
||||
Next_Page = "Helf2";
|
||||
|
||||
@@ -123,6 +123,54 @@ function AtlasLootRepMenu()
|
||||
AtlasLootMenuItem_28_Icon:SetTexture("Interface\\Icons\\INV_Misc_Head_Troll_01");
|
||||
AtlasLootMenuItem_28.lootpage="Revantusk";
|
||||
AtlasLootMenuItem_28:Show();
|
||||
--Ironforge
|
||||
AtlasLootMenuItem_14_Name:SetText(AL["Ironforge"]);
|
||||
AtlasLootMenuItem_14_Extra:SetText("|cff2773ff"..AL["Alliance"]);
|
||||
AtlasLootMenuItem_14_Icon:SetTexture("Interface\\Icons\\INV_Staff_13");
|
||||
AtlasLootMenuItem_14.lootpage="Ironforge";
|
||||
AtlasLootMenuItem_14:Show();
|
||||
--Darnassus
|
||||
AtlasLootMenuItem_15_Name:SetText(AL["Darnassus"]);
|
||||
AtlasLootMenuItem_15_Extra:SetText("|cff2773ff"..AL["Alliance"]);
|
||||
AtlasLootMenuItem_15_Icon:SetTexture("Interface\\Icons\\INV_Staff_13");
|
||||
AtlasLootMenuItem_15.lootpage="Darnassus";
|
||||
AtlasLootMenuItem_15:Show();
|
||||
--Stormwind
|
||||
-- AtlasLootMenuItem_16_Name:SetText(AL["Stormwind"]);
|
||||
-- AtlasLootMenuItem_16_Extra:SetText("|cff2773ff"..AL["Alliance"]);
|
||||
-- AtlasLootMenuItem_16_Icon:SetTexture("Interface\\Icons\\INV_Staff_13");
|
||||
-- AtlasLootMenuItem_16.lootpage="Stormwind";
|
||||
-- AtlasLootMenuItem_16:Show();
|
||||
--Gnomeregan Exiles
|
||||
-- AtlasLootMenuItem_17_Name:SetText(AL["Gnomeregan Exiles"]);
|
||||
-- AtlasLootMenuItem_17_Extra:SetText("|cff2773ff"..AL["Alliance"]);
|
||||
-- AtlasLootMenuItem_17_Icon:SetTexture("Interface\\Icons\\INV_Staff_13");
|
||||
-- AtlasLootMenuItem_17.lootpage="GnomereganExiles";
|
||||
-- AtlasLootMenuItem_17:Show();
|
||||
--Durotar Labor Union
|
||||
-- AtlasLootMenuItem_18_Name:SetText(AL["Durotar Labor Union"]);
|
||||
-- AtlasLootMenuItem_18_Extra:SetText("|cff2773ff"..AL["Horde"]);
|
||||
-- AtlasLootMenuItem_18_Icon:SetTexture("Interface\\Icons\\INV_Staff_13");
|
||||
-- AtlasLootMenuItem_18.lootpage="DurotarLaborUnion";
|
||||
-- AtlasLootMenuItem_18:Show();
|
||||
--Undercity
|
||||
-- AtlasLootMenuItem_19_Name:SetText(AL["Undercity"]);
|
||||
-- AtlasLootMenuItem_19_Extra:SetText("|cff2773ff"..AL["Horde"]);
|
||||
-- AtlasLootMenuItem_19_Icon:SetTexture("Interface\\Icons\\INV_Staff_13");
|
||||
-- AtlasLootMenuItem_19.lootpage="Undercity";
|
||||
-- AtlasLootMenuItem_19:Show();
|
||||
--Orgrimmar
|
||||
-- AtlasLootMenuItem_20_Name:SetText(AL["Orgrimmar"]);
|
||||
-- AtlasLootMenuItem_20_Extra:SetText("|cff2773ff"..AL["Horde"]);
|
||||
-- AtlasLootMenuItem_20_Icon:SetTexture("Interface\\Icons\\INV_Staff_13");
|
||||
-- AtlasLootMenuItem_20.lootpage="Orgrimmar";
|
||||
-- AtlasLootMenuItem_20:Show();
|
||||
--Thunder Bluff
|
||||
-- AtlasLootMenuItem_21_Name:SetText(AL["Thunder Bluff"]);
|
||||
-- AtlasLootMenuItem_21_Extra:SetText("|cff2773ff"..AL["Horde"]);
|
||||
-- AtlasLootMenuItem_21_Icon:SetTexture("Interface\\Icons\\INV_Staff_13");
|
||||
-- AtlasLootMenuItem_21.lootpage="ThunderBluff";
|
||||
-- AtlasLootMenuItem_21:Show();
|
||||
|
||||
for i = 1, 30, 1 do
|
||||
getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show();
|
||||
|
||||
Reference in New Issue
Block a user