Merge pull request #2 from Otari98/dev

Dev 27.09.2024
This commit is contained in:
Spit
2024-09-27 13:46:38 +03:00
committed by GitHub
14 changed files with 182 additions and 7980 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
## Interface: 11200
## Title: AtlasLoot TW Edition
## Notes: Shows the possible loot from the bosses
## Title: AtlasLoot |cff7fff7f TurtleWOW|r
## Notes: Shows possible loot from dungeon bosses and other sources.
## Author: Daviesh, Pompa (Turtle WoW World Bosses), Xerron (Turtle WoW World Bosses), Gurky (Turtle WoW 1.16/1.16.1 Dungeons), |cff5BCEFAL|cffF5A9B8e|cffFFFFFFx|cffF5A9B8i|cff5BCEFAe|r
## Version: 1.1.3
## Version: 1.2.0
## SavedVariables: AtlasLoot_updateavailable
## SavedVariablesPerCharacter: AtlasLootCharDB
## OptionalDeps: Alphamap, AtlasLoader, LootLink, ItemSync, HewdropLib, Ace2, EquipCompare, EQCompare
-2301
View File
File diff suppressed because it is too large Load Diff
-5498
View File
File diff suppressed because it is too large Load Diff
+14 -13
View File
@@ -78,8 +78,8 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
--Establish version number and compatible version of Atlas
local VERSION_MAJOR = "1";
local VERSION_MINOR = "1";
local VERSION_BOSSES = "4";
local VERSION_MINOR = "2";
local VERSION_BOSSES = "0";
ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r";
ATLASLOOT_CURRENT_ATLAS = "1.13.3";
ATLASLOOT_PREVIEW_ATLAS = "1.13.3";
@@ -128,7 +128,7 @@ AtlasLoot:RegisterDB("AtlasLootDB");
--Popup Box for first time users
StaticPopupDialogs["ATLASLOOT_SETUP"] = {
text = AL["Welcome to Atlasloot Enhanced. Please take a moment to set your preferences."].."\n\n"..AL["New feature in 4.05.00: All professions are now included in the AtlasLoot_Crafting module."].."\n\n"..AL["New feature in 4.05.00: Advanced searching functionality is now available. You can type in a partial item name, for example typing 'elixir' gives all items in the database with 'elixir' in the name. Big thanks to Kurax for his help."].."\n",
text = AL["Welcome to Atlasloot Enhanced. Please take a moment to set your preferences."],
button1 = AL["Setup"],
OnAccept = function()
AtlasLootOptions_Toggle();
@@ -140,7 +140,7 @@ StaticPopupDialogs["ATLASLOOT_SETUP"] = {
--Popup Box for an old version of Atlas
StaticPopupDialogs["ATLASLOOT_OLD_ATLAS"] = {
text = AL["Incompatible Atlas Detected"],
text = AL["Incompatible Atlas version detected, there may be errors, so please visit https://github.com/Otari98/Atlas as soon as possible to update."] ,
button1 = AL["OK"],
OnAccept = function()
DEFAULT_CHAT_FRAME:AddMessage(BLUE.."Atlas:"..WHITE.." Update your Atlas! https://github.com/Otari98/Atlas");
@@ -202,7 +202,6 @@ AtlasLoot_MenuList = {
"ENCHANTINGMENU",
"ENGINEERINGMENU",
"LEATHERWORKINGMENU",
"MININGMENU",
"TAILORINGMENU",
"CRAFTSET",
"COOKINGMENU",
@@ -1205,8 +1204,6 @@ function AtlasLoot_ShowItemsFrame(dataID, dataSource, boss, pFrame)
AtlasLoot_EngineeringMenu();
elseif(dataID=="LEATHERWORKINGMENU") then
AtlasLoot_LeatherworkingMenu();
elseif(dataID=="MININGMENU") then
AtlasLoot_MiningMenu();
elseif(dataID=="TAILORINGMENU") then
AtlasLoot_TailoringMenu();
elseif(dataID=="COOKINGMENU") then
@@ -2364,7 +2361,7 @@ AtlasLoot_HewdropDown = {
[8] = {{AL["Dark Reaver of Karazhan"], "Reaver", "Table" },},
[9] = {{AL["Ostarius"], "Ostarius", "Table" },},
[10] = {{AL["Concavius"], "Concavius", "Table" },},
[11] = {{AL["There Is No Cow Level"], "CowKing", "Table" },},
[11] = {{AL["Moo"], "CowKing", "Table" },},
},
},
@@ -2455,7 +2452,7 @@ AtlasLoot_HewdropDown = {
[4] = { { (AL["Engineering"]), "ENGINEERINGMENU", "Table" }, },
[5] = { { (AL["Herbalism"]), "Herbalism1", "Table" }, },
[6] = { { (AL["Leatherworking"]), "LEATHERWORKINGMENU", "Table" }, },
[7] = { { (AL["Mining"]), "MININGMENU", "Table" }, },
[7] = { { (AL["Mining"]), "Mining1", "Table" }, },
[8] = { { (AL["Tailoring"]), "TAILORINGMENU", "Table" }, },
[9] = { { (AL["Cooking"]), "COOKINGMENU", "Table" }, },
[10] = { { (AL["First Aid"]), "FirstAid1", "Table" }, },
@@ -2961,7 +2958,7 @@ AtlasLoot_HewdropDown_SubTables = {
{ AL["Dark Reaver of Karazhan"], "Reaver" },
{ AL["Ostarius"], "Ostarius" },
{ AL["Concavius"], "Concavius" },
{ AL["There Is No Cow Level"], "CowKing" },
{ AL["Moo"], "CowKing" },
},
["RareSpawns"] = {
{ "|cffffffff[17]|cffffd200 Earthcaller Rezengal |cffffffff(Stonetalon)", "EarthcallerRezengal" },
@@ -3895,11 +3892,13 @@ AtlasLoot_updater:SetScript("OnEvent", function()
local _,title = GetAddOnInfo("AtlasLoot")
local remoteversion = tonumber(remoteversion)
if remoteversion >= 40000 then remoteversion = 0 end --Block for people using some version from another version of WoW.
if remoteversion < 10200 then remoteversion = 0 end
if remoteversion >= 10206 then remoteversion = 0 end
if v == "VERSION" and remoteversion and title == remotetitle then
if remoteversion > localversion then
AtlasLoot_updateavailable = remoteversion
if not alreadyshown then
--DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r New version available! https://github.com/Lexiebean/AtlasLoot/")
DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r New version available! https://github.com/Otari98/AtlasLoot")
alreadyshown = true
end
end
@@ -3925,11 +3924,13 @@ AtlasLoot_updater:SetScript("OnEvent", function()
local remoteversion = tonumber(remoteversion) or 0
local _,title = GetAddOnInfo("AtlasLoot")
if remoteversion >= 40000 then remoteversion = 0 end --Block for people using some version from another version of WoW.
if remoteversion < 10200 then remoteversion = 0 end
if remoteversion >= 10206 then remoteversion = 0 end
if v == "VERSION" and remoteversion and title == remotetitle then
if remoteversion > localversion then
AtlasLoot_updateavailable = remoteversion
if not alreadyshown then
--DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r New version available! https://github.com/Lexiebean/AtlasLoot/")
DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r New version available! https://github.com/Otari98/AtlasLoot")
alreadyshown = true
end
end
@@ -3955,7 +3956,7 @@ AtlasLoot_updater:SetScript("OnEvent", function()
if event == "PLAYER_ENTERING_WORLD" then
if not alreadyshown and localversion < remoteversion then
--DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r New version available! https://github.com/Lexiebean/AtlasLoot/")
DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r New version available! https://github.com/Otari98/AtlasLoot")
AtlasLoot_updateavailable = localversion
alreadyshown = true
end
+43 -17
View File
@@ -194,8 +194,8 @@
if this:IsEnabled() then
GameTooltip:ClearLines();
GameTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 5);
GameTooltip:AddLine(AtlasLootCharDB["QuickLooks"][1][3]);
GameTooltip:AddLine(AL["|cff9d9d9dALT+Click to clear|r"]);
GameTooltip:AddLine("|cffFFFFFF"..AtlasLootCharDB["QuickLooks"][1][3].."|r");
GameTooltip:AddLine(AL["ALT+Click to clear"]);
GameTooltip:Show();
end
</OnEnter>
@@ -239,8 +239,8 @@
if this:IsEnabled() then
GameTooltip:ClearLines();
GameTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 5);
GameTooltip:AddLine(AtlasLootCharDB["QuickLooks"][2][3]);
GameTooltip:AddLine(AL["|cff9d9d9dALT+Click to clear|r"]);
GameTooltip:AddLine("|cffFFFFFF"..AtlasLootCharDB["QuickLooks"][2][3].."|r");
GameTooltip:AddLine(AL["ALT+Click to clear"]);
GameTooltip:Show();
end
</OnEnter>
@@ -284,8 +284,8 @@
if this:IsEnabled() then
GameTooltip:ClearLines();
GameTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 5);
GameTooltip:AddLine(AtlasLootCharDB["QuickLooks"][3][3]);
GameTooltip:AddLine(AL["|cff9d9d9dALT+Click to clear|r"]);
GameTooltip:AddLine("|cffFFFFFF"..AtlasLootCharDB["QuickLooks"][3][3].."|r");
GameTooltip:AddLine(AL["ALT+Click to clear"]);
GameTooltip:Show();
end
</OnEnter>
@@ -329,8 +329,8 @@
if this:IsEnabled() then
GameTooltip:ClearLines();
GameTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 5);
GameTooltip:AddLine(AtlasLootCharDB["QuickLooks"][4][3]);
GameTooltip:AddLine(AL["|cff9d9d9dALT+Click to clear|r"]);
GameTooltip:AddLine("|cffFFFFFF"..AtlasLootCharDB["QuickLooks"][4][3].."|r");
GameTooltip:AddLine(AL["ALT+Click to clear"]);
GameTooltip:Show();
end
</OnEnter>
@@ -500,6 +500,19 @@
this:SetText(AL["WishList"]);
this:SetFrameLevel( (this:GetParent()):GetFrameLevel() + 1 );
</OnShow>
<OnEnter>
local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
if this:IsEnabled() then
GameTooltip:ClearLines();
GameTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 5);
GameTooltip:AddLine("|cffFFFFFF"..AL["WishList"].."|r");
GameTooltip:AddLine(AL["ALT+Click on item to add or remove it from WishList"]);
GameTooltip:Show();
end
</OnEnter>
<OnLeave>
GameTooltip:Hide();
</OnLeave>
</Scripts>
</Button>
</Frames>
@@ -886,7 +899,7 @@
local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
this:SetFrameLevel( (this:GetParent()):GetFrameLevel() + 1 );
this:SetText(AL["Toggle AL Panel"]);
getglobal("AtlasLootInfo_Text2"):SetText(AL["ALT+Click to use WishList."]);
getglobal("AtlasLootInfo_Text2"):SetText("");
</OnShow>
<OnClick>
if AtlasLootCharDB.HidePanel then
@@ -1882,6 +1895,19 @@
this:SetText(AL["WishList"]);
this:SetFrameLevel( (this:GetParent()):GetFrameLevel() + 1 );
</OnShow>
<OnEnter>
local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
if this:IsEnabled() then
GameTooltip:ClearLines();
GameTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 5);
GameTooltip:AddLine("|cffFFFFFF"..AL["WishList"].."|r");
GameTooltip:AddLine(AL["ALT+Click on item to add or remove it from WishList"]);
GameTooltip:Show();
end
</OnEnter>
<OnLeave>
GameTooltip:Hide();
</OnLeave>
</Scripts>
</Button>
<Button name="$parent_Options" inherits="AtlasLootPanelButtonTemplate">
@@ -1940,8 +1966,8 @@
if this:IsEnabled() then
GameTooltip:ClearLines();
GameTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 5);
GameTooltip:AddLine(AtlasLootCharDB["QuickLooks"][1][3]);
GameTooltip:AddLine(AL["|cff9d9d9dALT+Click to clear|r"]);
GameTooltip:AddLine("|cffFFFFFF"..AtlasLootCharDB["QuickLooks"][1][3].."|r");
GameTooltip:AddLine(AL["ALT+Click to clear"]);
GameTooltip:Show();
end
</OnEnter>
@@ -1991,8 +2017,8 @@
if this:IsEnabled() then
GameTooltip:ClearLines();
GameTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 5);
GameTooltip:AddLine(AtlasLootCharDB["QuickLooks"][2][3]);
GameTooltip:AddLine(AL["|cff9d9d9dALT+Click to clear|r"]);
GameTooltip:AddLine("|cffFFFFFF"..AtlasLootCharDB["QuickLooks"][2][3].."|r");
GameTooltip:AddLine(AL["ALT+Click to clear"]);
GameTooltip:Show();
end
</OnEnter>
@@ -2042,8 +2068,8 @@
if this:IsEnabled() then
GameTooltip:ClearLines();
GameTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 5);
GameTooltip:AddLine(AtlasLootCharDB["QuickLooks"][3][3]);
GameTooltip:AddLine(AL["|cff9d9d9dALT+Click to clear|r"]);
GameTooltip:AddLine("|cffFFFFFF"..AtlasLootCharDB["QuickLooks"][3][3].."|r");
GameTooltip:AddLine(AL["ALT+Click to clear"]);
GameTooltip:Show();
end
</OnEnter>
@@ -2093,8 +2119,8 @@
if this:IsEnabled() then
GameTooltip:ClearLines();
GameTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 5);
GameTooltip:AddLine(AtlasLootCharDB["QuickLooks"][4][3]);
GameTooltip:AddLine(AL["|cff9d9d9dALT+Click to clear|r"]);
GameTooltip:AddLine("|cffFFFFFF"..AtlasLootCharDB["QuickLooks"][4][3].."|r");
GameTooltip:AddLine(AL["ALT+Click to clear"]);
GameTooltip:Show();
end
</OnEnter>
+6 -6
View File
@@ -3525,13 +3525,13 @@ AtlasLoot_ButtonRegistry = {
["Concavius"] = {
Title = AL["Concavius"];
Next_Page = "CowKing";
Next_Title = AL["There Is No Cow Level"];
Next_Title = AL["Moo"];
Prev_Page = "Ostarius";
Prev_Title = AL["Ostarius"];
Back_Page = "WORLDBOSSMENU"
};
["CowKing"] = {
Title = AL["There Is No Cow Level"];
Title = AL["Moo"];
Prev_Page = "Concavius";
Prev_Title = AL["Concavius"];
Back_Page = "WORLDBOSSMENU"
@@ -6005,15 +6005,15 @@ AtlasLoot_ButtonRegistry = {
};
["Mining1"] = {
Title = AL["Mining"];
Back_Page = "MININGMENU";
Back_Title = AL["Mining"];
Back_Page = "CRAFTINGMENU";
Back_Title = AL["Crafting"];
Next_Page = "Smelting1";
Next_Title = AL["Mining"];
};
["Smelting1"] = {
Title = AL["Smelting"];
Back_Page = "MININGMENU";
Back_Title = AL["Mining"];
Back_Page = "CRAFTINGMENU";
Back_Title = AL["Crafting"];
Prev_Page = "Mining1";
Prev_Title = AL["Mining"];
};
+1 -33
View File
@@ -64,7 +64,7 @@ function AtlasLoot_CraftingMenu()
AtlasLootMenuItem_9_Name:SetText(AL["Mining"]);
AtlasLootMenuItem_9_Extra:SetText("");
AtlasLootMenuItem_9_Icon:SetTexture("Interface\\Icons\\Trade_Mining");
AtlasLootMenuItem_9.lootpage="MININGMENU";
AtlasLootMenuItem_9.lootpage="Mining1";
AtlasLootMenuItem_9:Show();
--Cooking
AtlasLootMenuItem_11_Name:SetText(AL["Cooking"]);
@@ -1027,35 +1027,3 @@ function AtlasLoot_CookingMenu()
AtlasLoot_BossName:SetText("|cffFFFFFF"..AL["Cooking"]);
AtlasLoot_SetItemInfoFrame(AtlasLoot_AnchorFrame);
end
function AtlasLoot_MiningMenu()
for i = 1, 30, 1 do
getglobal("AtlasLootItem_"..i):Hide();
end
for i = 1, 30, 1 do
getglobal("AtlasLootMenuItem_"..i):Hide();
getglobal("AtlasLootMenuItem_"..i).isheader = false;
end
getglobal("AtlasLootItemsFrame_BACK"):Show();
getglobal("AtlasLootItemsFrame_BACK").lootpage = "CRAFTINGMENU";
getglobal("AtlasLootItemsFrame_NEXT"):Hide();
getglobal("AtlasLootItemsFrame_PREV"):Hide();
getglobal("AtlasLootServerQueryButton"):Hide();
--Mining
AtlasLootMenuItem_2_Name:SetText(AL["Mining"]);
AtlasLootMenuItem_2_Extra:SetText("");
AtlasLootMenuItem_2_Icon:SetTexture("Interface\\Icons\\Trade_Mining");
AtlasLootMenuItem_2.lootpage = "Mining1";
AtlasLootMenuItem_2:Show();
--Smelting
AtlasLootMenuItem_3_Name:SetText(AL["Smelting"]);
AtlasLootMenuItem_3_Extra:SetText("");
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\Icons\\Spell_Fire_FlameBlades");
AtlasLootMenuItem_3.lootpage = "Smelting1";
AtlasLootMenuItem_3:Show();
for i = 1, 30, 1 do
getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show();
end
AtlasLoot_BossName:SetText("|cffFFFFFF"..AL["Mining"]);
AtlasLoot_SetItemInfoFrame(AtlasLoot_AnchorFrame);
end
+1 -1
View File
@@ -75,7 +75,7 @@ function AtlasLoot_WorldBossMenu()
AtlasLootMenuItem_11.lootpage="Concavius";
AtlasLootMenuItem_11:Show();
--Cow level
AtlasLootMenuItem_13_Name:SetText(AL["There Is No Cow Level"]);
AtlasLootMenuItem_13_Name:SetText(AL["Moo"]);
AtlasLootMenuItem_13_Extra:SetText(WHITE..AL["Moomoo Grove"]);
AtlasLootMenuItem_13_Icon:SetTexture("Interface\\Icons\\Spell_Nature_Polymorph_Cow");
AtlasLootMenuItem_13.lootpage="CowKing";
+103 -99
View File
@@ -1350,28 +1350,28 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s9972", "inv_chest_plate10", "=q2=Ornate Mithril Breastplate", "=ds=#sr# =so1=210 =so2=260 =so3=270 =so4=280" },
{ "s46629", "inv_chest_chain_10", "=q2=Steel Plate Armor", "=ds=#sr# =so1=225 =so2=225 =so3=225 =so4=225" },
{ "s9959", "inv_chest_plate10", "=q2=Heavy Mithril Breastplate", "=ds=#sr# =so1=230 =so2=250 =so3=260 =so4=270" },
{ "s9974", "inv_chest_plate04", "=q3=Truesilver Breastplate", "=ds=#sr# =so1=245 =so2=265 =so3=275 =so4=285" },
{ "s16642", "inv_chest_plate08", "=q2=Thorium Armor", "=ds=#sr# =so1=250 =so2=270 =so3=280 =so4=290" },
{ "s15293", "inv_chest_chain_16", "=q2=Dark Iron Mail", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s16648", "inv_chest_plate16", "=q2=Radiant Breastplate", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s16650", "inv_chest_chain_12", "=q3=Wildthorn Mail", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s16667", "inv_chest_plate06", "=q3=Demon Forged Breastplate", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s15296", "inv_chest_plate08", "=q3=Dark Iron Plate", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s47030", "inv_chest_chain_09", "=q3=Hateforge Cuirass", "=ds=#sr# =so1=290 =so2=300 =so3=310 =so4=320" },
{ "s16663", "inv_chest_plate10", "=q2=Imperial Plate Chest", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s16731", "inv_chest_plate11", "=q2=Runic Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s16745", "inv_chest_plate10", "=q3=Enchanted Thorium Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24136", "inv_chest_chain_14", "=q3=Bloodsoul Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24914", "inv_chest_plate06", "=q3=Darkrune Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24139", "inv_chest_plate08", "=q3=Darksoul Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s28461", "inv_chest_plate07", "=q3=Ironvine Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s47023", "inv_chest_plate08", "=q3=Rune-Etched Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
},
SmithingChest2 = {
{ "s28242", "inv_chest_chain_11", "=q4=Icebane Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s27590", "inv_chest_chain_17", "=q4=Obsidian Mail Tunic", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s27587", "inv_chest_chain_17", "=q4=Thick Obsidian Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s54009", "inv_chest_plate16", "=q4=Fiery Chain Breastplate", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
{ "s9974", "inv_chest_plate04", "=q3=Truesilver Breastplate", "=ds=#sr# =so1=245 =so2=265 =so3=275 =so4=285" },
},
SmithingChest2 = {
{ "s16650", "inv_chest_chain_12", "=q3=Wildthorn Mail", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s16667", "inv_chest_plate06", "=q3=Demon Forged Breastplate", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s15296", "inv_chest_plate08", "=q3=Dark Iron Plate", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s16745", "inv_chest_plate10", "=q3=Enchanted Thorium Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s16746", "inv_chest_chain_07", "=q4=Invulnerable Mail", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s57189", "inv_chest_chain_09", "=q4=Towerforge Breastplate", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
},
@@ -1385,9 +1385,9 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s9937", "inv_bracer_07", "=q2=Mithril Scale Bracers", "=ds=#sr# =so1=215 =so2=235 =so3=245 =so4=255" },
{ "s16644", "inv_bracer_13", "=q2=Thorium Bracers", "=ds=#sr# =so1=255 =so2=275 =so3=285 =so4=295" },
{ "s16649", "inv_bracer_19", "=q2=Imperial Plate Bracers", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s20874", "inv_bracer_07", "=q4=Dark Iron Bracers", "=ds=#sr# =so1=295 =so2=315 =so3=325 =so4=335" },
{ "s28244", "inv_bracer_07", "=q4=Icebane Bracers", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s45469", "INV_Bracer_03", "=q4=Dreamsteel Bracers", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
{ "s20874", "inv_bracer_07", "=q4=Dark Iron Bracers", "=ds=#sr# =so1=295 =so2=315 =so3=325 =so4=335" },
},
SmithingGloves1 = {
{ "s3323", "inv_gauntlets_04", "=q2=Runed Copper Gauntlets", "=ds=#sr# =so1=40 =so2=80 =so3=100 =so4=120" },
@@ -1400,8 +1400,11 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s9950", "inv_gauntlets_31", "=q2=Ornate Mithril Gloves", "=ds=#sr# =so1=220 =so2=240 =so3=250 =so4=260" },
{ "s46627", "inv_gauntlets_31", "=q2=Steel Plate Gauntlets", "=ds=#sr# =so1=220 =so2=220 =so3=220 =so4=220" },
{ "s9942", "inv_gauntlets_31", "=q2=Mithril Scale Gloves", "=ds=#sr# =so1=220 =so2=240 =so3=250 =so4=260" },
{ "s9954", "inv_gauntlets_29", "=q3=Truesilver Gauntlets", "=ds=#sr# =so1=225 =so2=245 =so3=255 =so4=265" },
{ "s47033", "inv_gauntlets_04", "=q4=Hateforge Grips", "=ds=#sr# =so1=285 =so2=300 =so3=310 =so4=320" },
{ "s16654", "inv_gauntlets_26", "=q2=Radiant Gloves", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s16655", "inv_gauntlets_03", "=q3=Fiery Plate Gauntlets", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s16661", "inv_gauntlets_30", "=q3=Storm Gauntlets", "=ds=#sr# =so1=295 =so2=315 =so3=325 =so4=335" },
{ "s24138", "inv_gauntlets_31", "=q3=Bloodsoul Gauntlets", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24912", "inv_gauntlets_27", "=q3=Darkrune Gauntlets", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s23633", "inv_gauntlets_29", "=q3=Gloves of the Dawn", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
@@ -1409,9 +1412,6 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s47026", "INV_Gauntlets_09", "=q3=Rune-Etched Grips", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s27589", "inv_gauntlets_31", "=q4=Black Grasp of the Destroyer", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s28243", "inv_gauntlets_28", "=q4=Icebane Gauntlets", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s9954", "inv_gauntlets_29", "=q3=Truesilver Gauntlets", "=ds=#sr# =so1=225 =so2=245 =so3=255 =so4=265" },
{ "s16655", "inv_gauntlets_03", "=q3=Fiery Plate Gauntlets", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s16661", "inv_gauntlets_30", "=q3=Storm Gauntlets", "=ds=#sr# =so1=295 =so2=315 =so3=325 =so4=335" },
{ "s23637", "inv_gauntlets_22", "=q4=Dark Iron Gauntlets", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s16741", "inv_gauntlets_30", "=q4=Stronghold Gauntlets", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
},
@@ -1449,8 +1449,8 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s16662", "inv_pants_04", "=q2=Thorium Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24140", "inv_pants_plate_21", "=q3=Darksoul Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s47022", "inv_pants_04", "=q3=Rune-Etched Legplates", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s45467", "INV_Pants_03", "=q4=Dreamsteel Leggings", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
{ "s16744", "inv_pants_04", "=q3=Enchanted Thorium Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s45467", "INV_Pants_03", "=q4=Dreamsteel Leggings", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
{ "s20876", "inv_pants_04", "=q4=Dark Iron Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s27829", "inv_pants_04", "=q4=Titanic Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
},
@@ -1581,6 +1581,36 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s57196", "INV_Misc_Buckle_08", "=q3=Bloody Belt Buckle", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
{ "s57181", "INV_Misc_Buckle_07", "=q3=Dreamsteel Belt Buckle", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
},
SmithingMisc1 = {
{ "s2660", "inv_stone_sharpeningstone_01", "=q1=Rough Sharpening Stone", "=ds=#sr# =so1=1 =so2=15 =so3=35 =so4=55" },
{ "s2665", "inv_stone_sharpeningstone_02", "=q1=Coarse Sharpening Stone", "=ds=#sr# =so1=65 =so2=65 =so3=72 =so4=80" },
{ "s2674", "inv_stone_sharpeningstone_03", "=q1=Heavy Sharpening Stone", "=ds=#sr# =so1=125 =so2=125 =so3=132 =so4=140" },
{ "s9918", "inv_stone_sharpeningstone_04", "=q1=Solid Sharpening Stone", "=ds=#sr# =so1=200 =so2=200 =so3=205 =so4=210" },
{ "s16641", "inv_stone_sharpeningstone_05", "=q1=Dense Sharpening Stone", "=ds=#sr# =so1=250 =so2=255 =so3=257 =so4=260" },
{ "", "", ""},
{ "s3115", "inv_stone_weightstone_01", "=q1=Rough Weightstone", "=ds=#sr# =so1=1 =so2=15 =so3=35 =so4=55" },
{ "s3116", "inv_stone_weightstone_02", "=q1=Coarse Weightstone", "=ds=#sr# =so1=65 =so2=65 =so3=72 =so4=80" },
{ "s3117", "inv_stone_weightstone_03", "=q1=Heavy Weightstone", "=ds=#sr# =so1=125 =so2=125 =so3=132 =so4=140" },
{ "s9921", "inv_stone_weightstone_04", "=q1=Solid Weightstone", "=ds=#sr# =so1=200 =so2=200 =so3=205 =so4=210" },
{ "s16640", "inv_stone_weightstone_05", "=q1=Dense Weightstone", "=ds=#sr# =so1=250 =so2=255 =so3=257 =so4=260" },
{ "", "", ""},
{ "s22757", "inv_stone_02", "=q2=Elemental Sharpening Stone", "=ds=#sr# =so1=300 =so2=300 =so3=310 =so4=320" },
{ "", "", ""},
{ "", "", ""},
{ "s9964", "ability_rogue_sprint", "=q2=Mithril Spurs", "=ds=#sr# =so1=235 =so2=255 =so3=265 =so4=275" },
{ "s57113", "inv_boots_plate_05", "=q2=Thorium Spurs", "=ds=#sr# =so1=275 =so2=300 =so3=310 =so4=320" },
{ "", "", ""},
{ "s7221", "inv_misc_armorkit_01", "=q1=Iron Shield Spike", "=ds=#sr# =so1=150 =so2=180 =so3=195 =so4=210" },
{ "s9939", "inv_misc_armorkit_02", "=q2=Mithril Shield Spike", "=ds=#sr# =so1=215 =so2=235 =so3=245 =so4=255" },
{ "s16651", "inv_misc_armorkit_20", "=q2=Thorium Shield Spike", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
{ "", "", ""},
{ "s27586", "inv_shield_22", "=q4=Jagged Obsidian Shield", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "", "", ""},
{ "s7222", "inv_misc_orb_01", "=q1=Iron Counterweight", "=ds=#sr# =so1=165 =so2=190 =so3=202 =so4=215" },
{ "s7224", "spell_frost_chainsofice", "=q1=Steel Weapon Chain", "=ds=#sr# =so1=190 =so2=215 =so3=227 =so4=240" },
{ "s8768", "inv_misc_armorkit_12", "=q1=Iron Buckle", "=ds=#sr# =so1=150 =so2=150 =so3=152 =so4=155" },
{ "s11454", "inv_musket_01", "=q1=Inlaid Mithril Cylinder", "=ds=#sr# =so1=200 =so2=225 =so3=237 =so4=250" },
},
SmithingMisc2 = {
{ "s19666", "inv_misc_key_03", "=q2=Silver Skeleton Key", "=ds=#sr# =so1=100 =so2=100 =so3=110 =so4=120" },
{ "s19667", "inv_misc_key_13", "=q2=Golden Skeleton Key", "=ds=#sr# =so1=150 =so2=150 =so3=160 =so4=170" },
@@ -1593,40 +1623,14 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s9920", "inv_stone_grindingstone_04", "=q1=Solid Grinding Stone", "=ds=#sr# =so1=200 =so2=200 =so3=205 =so4=210" },
{ "s16639", "inv_stone_grindingstone_05", "=q1=Dense Grinding Stone", "=ds=#sr# =so1=250 =so2=255 =so3=257 =so4=260" },
{ "", "", ""},
{ "", "", ""},
{ "", "", ""},
{ "", "", ""},
{ "", "", ""},
{ "s7818", "inv_staff_01", "=q1=Silver Rod", "=ds=#sr# =so1=100 =so2=105 =so3=107 =so4=110" },
{ "s14379", "inv_staff_10", "=q1=Golden Rod", "=ds=#sr# =so1=150 =so2=155 =so3=157 =so4=160" },
{ "s14380", "inv_staff_11", "=q1=Truesilver Rod", "=ds=#sr# =so1=200 =so2=205 =so3=207 =so4=210" },
{ "s20201", "inv_staff_19", "=q1=Arcanite Rod", "=ds=#sr# =so1=275 =so2=275 =so3=280 =so4=285" },
{ "s8768", "inv_misc_armorkit_12", "=q1=Iron Buckle", "=ds=#sr# =so1=150 =so2=150 =so3=152 =so4=155" },
{ "s11454", "inv_musket_01", "=q1=Inlaid Mithril Cylinder", "=ds=#sr# =so1=200 =so2=225 =so3=237 =so4=250" },
{ "", "", ""},
{ "s7222", "inv_misc_orb_01", "=q1=Iron Counterweight", "=ds=#sr# =so1=165 =so2=190 =so3=202 =so4=215" },
{ "s7224", "spell_frost_chainsofice", "=q1=Steel Weapon Chain", "=ds=#sr# =so1=190 =so2=215 =so3=227 =so4=240" },
},
SmithingMisc1 = {
{ "s2660", "inv_stone_sharpeningstone_01", "=q1=Rough Sharpening Stone", "=ds=#sr# =so1=1 =so2=15 =so3=35 =so4=55" },
{ "s2665", "inv_stone_sharpeningstone_02", "=q1=Coarse Sharpening Stone", "=ds=#sr# =so1=65 =so2=65 =so3=72 =so4=80" },
{ "s2674", "inv_stone_sharpeningstone_03", "=q1=Heavy Sharpening Stone", "=ds=#sr# =so1=125 =so2=125 =so3=132 =so4=140" },
{ "s9918", "inv_stone_sharpeningstone_04", "=q1=Solid Sharpening Stone", "=ds=#sr# =so1=200 =so2=200 =so3=205 =so4=210" },
{ "s16641", "inv_stone_sharpeningstone_05", "=q1=Dense Sharpening Stone", "=ds=#sr# =so1=250 =so2=255 =so3=257 =so4=260" },
{ "s22757", "inv_stone_02", "=q2=Elemental Sharpening Stone", "=ds=#sr# =so1=300 =so2=300 =so3=310 =so4=320" },
{ "", "", ""},
{ "s3115", "inv_stone_weightstone_01", "=q1=Rough Weightstone", "=ds=#sr# =so1=1 =so2=15 =so3=35 =so4=55" },
{ "s3116", "inv_stone_weightstone_02", "=q1=Coarse Weightstone", "=ds=#sr# =so1=65 =so2=65 =so3=72 =so4=80" },
{ "s3117", "inv_stone_weightstone_03", "=q1=Heavy Weightstone", "=ds=#sr# =so1=125 =so2=125 =so3=132 =so4=140" },
{ "s9921", "inv_stone_weightstone_04", "=q1=Solid Weightstone", "=ds=#sr# =so1=200 =so2=200 =so3=205 =so4=210" },
{ "s16640", "inv_stone_weightstone_05", "=q1=Dense Weightstone", "=ds=#sr# =so1=250 =so2=255 =so3=257 =so4=260" },
{ "", "", ""},
{ "", "", ""},
{ "", "", ""},
{ "s9964", "ability_rogue_sprint", "=q2=Mithril Spurs", "=ds=#sr# =so1=235 =so2=255 =so3=265 =so4=275" },
{ "s57113", "inv_boots_plate_05", "=q2=Thorium Spurs", "=ds=#sr# =so1=275 =so2=300 =so3=310 =so4=320" },
{ "", "", ""},
{ "s7221", "inv_misc_armorkit_01", "=q1=Iron Shield Spike", "=ds=#sr# =so1=150 =so2=180 =so3=195 =so4=210" },
{ "s9939", "inv_misc_armorkit_02", "=q2=Mithril Shield Spike", "=ds=#sr# =so1=215 =so2=235 =so3=245 =so4=255" },
{ "s16651", "inv_misc_armorkit_20", "=q2=Thorium Shield Spike", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
{ "", "", ""},
{ "s27586", "inv_shield_22", "=q4=Jagged Obsidian Shield", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
},
--------------------
-- Leatherworking --
@@ -1938,17 +1942,17 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s46625", "inv_helmet_33", "=q2=Grifter's Cover", "=ds=#sr# =so1=210 =so2=225 =so3=230 =so4=235" },
{ "s10531", "inv_banner_01", "=q2=Big Voodoo Mask", "=ds=#sr# =so1=220 =so2=240 =so3=250 =so4=260" },
{ "s10546", "inv_helmet_10", "=q2=Wild Leather Helmet", "=ds=#sr# =so1=225 =so2=245 =so3=255 =so4=265" },
{ "s10621", "inv_helmet_04", "=q3=Wolfshead Helm", "=ds=#sr# =so1=225 =so2=245 =so3=255 =so4=265" },
{ "s10552", "inv_helmet_40", "=q2=Turtle Scale Helm", "=ds=#sr# =so1=230 =so2=250 =so3=260 =so4=270" },
{ "s10570", "inv_helmet_20", "=q2=Tough Scorpid Helm", "=ds=#sr# =so1=250 =so2=270 =so3=280 =so4=290" },
{ "s10632", "inv_helmet_08", "=q3=Helm of Fire", "=ds=#sr# =so1=250 =so2=270 =so3=280 =so4=290" },
{ "s47017", "inv_helmet_04", "=q2=Primalist's Headdress", "=ds=#sr# =so1=270 =so2=290 =so3=291 =so4=295" },
{ "s19071", "inv_misc_bandage_13", "=q2=Wicked Leather Headband", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
{ "s19082", "inv_misc_bandage_11", "=q2=Runic Leather Headband", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s19088", "inv_helmet_20", "=q2=Heavy Scorpid Helm", "=ds=#sr# =so1=295 =so2=315 =so3=325 =so4=335" },
{ "s28472", "inv_helmet_58", "=q3=Bramblewood Helm", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s10632", "inv_helmet_08", "=q3=Helm of Fire", "=ds=#sr# =so1=250 =so2=270 =so3=280 =so4=290" },
{ "s20854", "inv_helmet_08", "=q4=Molten Helm", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s57016", "inv_helmet_13", "=q4=Depthstalker Helm", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
{ "s10621", "inv_helmet_04", "=q3=Wolfshead Helm", "=ds=#sr# =so1=225 =so2=245 =so3=255 =so4=265" },
},
LeatherShoulders1 = {
{ "s3768", "inv_shoulder_08", "=q2=Hillman's Shoulders", "=ds=#sr# =so1=130 =so2=155 =so3=167 =so4=180" },
@@ -1958,19 +1962,19 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s10516", "inv_shoulder_07", "=q2=Nightscape Shoulders", "=ds=#sr# =so1=210 =so2=230 =so3=240 =so4=250" },
{ "s10529", "inv_shoulder_18", "=q2=Wild Leather Shoulders", "=ds=#sr# =so1=220 =so2=240 =so3=250 =so4=260" },
{ "s10564", "inv_shoulder_04", "=q2=Tough Scorpid Shoulders", "=ds=#sr# =so1=240 =so2=260 =so3=270 =so4=280" },
{ "s19061", "inv_shoulder_18", "=q3=Living Shoulders", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s19062", "inv_shoulder_06", "=q3=Ironfeather Shoulders", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s47016", "inv_shoulder_09", "=q2=Primalist's Shoulders", "=ds=#sr# =so1=280 =so2=285 =so3=290 =so4=295" },
{ "s19089", "inv_shoulder_18", "=q3=Blue Dragonscale Shoulders", "=ds=#sr# =so1=295 =so2=315 =so3=325 =so4=335" },
{ "s19090", "inv_shoulder_05", "=q3=Stormshroud Shoulders", "=ds=#sr# =so1=295 =so2=315 =so3=325 =so4=335" },
{ "s19100", "inv_shoulder_07", "=q2=Heavy Scorpid Shoulders", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19103", "inv_shoulder_15", "=q2=Runic Leather Shoulders", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19101", "inv_shoulder_13", "=q2=Volcanic Shoulders", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24125", "inv_shoulder_23", "=q3=Blood Tiger Shoulders", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s23706", "inv_shoulder_26", "=q3=Golden Mantle of the Dawn", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s45473", "inv_shoulder_18", "=q4=Dreamhide Mantle", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19089", "inv_shoulder_18", "=q3=Blue Dragonscale Shoulders", "=ds=#sr# =so1=295 =so2=315 =so3=325 =so4=335" },
{ "s46654", "inv_shoulder_23", "=q3=Red Dragonscale Shoulders", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
{ "s19094", "inv_shoulder_01", "=q3=Black Dragonscale Shoulders", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19061", "inv_shoulder_18", "=q3=Living Shoulders", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s19090", "inv_shoulder_05", "=q3=Stormshroud Shoulders", "=ds=#sr# =so1=295 =so2=315 =so3=325 =so4=335" },
{ "s19101", "inv_shoulder_13", "=q2=Volcanic Shoulders", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19062", "inv_shoulder_06", "=q3=Ironfeather Shoulders", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s45473", "inv_shoulder_18", "=q4=Dreamhide Mantle", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
},
LeatherCloak1 = {
{ "s9058", "inv_helmet_48", "=q1=Handstitched Leather Cloak", "=ds=#sr# =so1=1 =so2=40 =so3=55 =so4=70" },
@@ -2015,35 +2019,35 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s10525", "inv_chest_leather_02", "=q2=Tough Scorpid Breastplate", "=ds=#sr# =so1=220 =so2=240 =so3=250 =so4=260" },
{ "s10544", "inv_chest_cloth_06", "=q2=Wild Leather Vest", "=ds=#sr# =so1=225 =so2=245 =so3=255 =so4=265" },
{ "s10647", "inv_chest_leather_06", "=q3=Feathered Breastplate", "=ds=#sr# =so1=250 =so2=270 =so3=280 =so4=290" },
{ "s10650", "inv_chest_chain_07", "=q3=Dragonscale Breastplate", "=ds=#sr# =so1=255 =so2=275 =so3=285 =so4=295" },
{ "s19050", "inv_chest_chain_06", "=q3=Green Dragonscale Breastplate", "=ds=#sr# =so1=260 =so2=280 =so3=290 =so4=300" },
{ "s19051", "inv_chest_chain_15", "=q2=Heavy Scorpid Vest", "=ds=#sr# =so1=265 =so2=285 =so3=295 =so4=305" },
{ "s57008", "inv_chest_leather_07", "=q3=Breastplate of the Earth", "=ds=#sr# =so1=265 =so2=? =so3=? =so4=?" },
{ "s22815", "inv_chest_chain_14", "=q2=Gordok Ogre Suit", "=ds=#sr# =so1=275 =so2=285 =so3=290 =so4=295" },
{ "s47019", "inv_chest_plate08", "=q3=Primalist's Vest", "=ds=#sr# =so1=285 =so2=290 =so3=291 =so4=295" },
{ "s19102", "inv_chest_leather_07", "=q2=Runic Leather Armor", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19098", "inv_chest_plate06", "=q2=Wicked Leather Armor", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19068", "inv_chest_leather_04", "=q3=Warbear Harness", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
},
LeatherChest2 = {
{ "s47019", "inv_chest_plate08", "=q3=Primalist's Vest", "=ds=#sr# =so1=285 =so2=290 =so3=291 =so4=295" },
{ "s19076", "inv_chest_leather_07", "=q2=Volcanic Breastplate", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19077", "inv_chest_chain_04", "=q3=Blue Dragonscale Breastplate", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19079", "inv_chest_leather_08", "=q3=Stormshroud Armor", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19081", "inv_chest_leather_07", "=q2=Chimeric Vest", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s19086", "inv_chest_leather_06", "=q3=Ironfeather Breastplate", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s19085", "inv_chest_plate06", "=q3=Black Dragonscale Breastplate", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s19102", "inv_chest_leather_07", "=q2=Runic Leather Armor", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19098", "inv_chest_plate06", "=q2=Wicked Leather Armor", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24124", "inv_chest_leather_07", "=q3=Blood Tiger Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24121", "inv_chest_leather_03", "=q3=Primal Batskin Jerkin", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24851", "inv_chest_plate07", "=q3=Sandstalker Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s57022", "inv_chest_leather_04", "=q3=Centaur Battle Harness", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24848", "inv_chest_leather_02", "=q3=Spitfire Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19054", "inv_chest_chain_06", "=q3=Red Dragonscale Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19095", "inv_chest_plate07", "=q3=Living Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19104", "inv_chest_chain_10", "=q2=Frostsaber Tunic", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s57012", "inv_chest_leather_08", "=q4=Earthguard Tunic", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
{ "s28222", "inv_chest_plate09", "=q4=Icy Scale Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s28219", "inv_chest_cloth_08", "=q4=Polar Tunic", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s10650", "inv_chest_chain_07", "=q3=Dragonscale Breastplate", "=ds=#sr# =so1=255 =so2=275 =so3=285 =so4=295" },
{ "s19050", "inv_chest_chain_06", "=q3=Green Dragonscale Breastplate", "=ds=#sr# =so1=260 =so2=280 =so3=290 =so4=300" },
{ "s19077", "inv_chest_chain_04", "=q3=Blue Dragonscale Breastplate", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19085", "inv_chest_plate06", "=q3=Black Dragonscale Breastplate", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s19054", "inv_chest_chain_06", "=q3=Red Dragonscale Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24703", "inv_chest_plate08", "=q4=Dreamscale Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19076", "inv_chest_leather_07", "=q2=Volcanic Breastplate", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19079", "inv_chest_leather_08", "=q3=Stormshroud Armor", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19095", "inv_chest_plate07", "=q3=Living Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s57012", "inv_chest_leather_08", "=q4=Earthguard Tunic", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
{ "s19068", "inv_chest_leather_04", "=q3=Warbear Harness", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
{ "s19081", "inv_chest_leather_07", "=q2=Chimeric Vest", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s19086", "inv_chest_leather_06", "=q3=Ironfeather Breastplate", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s19104", "inv_chest_chain_10", "=q2=Frostsaber Tunic", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s47035", "inv_chest_leather_08", "=q4=Verdant Dreamer's Breastplate", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
},
LeatherBracers1 = {
@@ -2089,26 +2093,26 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s46621", "inv_gauntlets_15", "=q2=Grifter's Gauntlets", "=ds=#sr# =so1=200 =so2=215 =so3=220 =so4=225" },
{ "s10509", "inv_gauntlets_05", "=q2=Turtle Scale Gloves", "=ds=#sr# =so1=205 =so2=225 =so3=235 =so4=245" },
{ "s10542", "inv_gauntlets_24", "=q2=Tough Scorpid Gloves", "=ds=#sr# =so1=225 =so2=245 =so3=255 =so4=265" },
{ "s10619", "inv_gauntlets_10", "=q3=Dragonscale Gauntlets", "=ds=#sr# =so1=225 =so2=245 =so3=255 =so4=265" },
{ "s10630", "inv_gauntlets_30", "=q3=Gauntlets of the Sea", "=ds=#sr# =so1=230 =so2=250 =so3=260 =so4=270" },
{ "s19049", "inv_gauntlets_31", "=q2=Wicked Leather Gauntlets", "=ds=#sr# =so1=260 =so2=280 =so3=290 =so4=300" },
{ "s19053", "inv_gauntlets_23", "=q2=Chimeric Gloves", "=ds=#sr# =so1=265 =so2=270 =so3=280 =so4=290" },
{ "s19055", "inv_gauntlets_31", "=q2=Runic Leather Gauntlets", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s47015", "inv_gauntlets_09", "=q2=Primalist's Gloves ", "=ds=#sr# =so1=270 =so2=285 =so3=290 =so4=295" },
{ "s19064", "inv_gauntlets_24", "=q2=Heavy Scorpid Gauntlets", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
{ "s24655", "inv_gauntlets_12", "=q3=Green Dragonscale Gauntlets", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
{ "s19084", "inv_gauntlets_26", "=q3=Devilsaur Gauntlets", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s19087", "inv_gauntlets_16", "=q2=Frostsaber Gloves", "=ds=#sr# =so1=295 =so2=315 =so3=325 =so4=335" },
{ "s24122", "inv_gauntlets_31", "=q3=Primal Batskin Gloves", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
},
LeatherGloves2 = {
{ "s24850", "inv_gauntlets_11", "=q3=Sandstalker Gauntlets", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24847", "inv_gauntlets_11", "=q3=Spitfire Gauntlets", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s23704", "inv_gauntlets_26", "=q3=Timbermaw Brawlers", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s26279", "inv_gauntlets_05", "=q3=Stormshroud Gloves", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s23708", "inv_gauntlets_22", "=q4=Chromatic Gauntlets", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s28223", "inv_gauntlets_28", "=q4=Icy Scale Gauntlets", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s28220", "inv_gauntlets_06", "=q4=Polar Gloves", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s10619", "inv_gauntlets_10", "=q3=Dragonscale Gauntlets", "=ds=#sr# =so1=225 =so2=245 =so3=255 =so4=265" },
},
LeatherGloves2 = {
{ "s24655", "inv_gauntlets_12", "=q3=Green Dragonscale Gauntlets", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
{ "s23708", "inv_gauntlets_22", "=q4=Chromatic Gauntlets", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s10630", "inv_gauntlets_30", "=q3=Gauntlets of the Sea", "=ds=#sr# =so1=230 =so2=250 =so3=260 =so4=270" },
{ "s26279", "inv_gauntlets_05", "=q3=Stormshroud Gloves", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19053", "inv_gauntlets_23", "=q2=Chimeric Gloves", "=ds=#sr# =so1=265 =so2=270 =so3=280 =so4=290" },
{ "s19084", "inv_gauntlets_26", "=q3=Devilsaur Gauntlets", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s19087", "inv_gauntlets_16", "=q2=Frostsaber Gloves", "=ds=#sr# =so1=295 =so2=315 =so3=325 =so4=335" },
{ "s54007", "inv_gauntlets_26", "=q4=Corehound Gloves", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
},
LeatherBelt1 = {
@@ -2151,30 +2155,30 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s10556", "inv_pants_02", "=q2=Turtle Scale Leggings", "=ds=#sr# =so1=235 =so2=255 =so3=265 =so4=275" },
{ "s10560", "inv_pants_02", "=q2=Big Voodoo Pants", "=ds=#sr# =so1=240 =so2=260 =so3=270 =so4=280" },
{ "s10568", "inv_pants_12", "=q2=Tough Scorpid Leggings", "=ds=#sr# =so1=245 =so2=265 =so3=275 =so4=285" },
{ "s10572", "inv_pants_14", "=q2=Wild Leather Leggings", "=ds=#sr# =so1=250 =so2=270 =so3=280 =so4=290" },
{ "s47018", "inv_pants_04", "=q2=Primalist's Pants", "=ds=#sr# =so1=280 =so2=290 =so3=291 =so4=295" },
{ "s19075", "inv_pants_12", "=q2=Heavy Scorpid Leggings", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19083", "inv_pants_12", "=q2=Wicked Leather Pants", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s19091", "inv_pants_02", "=q2=Runic Leather Pants", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s45477", "inv_pants_07", "=q4=Dreamhide Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s46695", "inv_pants_02", "=q3=Dragonscale Leggings", "=ds=#sr# =so1=245 =so2=245 =so3=245 =so4=245" },
{ "s19060", "inv_pants_05", "=q3=Green Dragonscale Leggings", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s46653", "inv_pants_mail_09", "=q3=Red Dragonscale Leggings", "=ds=#sr# =so1=295 =so2=300 =so3=300 =so4=300" },
{ "s19107", "inv_pants_03", "=q3=Black Dragonscale Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24654", "inv_pants_mail_15", "=q3=Blue Dragonscale Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s46659", "inv_pants_mail_15", "=q4=Stormscale Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
{ "s54013", "Inv_pants_mail_11", "=q4=Chromatic Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
{ "s10572", "inv_pants_14", "=q2=Wild Leather Leggings", "=ds=#sr# =so1=250 =so2=270 =so3=280 =so4=290" },
{ "s19059", "inv_pants_06", "=q2=Volcanic Leggings", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s19060", "inv_pants_05", "=q3=Green Dragonscale Leggings", "=ds=#sr# =so1=270 =so2=290 =so3=300 =so4=310" },
{ "s19067", "inv_pants_09", "=q3=Stormshroud Pants", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
{ "s47018", "inv_pants_04", "=q2=Primalist's Pants", "=ds=#sr# =so1=280 =so2=290 =so3=291 =so4=295" },
{ "s19073", "inv_pants_02", "=q2=Chimeric Leggings", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
{ "s19075", "inv_pants_12", "=q2=Heavy Scorpid Leggings", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19074", "inv_pants_01", "=q2=Frostsaber Leggings", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19078", "inv_pants_05", "=q3=Living Leggings", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19080", "inv_pants_wolf", "=q3=Warbear Woolies", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19083", "inv_pants_12", "=q2=Wicked Leather Pants", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s46653", "inv_pants_mail_09", "=q3=Red Dragonscale Leggings", "=ds=#sr# =so1=295 =so2=300 =so3=300 =so4=300" },
{ "s19091", "inv_pants_02", "=q2=Runic Leather Pants", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s24654", "inv_pants_mail_15", "=q3=Blue Dragonscale Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s19107", "inv_pants_03", "=q3=Black Dragonscale Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
},
LeatherPants2 = {
{ "s19097", "inv_pants_wolf", "=q3=Devilsaur Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s57014", "inv_pants_06", "=q4=Flamewrath Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
{ "s54015", "Inv_pants_leather_19", "=q4=Molten Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
{ "s19073", "inv_pants_02", "=q2=Chimeric Leggings", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
{ "s19074", "inv_pants_01", "=q2=Frostsaber Leggings", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19080", "inv_pants_wolf", "=q3=Warbear Woolies", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" },
{ "s19097", "inv_pants_wolf", "=q3=Devilsaur Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s46659", "inv_pants_mail_15", "=q4=Stormscale Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
{ "s54013", "Inv_pants_mail_11", "=q4=Chromatic Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
{ "s45477", "inv_pants_07", "=q4=Dreamhide Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
},
LeatherBoots1 = {
{ "s2149", "inv_boots_04", "=q1=Handstitched Leather Boots", "=ds=#sr# =so1=1 =so2=40 =so3=55 =so4=70" },
@@ -2188,17 +2192,17 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s10558", "inv_boots_05", "=q2=Nightscape Boots", "=ds=#sr# =so1=235 =so2=255 =so3=265 =so4=275" },
{ "s10554", "inv_boots_05", "=q2=Tough Scorpid Boots", "=ds=#sr# =so1=235 =so2=255 =so3=265 =so4=275" },
{ "s10566", "inv_boots_07", "=q2=Wild Leather Boots", "=ds=#sr# =so1=245 =so2=265 =so3=275 =so4=285" },
{ "s47020", "inv_boots_plate_05", "=q2=Primalist's Boots", "=ds=#sr# =so1=275 =so2=290 =so3=291 =so4=295" },
{ "s23705", "inv_boots_cloth_08", "=q3=Dawn Treaders", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s28473", "inv_boots_cloth_04", "=q3=Bramblewood Boots", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s22922", "inv_boots_08", "=q3=Mongoose Boots", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s46655", "inv_boots_chain_13", "=q3=Red Dragonscale Boots", "=ds=#sr# =so1=295 =so2=300 =so3=300 =so4=300" },
{ "s20855", "inv_boots_plate_09", "=q4=Black Dragonscale Boots", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s57010", "inv_boots_05", "=q3=Boots of the Wind", "=ds=#sr# =so1=255 =so2=255 =so3=255 =so4=255" },
{ "s57018", "inv_boots_05", "=q4=Windwalker Boots", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
{ "s47020", "inv_boots_plate_05", "=q2=Primalist's Boots", "=ds=#sr# =so1=275 =so2=290 =so3=291 =so4=295" },
{ "s19063", "inv_boots_07", "=q2=Chimeric Boots", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
{ "s19066", "inv_boots_05", "=q2=Frostsaber Boots", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
{ "s23705", "inv_boots_cloth_08", "=q3=Dawn Treaders", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
{ "s46655", "inv_boots_chain_13", "=q3=Red Dragonscale Boots", "=ds=#sr# =so1=295 =so2=300 =so3=300 =so4=300" },
{ "s20853", "inv_boots_07", "=q4=Corehound Boots", "=ds=#sr# =so1=295 =so2=315 =so3=325 =so4=335" },
{ "s28473", "inv_boots_cloth_04", "=q3=Bramblewood Boots", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s22922", "inv_boots_08", "=q3=Mongoose Boots", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s20855", "inv_boots_plate_09", "=q4=Black Dragonscale Boots", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
{ "s57018", "inv_boots_05", "=q4=Windwalker Boots", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
},
LeatherBags1 = {
{ "s5244", "inv_misc_bag_10", "=q1=Kodo Hide Bag", "=ds=#sr# =so1=40 =so2=70 =so3=85 =so4=100" },
+1 -1
View File
@@ -5265,7 +5265,7 @@ AtlasLoot_Data["AtlasLootItems"] = {
{ 81123, "inv_pants_mail_09", "=q3=Crimson Defender's Leggings", "=ds=#a4#, #s11#", "10%" },
{ 81124, "inv_helmet_19", "=q3=Helmet of the Scarlet Avenger", "=ds=#a4#, #s1#", "10%" },
{ 81125, "inv_misc_orb_03", "=q3=Inquisitor's Orb", "=ds=#h4#", "10%" },
{ 81131, "inv_helmet_19", "=q3=Helmet of the Scarlet Avenger", "=ds=#a4#, #s1#", "10%" },
--{ 81131, "inv_helmet_19", "=q3=Helmet of the Scarlet Avenger", "=ds=#a4#, #s1#", "10%" },
{ 0, "", "", "", "" },
{ 83575, "inv_misc_book_09", "=q3=Codex of Smite IX", "=ds=#e20#, =q9=#c5#", "10%" },
{ 0, "", "", "", "" },
+4 -3
View File
@@ -68,7 +68,8 @@ AL:RegisterTranslations("enUS", function() return {
["Reset Position"] = true,
["Minimap button has been reset!"] = true,
["has been reset!"] = true,
["|cff9d9d9dALT+Click to clear|r"] = true,
["ALT+Click to clear"] = true,
["ALT+Click on item to add or remove it from WishList"] = true,
["Atlasloot Options"] = true,
["Safe Chat Links |cff1eff00(recommended)|r"] = true,
["Enable all Chat Links |cffff0000(use at own risk)|r"] = true,
@@ -149,7 +150,7 @@ AL:RegisterTranslations("enUS", function() return {
["It has been detected that your version of Atlas does not match the version that Atlasloot is tuned for ("] = true,
["). Depending on changes, there may be the occasional error, so please visit http://www.atlasmod.com as soon as possible to update."] = true,
["OK"] = true,
["Incompatible Atlas Detected"] = true,
["Incompatible Atlas version detected, there may be errors, so please visit https://github.com/Otari98/Atlas as soon as possible to update."] = true,
["Unsafe Item"] = true,
["Item Unavailable"] = true,
["ItemID:"] = true,
@@ -1237,7 +1238,7 @@ AL:RegisterTranslations("enUS", function() return {
["Lethon"] = true,
["Taerar"] = true,
["Ysondre"] = true,
["There Is No Cow Level"] = true,
["Moo"] = true,
["Nerubian Overseer"] = true,
["Turtlhu, the Black Turtle of Doom"] = true,
["Dark Reaver of Karazhan"] = true,
+2
View File
@@ -16,3 +16,5 @@ AtlasLoot Turtle WoW Edition allows you to view loot from bosses/ enchants/ craf
![333](https://github.com/user-attachments/assets/1d3164bf-438a-4268-85c4-35782e59ec46)
# Thanks to original author and all contributors
Daviesh, Pompa, Xerron, Gurky, Lexie, Shagu
+2 -2
View File
@@ -1391,8 +1391,8 @@ AtlasLoot_Data["AtlasLootSetItems"] = {
{ 69132, "INV_Chest_Cloth_31", "=q1=Blooming Wisteria Robes", "Donation Reward" },
{ 41091, "INV_Chest_Cloth_07", "=q1=Apparel of the Bells", "Donation Reward" },
{ 41092, "INV_Chest_Cloth_07", "=q1=Jingle Belle Frock", "Donation Reward" },
{ 83479, "INV_Chest_Cloth_09", "=q1=Romantinc Pink Corset Dress", "Donation Reward" },
{ 83478, "INV_Chest_Cloth_09", "=q1=Romantinc Red Corset Dress", "Donation Reward" },
{ 83479, "INV_Chest_Cloth_09", "=q1=Romantic Pink Corset Dress", "Donation Reward" },
{ 83478, "INV_Chest_Cloth_09", "=q1=Romantic Red Corset Dress", "Donation Reward" },
{ 69152, "INV_Boots_Fabric_01", "=q1=Silver Star Sandals", "Donation Reward" },
{ 69101, "Spell_Shadow_Metamorphosis", "=q1=Blood Illidari Tatoos", "Donation Reward" },
{ 69103, "Spell_Shadow_Metamorphosis", "=q1=Nether Illidari Tatoos", "Donation Reward" },
+2 -3
View File
@@ -917,6 +917,7 @@ AtlasLoot_TableNames = {
["LeatherChest2"] = { AL["Leatherworking"] .. ": " .. AL["Chest"], "AtlasLootCrafting" },
["LeatherBracers1"] = { AL["Leatherworking"] .. ": " .. AL["Bracers"], "AtlasLootCrafting" },
["LeatherGloves1"] = { AL["Leatherworking"] .. ": " .. AL["Gloves"], "AtlasLootCrafting" },
["LeatherGloves2"] = { AL["Leatherworking"] .. ": " .. AL["Gloves"], "AtlasLootCrafting" },
["LeatherBelt1"] = { AL["Leatherworking"] .. ": " .. AL["Belt"], "AtlasLootCrafting" },
["LeatherPants1"] = { AL["Leatherworking"] .. ": " .. AL["Pants"], "AtlasLootCrafting" },
["LeatherPants2"] = { AL["Leatherworking"] .. ": " .. AL["Pants"], "AtlasLootCrafting" },
@@ -925,7 +926,6 @@ AtlasLoot_TableNames = {
["LeatherMisc1"] = { AL["Leatherworking"] .. ": " .. AL["Misc"], "AtlasLootCrafting" },
--Mining
["Mining1"] = { AL["Mining"], "AtlasLootCrafting" },
["Mining2"] = { AL["Mining"], "AtlasLootCrafting" },
["Smelting1"] = { AL["Smelting"], "AtlasLootCrafting" },
["Herbalism1"] = { AL["Herbalism"], "AtlasLootCrafting" },
["Herbalism2"] = { AL["Herbalism"], "AtlasLootCrafting" },
@@ -1064,7 +1064,6 @@ AtlasLoot_TableNames = {
["ENCHANTINGMENU"] = { "dummy", "dummy" },
["ENGINEERINGMENU"] = { "dummy", "dummy" },
["LEATHERWORKINGMENU"] = { "dummy", "dummy" },
["MININGMENU"] = { "dummy", "dummy" },
["TAILORINGMENU"] = { "dummy", "dummy" },
["COOKINGMENU"] = { "dummy", "dummy" },
["FIRSTAIDMENU"] = { "dummy", "dummy" },
@@ -2042,6 +2041,7 @@ AtlasLoot_TableNamesBoss = {
["LeatherChest2"] = { AL["Leatherworking"] .. ": " .. AL["Chest"], "AtlasLootCrafting" },
["LeatherBracers1"] = { AL["Leatherworking"] .. ": " .. AL["Bracers"], "AtlasLootCrafting" },
["LeatherGloves1"] = { AL["Leatherworking"] .. ": " .. AL["Gloves"], "AtlasLootCrafting" },
["LeatherGloves2"] = { AL["Leatherworking"] .. ": " .. AL["Gloves"], "AtlasLootCrafting" },
["LeatherBelt1"] = { AL["Leatherworking"] .. ": " .. AL["Belt"], "AtlasLootCrafting" },
["LeatherPants1"] = { AL["Leatherworking"] .. ": " .. AL["Pants"], "AtlasLootCrafting" },
["LeatherPants2"] = { AL["Leatherworking"] .. ": " .. AL["Pants"], "AtlasLootCrafting" },
@@ -2050,7 +2050,6 @@ AtlasLoot_TableNamesBoss = {
["LeatherMisc1"] = { AL["Leatherworking"] .. ": " .. AL["Misc"], "AtlasLootCrafting" },
--Mining
["Mining1"] = { AL["Mining"], "AtlasLootCrafting" },
["Mining2"] = { AL["Mining"], "AtlasLootCrafting" },
["Smelting1"] = { AL["Smelting"], "AtlasLootCrafting" },
["Herbalism1"] = { AL["Herbalism"], "AtlasLootCrafting" },
["Herbalism2"] = { AL["Herbalism"], "AtlasLootCrafting" },