AV Bossses
This commit is contained in:
@@ -3163,6 +3163,9 @@ AtlasLoot_HewdropDown_SubTables = {
|
|||||||
{ AL["Honored Reputation Rewards"], "AVRepHonored" },
|
{ AL["Honored Reputation Rewards"], "AVRepHonored" },
|
||||||
{ AL["Revered Reputation Rewards"], "AVRepRevered" },
|
{ AL["Revered Reputation Rewards"], "AVRepRevered" },
|
||||||
{ AL["Exalted Reputation Rewards"], "AVRepExalted" },
|
{ AL["Exalted Reputation Rewards"], "AVRepExalted" },
|
||||||
|
{ AL["Exalted Reputation Rewards"], "AVRepExalted" },
|
||||||
|
{ AL["Korrak the Bloodrager"], "AVKorrak" },
|
||||||
|
{ AL["Ivus & Lokholar"], "AVLokholarIvus" },
|
||||||
},
|
},
|
||||||
["ABRewards"] = {
|
["ABRewards"] = {
|
||||||
{ "Arathi Basin Menu", "ABRepMenu" },
|
{ "Arathi Basin Menu", "ABRepMenu" },
|
||||||
|
|||||||
+28
-2
@@ -3340,24 +3340,50 @@ AtlasLoot_ButtonRegistry = {
|
|||||||
["AVRepFriendly"] = {
|
["AVRepFriendly"] = {
|
||||||
Title = AL["AV Friendly Rewards"];
|
Title = AL["AV Friendly Rewards"];
|
||||||
Back_Page = "AVRepMenu";
|
Back_Page = "AVRepMenu";
|
||||||
|
Prev_Page = "AVLokholarIvus";
|
||||||
|
Prev_Title = AL["Ivus & Lokholar"];
|
||||||
Next_Page = "AVRepHonored";
|
Next_Page = "AVRepHonored";
|
||||||
|
Next_Title = AL["AV Honored Rewards"];
|
||||||
};
|
};
|
||||||
["AVRepHonored"] = {
|
["AVRepHonored"] = {
|
||||||
Title = AL["AV Honored Rewards"];
|
Title = AL["AV Honored Rewards"];
|
||||||
Back_Page = "AVRepMenu";
|
Back_Page = "AVRepMenu";
|
||||||
Next_Page = "AVRepRevered";
|
|
||||||
Prev_Page = "AVRepFriendly";
|
Prev_Page = "AVRepFriendly";
|
||||||
|
Prev_Title = AL["AV Friendly Rewards"];
|
||||||
|
Next_Page = "AVRepRevered";
|
||||||
|
Next_Title = AL["AV Revered Rewards"];
|
||||||
};
|
};
|
||||||
["AVRepRevered"] = {
|
["AVRepRevered"] = {
|
||||||
Title = AL["AV Revered Rewards"];
|
Title = AL["AV Revered Rewards"];
|
||||||
Back_Page = "AVRepMenu";
|
Back_Page = "AVRepMenu";
|
||||||
Next_Page = "AVRepExalted";
|
|
||||||
Prev_Page = "AVRepHonored";
|
Prev_Page = "AVRepHonored";
|
||||||
|
Prev_Title = AL["AV Honored Rewards"];
|
||||||
|
Next_Page = "AVRepExalted";
|
||||||
|
Next_Title = AL["AV Exalted Rewards"];
|
||||||
};
|
};
|
||||||
["AVRepExalted"] = {
|
["AVRepExalted"] = {
|
||||||
Title = AL["AV Exalted Rewards"];
|
Title = AL["AV Exalted Rewards"];
|
||||||
Back_Page = "AVRepMenu";
|
Back_Page = "AVRepMenu";
|
||||||
Prev_Page = "AVRepRevered";
|
Prev_Page = "AVRepRevered";
|
||||||
|
Prev_Title = AL["AV Revered Rewards"];
|
||||||
|
Next_Page = "AVKorrak";
|
||||||
|
Next_Title = AL["Korrak the Bloodrager"];
|
||||||
|
};
|
||||||
|
["AVKorrak"] = {
|
||||||
|
Title = AL["Korrak the Bloodrager"];
|
||||||
|
Back_Page = "AVRepMenu";
|
||||||
|
Prev_Page = "AVRepExalted";
|
||||||
|
Prev_Title = AL["AV Exalted Rewards"];
|
||||||
|
Next_Page = "AVLokholarIvus";
|
||||||
|
Next_Title = AL["Ivus & Lokholar"];
|
||||||
|
};
|
||||||
|
["AVLokholarIvus"] = {
|
||||||
|
Title = AL["Ivus & Lokholar"];
|
||||||
|
Back_Page = "AVRepMenu";
|
||||||
|
Prev_Page = "AVKorrak";
|
||||||
|
Prev_Title = AL["Korrak the Bloodrager"];
|
||||||
|
Next_Page = "AVRepFriendly";
|
||||||
|
Next_Title = AL["AV Friendly Rewards"];
|
||||||
};
|
};
|
||||||
["WSGRepFriendly"] = {
|
["WSGRepFriendly"] = {
|
||||||
Back_Page = "WSGRepMenu";
|
Back_Page = "WSGRepMenu";
|
||||||
|
|||||||
@@ -390,6 +390,18 @@ function AtlasLootAVRepMenu()
|
|||||||
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_21");
|
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_21");
|
||||||
AtlasLootMenuItem_5.lootpage="AVRepExalted";
|
AtlasLootMenuItem_5.lootpage="AVRepExalted";
|
||||||
AtlasLootMenuItem_5:Show();
|
AtlasLootMenuItem_5:Show();
|
||||||
|
--Korrak
|
||||||
|
AtlasLootMenuItem_6_Name:SetText(AL["Korrak the Bloodrager"]);
|
||||||
|
AtlasLootMenuItem_6_Extra:SetText("");
|
||||||
|
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_21");
|
||||||
|
AtlasLootMenuItem_6.lootpage="AVKorrak";
|
||||||
|
AtlasLootMenuItem_6:Show();
|
||||||
|
--LokholarIvus
|
||||||
|
AtlasLootMenuItem_7_Name:SetText(AL["Ivus & Lokholar"]);
|
||||||
|
AtlasLootMenuItem_7_Extra:SetText("");
|
||||||
|
AtlasLootMenuItem_7_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_21");
|
||||||
|
AtlasLootMenuItem_7.lootpage="AVLokholarIvus";
|
||||||
|
AtlasLootMenuItem_7:Show();
|
||||||
for i = 1, 30, 1 do
|
for i = 1, 30, 1 do
|
||||||
getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show();
|
getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show();
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1573,4 +1573,6 @@ AL:RegisterTranslations("enUS", function() return {
|
|||||||
["Grizikil"] = true,
|
["Grizikil"] = true,
|
||||||
["Moroes"] = true,
|
["Moroes"] = true,
|
||||||
["LKH Enchants"] = true,
|
["LKH Enchants"] = true,
|
||||||
|
["Korrak the Bloodrager"] = true,
|
||||||
|
["Ivus & Lokholar"] = true,
|
||||||
} end)
|
} end)
|
||||||
|
|||||||
@@ -140,12 +140,12 @@ AtlasLootBattlegrounds = {
|
|||||||
"";
|
"";
|
||||||
"";
|
"";
|
||||||
"";
|
"";
|
||||||
"";
|
|
||||||
"";
|
|
||||||
"AVRepFriendly";
|
"AVRepFriendly";
|
||||||
"AVRepHonored";
|
"AVRepHonored";
|
||||||
"AVRepRevered";
|
"AVRepRevered";
|
||||||
"AVRepExalted";
|
"AVRepExalted";
|
||||||
|
"AVKorrak";
|
||||||
|
"AVLokholarIvus";
|
||||||
};
|
};
|
||||||
AlteracValleySouth = {
|
AlteracValleySouth = {
|
||||||
"Frostwolf1";
|
"Frostwolf1";
|
||||||
@@ -192,12 +192,12 @@ AtlasLootBattlegrounds = {
|
|||||||
"";
|
"";
|
||||||
"";
|
"";
|
||||||
"";
|
"";
|
||||||
"";
|
|
||||||
"";
|
|
||||||
"AVRepFriendly";
|
"AVRepFriendly";
|
||||||
"AVRepHonored";
|
"AVRepHonored";
|
||||||
"AVRepRevered";
|
"AVRepRevered";
|
||||||
"AVRepExalted";
|
"AVRepExalted";
|
||||||
|
"AVKorrak";
|
||||||
|
"AVLokholarIvus";
|
||||||
};
|
};
|
||||||
ArathiBasin = {
|
ArathiBasin = {
|
||||||
"";
|
"";
|
||||||
@@ -409,6 +409,25 @@ AtlasLoot_Data["AtlasLootBGItems"] = {
|
|||||||
{ 19324, "INV_Sword_29", "=q4=The Lobotomizer", "=ds=#h1#, #w4#" },
|
{ 19324, "INV_Sword_29", "=q4=The Lobotomizer", "=ds=#h1#, #w4#" },
|
||||||
{ 19323, "INV_Hammer_13", "=q4=The Unstoppable Force", "=ds=#h2#, #w6#" },
|
{ 19323, "INV_Hammer_13", "=q4=The Unstoppable Force", "=ds=#h2#, #w6#" },
|
||||||
};
|
};
|
||||||
|
AVKorrak = {
|
||||||
|
{ 13080, "INV_Chest_Cloth_02", "=q3=Widow's Clutch", "=ds=#s5#, #a1#", "20%" },
|
||||||
|
{ 12970, "INV_Chest_Plate10", "=q3=General's Ceremonial Plate", "=ds=#s5#, #a4#", "20%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 12686, "INV_Sword_32", "=q3=Einhorn's Skinner", "=ds=#h4#, #w4#", "20%" },
|
||||||
|
{ 21135, "INV_ThrowingAxe_06", "=q3=Assassin's Throwing Axe", "=ds=#w11#, 100", "20%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 17108, "INV_Jewelry_Ring_22", "=q4=Mark of Deflection", "=ds=#s13#", "20%" },
|
||||||
|
};
|
||||||
|
AVLokholarIvus = {
|
||||||
|
{ 19105, "INV_Helmet_61", "=q3=Frost Runed Headdress", "=ds=#s1#, #a1#" },
|
||||||
|
{ 19113, "INV_Bracer_08", "=q3=Yeti Hide Bracers", "=ds=#s8#, #a2#" },
|
||||||
|
{ 19111, "INV_Shoulder_12", "=q3=Winteraxe Epaulets", "=ds=#s3#, #a3#" },
|
||||||
|
{ 19112, "INV_Bracer_18", "=q3=Frozen Steel Vambraces", "=ds=#s8#, #a4#" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 19109, "INV_Jewelry_Ring_35", "=q3=Deep Rooted Ring", "=ds=#s13#" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 19110, "INV_Sword_47", "=q3=Cold Forged Blade", "=ds=#h1#, #w10#" },
|
||||||
|
};
|
||||||
ABRepFriendly = {
|
ABRepFriendly = {
|
||||||
{ 0, "INV_BannerPVP_02", "=q8=#m7#", "=q7=#b5#" },
|
{ 0, "INV_BannerPVP_02", "=q8=#m7#", "=q7=#b5#" },
|
||||||
{ 0, "", "", "" },
|
{ 0, "", "", "" },
|
||||||
|
|||||||
@@ -901,6 +901,8 @@ AtlasLoot_TableNames = {
|
|||||||
["AVRepHonored"] = { AL["Alterac Valley"] .. " " .. AL["51-60 Honored Rewards"], "AtlasLootBGItems" },
|
["AVRepHonored"] = { AL["Alterac Valley"] .. " " .. AL["51-60 Honored Rewards"], "AtlasLootBGItems" },
|
||||||
["AVRepRevered"] = { AL["Alterac Valley"] .. " " .. AL["51-60 Revered Rewards"], "AtlasLootBGItems" },
|
["AVRepRevered"] = { AL["Alterac Valley"] .. " " .. AL["51-60 Revered Rewards"], "AtlasLootBGItems" },
|
||||||
["AVRepExalted"] = { AL["Alterac Valley"] .. " " .. AL["51-60 Exalted Rewards"], "AtlasLootBGItems" },
|
["AVRepExalted"] = { AL["Alterac Valley"] .. " " .. AL["51-60 Exalted Rewards"], "AtlasLootBGItems" },
|
||||||
|
["AVKorrak"] = { AL["Korrak the Bloodrager"], "AtlasLootBGItems" },
|
||||||
|
["AVLokholarIvus"] = { AL["Ivus & Lokholar"], "AtlasLootBGItems" },
|
||||||
--Arathi Basin
|
--Arathi Basin
|
||||||
["ABRepFriendly"] = { AL["Arathi Basin"] .. " " .. AL["Friendly Rewards"], "AtlasLootBGItems" },
|
["ABRepFriendly"] = { AL["Arathi Basin"] .. " " .. AL["Friendly Rewards"], "AtlasLootBGItems" },
|
||||||
["ABRepHonored2029"] = { AL["Arathi Basin"] .. " " .. AL["20-29 Honored Rewards"], "AtlasLootBGItems" },
|
["ABRepHonored2029"] = { AL["Arathi Basin"] .. " " .. AL["20-29 Honored Rewards"], "AtlasLootBGItems" },
|
||||||
@@ -1939,6 +1941,8 @@ AtlasLoot_TableNamesBoss = {
|
|||||||
["AVRepHonored"] = { AL["Alterac Valley"] .. " " .. AL["51-60 Honored Rewards"], "AtlasLootBGItems" },
|
["AVRepHonored"] = { AL["Alterac Valley"] .. " " .. AL["51-60 Honored Rewards"], "AtlasLootBGItems" },
|
||||||
["AVRepRevered"] = { AL["Alterac Valley"] .. " " .. AL["51-60 Revered Rewards"], "AtlasLootBGItems" },
|
["AVRepRevered"] = { AL["Alterac Valley"] .. " " .. AL["51-60 Revered Rewards"], "AtlasLootBGItems" },
|
||||||
["AVRepExalted"] = { AL["Alterac Valley"] .. " " .. AL["51-60 Exalted Rewards"], "AtlasLootBGItems" },
|
["AVRepExalted"] = { AL["Alterac Valley"] .. " " .. AL["51-60 Exalted Rewards"], "AtlasLootBGItems" },
|
||||||
|
["AVKorrak"] = { AL["Korrak the Bloodrager"], "AtlasLootBGItems" },
|
||||||
|
["AVLokholarIvus"] = { AL["Ivus & Lokholar"], "AtlasLootBGItems" },
|
||||||
--Arathi Basin
|
--Arathi Basin
|
||||||
["ABRepFriendly"] = { AL["Arathi Basin"] .. " " .. AL["Friendly Rewards"], "AtlasLootBGItems" },
|
["ABRepFriendly"] = { AL["Arathi Basin"] .. " " .. AL["Friendly Rewards"], "AtlasLootBGItems" },
|
||||||
["ABRepHonored2029"] = { AL["Arathi Basin"] .. " " .. AL["20-29 Honored Rewards"], "AtlasLootBGItems" },
|
["ABRepHonored2029"] = { AL["Arathi Basin"] .. " " .. AL["20-29 Honored Rewards"], "AtlasLootBGItems" },
|
||||||
|
|||||||
Reference in New Issue
Block a user