added HighElf and Troll rep items

This commit is contained in:
Cosmin POP
2021-01-08 10:48:08 +02:00
parent f824921325
commit b3cf0ee636
6 changed files with 2240 additions and 2029 deletions
+2
View File
@@ -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" },
+59 -23
View File
@@ -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,7 +9,6 @@ local PURPLE = "|cff9F3FFF";
local BLUE = "|cff0070dd";
local ORANGE = "|cffFF8400";
AtlasLoot_ButtonRegistry = {
--WoW Factions
["Argent1"] = {
@@ -39,19 +37,19 @@ AtlasLoot_ButtonRegistry = {
["Bloodsail1"] = {
Title = AL["Bloodsail Buccaneers"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["AQBroodRings"] = {
Title = AL["Brood of Nozdormu"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Cenarion1"] = {
Title = AL["Cenarion Circle"] .. ": " .. AL["Friendly"];
Next_Page = "Cenarion2";
Next_Title = AL["Cenarion Circle"] .. ": " .. AL["Honored"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Cenarion2"] = {
Title = AL["Cenarion Circle"] .. ": " .. AL["Honored"];
@@ -60,7 +58,7 @@ AtlasLoot_ButtonRegistry = {
Prev_Page = "Cenarion1";
Prev_Title = AL["Cenarion Circle"] .. ": " .. AL["Friendly"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Cenarion3"] = {
Title = AL["Cenarion Circle"] .. ": " .. AL["Revered"];
@@ -69,92 +67,130 @@ AtlasLoot_ButtonRegistry = {
Prev_Page = "Cenarion2";
Prev_Title = AL["Cenarion Circle"] .. ": " .. AL["Honored"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Cenarion4"] = {
Title = AL["Cenarion Circle"] .. ": " .. AL["Exalted"];
Prev_Page = "Cenarion3";
Prev_Title = AL["Cenarion Circle"] .. ": " .. AL["Revered"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Darkmoon"] = {
Title = AL["Darkmoon Faire"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Defilers"] = {
Title = AL["The Defilers"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Frostwolf1"] = {
Title = AL["Frostwolf Clan"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["GelkisClan1"] = {
Title = AL["Gelkis Clan Centaur"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["WaterLords1"] = {
Title = AL["Hydraxian Waterlords"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["LeagueofArathor"] = {
Title = AL["The League of Arathor"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Helf"] = {
Title = AL["Silvermoon Remnant"];
Next_Page = "Helf2";
Back_Page = "REPMENU";
Back_Title = AL["Factions"];
};
["Helf2"] = {
Title = AL["Silvermoon Remnant"];
Next_Page = "Helf3";
Prev_Page = "Helf";
Back_Page = "REPMENU";
Back_Title = AL["Factions"];
};
["Helf3"] = {
Title = AL["Silvermoon Remnant"];
Prev_Page = "Helf2";
Back_Page = "REPMENU";
Back_Title = AL["Factions"];
};
["Revantusk"] = {
Title = AL["Revantusk Trolls"];
Next_Page = "Revantusk2";
Back_Page = "REPMENU";
Back_Title = AL["Factions"];
};
["Revantusk2"] = {
Title = AL["Revantusk Trolls"];
Next_Page = "Revantusk3";
Prev_Page = "Revantusk";
Back_Page = "REPMENU";
Back_Title = AL["Factions"];
};
["Revantusk3"] = {
Title = AL["Revantusk Trolls"];
Prev_Page = "Revantusk2";
Back_Page = "REPMENU";
Back_Title = AL["Factions"];
};
["MagramClan1"] = {
Title = AL["Magram Clan Centaur"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Stormpike1"] = {
Title = AL["Stormpike Guard"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Thorium1"] = {
Title = AL["Thorium Brotherhood"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"];
Next_Page = "Thorium2";
Next_Title = AL["Thorium Brotherhood"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Thorium2"] = {
Title = AL["Thorium Brotherhood"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"];
Prev_Page = "Thorium1";
Prev_Title = AL["Thorium Brotherhood"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Timbermaw"] = {
Title = AL["Timbermaw Hold"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Wintersaber1"] = {
Title = AL["Wintersaber Trainers"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Zandalar1"] = {
Title = AL["Zandalar Tribe"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"];
Next_Page = "Zandalar2";
Next_Title = AL["Zandalar Tribe"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["Zandalar2"] = {
Title = AL["Zandalar Tribe"] .. ": " .. AL["Revered"] .. "/" .. AL["Exalted"];
Prev_Page = "Zandalar1";
Prev_Title = AL["Zandalar Tribe"] .. ": " .. AL["Friendly"] .. "/" .. AL["Honored"];
Back_Page = "REPMENU";
Back_Title = AL["Factions"];;
Back_Title = AL["Factions"];
};
["ABRepFriendly2029"] = {
Title = "AB 20-29 Friendly Rewards";
+14
View File
@@ -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
+150
View File
@@ -390,4 +390,154 @@ AtlasLoot_Data["AtlasLootRepItems"] = {
{ 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=", "" },
}
};
+2
View File
@@ -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)
+7
View File
@@ -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" },
},
--------------