Merge branch 'dev'
This commit is contained in:
+546
-516
File diff suppressed because it is too large
Load Diff
@@ -546,6 +546,10 @@
|
||||
<OnClick>
|
||||
AtlasLoot_ShowWishList();
|
||||
CloseDropDownMenus();
|
||||
AtlasLootDefaultFrame_SubMenu:Disable()
|
||||
AtlasLootDefaultFrame_SelectedTable:Hide()
|
||||
AtlasLootQuickLooksButton:Hide()
|
||||
AtlasLoot_QuickLooks:Hide()
|
||||
</OnClick>
|
||||
<OnShow>
|
||||
local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
|
||||
|
||||
+24
-21
@@ -3449,7 +3449,8 @@ AtlasLoot_ButtonRegistry = {
|
||||
Title = AL["Azuregos"];
|
||||
Next_Page = "DEmeriss";
|
||||
Next_Title = AL["Emeriss"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
Back_Page = "WORLDBOSSMENU",
|
||||
Back_Title = AL["World Bosses"]
|
||||
};
|
||||
["DEmeriss"] = {
|
||||
Title = AL["Emeriss"];
|
||||
@@ -3457,7 +3458,8 @@ AtlasLoot_ButtonRegistry = {
|
||||
Next_Title = AL["Lethon"];
|
||||
Prev_Page = "AAzuregos";
|
||||
Prev_Title = AL["Azuregos"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
Back_Page = "WORLDBOSSMENU",
|
||||
Back_Title = AL["World Bosses"]
|
||||
};
|
||||
["DLethon"] = {
|
||||
Title = AL["Lethon"];
|
||||
@@ -3465,7 +3467,8 @@ AtlasLoot_ButtonRegistry = {
|
||||
Next_Title = AL["Taerar"];
|
||||
Prev_Page = "DEmeriss";
|
||||
Prev_Title = AL["Emeriss"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
Back_Page = "WORLDBOSSMENU",
|
||||
Back_Title = AL["World Bosses"]
|
||||
};
|
||||
["DTaerar"] = {
|
||||
Title = AL["Taerar"];
|
||||
@@ -3473,7 +3476,8 @@ AtlasLoot_ButtonRegistry = {
|
||||
Next_Title = AL["Ysondre"];
|
||||
Prev_Page = "DLethon";
|
||||
Prev_Title = AL["Lethon"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
Back_Page = "WORLDBOSSMENU",
|
||||
Back_Title = AL["World Bosses"]
|
||||
};
|
||||
["DYsondre"] = {
|
||||
Title = AL["Ysondre"];
|
||||
@@ -3481,7 +3485,8 @@ AtlasLoot_ButtonRegistry = {
|
||||
Next_Title = AL["Lord Kazzak"];
|
||||
Prev_Page = "DTaerar";
|
||||
Prev_Title = AL["Taerar"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
Back_Page = "WORLDBOSSMENU",
|
||||
Back_Title = AL["World Bosses"]
|
||||
};
|
||||
["KKazzak"] = {
|
||||
Title = AL["Lord Kazzak"];
|
||||
@@ -3489,14 +3494,8 @@ AtlasLoot_ButtonRegistry = {
|
||||
Next_Title = AL["Nerubian Overseer"];
|
||||
Prev_Page = "DYsondre";
|
||||
Prev_Title = AL["Ysondre"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
};
|
||||
["Turtlhu"] = {
|
||||
Title = AL["Turtlhu, the Black Turtle of Doom"];
|
||||
Next_Page = "Nerubian";
|
||||
Next_Title = AL["Nerubian Overseer"];
|
||||
Prev_Page = "KKazzak";
|
||||
Prev_Title = AL["Lord Kazzak"];
|
||||
Back_Page = "WORLDBOSSMENU",
|
||||
Back_Title = AL["World Bosses"]
|
||||
};
|
||||
["Nerubian"] = {
|
||||
Title = AL["Nerubian Overseer"];
|
||||
@@ -3504,7 +3503,8 @@ AtlasLoot_ButtonRegistry = {
|
||||
Next_Title = AL["Dark Reaver of Karazhan"];
|
||||
Prev_Page = "KKazzak";
|
||||
Prev_Title = AL["Lord Kazzak"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
Back_Page = "WORLDBOSSMENU",
|
||||
Back_Title = AL["World Bosses"]
|
||||
};
|
||||
["Reaver"] = {
|
||||
Title = AL["Dark Reaver of Karazhan"];
|
||||
@@ -3512,7 +3512,8 @@ AtlasLoot_ButtonRegistry = {
|
||||
Next_Title = AL["Ostarius"];
|
||||
Prev_Page = "Nerubian";
|
||||
Prev_Title = AL["Nerubian Overseer"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
Back_Page = "WORLDBOSSMENU",
|
||||
Back_Title = AL["World Bosses"]
|
||||
};
|
||||
["Ostarius"] = {
|
||||
Title = AL["Ostarius"];
|
||||
@@ -3520,7 +3521,8 @@ AtlasLoot_ButtonRegistry = {
|
||||
Next_Title = AL["Concavius"];
|
||||
Prev_Page = "Reaver";
|
||||
Prev_Title = AL["Dark Reaver of Karazhan"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
Back_Page = "WORLDBOSSMENU",
|
||||
Back_Title = AL["World Bosses"]
|
||||
};
|
||||
["Concavius"] = {
|
||||
Title = AL["Concavius"];
|
||||
@@ -3528,7 +3530,8 @@ AtlasLoot_ButtonRegistry = {
|
||||
Next_Title = AL["Moo"];
|
||||
Prev_Page = "Ostarius";
|
||||
Prev_Title = AL["Ostarius"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
Back_Page = "WORLDBOSSMENU",
|
||||
Back_Title = AL["World Bosses"]
|
||||
};
|
||||
["CowKing"] = {
|
||||
Title = AL["Moo"];
|
||||
@@ -3536,13 +3539,15 @@ AtlasLoot_ButtonRegistry = {
|
||||
Prev_Title = AL["Concavius"];
|
||||
Next_Page = "Clackora";
|
||||
Next_Title = AL["Cla'ckora"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
Back_Page = "WORLDBOSSMENU",
|
||||
Back_Title = AL["World Bosses"]
|
||||
};
|
||||
["Clackora"] = {
|
||||
Title = AL["Cla'ckora"];
|
||||
Prev_Page = "CowKing";
|
||||
Prev_Title = AL["Moo"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
Back_Page = "WORLDBOSSMENU",
|
||||
Back_Title = AL["World Bosses"]
|
||||
};
|
||||
--Rare Spawns
|
||||
["EarthcallerRezengal"] = {
|
||||
@@ -3793,8 +3798,6 @@ AtlasLoot_ButtonRegistry = {
|
||||
Prev_Page = "WidowoftheWoods";
|
||||
Prev_Title = AL["Widow of the Woods"];
|
||||
};
|
||||
|
||||
|
||||
--WoW Factions
|
||||
["Argent1"] = {
|
||||
Title = AL["Argent Dawn"] .. ": " .. AL["Token Hand-Ins"];
|
||||
|
||||
+9
-9
@@ -336,55 +336,55 @@ function AtlasLootPVPSetMenu()
|
||||
--Priest
|
||||
AtlasLootMenuItem_3_Name:SetText("|cffffffff"..AL["Priest"]);
|
||||
AtlasLootMenuItem_3_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_3_Icon, "priest")
|
||||
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\priest")
|
||||
AtlasLootMenuItem_3.lootpage="PVPPriest";
|
||||
AtlasLootMenuItem_3:Show();
|
||||
--Mage
|
||||
AtlasLootMenuItem_4_Name:SetText("|cff68ccef"..AL["Mage"]);
|
||||
AtlasLootMenuItem_4_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_4_Icon, "mage")
|
||||
AtlasLootMenuItem_4_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\mage")
|
||||
AtlasLootMenuItem_4.lootpage="PVPMage";
|
||||
AtlasLootMenuItem_4:Show();
|
||||
--Warlock
|
||||
AtlasLootMenuItem_5_Name:SetText("|cff9382c9"..AL["Warlock"]);
|
||||
AtlasLootMenuItem_5_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_5_Icon, "warlock")
|
||||
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warlock")
|
||||
AtlasLootMenuItem_5.lootpage="PVPWarlock";
|
||||
AtlasLootMenuItem_5:Show();
|
||||
--Rogue
|
||||
AtlasLootMenuItem_6_Name:SetText("|cfffff468"..AL["Rogue"]);
|
||||
AtlasLootMenuItem_6_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_6_Icon, "rogue")
|
||||
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\rogue")
|
||||
AtlasLootMenuItem_6.lootpage="PVPRogue";
|
||||
AtlasLootMenuItem_6:Show();
|
||||
--Druid
|
||||
AtlasLootMenuItem_7_Name:SetText("|cffff7c0a"..AL["Druid"]);
|
||||
AtlasLootMenuItem_7_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_7_Icon, "druid")
|
||||
AtlasLootMenuItem_7_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\druid")
|
||||
AtlasLootMenuItem_7.lootpage="PVPDruid";
|
||||
AtlasLootMenuItem_7:Show();
|
||||
--Hunter
|
||||
AtlasLootMenuItem_18_Name:SetText("|cffaad372"..AL["Hunter"]);
|
||||
AtlasLootMenuItem_18_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_18_Icon, "hunter")
|
||||
AtlasLootMenuItem_18_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\hunter")
|
||||
AtlasLootMenuItem_18.lootpage="PVPHunter";
|
||||
AtlasLootMenuItem_18:Show();
|
||||
--Shaman
|
||||
AtlasLootMenuItem_19_Name:SetText("|cff2773ff"..AL["Shaman"]);
|
||||
AtlasLootMenuItem_19_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_19_Icon, "shaman")
|
||||
AtlasLootMenuItem_19_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\shaman")
|
||||
AtlasLootMenuItem_19.lootpage="PVPShaman";
|
||||
AtlasLootMenuItem_19:Show();
|
||||
--Paladin
|
||||
AtlasLootMenuItem_20_Name:SetText("|cfff48cba"..AL["Paladin"]);
|
||||
AtlasLootMenuItem_20_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_20_Icon, "paladin")
|
||||
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\paladin")
|
||||
AtlasLootMenuItem_20.lootpage="PVPPaladin";
|
||||
AtlasLootMenuItem_20:Show();
|
||||
--Warrior
|
||||
AtlasLootMenuItem_21_Name:SetText("|cffc69b6d"..AL["Warrior"]);
|
||||
AtlasLootMenuItem_21_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_21_Icon, "warrior")
|
||||
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warrior")
|
||||
AtlasLootMenuItem_21.lootpage="PVPWarrior";
|
||||
AtlasLootMenuItem_21:Show();
|
||||
end
|
||||
|
||||
+118
-99
@@ -3,21 +3,20 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
|
||||
local ORANGE = "|cffFF8400";
|
||||
local data = AtlasLoot_Data["AtlasLootSetItems"]
|
||||
|
||||
local classCoords = {
|
||||
["warrior"] = { 0, 0.25, 0, 0.25 },
|
||||
["mage"] = { 0.25, 0.5, 0, 0.25 },
|
||||
["rogue"] = { 0.5, 0.745, 0, 0.25 },
|
||||
["druid"] = { 0.75, 0.99, 0, 0.25 },
|
||||
["hunter"] = { 0, 0.25, 0.25, 0.5 },
|
||||
["shaman"] = { 0.25, 0.50, 0.25, 0.5 },
|
||||
["priest"] = { 0.50, 0.75, 0.25, 0.5 },
|
||||
["warlock"] = { 0.75, 0.99, 0.25, 0.5 },
|
||||
["paladin"] = { 0, 0.25, 0.5, 0.75 },
|
||||
}
|
||||
|
||||
function AtlasLoot_SetClassIcon(object, class)
|
||||
object:SetTexture("Interface\\Glues\\CharacterCreate\\UI-CharacterCreate-Classes")
|
||||
object:SetTexCoord(unpack(classCoords[class]))
|
||||
function AtlasLoot_GetDataSource(dataID)
|
||||
local source = nil
|
||||
for k in pairs(AtlasLoot_Data) do
|
||||
if source then
|
||||
break
|
||||
end
|
||||
for i in pairs(AtlasLoot_Data[k]) do
|
||||
if i == dataID then
|
||||
source = k
|
||||
break
|
||||
end
|
||||
end
|
||||
end
|
||||
return source
|
||||
end
|
||||
|
||||
function AtlasLoot_PrepMenu(backPage, title)
|
||||
@@ -26,10 +25,12 @@ function AtlasLoot_PrepMenu(backPage, title)
|
||||
getglobal("AtlasLootItem_" .. i.."Border"):Hide()
|
||||
end
|
||||
for i = 1, 30, 1 do
|
||||
local button = getglobal("AtlasLootMenuItem_" .. i)
|
||||
getglobal("AtlasLootMenuItem_" .. i.."Border"):Hide()
|
||||
getglobal("AtlasLootMenuItem_" .. i):Hide();
|
||||
getglobal("AtlasLootMenuItem_" .. i).isheader = false;
|
||||
getglobal("AtlasLootMenuItem_" .. i).container = nil
|
||||
button:Hide();
|
||||
button.isheader = false;
|
||||
button.container = nil
|
||||
button.dataSource = nil
|
||||
getglobal("AtlasLootMenuItem_" .. i .. "_Icon"):SetTexCoord(0, 1, 0, 1)
|
||||
end
|
||||
if backPage then
|
||||
@@ -279,7 +280,9 @@ function AtlasLootPRE60SetMenu()
|
||||
AtlasLootMenuItem_23.container = data.SpiritofEskhandarC
|
||||
AtlasLootMenuItem_23:Show();
|
||||
for i = 1, 30 do
|
||||
if getglobal("AtlasLootMenuItem_"..i).container then
|
||||
local button = getglobal("AtlasLootMenuItem_" .. i)
|
||||
button.dataSource = AtlasLoot_GetDataSource(button.lootpage)
|
||||
if button.container then
|
||||
getglobal("AtlasLootMenuItem_"..i.."Border"):Show()
|
||||
end
|
||||
end
|
||||
@@ -290,63 +293,63 @@ function AtlasLootZGSetMenu()
|
||||
--Priest
|
||||
AtlasLootMenuItem_3_Name:SetText("|cffffffff" .. AL["Priest"]);
|
||||
AtlasLootMenuItem_3_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_3_Icon, "priest")
|
||||
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\priest")
|
||||
AtlasLootMenuItem_3.lootpage = "ZGPriest";
|
||||
AtlasLootMenuItem_3.container = data.ZGPriestC
|
||||
AtlasLootMenuItem_3:Show();
|
||||
--Mage
|
||||
AtlasLootMenuItem_4_Name:SetText("|cff68ccef" .. AL["Mage"]);
|
||||
AtlasLootMenuItem_4_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_4_Icon, "mage")
|
||||
AtlasLootMenuItem_4_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\mage")
|
||||
AtlasLootMenuItem_4.lootpage = "ZGMage";
|
||||
AtlasLootMenuItem_4.container = data.ZGMageC
|
||||
AtlasLootMenuItem_4:Show();
|
||||
--Warlock
|
||||
AtlasLootMenuItem_5_Name:SetText("|cff9382c9" .. AL["Warlock"]);
|
||||
AtlasLootMenuItem_5_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_5_Icon, "warlock")
|
||||
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warlock")
|
||||
AtlasLootMenuItem_5.lootpage = "ZGWarlock";
|
||||
AtlasLootMenuItem_5.container = data.ZGWarlockC
|
||||
AtlasLootMenuItem_5:Show();
|
||||
--Rogue
|
||||
AtlasLootMenuItem_6_Name:SetText("|cfffff468" .. AL["Rogue"]);
|
||||
AtlasLootMenuItem_6_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_6_Icon, "rogue")
|
||||
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\rogue")
|
||||
AtlasLootMenuItem_6.lootpage = "ZGRogue";
|
||||
AtlasLootMenuItem_6.container = data.ZGRogueC
|
||||
AtlasLootMenuItem_6:Show();
|
||||
--Druid
|
||||
AtlasLootMenuItem_7_Name:SetText("|cffff7c0a" .. AL["Druid"]);
|
||||
AtlasLootMenuItem_7_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_7_Icon, "druid")
|
||||
AtlasLootMenuItem_7_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\druid")
|
||||
AtlasLootMenuItem_7.lootpage = "ZGDruid";
|
||||
AtlasLootMenuItem_7.container = data.ZGDruidC
|
||||
AtlasLootMenuItem_7:Show();
|
||||
--Hunter
|
||||
AtlasLootMenuItem_18_Name:SetText("|cffaad372" .. AL["Hunter"]);
|
||||
AtlasLootMenuItem_18_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_18_Icon, "hunter")
|
||||
AtlasLootMenuItem_18_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\hunter")
|
||||
AtlasLootMenuItem_18.lootpage = "ZGHunter";
|
||||
AtlasLootMenuItem_18.container = data.ZGHunterC
|
||||
AtlasLootMenuItem_18:Show();
|
||||
--Shaman
|
||||
AtlasLootMenuItem_19_Name:SetText("|cff2773ff" .. AL["Shaman"]);
|
||||
AtlasLootMenuItem_19_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_19_Icon, "shaman")
|
||||
AtlasLootMenuItem_19_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\shaman")
|
||||
AtlasLootMenuItem_19.lootpage = "ZGShaman";
|
||||
AtlasLootMenuItem_19.container = data.ZGShamanC
|
||||
AtlasLootMenuItem_19:Show();
|
||||
--Paladin
|
||||
AtlasLootMenuItem_20_Name:SetText("|cfff48cba" .. AL["Paladin"]);
|
||||
AtlasLootMenuItem_20_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_20_Icon, "paladin")
|
||||
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\paladin")
|
||||
AtlasLootMenuItem_20.lootpage = "ZGPaladin";
|
||||
AtlasLootMenuItem_20.container = data.ZGPaladinC
|
||||
AtlasLootMenuItem_20:Show();
|
||||
--Warrior
|
||||
AtlasLootMenuItem_21_Name:SetText("|cffc69b6d" .. AL["Warrior"]);
|
||||
AtlasLootMenuItem_21_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_21_Icon, "warrior")
|
||||
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warrior")
|
||||
AtlasLootMenuItem_21.lootpage = "ZGWarrior";
|
||||
AtlasLootMenuItem_21.container = data.ZGWarriorC
|
||||
AtlasLootMenuItem_21:Show();
|
||||
@@ -372,7 +375,9 @@ function AtlasLootZGSetMenu()
|
||||
AtlasLootMenuItem_25.container = data.HakkariBladesC
|
||||
AtlasLootMenuItem_25:Show();
|
||||
for i = 1, 30 do
|
||||
if getglobal("AtlasLootMenuItem_"..i).container then
|
||||
local button = getglobal("AtlasLootMenuItem_" .. i)
|
||||
button.dataSource = AtlasLoot_GetDataSource(button.lootpage)
|
||||
if button.container then
|
||||
getglobal("AtlasLootMenuItem_"..i.."Border"):Show()
|
||||
end
|
||||
end
|
||||
@@ -383,68 +388,70 @@ function AtlasLootAQ40SetMenu()
|
||||
--Priest
|
||||
AtlasLootMenuItem_3_Name:SetText("|cffffffff" .. AL["Priest"]);
|
||||
AtlasLootMenuItem_3_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_3_Icon, "priest")
|
||||
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\priest")
|
||||
AtlasLootMenuItem_3.lootpage = "AQ40Priest";
|
||||
AtlasLootMenuItem_3.container = data.AQ40PriestC
|
||||
AtlasLootMenuItem_3:Show();
|
||||
--Mage
|
||||
AtlasLootMenuItem_4_Name:SetText("|cff68ccef" .. AL["Mage"]);
|
||||
AtlasLootMenuItem_4_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_4_Icon, "mage")
|
||||
AtlasLootMenuItem_4_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\mage")
|
||||
AtlasLootMenuItem_4.lootpage = "AQ40Mage";
|
||||
AtlasLootMenuItem_4.container = data.AQ40MageC
|
||||
AtlasLootMenuItem_4:Show();
|
||||
--Warlock
|
||||
AtlasLootMenuItem_5_Name:SetText("|cff9382c9" .. AL["Warlock"]);
|
||||
AtlasLootMenuItem_5_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_5_Icon, "warlock")
|
||||
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warlock")
|
||||
AtlasLootMenuItem_5.lootpage = "AQ40Warlock";
|
||||
AtlasLootMenuItem_5.container = data.AQ40WarlockC
|
||||
AtlasLootMenuItem_5:Show();
|
||||
--Rogue
|
||||
AtlasLootMenuItem_6_Name:SetText("|cfffff468" .. AL["Rogue"]);
|
||||
AtlasLootMenuItem_6_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_6_Icon, "rogue");
|
||||
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\rogue");
|
||||
AtlasLootMenuItem_6.lootpage = "AQ40Rogue";
|
||||
AtlasLootMenuItem_6.container = data.AQ40RogueC
|
||||
AtlasLootMenuItem_6:Show();
|
||||
--Druid
|
||||
AtlasLootMenuItem_7_Name:SetText("|cffff7c0a" .. AL["Druid"]);
|
||||
AtlasLootMenuItem_7_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_7_Icon, "druid");
|
||||
AtlasLootMenuItem_7_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\druid");
|
||||
AtlasLootMenuItem_7.lootpage = "AQ40Druid";
|
||||
AtlasLootMenuItem_7.container = data.AQ40DruidC
|
||||
AtlasLootMenuItem_7:Show();
|
||||
--Hunter
|
||||
AtlasLootMenuItem_18_Name:SetText("|cffaad372" .. AL["Hunter"]);
|
||||
AtlasLootMenuItem_18_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_18_Icon, "hunter");
|
||||
AtlasLootMenuItem_18_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\hunter");
|
||||
AtlasLootMenuItem_18.lootpage = "AQ40Hunter";
|
||||
AtlasLootMenuItem_18.container = data.AQ40HunterC
|
||||
AtlasLootMenuItem_18:Show();
|
||||
--Shaman
|
||||
AtlasLootMenuItem_19_Name:SetText("|cff2773ff" .. AL["Shaman"]);
|
||||
AtlasLootMenuItem_19_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_19_Icon, "shaman")
|
||||
AtlasLootMenuItem_19_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\shaman")
|
||||
AtlasLootMenuItem_19.lootpage = "AQ40Shaman";
|
||||
AtlasLootMenuItem_19.container = data.AQ40ShamanC
|
||||
AtlasLootMenuItem_19:Show();
|
||||
--Paladin
|
||||
AtlasLootMenuItem_20_Name:SetText("|cfff48cba" .. AL["Paladin"]);
|
||||
AtlasLootMenuItem_20_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_20_Icon, "paladin");
|
||||
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\paladin");
|
||||
AtlasLootMenuItem_20.lootpage = "AQ40Paladin";
|
||||
AtlasLootMenuItem_20.container = data.AQ40PaladinC
|
||||
AtlasLootMenuItem_20:Show();
|
||||
--Warrior
|
||||
AtlasLootMenuItem_21_Name:SetText("|cffc69b6d" .. AL["Warrior"]);
|
||||
AtlasLootMenuItem_21_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_21_Icon, "warrior");
|
||||
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warrior");
|
||||
AtlasLootMenuItem_21.lootpage = "AQ40Warrior";
|
||||
AtlasLootMenuItem_21.container = data.AQ40WarriorC
|
||||
AtlasLootMenuItem_21:Show();
|
||||
for i = 1, 30 do
|
||||
if getglobal("AtlasLootMenuItem_"..i).container then
|
||||
local button = getglobal("AtlasLootMenuItem_" .. i)
|
||||
button.dataSource = AtlasLoot_GetDataSource(button.lootpage)
|
||||
if button.container then
|
||||
getglobal("AtlasLootMenuItem_"..i.."Border"):Show()
|
||||
end
|
||||
end
|
||||
@@ -455,68 +462,70 @@ function AtlasLootAQ20SetMenu()
|
||||
--Priest
|
||||
AtlasLootMenuItem_3_Name:SetText("|cffffffff" .. AL["Priest"]);
|
||||
AtlasLootMenuItem_3_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_3_Icon, "priest");
|
||||
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\priest");
|
||||
AtlasLootMenuItem_3.lootpage = "AQ20Priest";
|
||||
AtlasLootMenuItem_3.container = data.AQ20PriestC
|
||||
AtlasLootMenuItem_3:Show();
|
||||
--Mage
|
||||
AtlasLootMenuItem_4_Name:SetText("|cff68ccef" .. AL["Mage"]);
|
||||
AtlasLootMenuItem_4_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_4_Icon, "mage")
|
||||
AtlasLootMenuItem_4_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\mage")
|
||||
AtlasLootMenuItem_4.lootpage = "AQ20Mage";
|
||||
AtlasLootMenuItem_4.container = data.AQ20MageC
|
||||
AtlasLootMenuItem_4:Show();
|
||||
--Warlock
|
||||
AtlasLootMenuItem_5_Name:SetText("|cff9382c9" .. AL["Warlock"]);
|
||||
AtlasLootMenuItem_5_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_5_Icon, "warlock")
|
||||
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warlock")
|
||||
AtlasLootMenuItem_5.lootpage = "AQ20Warlock";
|
||||
AtlasLootMenuItem_5.container = data.AQ20WarlockC
|
||||
AtlasLootMenuItem_5:Show();
|
||||
--Rogue
|
||||
AtlasLootMenuItem_6_Name:SetText("|cfffff468" .. AL["Rogue"]);
|
||||
AtlasLootMenuItem_6_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_6_Icon, "rogue");
|
||||
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\rogue");
|
||||
AtlasLootMenuItem_6.lootpage = "AQ20Rogue";
|
||||
AtlasLootMenuItem_6.container = data.AQ20RogueC
|
||||
AtlasLootMenuItem_6:Show();
|
||||
--Druid
|
||||
AtlasLootMenuItem_7_Name:SetText("|cffff7c0a" .. AL["Druid"]);
|
||||
AtlasLootMenuItem_7_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_7_Icon, "druid");
|
||||
AtlasLootMenuItem_7_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\druid");
|
||||
AtlasLootMenuItem_7.lootpage = "AQ20Druid";
|
||||
AtlasLootMenuItem_7.container = data.AQ20DruidC
|
||||
AtlasLootMenuItem_7:Show();
|
||||
--Hunter
|
||||
AtlasLootMenuItem_18_Name:SetText("|cffaad372" .. AL["Hunter"]);
|
||||
AtlasLootMenuItem_18_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_18_Icon, "hunter");
|
||||
AtlasLootMenuItem_18_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\hunter");
|
||||
AtlasLootMenuItem_18.lootpage = "AQ20Hunter";
|
||||
AtlasLootMenuItem_18.container = data.AQ20HunterC
|
||||
AtlasLootMenuItem_18:Show();
|
||||
--Shaman
|
||||
AtlasLootMenuItem_19_Name:SetText("|cff2773ff" .. AL["Shaman"]);
|
||||
AtlasLootMenuItem_19_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_19_Icon, "shaman")
|
||||
AtlasLootMenuItem_19_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\shaman")
|
||||
AtlasLootMenuItem_19.lootpage = "AQ20Shaman";
|
||||
AtlasLootMenuItem_19.container = data.AQ20ShamanC
|
||||
AtlasLootMenuItem_19:Show();
|
||||
--Paladin
|
||||
AtlasLootMenuItem_20_Name:SetText("|cfff48cba" .. AL["Paladin"]);
|
||||
AtlasLootMenuItem_20_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_20_Icon, "paladin");
|
||||
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\paladin");
|
||||
AtlasLootMenuItem_20.lootpage = "AQ20Paladin";
|
||||
AtlasLootMenuItem_20.container = data.AQ20PaladinC
|
||||
AtlasLootMenuItem_20:Show();
|
||||
--Warrior
|
||||
AtlasLootMenuItem_21_Name:SetText("|cffc69b6d" .. AL["Warrior"]);
|
||||
AtlasLootMenuItem_21_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_21_Icon, "warrior");
|
||||
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warrior");
|
||||
AtlasLootMenuItem_21.lootpage = "AQ20Warrior";
|
||||
AtlasLootMenuItem_21.container = data.AQ20WarriorC
|
||||
AtlasLootMenuItem_21:Show();
|
||||
for i = 1, 30 do
|
||||
if getglobal("AtlasLootMenuItem_"..i).container then
|
||||
local button = getglobal("AtlasLootMenuItem_" .. i)
|
||||
button.dataSource = AtlasLoot_GetDataSource(button.lootpage)
|
||||
if button.container then
|
||||
getglobal("AtlasLootMenuItem_"..i.."Border"):Show()
|
||||
end
|
||||
end
|
||||
@@ -527,68 +536,70 @@ function AtlasLootT0SetMenu()
|
||||
--Priest
|
||||
AtlasLootMenuItem_3_Name:SetText("|cffffffff" .. AL["Priest"]);
|
||||
AtlasLootMenuItem_3_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_3_Icon, "priest");
|
||||
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\priest");
|
||||
AtlasLootMenuItem_3.lootpage = "T0Priest";
|
||||
AtlasLootMenuItem_3.container = data.T0PriestC
|
||||
AtlasLootMenuItem_3:Show();
|
||||
--Mage
|
||||
AtlasLootMenuItem_4_Name:SetText("|cff68ccef" .. AL["Mage"]);
|
||||
AtlasLootMenuItem_4_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_4_Icon, "mage");
|
||||
AtlasLootMenuItem_4_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\mage");
|
||||
AtlasLootMenuItem_4.lootpage = "T0Mage";
|
||||
AtlasLootMenuItem_4.container = data.T0MageC
|
||||
AtlasLootMenuItem_4:Show();
|
||||
--Warlock
|
||||
AtlasLootMenuItem_5_Name:SetText("|cff9382c9" .. AL["Warlock"]);
|
||||
AtlasLootMenuItem_5_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_5_Icon, "warlock")
|
||||
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warlock")
|
||||
AtlasLootMenuItem_5.lootpage = "T0Warlock";
|
||||
AtlasLootMenuItem_5.container = data.T0WarlockC
|
||||
AtlasLootMenuItem_5:Show();
|
||||
--Rogue
|
||||
AtlasLootMenuItem_6_Name:SetText("|cfffff468" .. AL["Rogue"]);
|
||||
AtlasLootMenuItem_6_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_6_Icon, "rogue")
|
||||
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\rogue")
|
||||
AtlasLootMenuItem_6.lootpage = "T0Rogue";
|
||||
AtlasLootMenuItem_6.container = data.T0RogueC
|
||||
AtlasLootMenuItem_6:Show();
|
||||
--Druid
|
||||
AtlasLootMenuItem_7_Name:SetText("|cffff7c0a" .. AL["Druid"]);
|
||||
AtlasLootMenuItem_7_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_7_Icon, "druid")
|
||||
AtlasLootMenuItem_7_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\druid")
|
||||
AtlasLootMenuItem_7.lootpage = "T0Druid";
|
||||
AtlasLootMenuItem_7.container = data.T0DruidC
|
||||
AtlasLootMenuItem_7:Show();
|
||||
--Hunter
|
||||
AtlasLootMenuItem_18_Name:SetText("|cffaad372" .. AL["Hunter"]);
|
||||
AtlasLootMenuItem_18_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_18_Icon, "hunter")
|
||||
AtlasLootMenuItem_18_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\hunter")
|
||||
AtlasLootMenuItem_18.lootpage = "T0Hunter";
|
||||
AtlasLootMenuItem_18.container = data.T0HunterC
|
||||
AtlasLootMenuItem_18:Show();
|
||||
--Shaman
|
||||
AtlasLootMenuItem_19_Name:SetText("|cff2773ff" .. AL["Shaman"]);
|
||||
AtlasLootMenuItem_19_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_19_Icon, "shaman")
|
||||
AtlasLootMenuItem_19_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\shaman")
|
||||
AtlasLootMenuItem_19.lootpage = "T0Shaman";
|
||||
AtlasLootMenuItem_19.container = data.T0ShamanC
|
||||
AtlasLootMenuItem_19:Show();
|
||||
--Paladin
|
||||
AtlasLootMenuItem_20_Name:SetText("|cfff48cba" .. AL["Paladin"]);
|
||||
AtlasLootMenuItem_20_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_20_Icon, "paladin")
|
||||
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\paladin")
|
||||
AtlasLootMenuItem_20.lootpage = "T0Paladin";
|
||||
AtlasLootMenuItem_20.container = data.T0PaladinC
|
||||
AtlasLootMenuItem_20:Show();
|
||||
--Warrior
|
||||
AtlasLootMenuItem_21_Name:SetText("|cffc69b6d" .. AL["Warrior"]);
|
||||
AtlasLootMenuItem_21_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_21_Icon, "warrior")
|
||||
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warrior")
|
||||
AtlasLootMenuItem_21.lootpage = "T0Warrior";
|
||||
AtlasLootMenuItem_21.container = data.T0WarriorC
|
||||
AtlasLootMenuItem_21:Show();
|
||||
for i = 1, 30 do
|
||||
if getglobal("AtlasLootMenuItem_"..i).container then
|
||||
local button = getglobal("AtlasLootMenuItem_" .. i)
|
||||
button.dataSource = AtlasLoot_GetDataSource(button.lootpage)
|
||||
if button.container then
|
||||
getglobal("AtlasLootMenuItem_"..i.."Border"):Show()
|
||||
end
|
||||
end
|
||||
@@ -599,68 +610,70 @@ function AtlasLootT1SetMenu()
|
||||
--Priest
|
||||
AtlasLootMenuItem_3_Name:SetText("|cffffffff" .. AL["Priest"]);
|
||||
AtlasLootMenuItem_3_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_3_Icon, "priest");
|
||||
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\priest");
|
||||
AtlasLootMenuItem_3.lootpage = "T1Priest";
|
||||
AtlasLootMenuItem_3.container = data.T1PriestC
|
||||
AtlasLootMenuItem_3:Show();
|
||||
--Mage
|
||||
AtlasLootMenuItem_4_Name:SetText("|cff68ccef" .. AL["Mage"]);
|
||||
AtlasLootMenuItem_4_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_4_Icon, "mage")
|
||||
AtlasLootMenuItem_4_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\mage")
|
||||
AtlasLootMenuItem_4.lootpage = "T1Mage";
|
||||
AtlasLootMenuItem_4.container = data.T1MageC
|
||||
AtlasLootMenuItem_4:Show();
|
||||
--Warlock
|
||||
AtlasLootMenuItem_5_Name:SetText("|cff9382c9" .. AL["Warlock"]);
|
||||
AtlasLootMenuItem_5_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_5_Icon, "warlock")
|
||||
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warlock")
|
||||
AtlasLootMenuItem_5.lootpage = "T1Warlock";
|
||||
AtlasLootMenuItem_5.container = data.T1WarlockC
|
||||
AtlasLootMenuItem_5:Show();
|
||||
--Rogue
|
||||
AtlasLootMenuItem_6_Name:SetText("|cfffff468" .. AL["Rogue"]);
|
||||
AtlasLootMenuItem_6_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_6_Icon, "rogue");
|
||||
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\rogue");
|
||||
AtlasLootMenuItem_6.lootpage = "T1Rogue";
|
||||
AtlasLootMenuItem_6.container = data.T1RogueC
|
||||
AtlasLootMenuItem_6:Show();
|
||||
--Druid
|
||||
AtlasLootMenuItem_7_Name:SetText("|cffff7c0a" .. AL["Druid"]);
|
||||
AtlasLootMenuItem_7_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_7_Icon, "druid");
|
||||
AtlasLootMenuItem_7_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\druid");
|
||||
AtlasLootMenuItem_7.lootpage = "T1Druid";
|
||||
AtlasLootMenuItem_7.container = data.T1DruidC
|
||||
AtlasLootMenuItem_7:Show();
|
||||
--Hunter
|
||||
AtlasLootMenuItem_18_Name:SetText("|cffaad372" .. AL["Hunter"]);
|
||||
AtlasLootMenuItem_18_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_18_Icon, "hunter");
|
||||
AtlasLootMenuItem_18_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\hunter");
|
||||
AtlasLootMenuItem_18.lootpage = "T1Hunter";
|
||||
AtlasLootMenuItem_18.container = data.T1HunterC
|
||||
AtlasLootMenuItem_18:Show();
|
||||
--Shaman
|
||||
AtlasLootMenuItem_19_Name:SetText("|cff2773ff" .. AL["Shaman"]);
|
||||
AtlasLootMenuItem_19_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_19_Icon, "shaman")
|
||||
AtlasLootMenuItem_19_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\shaman")
|
||||
AtlasLootMenuItem_19.lootpage = "T1Shaman";
|
||||
AtlasLootMenuItem_19.container = data.T1ShamanC
|
||||
AtlasLootMenuItem_19:Show();
|
||||
--Paladin
|
||||
AtlasLootMenuItem_20_Name:SetText("|cfff48cba" .. AL["Paladin"]);
|
||||
AtlasLootMenuItem_20_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_20_Icon, "paladin");
|
||||
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\paladin");
|
||||
AtlasLootMenuItem_20.lootpage = "T1Paladin";
|
||||
AtlasLootMenuItem_20.container = data.T1PaladinC
|
||||
AtlasLootMenuItem_20:Show();
|
||||
--Warrior
|
||||
AtlasLootMenuItem_21_Name:SetText("|cffc69b6d" .. AL["Warrior"]);
|
||||
AtlasLootMenuItem_21_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_21_Icon, "warrior");
|
||||
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warrior");
|
||||
AtlasLootMenuItem_21.lootpage = "T1Warrior";
|
||||
AtlasLootMenuItem_21.container = data.T1WarriorC
|
||||
AtlasLootMenuItem_21:Show();
|
||||
for i = 1, 30 do
|
||||
if getglobal("AtlasLootMenuItem_"..i).container then
|
||||
local button = getglobal("AtlasLootMenuItem_" .. i)
|
||||
button.dataSource = AtlasLoot_GetDataSource(button.lootpage)
|
||||
if button.container then
|
||||
getglobal("AtlasLootMenuItem_"..i.."Border"):Show()
|
||||
end
|
||||
end
|
||||
@@ -671,68 +684,70 @@ function AtlasLootT2SetMenu()
|
||||
--Priest
|
||||
AtlasLootMenuItem_3_Name:SetText("|cffffffff" .. AL["Priest"]);
|
||||
AtlasLootMenuItem_3_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_3_Icon, "priest");
|
||||
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\priest");
|
||||
AtlasLootMenuItem_3.lootpage = "T2Priest";
|
||||
AtlasLootMenuItem_3.container = data.T2PriestC
|
||||
AtlasLootMenuItem_3:Show();
|
||||
--Mage
|
||||
AtlasLootMenuItem_4_Name:SetText("|cff68ccef" .. AL["Mage"]);
|
||||
AtlasLootMenuItem_4_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_4_Icon, "mage")
|
||||
AtlasLootMenuItem_4_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\mage")
|
||||
AtlasLootMenuItem_4.lootpage = "T2Mage";
|
||||
AtlasLootMenuItem_4.container = data.T2MageC
|
||||
AtlasLootMenuItem_4:Show();
|
||||
--Warlock
|
||||
AtlasLootMenuItem_5_Name:SetText("|cff9382c9" .. AL["Warlock"]);
|
||||
AtlasLootMenuItem_5_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_5_Icon, "warlock")
|
||||
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warlock")
|
||||
AtlasLootMenuItem_5.lootpage = "T2Warlock";
|
||||
AtlasLootMenuItem_5.container = data.T2WarlockC
|
||||
AtlasLootMenuItem_5:Show();
|
||||
--Rogue
|
||||
AtlasLootMenuItem_6_Name:SetText("|cfffff468" .. AL["Rogue"]);
|
||||
AtlasLootMenuItem_6_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_6_Icon, "rogue");
|
||||
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\rogue");
|
||||
AtlasLootMenuItem_6.lootpage = "T2Rogue";
|
||||
AtlasLootMenuItem_6.container = data.T2RogueC
|
||||
AtlasLootMenuItem_6:Show();
|
||||
--Druid
|
||||
AtlasLootMenuItem_7_Name:SetText("|cffff7c0a" .. AL["Druid"]);
|
||||
AtlasLootMenuItem_7_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_7_Icon, "druid");
|
||||
AtlasLootMenuItem_7_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\druid");
|
||||
AtlasLootMenuItem_7.lootpage = "T2Druid";
|
||||
AtlasLootMenuItem_7.container = data.T2DruidC
|
||||
AtlasLootMenuItem_7:Show();
|
||||
--Hunter
|
||||
AtlasLootMenuItem_18_Name:SetText("|cffaad372" .. AL["Hunter"]);
|
||||
AtlasLootMenuItem_18_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_18_Icon, "hunter");
|
||||
AtlasLootMenuItem_18_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\hunter");
|
||||
AtlasLootMenuItem_18.lootpage = "T2Hunter";
|
||||
AtlasLootMenuItem_18.container = data.T2HunterC
|
||||
AtlasLootMenuItem_18:Show();
|
||||
--Shaman
|
||||
AtlasLootMenuItem_19_Name:SetText("|cff2773ff" .. AL["Shaman"]);
|
||||
AtlasLootMenuItem_19_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_19_Icon, "shaman")
|
||||
AtlasLootMenuItem_19_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\shaman")
|
||||
AtlasLootMenuItem_19.lootpage = "T2Shaman";
|
||||
AtlasLootMenuItem_19.container = data.T2ShamanC
|
||||
AtlasLootMenuItem_19:Show();
|
||||
--Paladin
|
||||
AtlasLootMenuItem_20_Name:SetText("|cfff48cba" .. AL["Paladin"]);
|
||||
AtlasLootMenuItem_20_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_20_Icon, "paladin");
|
||||
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\paladin");
|
||||
AtlasLootMenuItem_20.lootpage = "T2Paladin";
|
||||
AtlasLootMenuItem_20.container = data.T2PaladinC
|
||||
AtlasLootMenuItem_20:Show();
|
||||
--Warrior
|
||||
AtlasLootMenuItem_21_Name:SetText("|cffc69b6d" .. AL["Warrior"]);
|
||||
AtlasLootMenuItem_21_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_21_Icon, "warrior");
|
||||
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warrior");
|
||||
AtlasLootMenuItem_21.lootpage = "T2Warrior";
|
||||
AtlasLootMenuItem_21.container = data.T2WarriorC
|
||||
AtlasLootMenuItem_21:Show();
|
||||
for i = 1, 30 do
|
||||
if getglobal("AtlasLootMenuItem_"..i).container then
|
||||
local button = getglobal("AtlasLootMenuItem_" .. i)
|
||||
button.dataSource = AtlasLoot_GetDataSource(button.lootpage)
|
||||
if button.container then
|
||||
getglobal("AtlasLootMenuItem_"..i.."Border"):Show()
|
||||
end
|
||||
end
|
||||
@@ -743,68 +758,70 @@ function AtlasLootT3SetMenu()
|
||||
--Priest
|
||||
AtlasLootMenuItem_3_Name:SetText("|cffffffff" .. AL["Priest"]);
|
||||
AtlasLootMenuItem_3_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_3_Icon, "priest");
|
||||
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\priest");
|
||||
AtlasLootMenuItem_3.lootpage = "T3Priest";
|
||||
AtlasLootMenuItem_3.container = data.T3PriestC
|
||||
AtlasLootMenuItem_3:Show();
|
||||
--Mage
|
||||
AtlasLootMenuItem_4_Name:SetText("|cff68ccef" .. AL["Mage"]);
|
||||
AtlasLootMenuItem_4_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_4_Icon, "mage")
|
||||
AtlasLootMenuItem_4_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\mage")
|
||||
AtlasLootMenuItem_4.lootpage = "T3Mage";
|
||||
AtlasLootMenuItem_4.container = data.T3MageC
|
||||
AtlasLootMenuItem_4:Show();
|
||||
--Warlock
|
||||
AtlasLootMenuItem_5_Name:SetText("|cff9382c9" .. AL["Warlock"]);
|
||||
AtlasLootMenuItem_5_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_5_Icon, "warlock")
|
||||
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warlock")
|
||||
AtlasLootMenuItem_5.lootpage = "T3Warlock";
|
||||
AtlasLootMenuItem_5.container = data.T3WarlockC
|
||||
AtlasLootMenuItem_5:Show();
|
||||
--Rogue
|
||||
AtlasLootMenuItem_6_Name:SetText("|cfffff468" .. AL["Rogue"]);
|
||||
AtlasLootMenuItem_6_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_6_Icon, "rogue");
|
||||
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\rogue");
|
||||
AtlasLootMenuItem_6.lootpage = "T3Rogue";
|
||||
AtlasLootMenuItem_6.container = data.T3RogueC
|
||||
AtlasLootMenuItem_6:Show();
|
||||
--Druid
|
||||
AtlasLootMenuItem_7_Name:SetText("|cffff7c0a" .. AL["Druid"]);
|
||||
AtlasLootMenuItem_7_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_7_Icon, "druid");
|
||||
AtlasLootMenuItem_7_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\druid");
|
||||
AtlasLootMenuItem_7.lootpage = "T3Druid";
|
||||
AtlasLootMenuItem_7.container = data.T3DruidC
|
||||
AtlasLootMenuItem_7:Show();
|
||||
--Hunter
|
||||
AtlasLootMenuItem_18_Name:SetText("|cffaad372" .. AL["Hunter"]);
|
||||
AtlasLootMenuItem_18_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_18_Icon, "hunter");
|
||||
AtlasLootMenuItem_18_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\hunter");
|
||||
AtlasLootMenuItem_18.lootpage = "T3Hunter";
|
||||
AtlasLootMenuItem_18.container = data.T3HunterC
|
||||
AtlasLootMenuItem_18:Show();
|
||||
--Shaman
|
||||
AtlasLootMenuItem_19_Name:SetText("|cff2773ff" .. AL["Shaman"]);
|
||||
AtlasLootMenuItem_19_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_19_Icon, "shaman")
|
||||
AtlasLootMenuItem_19_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\shaman")
|
||||
AtlasLootMenuItem_19.lootpage = "T3Shaman";
|
||||
AtlasLootMenuItem_19.container = data.T3ShamanC
|
||||
AtlasLootMenuItem_19:Show();
|
||||
--Paladin
|
||||
AtlasLootMenuItem_20_Name:SetText("|cfff48cba" .. AL["Paladin"]);
|
||||
AtlasLootMenuItem_20_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_20_Icon, "paladin");
|
||||
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\paladin");
|
||||
AtlasLootMenuItem_20.lootpage = "T3Paladin";
|
||||
AtlasLootMenuItem_20.container = data.T3PaladinC
|
||||
AtlasLootMenuItem_20:Show();
|
||||
--Warrior
|
||||
AtlasLootMenuItem_21_Name:SetText("|cffc69b6d" .. AL["Warrior"]);
|
||||
AtlasLootMenuItem_21_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_21_Icon, "warrior");
|
||||
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warrior");
|
||||
AtlasLootMenuItem_21.lootpage = "T3Warrior";
|
||||
AtlasLootMenuItem_21.container = data.T3WarriorC
|
||||
AtlasLootMenuItem_21:Show();
|
||||
for i = 1, 30 do
|
||||
if getglobal("AtlasLootMenuItem_"..i).container then
|
||||
local button = getglobal("AtlasLootMenuItem_" .. i)
|
||||
button.dataSource = AtlasLoot_GetDataSource(button.lootpage)
|
||||
if button.container then
|
||||
getglobal("AtlasLootMenuItem_"..i.."Border"):Show()
|
||||
end
|
||||
end
|
||||
@@ -815,68 +832,70 @@ function AtlasLoot_Kara40SetMenu()
|
||||
--Priest
|
||||
AtlasLootMenuItem_3_Name:SetText("|cffffffff" .. AL["Priest"]);
|
||||
AtlasLootMenuItem_3_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_3_Icon, "priest");
|
||||
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\priest");
|
||||
AtlasLootMenuItem_3.lootpage = "T35Priest";
|
||||
AtlasLootMenuItem_3.container = data.T35PriestC
|
||||
AtlasLootMenuItem_3:Show();
|
||||
--Mage
|
||||
AtlasLootMenuItem_4_Name:SetText("|cff68ccef" .. AL["Mage"]);
|
||||
AtlasLootMenuItem_4_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_4_Icon, "mage")
|
||||
AtlasLootMenuItem_4_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\mage")
|
||||
AtlasLootMenuItem_4.lootpage = "T35Mage";
|
||||
AtlasLootMenuItem_4.container = data.T35MageC
|
||||
AtlasLootMenuItem_4:Show();
|
||||
--Warlock
|
||||
AtlasLootMenuItem_5_Name:SetText("|cff9382c9" .. AL["Warlock"]);
|
||||
AtlasLootMenuItem_5_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_5_Icon, "warlock")
|
||||
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warlock")
|
||||
AtlasLootMenuItem_5.lootpage = "T35Warlock";
|
||||
AtlasLootMenuItem_5.container = data.T35WarlockC
|
||||
AtlasLootMenuItem_5:Show();
|
||||
--Rogue
|
||||
AtlasLootMenuItem_6_Name:SetText("|cfffff468" .. AL["Rogue"]);
|
||||
AtlasLootMenuItem_6_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_6_Icon, "rogue");
|
||||
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\rogue");
|
||||
AtlasLootMenuItem_6.lootpage = "T35Rogue";
|
||||
AtlasLootMenuItem_6.container = data.T35RogueC
|
||||
AtlasLootMenuItem_6:Show();
|
||||
--Druid
|
||||
AtlasLootMenuItem_7_Name:SetText("|cffff7c0a" .. AL["Druid"]);
|
||||
AtlasLootMenuItem_7_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_7_Icon, "druid");
|
||||
AtlasLootMenuItem_7_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\druid");
|
||||
AtlasLootMenuItem_7.lootpage = "T35Druid";
|
||||
AtlasLootMenuItem_7.container = data.T35DruidC
|
||||
AtlasLootMenuItem_7:Show();
|
||||
--Hunter
|
||||
AtlasLootMenuItem_18_Name:SetText("|cffaad372" .. AL["Hunter"]);
|
||||
AtlasLootMenuItem_18_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_18_Icon, "hunter");
|
||||
AtlasLootMenuItem_18_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\hunter");
|
||||
AtlasLootMenuItem_18.lootpage = "T35Hunter";
|
||||
AtlasLootMenuItem_18.container = data.T35HunterC
|
||||
AtlasLootMenuItem_18:Show();
|
||||
--Shaman
|
||||
AtlasLootMenuItem_19_Name:SetText("|cff2773ff" .. AL["Shaman"]);
|
||||
AtlasLootMenuItem_19_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_19_Icon, "shaman")
|
||||
AtlasLootMenuItem_19_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\shaman")
|
||||
AtlasLootMenuItem_19.lootpage = "T35Shaman";
|
||||
AtlasLootMenuItem_19.container = data.T35ShamanC
|
||||
AtlasLootMenuItem_19:Show();
|
||||
--Paladin
|
||||
AtlasLootMenuItem_20_Name:SetText("|cfff48cba" .. AL["Paladin"]);
|
||||
AtlasLootMenuItem_20_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_20_Icon, "paladin");
|
||||
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\paladin");
|
||||
AtlasLootMenuItem_20.lootpage = "T35Paladin";
|
||||
AtlasLootMenuItem_20.container = data.T35PaladinC
|
||||
AtlasLootMenuItem_20:Show();
|
||||
--Warrior
|
||||
AtlasLootMenuItem_21_Name:SetText("|cffc69b6d" .. AL["Warrior"]);
|
||||
AtlasLootMenuItem_21_Extra:SetText("");
|
||||
AtlasLoot_SetClassIcon(AtlasLootMenuItem_21_Icon, "warrior");
|
||||
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\AddOns\\AtlasLoot\\Images\\warrior");
|
||||
AtlasLootMenuItem_21.lootpage = "T35Warrior";
|
||||
AtlasLootMenuItem_21.container = data.T35WarriorC
|
||||
AtlasLootMenuItem_21:Show();
|
||||
for i = 1, 30 do
|
||||
if getglobal("AtlasLootMenuItem_"..i).container then
|
||||
local button = getglobal("AtlasLootMenuItem_" .. i)
|
||||
button.dataSource = AtlasLoot_GetDataSource(button.lootpage)
|
||||
if button.container then
|
||||
getglobal("AtlasLootMenuItem_"..i.."Border"):Show()
|
||||
end
|
||||
end
|
||||
|
||||
@@ -4,6 +4,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
|
||||
-- Text replacement function
|
||||
--------------------------------------------------------------------------------
|
||||
function AtlasLoot_FixText(text)
|
||||
local gsub = string.gsub
|
||||
--Armour class
|
||||
text = gsub(text, "#a1#", AL["Cloth"]);
|
||||
text = gsub(text, "#a2#", AL["Leather"]);
|
||||
@@ -151,7 +152,6 @@ function AtlasLoot_FixText(text)
|
||||
text = gsub(text, "#st5#", AL["Zolo"]);
|
||||
text = gsub(text, "#st6#", AL["Zul'Lor"]);
|
||||
|
||||
|
||||
-- Misc phrases and mod specific stuff
|
||||
text = gsub(text, "#m1#", AL["Classes"]);
|
||||
text = gsub(text, "#m2#", AL["This Item Begins a Quest"]);
|
||||
@@ -653,14 +653,14 @@ function AtlasLoot_FixText(text)
|
||||
text = gsub(text, "#z5#", AL["UBRS"]);
|
||||
|
||||
--Currency Icons
|
||||
text = gsub(text, "#gold#", "Interface\\AddOns\\AtlasLoot\\Images\\gold");
|
||||
text = gsub(text, "#silver#", "Interface\\AddOns\\AtlasLoot\\Images\\silver");
|
||||
text = gsub(text, "#copper#", "Interface\\AddOns\\AtlasLoot\\Images\\bronze");
|
||||
text = gsub(text, "#wsg#", "Interface\\Icons\\INV_Misc_Rune_07");
|
||||
text = gsub(text, "#ab#", "Interface\\Icons\\INV_Jewelry_Amulet_07");
|
||||
text = gsub(text, "#av#", "Interface\\Icons\\INV_Jewelry_Necklace_21");
|
||||
text = gsub(text, "#horde#", "Interface\\AddOns\\AtlasLoot\\Images\\Horde");
|
||||
text = gsub(text, "#alliance#", "Interface\\AddOns\\AtlasLoot\\Images\\Alliance");
|
||||
-- text = gsub(text, "#gold#", "Interface\\AddOns\\AtlasLoot\\Images\\gold");
|
||||
-- text = gsub(text, "#silver#", "Interface\\AddOns\\AtlasLoot\\Images\\silver");
|
||||
-- text = gsub(text, "#copper#", "Interface\\AddOns\\AtlasLoot\\Images\\bronze");
|
||||
-- text = gsub(text, "#wsg#", "Interface\\Icons\\INV_Misc_Rune_07");
|
||||
-- text = gsub(text, "#ab#", "Interface\\Icons\\INV_Jewelry_Amulet_07");
|
||||
-- text = gsub(text, "#av#", "Interface\\Icons\\INV_Jewelry_Necklace_21");
|
||||
-- text = gsub(text, "#horde#", "Interface\\AddOns\\AtlasLoot\\Images\\Horde");
|
||||
-- text = gsub(text, "#alliance#", "Interface\\AddOns\\AtlasLoot\\Images\\Alliance");
|
||||
text = gsub(text, "#darkmoon#", "Interface\\Icons\\INV_Misc_Ticket_Darkmoon_01");
|
||||
text = gsub(text, "#ccombat#", "Interface\\Icons\\INV_Jewelry_Talisman_06");
|
||||
text = gsub(text, "#ctactical#", "Interface\\Icons\\INV_Jewelry_Amulet_02");
|
||||
|
||||
+7
-5
@@ -55,14 +55,14 @@ end
|
||||
AtlasLoot_AddToWishlist(itemID, itemTexture, itemName, lootPage, sourcePage)
|
||||
Looks for an empty slot in the wishlist and slots the item in
|
||||
]]
|
||||
function AtlasLoot_AddToWishlist(itemID, itemTexture, itemName, lootPage, sourcePage)
|
||||
function AtlasLoot_AddToWishlist(itemID, itemTexture, itemName, extraText, sourcePage)
|
||||
for _, v in ipairs(AtlasLootCharDB["WishList"]) do
|
||||
if v[1] == itemID then
|
||||
DEFAULT_CHAT_FRAME:AddMessage(BLUE..AL["AtlasLoot"]..": "..AtlasLoot_FixText(itemName)..RED..AL[" already in the WishList!"]);
|
||||
return;
|
||||
end
|
||||
end
|
||||
table.insert(AtlasLootCharDB["WishList"], { itemID, itemTexture, itemName, lootPage, sourcePage });
|
||||
table.insert(AtlasLootCharDB["WishList"], { itemID, itemTexture, itemName, extraText, sourcePage });
|
||||
DEFAULT_CHAT_FRAME:AddMessage(BLUE..AL["AtlasLoot"]..": "..AtlasLoot_FixText(itemName)..GREY..AL[" added to the WishList."]);
|
||||
AtlasLoot_WishList = AtlasLoot_CategorizeWishList(AtlasLootCharDB["WishList"]);
|
||||
end
|
||||
@@ -203,7 +203,9 @@ function AtlasLoot_GetWishListSubheading(dataID)
|
||||
end
|
||||
|
||||
function AtlasLoot_GetWishListSubheadingBoss(dataID)
|
||||
if not AtlasLoot_TableNames then return end
|
||||
if not AtlasLoot_TableNamesBoss then
|
||||
return
|
||||
end
|
||||
local zoneID ;
|
||||
for i, v in pairs(AtlasLoot_TableNamesBoss) do
|
||||
for j,k in pairs(v) do
|
||||
@@ -246,7 +248,7 @@ function AtlasLoot_CategorizeWishList(wlTable)
|
||||
|
||||
for _, v in pairs(wlTable) do
|
||||
if v[5] and v[5] ~= "" then
|
||||
local dataID = strsplit("|", v[5]);
|
||||
local dataID = AtlasLoot_Strsplit("|", v[5]);
|
||||
-- Build subheading table
|
||||
if not subheadings[dataID] then
|
||||
subheadings[dataID] = AtlasLoot_GetWishListSubheadingBoss(dataID);
|
||||
@@ -274,7 +276,7 @@ function AtlasLoot_CategorizeWishList(wlTable)
|
||||
-- some debug code that I've used to fix WishList errors before due to people adding drops to AtlasLoot incorrectly.
|
||||
local box = k or "Unknown"
|
||||
local cat = categories[k][1][5] or "Unknown"
|
||||
local parent = GetLootTableParent(strsplit("|", cat)) or "Unknown"
|
||||
local parent = GetLootTableParent(AtlasLoot_Strsplit("|", cat)) or "Unknown"
|
||||
--print("box: "..box.." - cat: "..cat)
|
||||
table.insert(result, { 0, "INV_Box_01", "=q6="..box, "=q0="..parent });
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+81
-17
@@ -526,14 +526,14 @@ AtlasLootBossButtons = {
|
||||
"SFKWolfMasterNandos";
|
||||
"SFKArchmageArugal";
|
||||
"";
|
||||
"";
|
||||
"";--SFKPrelate
|
||||
"SFKTrash";
|
||||
};
|
||||
SMArmory = {
|
||||
"VanillaKeys";
|
||||
"";
|
||||
"SMHerod";
|
||||
"";
|
||||
"";--SMQuartermaster
|
||||
"";
|
||||
"SMATrash";
|
||||
"SCARLET";
|
||||
@@ -557,7 +557,7 @@ AtlasLootBossButtons = {
|
||||
"SMIronspine";
|
||||
"SMAzshir";
|
||||
"SMFallenChampion";
|
||||
"";
|
||||
"";--SMDukeDreadmoore
|
||||
"";
|
||||
"SMGTrash";
|
||||
"SCARLET";
|
||||
@@ -567,7 +567,7 @@ AtlasLootBossButtons = {
|
||||
"SMHoundmasterLoksey";
|
||||
"SMDoan";
|
||||
"SMDoansBox";
|
||||
"";
|
||||
"";--SMBrotherWystan
|
||||
"";
|
||||
"SMLTrash";
|
||||
"SCARLET";
|
||||
@@ -681,14 +681,14 @@ AtlasLootBossButtons = {
|
||||
TheDeadmines = {
|
||||
"";
|
||||
"";
|
||||
"";
|
||||
"";--DMJaredVoss
|
||||
"DMRhahkZor";
|
||||
"DMMinerJohnson";
|
||||
"DMSneed";
|
||||
"DMSneedsShredder";
|
||||
"DMGilnid";
|
||||
--"DMDefiasGunpowder";
|
||||
"";
|
||||
"";--DMHarvester
|
||||
"DMMrSmite";
|
||||
"DMCookie";
|
||||
"DMCaptainGreenskin";
|
||||
@@ -855,10 +855,10 @@ AtlasLootBossButtons = {
|
||||
"WCLadyAnacondra";
|
||||
"WCKresh";
|
||||
"WCDeviateFaerieDragon";
|
||||
"";
|
||||
"";--WCZandara
|
||||
"WCLordPythas";
|
||||
"WCSkum";
|
||||
"";
|
||||
"";--WCVangros
|
||||
"WCLordSerpentis";
|
||||
"WCVerdan";
|
||||
"WCMutanus";
|
||||
@@ -1395,39 +1395,39 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
||||
{ 19352, "INV_Sword_51", "=q4=Chromatically Tempered Sword", "=ds=#h1#, #w10#", "10%" },
|
||||
};
|
||||
BWLNefarian = { --https://database.turtle-wow.org/?npc=11583
|
||||
{ 16923, "INV_Chest_Cloth_03", "=q4=Robes of Transcendence", "=ds=#s1#, #a1# =q9=#c5#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{ 16923, "INV_Chest_Cloth_03", "=q4=Robes of Transcendence", "=ds=#s5#, #a1# =q9=#c5#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{47208,"=ds=#s5#, #a1# =q7=#db24#"},
|
||||
},
|
||||
},
|
||||
},
|
||||
{ 16916, "INV_Chest_Cloth_03", "=q4=Netherwind Robes", "=ds=#s1#, #a1# =q10=#c3#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{ 16916, "INV_Chest_Cloth_03", "=q4=Netherwind Robes", "=ds=#s5#, #a1# =q10=#c3#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{47088,"=ds=#s5#, #a1# =q7=#db24#"},
|
||||
},
|
||||
},
|
||||
},
|
||||
{ 16931, "INV_Chest_Leather_01", "=q4=Nemesis Robes", "=ds=#s1#, #a1# =q11=#c8#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{ 16931, "INV_Chest_Leather_01", "=q4=Nemesis Robes", "=ds=#s5#, #a1# =q11=#c8#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{47286,"=ds=#s5#, #a1# =q7=#db24#"},
|
||||
},
|
||||
},
|
||||
},
|
||||
{ 16905, "INV_Chest_Cloth_07", "=q4=Bloodfang Chestpiece", "=ds=#s1#, #a2# =q12=#c6#", "11%" },
|
||||
{ 16897, "INV_Chest_Chain_16", "=q4=Stormrage Chestguard", "=ds=#s1#, #a2# =q13=#c1#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{ 16905, "INV_Chest_Cloth_07", "=q4=Bloodfang Chestpiece", "=ds=#s5#, #a2# =q12=#c6#", "11%" },
|
||||
{ 16897, "INV_Chest_Chain_16", "=q4=Stormrage Chestguard", "=ds=#s5#, #a2# =q13=#c1#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{47348,"=ds=#s5#, #a2# =q7=#db24#"},{47356,"=ds=#s5#, #a2# =q7=#db24#"},
|
||||
},
|
||||
},
|
||||
},
|
||||
{ 16942, "INV_Chest_Chain_03", "=q4=Dragonstalker's Breastplate", "=ds=#s1#, #a3# =q14=#c2#", "11%" },
|
||||
{ 16950, "INV_Chest_Chain_11", "=q4=Breastplate of Ten Storms", "=ds=#s1#, #a3# =q15=#c7#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{ 16942, "INV_Chest_Chain_03", "=q4=Dragonstalker's Breastplate", "=ds=#s5#, #a3# =q14=#c2#", "11%" },
|
||||
{ 16950, "INV_Chest_Chain_11", "=q4=Breastplate of Ten Storms", "=ds=#s5#, #a3# =q15=#c7#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{47138,"=ds=#s5#, #a3# =q7=#db24#"},{47146,"=ds=#s5#, #a3# =q7=#db24#"},
|
||||
},
|
||||
},
|
||||
},
|
||||
{ 16958, "INV_Chest_Plate03", "=q4=Judgement Breastplate", "=ds=#s1#, #a4# =q16=#c4#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{ 16958, "INV_Chest_Plate03", "=q4=Judgement Breastplate", "=ds=#s5#, #a4# =q16=#c4#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{47018,"=ds=#s5#, #a4# =q7=#db24#"},{47026,"=ds=#s5#, #a4# =q7=#db24#"},
|
||||
},
|
||||
},
|
||||
},
|
||||
{ 16966, "INV_Chest_Plate16", "=q4=Breastplate of Wrath", "=ds=#s1#, #a4# =q17=#c9#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{ 16966, "INV_Chest_Plate16", "=q4=Breastplate of Wrath", "=ds=#s5#, #a4# =q17=#c9#", "11%", "", "", "", "", "", "", "", "", "", "", {{
|
||||
{47250,"=ds=#s5#, #a4# =q7=#db24#"},
|
||||
},
|
||||
},
|
||||
@@ -3918,6 +3918,14 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 80710, "INV_SHOULDER_18", "=q2=Turtle Scale Shoulderguards", "=ds=#s3#, #a3#", "33%" },
|
||||
};
|
||||
-- WCZandara = {
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- };
|
||||
WCLordPythas = {
|
||||
{ 6472, "INV_Wand_10", "=q3=Stinging Viper", "=ds=#h1#, #w6#", "33%" },
|
||||
{ 6473, "INV_Shirt_16", "=q2=Armor of the Fang", "=ds=#s5#, #a2#", "33%" },
|
||||
@@ -3930,6 +3938,14 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 80712, "INV_PANTS_08", "=q3=Charged Leggings", "=ds=#s11#, #a1#", "33%" },
|
||||
};
|
||||
-- WCVangros = {
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- };
|
||||
WCLordSerpentis = {
|
||||
{ 6469, "INV_Weapon_Bow_10", "=q3=Venomstrike", "=ds=#w2#", "25%" },
|
||||
{ 5970, "INV_Gauntlets_19", "=q2=Serpent Gloves", "=ds=#s9#, #a1#", "25%" },
|
||||
@@ -4505,6 +4521,14 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
||||
{ 60572, "INV_Shoulder_23", "=q3=Incendosaur Skin Pauldrons", "=ds=#s3#, #a2#, From Elites Outside Dungeon", "0.1%" },
|
||||
{ 60612, "INV_Helmet_47", "=q3=Mixologist Goggles", "=ds=#s1#, #a2#", "0.0025%" },
|
||||
};
|
||||
-- DMJaredVoss = {
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- };
|
||||
DMRhahkZor = {
|
||||
{ 872, "INV_ThrowingAxe_01", "=q2=Rockslicer", "=ds=#h2#, #w1#", "5%" },
|
||||
{ 5187, "INV_Hammer_09", "=q1=Rhahk'Zor's Hammer", "=ds=#h2#, #w6#", "95%" },
|
||||
@@ -4532,6 +4556,14 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
||||
DMDefiasGunpowder = {
|
||||
{ 5397, "INV_Misc_Ammo_Gunpowder_01", "=q1=Defias Gunpowder", "=ds=#m8#", "100%" },
|
||||
};
|
||||
-- DMHarvester = {
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- };
|
||||
DMMrSmite = {
|
||||
{ 7230, "INV_Hammer_09", "=q3=Smite's Mighty Hammer", "=ds=#h2#, #w6#", "20%" },
|
||||
{ 5192, "INV_Sword_24", "=q2=Thief's Blade", "=ds=#h1#, #w10#", "30%" },
|
||||
@@ -5062,6 +5094,14 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
||||
{ 0, "INV_Box_01", "=q6=#cb1#", "" },
|
||||
{ 7146, "INV_Misc_Key_01", "=q2=The Scarlet Key", "=ds=#e14#" },
|
||||
};
|
||||
-- SMBrotherWystan = {
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- };
|
||||
SMHerod = {
|
||||
{ 7719, "INV_Helmet_25", "=q3=Raging Berserker's Helm", "=ds=#s1#, #a3#", "25%" },
|
||||
{ 7718, "INV_Shoulder_01", "=q3=Herod's Shoulder", "=ds=#s3#, #a3#", "25%" },
|
||||
@@ -5070,6 +5110,14 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "1%" },
|
||||
};
|
||||
-- SMQuartermaster = {
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- };
|
||||
SMFairbanks = {
|
||||
{ 19507, "INV_Shoulder_27", "=q2=Inquisitor's Shawl", "=ds=#s3#, #a1#", "33%" },
|
||||
{ 19508, "INV_Bracer_11", "=q2=Branded Leather Bracers", "=ds=#s8#, #a2#", "33%" },
|
||||
@@ -5101,6 +5149,14 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "1%" },
|
||||
};
|
||||
-- SMDukeDreadmoore = {
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- };
|
||||
SMIronspine = {
|
||||
{ 7688, "INV_Chest_Plate15", "=q3=Ironspine's Ribcage", "=ds=#s5#, #a3#", "33%" },
|
||||
{ 7687, "INV_Hammer_19", "=q3=Ironspine's Fist", "=ds=#h1#, #w6#", "33%" },
|
||||
@@ -5684,6 +5740,14 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
||||
{ 6340, "INV_Misc_Pelt_Wolf_02", "=q2=Fenrus' Hide", "=ds=#s4#", "50%" },
|
||||
{ 3230, "INV_Bracer_07", "=q2=Black Wolf Bracers", "=ds=#s8#, #a2#", "50%" },
|
||||
};
|
||||
-- SFKPrelate = {
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- { 0, "", "", "" },
|
||||
-- };
|
||||
SFKArugalsVoidwalker = {
|
||||
{ 5943, "INV_Bracer_03", "=q2=Rift Bracers", "=ds=#s8#, #a3#", "3%" },
|
||||
};
|
||||
|
||||
@@ -1284,7 +1284,6 @@ AL:RegisterTranslations("enUS", function() return {
|
||||
["Ysondre"] = true,
|
||||
["Moo"] = true,
|
||||
["Nerubian Overseer"] = true,
|
||||
["Turtlhu, the Black Turtle of Doom"] = true,
|
||||
["Dark Reaver of Karazhan"] = true,
|
||||
["Ostarius"] = true,
|
||||
["Concavius"] = true,
|
||||
@@ -1609,5 +1608,7 @@ AL:RegisterTranslations("enUS", function() return {
|
||||
["Tier 3.5"] = true,
|
||||
["Karazhan Sets"] = true,
|
||||
["Cla'ckora"] = true,
|
||||
}
|
||||
["Hinterlands"] = true,
|
||||
["Duskwood"] = true,
|
||||
}
|
||||
end)
|
||||
|
||||
+36
-36
@@ -1729,7 +1729,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
T0Mage = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Spell_Frost_IceStorm", "=q10=#t0s3#", "" },
|
||||
{ 0, "CLASSmage", "=q10=#t0s3#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 16686, "INV_Crown_02", "=q3=Magister's Crown", "=ds=#s1#, #a1# =q7=#db33#" },
|
||||
{ 16689, "INV_Shoulder_23", "=q3=Magister's Mantle", "=ds=#s3#, #a1# =q7=#db36#" },
|
||||
@@ -1744,7 +1744,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Spell_Frost_IceStorm", "=q10=#t05s3#", "" },
|
||||
{ 0, "CLASSmage", "=q10=#t05s3#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 22065, "INV_Crown_02", "=q4=Sorcerer's Crown", "=ds=#s1#, #a1#" },
|
||||
{ 22068, "INV_Shoulder_23", "=q3=Sorcerer's Mantle", "=ds=#s3#, #a1#" },
|
||||
@@ -1765,7 +1765,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
T0Priest = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Spell_Holy_PowerWordShield", "=q9=#t0s5#", "" },
|
||||
{ 0, "CLASSpriest", "=q9=#t0s5#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 16693, "INV_Crown_01", "=q3=Devout Crown", "=ds=#s1#, #a1# =q7=#db33#" },
|
||||
{ 16695, "INV_Shoulder_02", "=q3=Devout Mantle", "=ds=#s3#, #a1# =q7=#db39#" },
|
||||
@@ -1780,7 +1780,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Spell_Holy_PowerWordShield", "=q9=#t05s5#", "" },
|
||||
{ 0, "CLASSpriest", "=q9=#t05s5#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 22080, "INV_Crown_01", "=q4=Virtuous Crown", "=ds=#s1#, #a1#" },
|
||||
{ 22082, "INV_Shoulder_02", "=q3=Virtuous Mantle", "=ds=#s3#, #a1#" },
|
||||
@@ -1801,7 +1801,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
T0Warlock = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Spell_Shadow_CurseOfTounges", "=q11=#t0s8#", "" },
|
||||
{ 0, "CLASSwarlock", "=q11=#t0s8#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 16698, "INV_Helmet_29", "=q3=Dreadmist Mask", "=ds=#s1#, #a1# =q7=#db33#" },
|
||||
{ 16701, "INV_Misc_Bone_TaurenSkull_01", "=q3=Dreadmist Mantle", "=ds=#s3#, #a1# =q7=#db42#" },
|
||||
@@ -1816,7 +1816,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Spell_Shadow_CurseOfTounges", "=q11=#t05s8#", "" },
|
||||
{ 0, "CLASSwarlock", "=q11=#t05s8#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 22074, "INV_Helmet_29", "=q4=Deathmist Mask", "=ds=#s1#, #a1#" },
|
||||
{ 22073, "INV_Misc_Bone_TaurenSkull_01", "=q3=Deathmist Mantle", "=ds=#s3#, #a1#" },
|
||||
@@ -1837,7 +1837,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
T0Rogue = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Ability_BackStab", "=q12=#t0s6#", "" },
|
||||
{ 0, "CLASSrogue", "=q12=#t0s6#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 16707, "INV_Helmet_41", "=q3=Shadowcraft Cap", "=ds=#s1#, #a2# =q7=#db33#" },
|
||||
{ 16708, "INV_Shoulder_07", "=q3=Shadowcraft Spaulders", "=ds=#s3#, #a2# =q7=#db45#" },
|
||||
@@ -1852,7 +1852,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Ability_BackStab", "=q12=#t05s6#", "" },
|
||||
{ 0, "CLASSrogue", "=q12=#t05s6#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 22005, "INV_Helmet_41", "=q4=Darkmantle Cap", "=ds=#s1#, #a2#" },
|
||||
{ 22008, "INV_Shoulder_07", "=q3=Darkmantle Spaulders", "=ds=#s3#, #a2#" },
|
||||
@@ -1873,7 +1873,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
T0Druid = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Spell_Nature_Regeneration", "=q13=#t0s1#", "" },
|
||||
{ 0, "CLASSdruid", "=q13=#t0s1#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 16720, "INV_Helmet_27", "=q3=Wildheart Cowl", "=ds=#s1#, #a2# =q7=#db33#" },
|
||||
{ 16718, "INV_Shoulder_01", "=q3=Wildheart Spaulders", "=ds=#s3#, #a2# =q7=#db49#" },
|
||||
@@ -1888,7 +1888,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Spell_Nature_Regeneration", "=q13=#t05s1#", "" },
|
||||
{ 0, "CLASSdruid", "=q13=#t05s1#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 22109, "INV_Helmet_27", "=q4=Feralheart Cowl", "=ds=#s1#, #a2#" },
|
||||
{ 22112, "INV_Shoulder_01", "=q3=Feralheart Spaulders", "=ds=#s3#, #a2#" },
|
||||
@@ -1909,7 +1909,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
T0Hunter = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Ability_Hunter_RunningShot", "=q14=#t0s2#", "" },
|
||||
{ 0, "CLASShunter", "=q14=#t0s2#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 16677, "INV_Helmet_24", "=q3=Beaststalker's Cap", "=ds=#s1#, #a3# =q7=#db33#" },
|
||||
{ 16679, "INV_Shoulder_10", "=q3=Beaststalker's Mantle", "=ds=#s3#, #a3# =q7=#db53#" },
|
||||
@@ -1924,7 +1924,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Ability_Hunter_RunningShot", "=q14=#t05s2#", "" },
|
||||
{ 0, "CLASShunter", "=q14=#t05s2#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 22013, "INV_Helmet_24", "=q4=Beastmaster's Cap", "=ds=#s1#, #a3#" },
|
||||
{ 22016, "INV_Shoulder_10", "=q3=Beastmaster's Mantle", "=ds=#s3#, #a3#" },
|
||||
@@ -1945,7 +1945,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
T0Shaman = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Spell_FireResistanceTotem_01", "=q15=#t0s7#", "" },
|
||||
{ 0, "CLASSshaman", "=q15=#t0s7#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 16667, "INV_Helmet_04", "=q3=Coif of Elements", "=ds=#s1#, #a3# =q7=#db33#" },
|
||||
{ 16669,"INV_Shoulder_29","=q3=Pauldrons of Elements", "=ds=#s3#, #a3# =q7=#db56#" },
|
||||
@@ -1960,7 +1960,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Spell_FireResistanceTotem_01", "=q15=#t05s7#", "" },
|
||||
{ 0, "CLASSshaman", "=q15=#t05s7#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 22097, "INV_Helmet_04", "=q4=Coif of The Five Thunders", "=ds=#s1#, #a3#" },
|
||||
{ 22101,"INV_Shoulder_29","=q3=Pauldrons of The Five Thunders","=ds=#s3#, #a3#" },
|
||||
@@ -1981,7 +1981,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
T0Warrior = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "INV_Shield_05", "=q17=#t0s9#", "" },
|
||||
{ 0, "CLASSwarrior", "=q17=#t0s9#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 16731, "INV_Helmet_02", "=q3=Helm of Valor", "=ds=#s1#, #a4# =q7=#db33#" },
|
||||
{ 16733,"INV_Shoulder_30","=q3=Spaulders of Valor", "=ds=#s3#, #a4# =q7=#db59#" },
|
||||
@@ -1996,7 +1996,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "INV_Shield_05", "=q17=#t05s9#", "" },
|
||||
{ 0, "CLASSwarrior", "=q17=#t05s9#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 21999, "INV_Helmet_02", "=q4=Helm of Heroism", "=ds=#s1#, #a4#" },
|
||||
{ 22001,"INV_Shoulder_30","=q3=Spaulders of Heroism","=ds=#s3#, #a4#" },
|
||||
@@ -2017,7 +2017,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
T0Paladin = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Spell_Holy_SealOfMight", "=q16=#t0s4#", "" },
|
||||
{ 0, "CLASSpaladin", "=q16=#t0s4#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 16727, "INV_Helmet_08", "=q3=Lightforge Helm", "=ds=#s1#, #a4# =q7=#db33#" },
|
||||
{ 16729,"INV_Shoulder_10","=q3=Lightforge Spaulders", "=ds=#s3#, #a4# =q7=#db62#" },
|
||||
@@ -2032,7 +2032,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "Spell_Holy_SealOfMight", "=q16=#t05s4#", "" },
|
||||
{ 0, "CLASSpaladin", "=q16=#t05s4#", "" },
|
||||
{ 0, "", "", "" },
|
||||
{ 22091, "INV_Helmet_08", "=q4=Soulforge Helm", "=ds=#s1#, #a4#" },
|
||||
{ 22093, "INV_Shoulder_10","=q3=Soulforge Spaulders", "=ds=#s3#, #a4#" },
|
||||
@@ -2053,7 +2053,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
ZGMage = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Spell_Frost_IceStorm", "=q10=#zgs3#","" },
|
||||
{ 0,"CLASSmage", "=q10=#zgs3#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 19959, "INV_Jewelry_Necklace_19", "=q4=Hazza'rah's Charm of Magic", "=ds=#s14#" },
|
||||
{ 19601, "INV_Jewelry_Necklace_26", "=q4=Jewel of Kajaro", "=ds=#r5#" },
|
||||
@@ -2071,7 +2071,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
ZGWarlock = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Spell_Shadow_CurseOfTounges", "=q11=#zgs8#","" },
|
||||
{ 0,"CLASSwarlock", "=q11=#zgs8#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 19957, "INV_Jewelry_Necklace_19", "=q4=Hazza'rah's Charm of Destruction", "=ds=#s14#" },
|
||||
{ 19605, "INV_Jewelry_Necklace_26", "=q4=Kezan's Unstoppable Taint", "=ds=#r5#" },
|
||||
@@ -2089,7 +2089,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
ZGPriest = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Spell_Holy_PowerWordShield", "=q9=#zgs5#","" },
|
||||
{ 0,"CLASSpriest", "=q9=#zgs5#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 19958, "INV_Jewelry_Necklace_19", "=q4=Hazza'rah's Charm of Healing", "=ds=#s14#" },
|
||||
{ 19594, "INV_Jewelry_Necklace_26", "=q4=The All-Seeing Eye of Zuldazar", "=ds=#r5#" },
|
||||
@@ -2107,7 +2107,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
ZGRogue = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Ability_BackStab", "=q12=#zgs6#","" },
|
||||
{ 0,"CLASSrogue", "=q12=#zgs6#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 19954, "INV_Jewelry_Necklace_19", "=q4=Renataki's Charm of Trickery", "=ds=#s14#" },
|
||||
{ 19617, "INV_Jewelry_Necklace_26", "=q4=Zandalarian Shadow Mastery Talisman", "=ds=#r5#" },
|
||||
@@ -2125,7 +2125,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
ZGDruid = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Spell_Nature_Regeneration", "=q13=#zgs1#","" },
|
||||
{ 0,"CLASSdruid", "=q13=#zgs1#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 19955, "INV_Jewelry_Necklace_19", "=q4=Wushoolay's Charm of Nature", "=ds=#s14#" },
|
||||
{ 19613, "INV_Jewelry_Necklace_26", "=q4=Pristine Enchanted South Seas Kelp", "=ds=#r5#" },
|
||||
@@ -2143,7 +2143,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
ZGHunter = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Ability_Hunter_RunningShot", "=q14=#zgs2#","" },
|
||||
{ 0,"CLASShunter", "=q14=#zgs2#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 19953, "INV_Jewelry_Necklace_19", "=q4=Renataki's Charm of Beasts", "=ds=#s14#" },
|
||||
{ 19621, "INV_Jewelry_Necklace_26", "=q4=Maelstrom's Wrath", "=ds=#r5#" },
|
||||
@@ -2161,7 +2161,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
ZGShaman = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Spell_FireResistanceTotem_01", "=q15=#zgs7#","" },
|
||||
{ 0,"CLASSshaman", "=q15=#zgs7#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 19956, "INV_Jewelry_Necklace_19", "=q4=Wushoolay's Charm of Spirits", "=ds=#s14#" },
|
||||
{ 19609, "INV_Jewelry_Necklace_26", "=q4=Unmarred Vision of Voodress", "=ds=#r5#" },
|
||||
@@ -2179,7 +2179,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
ZGWarrior = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"INV_Shield_05", "=q17=#zgs9#","" },
|
||||
{ 0,"CLASSwarrior", "=q17=#zgs9#","" },
|
||||
{ 19951, "INV_Jewelry_Necklace_19", "=q4=Gri'lek's Charm of Might", "=ds=#s14#" },
|
||||
{ 19577, "INV_Jewelry_Necklace_26", "=q4=Rage of Mugamba", "=ds=#r5#" },
|
||||
{ 19822, "INV_Chest_Plate07", "=q4=Zandalar Vindicator's Breastplate", "=q4=#x10#=ds=, #r4#" },
|
||||
@@ -2195,7 +2195,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
}
|
||||
},
|
||||
ZGPaladin = {
|
||||
{ 0,"Spell_Holy_SealOfMight", "=q16=#zgs4#","" },
|
||||
{ 0,"CLASSpaladin", "=q16=#zgs4#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 19952, "INV_Jewelry_Necklace_19", "=q4=Gri'lek's Charm of Valor", "=ds=#s14#" },
|
||||
{ 19588, "INV_Jewelry_Necklace_26", "=q4=Hero's Brand", "=ds=#r5#" },
|
||||
@@ -2213,7 +2213,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
AQ20Mage = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Spell_Frost_IceStorm", "=q10=#aq20s3#","" },
|
||||
{ 0,"CLASSmage", "=q10=#aq20s3#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 21413, "INV_Sword_57", "=q4=Blade of Vaulted Secrets", "=q4=#x19#=ds=, #r5#" },
|
||||
{ 21415, "INV_Misc_Cape_19", "=q4=Drape of Vaulted Secrets", "=q3=#x20#=ds=, #r4#" },
|
||||
@@ -2227,7 +2227,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
AQ20Warlock = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Spell_Shadow_CurseOfTounges", "=q11=#aq20s8#","" },
|
||||
{ 0,"CLASSwarlock", "=q11=#aq20s8#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 21416, "INV_Weapon_ShortBlade_27", "=q4=Kris of Unspoken Names", "=q4=#x19#=ds=, #r5#" },
|
||||
{ 21418, "INV_Misc_Cape_20", "=q4=Shroud of Unspoken Names", "=q3=#x23#=ds=, #r4#" },
|
||||
@@ -2241,7 +2241,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
AQ20Priest = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Spell_Holy_PowerWordShield", "=q9=#aq20s5#","" },
|
||||
{ 0,"CLASSpriest", "=q9=#aq20s5#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 21410, "INV_Mace22", "=q4=Gavel of Infinite Wisdom", "=q4=#x19#=ds=, #r5#" },
|
||||
{ 21412, "INV_Misc_Cape_16", "=q4=Shroud of Infinite Wisdom", "=q3=#x20#=ds=, #r4#" },
|
||||
@@ -2255,7 +2255,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
AQ20Rogue = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Ability_BackStab", "=q12=#aq20s6#","" },
|
||||
{ 0,"CLASSrogue", "=q12=#aq20s6#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 21404, "INV_Weapon_ShortBlade_27", "=q4=Dagger of Veiled Shadows", "=q4=#x24#=ds=, #r5#" },
|
||||
{ 21406, "INV_Misc_Cape_19", "=q4=Cloak of Veiled Shadows", "=q3=#x20#=ds=, #r4#" },
|
||||
@@ -2269,7 +2269,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
AQ20Druid = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Spell_Nature_Regeneration", "=q13=#aq20s1#","" },
|
||||
{ 0,"CLASSdruid", "=q13=#aq20s1#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 21407, "INV_Mace22", "=q4=Mace of Unending Life", "=q4=#x19#=ds=, #r5#" },
|
||||
{ 21409, "INV_Misc_Cape_15", "=q4=Cloak of Unending Life", "=q3=#x23#=ds=, #r4#" },
|
||||
@@ -2283,7 +2283,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
AQ20Hunter = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Ability_Hunter_RunningShot", "=q14=#aq20s2#","" },
|
||||
{ 0,"CLASShunter", "=q14=#aq20s2#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 21401, "INV_Axe_15", "=q4=Scythe of the Unseen Path", "=q4=#x24#=ds=, #r5#" },
|
||||
{ 21403, "INV_Misc_Cape_15", "=q4=Cloak of the Unseen Path", "=q3=#x23#=ds=, #r4#" },
|
||||
@@ -2297,7 +2297,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
AQ20Paladin = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Spell_Holy_SealOfMight", "=q16=#aq20s4#","" },
|
||||
{ 0,"CLASSpaladin", "=q16=#aq20s4#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 21395, "INV_Sword_57", "=q4=Blade of Eternal Justice", "=q4=#x24#=ds=, #r5#" },
|
||||
{ 21397, "INV_Misc_Cape_14", "=q4=Cape of Eternal Justice", "=q3=#x23#=ds=, #r4#" },
|
||||
@@ -2311,7 +2311,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
AQ20Shaman = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"Spell_FireResistanceTotem_01", "=q15=#aq20s7#","" },
|
||||
{ 0,"CLASSshaman", "=q15=#aq20s7#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 21398, "INV_Mace22", "=q4=Hammer of the Gathering Storm", "=q4=#x24#=ds=, #r5#" },
|
||||
{ 21400, "INV_Misc_Cape_16", "=q4=Cloak of the Gathering Storm", "=q3=#x23#=ds=, #r4#" },
|
||||
@@ -2325,7 +2325,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
|
||||
},
|
||||
AQ20Warrior = {
|
||||
{ 0, "", "", "" },
|
||||
{ 0,"INV_Shield_05", "=q17=#aq20s9#","" },
|
||||
{ 0,"CLASSwarrior", "=q17=#aq20s9#","" },
|
||||
{ 0, "", "", "" },
|
||||
{ 21392, "INV_Axe_15", "=q4=Sickle of Unyielding Strength", "=q4=#x24#=ds=, #r5#" },
|
||||
{ 21394, "INV_Misc_Cape_20", "=q4=Drape of Unyielding Strength", "=q3=#x20#=ds=, #r4#" },
|
||||
|
||||
@@ -506,11 +506,9 @@ AtlasLoot_TableNames = {
|
||||
["LKHMoroes"] = { AL["Lower Karazhan Halls"].." - "..AL["Moroes"], "AtlasLootItems" },
|
||||
["LKHTrash"] = { AL["Lower Karazhan Halls"].." - "..AL["Trash Mobs"], "AtlasLootItems" },
|
||||
["LKHEnchants"] = { AL["Lower Karazhan Halls"].." - ".."Enchants", "AtlasLootItems" },
|
||||
|
||||
------------
|
||||
--- Sets ---
|
||||
------------
|
||||
|
||||
--Vanilla WoW Sets
|
||||
["DEADMINES"] = { AL["The Deadmines"], "AtlasLootSetItems" },
|
||||
["WAILING"] = { AL["Wailing Caverns"], "AtlasLootSetItems" },
|
||||
@@ -652,39 +650,30 @@ AtlasLoot_TableNames = {
|
||||
------------------------
|
||||
--- Misc Collections ---
|
||||
------------------------
|
||||
|
||||
["CraftedWeapons1"] = { AL["Crafted Epic Weapons"], "AtlasLootCrafting" },
|
||||
["WorldEpics1"] = { AL["World Epics"] .. " - " .. AL["Level 30-39"], "AtlasLootSetItems" },
|
||||
["WorldEpics2"] = { AL["World Epics"] .. " - " .. AL["Level 40-49"], "AtlasLootSetItems" },
|
||||
["WorldEpics3"] = { AL["World Epics"] .. " - " .. AL["Level 50-60"], "AtlasLootSetItems" },
|
||||
|
||||
--------------------
|
||||
--- World Bosses ---
|
||||
--------------------
|
||||
|
||||
--Azuregos
|
||||
["AAzuregos"] = { AL["Azuregos"], "AtlasLootWBItems" },
|
||||
["ASpiritA"] = { AL["Spirit of Azuregos"], "AtlasLootWBItems" },
|
||||
--["Turtlhu"] = { "Turtlhu, the Black Turtle of Doom", "AtlasLootWBItems" },
|
||||
["Nerubian"] = { "Nerubian Overseer", "AtlasLootWBItems" },
|
||||
["Reaver"] = { "Dark Reaver of Karazhan", "AtlasLootWBItems" },
|
||||
["Ostarius"] = { "Ostarius", "AtlasLootWBItems" },
|
||||
["Concavius"] = { "Concavius", "AtlasLootWBItems" },
|
||||
["CowKing"] = { "Moo", "AtlasLootWBItems" },
|
||||
--Doom Lord Kazzak
|
||||
["KKazzak"] = { AL["Lord Kazzak"], "AtlasLootWBItems" },
|
||||
--Emrald Dragons
|
||||
["DEmeriss"] = { AL["Emeriss"], "AtlasLootWBItems" },
|
||||
["DLethon"] = { AL["Lethon"], "AtlasLootWBItems" },
|
||||
["DTaerar"] = { AL["Taerar"], "AtlasLootWBItems" },
|
||||
["DYsondre"] = { AL["Ysondre"], "AtlasLootWBItems" },
|
||||
["DTrash"] = { AL["Emerald Dragons"].." - "..AL["Trash Mobs"], "AtlasLootWBItems" },
|
||||
["Clackora"] = { "Cla'ckora", "AtlasLootWBItems" },
|
||||
|
||||
|
||||
--------------------------
|
||||
--- Rare Spawns (1.16) ---
|
||||
--------------------------
|
||||
["AAzuregos"] = { AL["Azshara"].. " - " ..AL["Azuregos"], "AtlasLootWBItems" },
|
||||
["ASpiritA"] = { AL["Azshara"].. " - " ..AL["Spirit of Azuregos"], "AtlasLootWBItems" },
|
||||
["Nerubian"] = { AL["Eastern Plaguelands"].. " - " ..AL["Nerubian Overseer"], "AtlasLootWBItems" },
|
||||
["Reaver"] = { AL["Deadwind Pass"].. " - " ..AL["Dark Reaver of Karazhan"], "AtlasLootWBItems" },
|
||||
["Ostarius"] = { AL["Tanaris"].. " - " ..AL["Ostarius"], "AtlasLootWBItems" },
|
||||
["Concavius"] = { AL["Desolace"].. " - " ..AL["Concavius"], "AtlasLootWBItems" },
|
||||
["CowKing"] = { AL["Moomoo Grove"].. " - " ..AL["Moo"], "AtlasLootWBItems" },
|
||||
["KKazzak"] = { AL["Blasted Lands"].. " - " ..AL["Lord Kazzak"], "AtlasLootWBItems" },
|
||||
["DEmeriss"] = { AL["Ashenvale"].."/"..AL["Duskwood"].."/"..AL["Feralas"].."/"..AL["Hinterlands"].. " - " ..AL["Emeriss"], "AtlasLootWBItems" },
|
||||
["DLethon"] = { AL["Ashenvale"].."/"..AL["Duskwood"].."/"..AL["Feralas"].."/"..AL["Hinterlands"].. " - " ..AL["Lethon"], "AtlasLootWBItems" },
|
||||
["DTaerar"] = { AL["Ashenvale"].."/"..AL["Duskwood"].."/"..AL["Feralas"].."/"..AL["Hinterlands"].. " - " ..AL["Taerar"], "AtlasLootWBItems" },
|
||||
["DYsondre"] = { AL["Ashenvale"].."/"..AL["Duskwood"].."/"..AL["Feralas"].."/"..AL["Hinterlands"].. " - " ..AL["Ysondre"], "AtlasLootWBItems" },
|
||||
["DTrash"] = { AL["Emerald Dragons"].. " - " ..AL["Trash Mobs"], "AtlasLootWBItems" },
|
||||
["Clackora"] = { AL["Azshara"].. " - " ..AL["Cla'ckora"], "AtlasLootWBItems" },
|
||||
-------------------
|
||||
--- Rare Spawns ---
|
||||
-------------------
|
||||
["Tarangos"] = { "Tarangos The Dampener", "AtlasLootWBItems" },
|
||||
["Kargron"] = { "Blademaster Kargron", "AtlasLootWBItems" },
|
||||
["Xalvic"] = { "Xalvic Blackclaw", "AtlasLootWBItems" },
|
||||
@@ -696,10 +685,6 @@ AtlasLoot_TableNames = {
|
||||
["Jalakar"] = { "Jal'akar Dire Troll", "AtlasLootWBItems" },
|
||||
["Ashbeard"] = { "Explorer Ashbeard", "AtlasLootWBItems" },
|
||||
["AdmiralBareanWestwind"] = { "Admiral Barean Westwind", "AtlasLootWBItems" },
|
||||
|
||||
--------------------------
|
||||
--- Rare Spawns (1.17) ---
|
||||
--------------------------
|
||||
["EarthcallerRezengal"] = { "Earthcaller Rezengal", "AtlasLootWBItems" },
|
||||
["ShadeMage"] = { "Shade Mage", "AtlasLootWBItems" },
|
||||
["GraypawAlpha"] = { "Graypaw Alpha", "AtlasLootWBItems" },
|
||||
@@ -725,21 +710,13 @@ AtlasLoot_TableNames = {
|
||||
["M0L1Y"] = { "M-0L1Y", "AtlasLootWBItems" },
|
||||
["WidowoftheWoods"] = { "Widow of the Woods", "AtlasLootWBItems" },
|
||||
["KinTozo"] = { "Kin'Tozo", "AtlasLootWBItems" },
|
||||
|
||||
----------------------------
|
||||
--- Rare Spawns (1.17.1) ---
|
||||
----------------------------
|
||||
["ProfessorLysander"] = { "Professor Lysander", "AtlasLootWBItems" },
|
||||
|
||||
--------------
|
||||
--- Events ---
|
||||
--------------
|
||||
|
||||
--Abyssal Council
|
||||
["AbyssalTemplars"] = { "Abyssal Council - Templars", "AtlasLootWorldEvents" },
|
||||
["AbyssalDukes"] = { "Abyssal Council - Dukes", "AtlasLootWorldEvents" },
|
||||
["AbyssalLords"] = { "Abyssal Council - Lords", "AtlasLootWorldEvents" },
|
||||
--Seasonal
|
||||
["ChildrensWeek"] = { AL["Children's Week"], "AtlasLootWorldEvents" },
|
||||
["Halloween1"] = { AL["Hallow's End"], "AtlasLootWorldEvents" },
|
||||
["Halloween2"] = { AL["Hallow's End"], "AtlasLootWorldEvents" },
|
||||
@@ -752,60 +729,40 @@ AtlasLoot_TableNames = {
|
||||
["Winterviel"] = { AL["Feast of Winter Veil"], "AtlasLootWorldEvents" },
|
||||
["Winterviel1"] = { AL["Feast of Winter Veil"], "AtlasLootWorldEvents" },
|
||||
["Winterviel2"] = { AL["Feast of Winter Veil"], "AtlasLootWorldEvents" },
|
||||
--Other
|
||||
["ElementalInvasion"] = { AL["Elemental Invasion"], "AtlasLootWorldEvents" },
|
||||
["FishingExtravaganza"] = { AL["Stranglethorn Fishing Extravaganza"], "AtlasLootWorldEvents" },
|
||||
["GurubashiArena"] = { AL["Gurubashi Arena"], "AtlasLootWorldEvents" },
|
||||
["ScourgeInvasionEvent1"] = { AL["Scourge Invasion"], "AtlasLootWorldEvents" },
|
||||
["ScourgeInvasionEvent2"] = { AL["Scourge Invasion Bosses"], "AtlasLootWorldEvents" },
|
||||
|
||||
------------------------
|
||||
--- Classic Factions ---
|
||||
------------------------
|
||||
|
||||
--Argent Dawn
|
||||
["Argent1"] = { AL["Argent Dawn"] .. " - Token Hand-ins", "AtlasLootRepItems" },
|
||||
["Argent2"] = { AL["Argent Dawn"], "AtlasLootRepItems" },
|
||||
["Argent3"] = { AL["Argent Dawn"], "AtlasLootRepItems" },
|
||||
--Bloodsail Buccaneers
|
||||
["Bloodsail1"] = { AL["Bloodsail Buccaneers"], "AtlasLootRepItems" },
|
||||
--Brood of Nozdormu
|
||||
["AQBroodRings"] = { AL["Brood of Nozdormu"], "AtlasLootRepItems" },
|
||||
--Cenarion Circle
|
||||
["Cenarion1"] = { AL["Cenarion Circle"] .. " - " .. AL["Friendly"], "AtlasLootRepItems" },
|
||||
["Cenarion2"] = { AL["Cenarion Circle"] .. " - " .. AL["Honored"], "AtlasLootRepItems" },
|
||||
["Cenarion3"] = { AL["Cenarion Circle"] .. " - " .. AL["Revered"], "AtlasLootRepItems" },
|
||||
["Cenarion4"] = { AL["Cenarion Circle"] .. " - " .. AL["Exalted"], "AtlasLootRepItems" },
|
||||
--The Darkmoon Faire
|
||||
["Darkmoon"] = { AL["Darkmoon Faire"], "AtlasLootRepItems" },
|
||||
--The Defilers
|
||||
["Defilers"] = { AL["The Defilers"], "AtlasLootRepItems" },
|
||||
--Frostwolf Clan
|
||||
["Frostwolf1"] = { AL["Frostwolf Clan"], "AtlasLootRepItems" },
|
||||
--Hydraxian Waterlords
|
||||
["WaterLords1"] = { AL["Hydraxian Waterlords"], "AtlasLootRepItems" },
|
||||
--Gelkis Clan Centaur
|
||||
["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
|
||||
["Stormpike1"] = { AL["Stormpike Guard"], "AtlasLootRepItems" },
|
||||
--Thorium Brotherhood
|
||||
["Thorium1"] = { AL["Thorium Brotherhood"] .. " - " .. AL["Friendly"] .. "/" .. AL["Honored"], "AtlasLootRepItems" },
|
||||
["Thorium2"] = { AL["Thorium Brotherhood"] .. " - " .. AL["Revered"] .. "/" .. AL["Exalted"], "AtlasLootRepItems" },
|
||||
--Timbermaw Hold
|
||||
["Timbermaw"] = { AL["Timbermaw Hold"], "AtlasLootRepItems" },
|
||||
--Wardens of Time
|
||||
["Wardens1"] = { AL["Wardens of Time"] .. " - " .. AL["Friendly"] .. " & " .. AL["Honored"], "AtlasLootRepItems" },
|
||||
["Wardens2"] = { AL["Wardens of Time"] .. " - " .. AL["Revered"] .. " & " .. AL["Exalted"], "AtlasLootRepItems" },
|
||||
--Wintersaber Trainers
|
||||
["Wintersaber1"] = { AL["Wintersaber Trainers"], "AtlasLootRepItems" },
|
||||
--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" },
|
||||
["Helf2"] = { AL["Silvermoon Remnant"], "AtlasLootRepItems" },
|
||||
["Helf3"] = { AL["Silvermoon Remnant"], "AtlasLootRepItems" },
|
||||
@@ -823,11 +780,9 @@ AtlasLoot_TableNames = {
|
||||
["ThunderBluff"] = { AL["Thunder Bluff"], "AtlasLootRepItems" },
|
||||
["Dalaran"] = { AL["Dalaran"], "AtlasLootRepItems" },
|
||||
["Wildhammer"] = { AL["Wildhammer Clan"], "AtlasLootRepItems" },
|
||||
|
||||
--------------
|
||||
--- Trades ---
|
||||
--------------
|
||||
|
||||
--Alchemy
|
||||
["AlchemyApprentice1"] = { AL["Alchemy"] .. ": " .. AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["AlchemyJourneyman1"] = { AL["Alchemy"] .. ": " .. AL["Journeyman"], "AtlasLootCrafting" },
|
||||
@@ -999,13 +954,9 @@ AtlasLoot_TableNames = {
|
||||
["Survival2"] = { AL["Gardening"], "AtlasLootCrafting" },
|
||||
--Poisons
|
||||
["Poisons1"] = { AL["Rogue"] .. " - " .. AL["Poisons"], "AtlasLootCrafting" },
|
||||
|
||||
|
||||
-----------
|
||||
--- PvP ---
|
||||
-----------
|
||||
|
||||
--Battlegrounds
|
||||
--Blood Ring
|
||||
["BRRepFriendly"] = { AL["Blood Ring"] .. " - " .. AL["Friendly"], "AtlasLootBGItems" },
|
||||
["BRRepHonored"] = { AL["Blood Ring"] .. " - " .. AL["Honored"], "AtlasLootBGItems" },
|
||||
@@ -1062,11 +1013,9 @@ AtlasLoot_TableNames = {
|
||||
["PVPShaman"] = { "PvP "..AL["Rank 7-13"], "AtlasLootGeneralPvPItems" },
|
||||
["PVPWarlock"] = { "PvP "..AL["Rank 7-13"], "AtlasLootGeneralPvPItems" },
|
||||
["PVPWarrior"] = { "PvP "..AL["Rank 7-13"], "AtlasLootGeneralPvPItems" },
|
||||
|
||||
-------------
|
||||
--- Other ---
|
||||
-------------
|
||||
|
||||
--Menus, the entry does nothing, but makes the generalised loot table code less complex
|
||||
["DUNGEONSMENU1"] = { "dummy", "dummy" },
|
||||
["DUNGEONSMENU2"] = { "dummy", "dummy" },
|
||||
@@ -1076,22 +1025,21 @@ AtlasLoot_TableNames = {
|
||||
["ABRepMenu"] = { "dummy", "dummy" },
|
||||
["WSGRepMenu"] = { "dummy", "dummy" },
|
||||
["BRRepMenu"] = { "dummy", "dummy" },
|
||||
["AQ40SET"] = { "dummy", "dummy" },
|
||||
["AQ20SET"] = { "dummy", "dummy" },
|
||||
["ZGSET"] = { "dummy", "dummy" },
|
||||
["PRE60SET"] = { "dummy", "dummy" },
|
||||
["T3SET"] = { "dummy", "dummy" },
|
||||
["T2SET"] = { "dummy", "dummy" },
|
||||
["T1SET"] = { "dummy", "dummy" },
|
||||
["ZGSET"] = { "dummy", "dummy" },
|
||||
["AQ20SET"] = { "dummy", "dummy" },
|
||||
["AQ40SET"] = { "dummy", "dummy" },
|
||||
["KARASET"] = { "dummy", "dummy" },
|
||||
["T0SET"] = { "dummy", "dummy" },
|
||||
["T1SET"] = { "dummy", "dummy" },
|
||||
["T2SET"] = { "dummy", "dummy" },
|
||||
["T3SET"] = { "dummy", "dummy" },
|
||||
["REPMENU"] = { "dummy", "dummy" },
|
||||
["SETMENU"] = { "dummy", "dummy" },
|
||||
["WORLDEPICS"] = { "dummy", "dummy" },
|
||||
["WORLDEVENTMENU"] = { "dummy", "dummy" },
|
||||
["AbyssalCouncil"] = { "dummy", "dummy" },
|
||||
["ALCHEMYMENU"] = { "dummy", "dummy" },
|
||||
["CRAFTSET"] = { "dummy", "dummy" },
|
||||
["HONORMENU"] = { "dummy", "dummy" },
|
||||
["CRAFTINGMENU"] = { "dummy", "dummy" },
|
||||
["SMITHINGMENU"] = { "dummy", "dummy" },
|
||||
["ENCHANTINGMENU"] = { "dummy", "dummy" },
|
||||
@@ -1102,11 +1050,9 @@ AtlasLoot_TableNames = {
|
||||
["FIRSTAIDMENU"] = { "dummy", "dummy" },
|
||||
["WORLDBOSSMENU"] = { "dummy", "dummy" },
|
||||
["JEWELCRAFTMENU"] = { "dummy", "dummy" },
|
||||
["KARASET"] = { "dummy", "dummy" },
|
||||
["WishList"] = { AL["WishList"], "AtlasLootCharDB" },
|
||||
--If all else fails!
|
||||
["EmptyInstance"] = { "AtlasLoot", "AtlasLootFallback" },
|
||||
|
||||
};
|
||||
|
||||
AtlasLoot_TableNamesBoss = {
|
||||
@@ -1423,6 +1369,7 @@ AtlasLoot_TableNamesBoss = {
|
||||
["AQ20Trash"] = { AL["Trash Mobs"] .. " (AQ20)", "AtlasLootItems" },
|
||||
["AQ20ClassBooks"] = { "AQ Class Books", "AtlasLootItems" },
|
||||
["AQ20Enchants"] = { "AQ Enchants", "AtlasLootItems" },
|
||||
["AQ20SET"] = { AL["Ruins of Ahn'Qiraj Sets"], "AtlasLootSetItems"},
|
||||
},
|
||||
["Scarlet Monestery - Armory"] = {
|
||||
["SMHerod"] = { AL["Herod"], "AtlasLootItems" },
|
||||
@@ -1640,6 +1587,7 @@ AtlasLoot_TableNamesBoss = {
|
||||
["ZGTrash1"] = { AL["Trash Mobs"] .. " (" .. AL["Zul'Gurub"] .. ")", "AtlasLootItems" },
|
||||
["ZGTrash2"] = { AL["Trash Mobs"] .. " (" .. AL["Zul'Gurub"] .. ")", "AtlasLootItems" },
|
||||
["ZGEnchants"] = { "ZG Enchants", "AtlasLootItems" },
|
||||
["ZGSET"] = { AL["Zul'Gurub Sets"], "AtlasLootSetItems"}
|
||||
},
|
||||
["Emerald Sanctum"] = {
|
||||
["ESErennius"] = { AL["Erennius"], "AtlasLootItems" },
|
||||
@@ -1658,11 +1606,9 @@ AtlasLoot_TableNamesBoss = {
|
||||
["LKHTrash"] = { AL["Trash Mobs"], "AtlasLootItems" },
|
||||
["LKHEchants"] = { AL["LKH Enchants"], "AtlasLootItems" },
|
||||
},
|
||||
|
||||
------------
|
||||
--- Sets ---
|
||||
------------
|
||||
|
||||
["Sets"] = {
|
||||
["DEADMINES"] = { AL["Set: "] .. AL["Defias Leather"], "AtlasLootSetItems" },
|
||||
["WAILING"] = { AL["Set: "] .. AL["Embrace of the Viper"], "AtlasLootSetItems" },
|
||||
@@ -1815,35 +1761,25 @@ AtlasLoot_TableNamesBoss = {
|
||||
["T35Warlock"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" },
|
||||
["T35Warrior"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" },
|
||||
},
|
||||
------------------------
|
||||
--- Misc Collections ---
|
||||
------------------------
|
||||
|
||||
|
||||
--------------------
|
||||
--- World Bosses ---
|
||||
--------------------
|
||||
|
||||
["WorldBosses"] = {
|
||||
["AAzuregos"] = { AL["Azuregos"], "AtlasLootWBItems" },
|
||||
["ASpiritA"] = { AL["Spirit of Azuregos"], "AtlasLootWBItems" },
|
||||
--["Turtlhu"] = { "Turtlhu, the Black Turtle of Doom", "AtlasLootWBItems" },
|
||||
["Nerubian"] = { "Nerubian Overseer", "AtlasLootWBItems" },
|
||||
["Reaver"] = { "Dark Reaver of Karazhan", "AtlasLootWBItems" },
|
||||
["Ostarius"] = { "Ostarius", "AtlasLootWBItems" },
|
||||
["Concavius"] = { "Concavius", "AtlasLootWBItems" },
|
||||
["CowKing"] = { "Moo", "AtlasLootWBItems" },
|
||||
--Doom Lord Kazzak
|
||||
["KKazzak"] = { AL["Lord Kazzak"], "AtlasLootWBItems" },
|
||||
--Emrald Dragons
|
||||
["DEmeriss"] = { AL["Emeriss"], "AtlasLootWBItems" },
|
||||
["DLethon"] = { AL["Lethon"], "AtlasLootWBItems" },
|
||||
["DTaerar"] = { AL["Taerar"], "AtlasLootWBItems" },
|
||||
["DYsondre"] = { AL["Ysondre"], "AtlasLootWBItems" },
|
||||
["DTrash"] = { AL["Trash Mobs"] .. " (" .. AL["Emerald Dragons"] .. ")", "AtlasLootWBItems" },
|
||||
["Clackora"] = { "Cla'ckora", "AtlasLootWBItems" },
|
||||
["Clackora"] = { AL["Cla'ckora"], "AtlasLootWBItems" },
|
||||
},
|
||||
|
||||
-------------------
|
||||
--- Rare Spawns ---
|
||||
-------------------
|
||||
@@ -1886,11 +1822,9 @@ AtlasLoot_TableNamesBoss = {
|
||||
["KinTozo"] = { "Kin'Tozo", "AtlasLootWBItems" },
|
||||
["ProfessorLysander"] = { "Professor Lysander", "AtlasLootWBItems" },
|
||||
},
|
||||
|
||||
--------------
|
||||
--- Events ---
|
||||
--------------
|
||||
|
||||
["World Events"] = {
|
||||
["AbyssalTemplars"] = { "Abyssal Council - Templars", "AtlasLootWorldEvents" },
|
||||
["AbyssalDukes"] = { "Abyssal Council - Dukes", "AtlasLootWorldEvents" },
|
||||
@@ -1914,7 +1848,6 @@ AtlasLoot_TableNamesBoss = {
|
||||
["ScourgeInvasionEvent1"] = { AL["Scourge Invasion"], "AtlasLootWorldEvents" },
|
||||
["ScourgeInvasionEvent2"] = { AL["Scourge Invasion Bosses"], "AtlasLootWorldEvents" },
|
||||
},
|
||||
|
||||
------------------------
|
||||
--- Classic Factions ---
|
||||
------------------------
|
||||
@@ -1944,7 +1877,6 @@ 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
|
||||
@@ -1981,7 +1913,6 @@ AtlasLoot_TableNamesBoss = {
|
||||
["Dalaran"] = { AL["Dalaran"], "AtlasLootRepItems" },
|
||||
["Wildhammer"] = { AL["Wildhammer Clan"], "AtlasLootRepItems" },
|
||||
},
|
||||
|
||||
--------------
|
||||
--- Trades ---
|
||||
--------------
|
||||
@@ -2160,11 +2091,9 @@ AtlasLoot_TableNamesBoss = {
|
||||
--Poisons
|
||||
["Poisons1"] = { AL["Rogue"] .. ": " .. AL["Poisons"], "AtlasLootCrafting" },
|
||||
},
|
||||
|
||||
-----------
|
||||
--- PvP ---
|
||||
-----------
|
||||
|
||||
["Battlegrounds"] = {
|
||||
--Blood Ring
|
||||
["BRRepFriendly"] = { AL["Blood Ring"] .. " " .. AL["Friendly Rewards"], "AtlasLootBGItems" },
|
||||
|
||||
@@ -19,9 +19,6 @@ AtlasLootWBBossButtons = {
|
||||
LordKazzak = {
|
||||
"KKazzak";
|
||||
};
|
||||
--[[Turtlhu = {
|
||||
"Turtlhu";
|
||||
};]]
|
||||
Nerubian = {
|
||||
"Nerubian";
|
||||
};
|
||||
@@ -37,9 +34,9 @@ AtlasLootWBBossButtons = {
|
||||
CowKing = {
|
||||
"CowKing";
|
||||
};
|
||||
--[[Clackora = {
|
||||
Clackora = {
|
||||
"Clackora";
|
||||
};]]
|
||||
};
|
||||
RareSpawns = {
|
||||
"";
|
||||
"";
|
||||
@@ -154,35 +151,6 @@ AtlasLoot_Data["AtlasLootWBItems"] = {
|
||||
{ 0, "", "", "", "" },
|
||||
{ 51739, "inv_fabric_wool_02", "=q1=Little Ball of Spider Web", "=ds=#e15#", "100%" },
|
||||
};
|
||||
--[[Turtlhu = {
|
||||
{ 20633, "INV_Shoulder_29", "=q4=Unnatural Leather Spaulders", "=ds=#s3#, #a2#", "4.76%" },
|
||||
{ 20631, "INV_Boots_Cloth_05", "=q4=Mendicant's Slippers", "=ds=#s12#, #a1#", "4.76%" },
|
||||
{ 20634, "INV_Boots_08", "=q4=Boots of Fright", "=ds=#s12#, #a2#", "4.76%" },
|
||||
{ 20632, "INV_Jewelry_Ring_04", "=q4=Mindtear Band", "=ds=#s13#", "4.76%" },
|
||||
{ 20577, "INV_Sword_44", "=q4=Nightmare Blade", "=ds=#h1#, #w10#", "4.767%" },
|
||||
{ 20623, "INV_Helmet_17", "=q4=Circlet of Restless Dreams", "=ds=#s1#, #a2#", "4.76%" },
|
||||
{ 20622, "INV_Jewelry_Necklace_18", "=q4=Dragonheart Necklace", "=ds=#s2#", "4.76%" },
|
||||
{ 20624, "INV_Jewelry_Ring_38", "=q4=Ring of the Unliving", "=ds=#s13#", "4.76%" },
|
||||
{ 20621, "INV_Boots_Chain_11", "=q4=Boots of the Endless Moor", "=ds=#s12#, #a3#", "4.76%" },
|
||||
{ 20599, "INV_Weapon_Crossbow_11", "=q4=Polished Ironwood Crossbow", "=ds=#w3#", "4.763%" },
|
||||
{ 20628, "INV_Helmet_43", "=q4=Deviate Growth Cap", "=ds=#s1#, #a2#", "4.76%" },
|
||||
{ 20626, "INV_Bracer_07", "=q4=Black Bark Wristbands", "=ds=#s8#, #a1#", "4.76%" },
|
||||
{ 20630, "INV_Gauntlets_29", "=q4=Gauntlets of the Shining Light", "=ds=#s9#, #a4#", "4.76%" },
|
||||
{ 20625, "INV_Belt_15", "=q4=Belt of the Dark Bog", "=ds=#s10#, #a1#", "4.76%" },
|
||||
{ 20627, "INV_Pants_Leather_11", "=q4=Dark Heart Pants", "=ds=#s11#, #a2#", "4.76%" },
|
||||
{ 20629, "INV_Boots_Chain_08", "=q4=Malignant Footguards", "=ds=#s12#, #a3#", "4.76%" },
|
||||
{ 20637, "INV_Shoulder_11", "=q4=Acid Inscribed Pauldrons", "=ds=#s3#, #a4#", "4.76%" },
|
||||
{ 20635, "INV_Chest_Cloth_39", "=q4=Jade Inlaid Vestments", "=ds=#s5#, #a1#", "4.76%" },
|
||||
{ 20638, "INV_Pants_Mail_15", "=q4=Leggings of the Demented Mind", "=ds=#s11#, #a3#", "4.76%" },
|
||||
{ 20639, "INV_Pants_Plate_05", "=q4=Strangely Glyphed Legplates", "=ds=#s11#, #a4#", "4.76%" },
|
||||
{ 20636, "INV_Misc_Gem_Stone_01", "=q4=Hibernation Crystal", "=ds=#s14#", "4.76%" },
|
||||
{ 20578, "INV_Weapon_ShortBlade_22", "=q4=Emerald Dragonfang", "=ds=#h1#, #w4#", "4.76%" },
|
||||
{ 0, "", "", "", "" },
|
||||
{ 18665, "Spell_Shadow_UnholyFrenzy", "=q4=The Eye of Shadow", "=ds=#s14#", "3.50%" },
|
||||
{ 0, "", "", "", "" },
|
||||
{ 50202, "INV_Egg_03", "=q3=Egg of Turtlhu", "=ds=#e15#", "100%" },
|
||||
{ 50203, "INV_Enchant_Dustsoul", "=q2=Corrupted Sand", "=ds=#e12#", "100%" },
|
||||
};]]
|
||||
Ostarius = {
|
||||
{ 83480, "inv_misc_book_07", "=q4=Tome of Infalliable Truth", "=ds=#h4#, #s15#", "17%" },
|
||||
{ 83481, "inv_mace_08", "=q4=Failsafe Activation Key", "=ds=#h4#, #s15#", "17%" },
|
||||
|
||||
Reference in New Issue
Block a user