1.0.8 Update
* Fixed MC Trash Loot Layout * Added level 10 green weapons to High Elves and Raventusk Trolls * Added missing item to Razorlash, Mara * Added Dalaran Quartermaster * Added Robe of Sacrifice * Added new loot to the Dragons of Nightmare * Fixed Mageweave Bag pattern * Added missing Red Dragonscale to Leatherworking * Added Stormscale Leggings * Added Dragonscale Leggings * Added Verdant Dreamer's Breastplate
This commit is contained in:
+3
-1
@@ -69,7 +69,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
|
||||
--Establish version number and compatible version of Atlas
|
||||
local VERSION_MAJOR = "1";
|
||||
local VERSION_MINOR = "0";
|
||||
local VERSION_BOSSES = "7";
|
||||
local VERSION_BOSSES = "8";
|
||||
ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r";
|
||||
ATLASLOOT_CURRENT_ATLAS = "1.12.0";
|
||||
ATLASLOOT_PREVIEW_ATLAS = "1.12.1";
|
||||
@@ -2912,6 +2912,7 @@ AtlasLoot_DewDropDown_SubTables = {
|
||||
{ AL["Undercity"], "Undercity" },
|
||||
{ AL["Orgrimmar"], "Orgrimmar" },
|
||||
{ AL["Thunder Bluff"], "ThunderBluff" },
|
||||
{ AL["Dalaran"], "Dalaran" },
|
||||
},
|
||||
["BoEWorldEpics"] = {
|
||||
{ AtlasLoot_TableNames["WorldEpics3"][1], "WorldEpics3" },
|
||||
@@ -2933,6 +2934,7 @@ AtlasLoot_DewDropDown_SubTables = {
|
||||
{ AL["Devilsaur Armor"], "DevilsaurArmor" },
|
||||
{ AL["Blood Tiger Harness"], "BloodTigerH" },
|
||||
{ AL["Primal Batskin"], "PrimalBatskin" },
|
||||
{ AL["Red Dragon Mail"], "RedDragonM" },
|
||||
{ AL["Green Dragon Mail"], "GreenDragonM" },
|
||||
{ AL["Blue Dragon Mail"], "BlueDragonM" },
|
||||
{ AL["Black Dragon Mail"], "BlackDragonM" },
|
||||
|
||||
@@ -150,6 +150,11 @@ AtlasLoot_ButtonRegistry = {
|
||||
Title = AL["Thunder Bluff"];
|
||||
Back_Page = "REPMENU";
|
||||
Back_Title = AL["Factions"];
|
||||
};
|
||||
["Dalaran"] = {
|
||||
Title = AL["Dalaran"];
|
||||
Back_Page = "REPMENU";
|
||||
Back_Title = AL["Factions"];
|
||||
};
|
||||
["Helf"] = {
|
||||
Title = AL["Silvermoon Remnant"];
|
||||
@@ -989,6 +994,11 @@ AtlasLoot_ButtonRegistry = {
|
||||
Back_Page = "CRAFTSET";
|
||||
Back_Title = AL["Crafted Sets"];
|
||||
};
|
||||
["RedDragonM"] = {
|
||||
Title = AL["Red Dragon Mail"];
|
||||
Back_Page = "CRAFTSET";
|
||||
Back_Title = AL["Crafted Sets"];
|
||||
};
|
||||
["GreenDragonM"] = {
|
||||
Title = AL["Green Dragon Mail"];
|
||||
Back_Page = "CRAFTSET";
|
||||
|
||||
+10
-4
@@ -242,10 +242,16 @@ function AtlasLootCraftedSetMenu()
|
||||
AtlasLootMenuItem_24.lootpage="PrimalBatskin";
|
||||
AtlasLootMenuItem_24:Show();
|
||||
--Leatherworking Mail Header
|
||||
AtlasLootMenuItem_26_Name:SetText(RED..AL["Leatherworking"]);
|
||||
AtlasLootMenuItem_26_Extra:SetText(WHITE..AL["Mail"]);
|
||||
AtlasLootMenuItem_26_Icon:SetTexture("Interface\\Icons\\INV_Chest_Chain_12");
|
||||
AtlasLootMenuItem_26.isheader = true;
|
||||
AtlasLootMenuItem_25_Name:SetText(RED..AL["Leatherworking"]);
|
||||
AtlasLootMenuItem_25_Extra:SetText(WHITE..AL["Mail"]);
|
||||
AtlasLootMenuItem_25_Icon:SetTexture("Interface\\Icons\\INV_Chest_Chain_12");
|
||||
AtlasLootMenuItem_25.isheader = true;
|
||||
AtlasLootMenuItem_25:Show();
|
||||
--Red Dragon Mail
|
||||
AtlasLootMenuItem_26_Name:SetText(AL["Red Dragon Mail"]);
|
||||
AtlasLootMenuItem_26_Extra:SetText(ORANGE..AL["Fire Resistance Gear"]);
|
||||
AtlasLootMenuItem_26_Icon:SetTexture("Interface\\Icons\\inv_chest_chain_06");
|
||||
AtlasLootMenuItem_26.lootpage="RedDragonM";
|
||||
AtlasLootMenuItem_26:Show();
|
||||
--Green Dragon Mail
|
||||
AtlasLootMenuItem_27_Name:SetText(AL["Green Dragon Mail"]);
|
||||
|
||||
+124
-2
@@ -4273,7 +4273,7 @@ GetSpellInfoVanillaDB = {
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 4},
|
||||
[2] = {8343, 2},
|
||||
[2] = {4291, 2},
|
||||
},
|
||||
},
|
||||
[12075] = {
|
||||
@@ -5477,7 +5477,7 @@ GetSpellInfoVanillaDB = {
|
||||
[6] = {14341, 2},
|
||||
},
|
||||
},
|
||||
[18456] = {
|
||||
[18456] = {
|
||||
["name"] = "Tailoring: Truefaith Vestments",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
@@ -5494,6 +5494,25 @@ GetSpellInfoVanillaDB = {
|
||||
[5] = {9210, 10},
|
||||
[6] = {14341, 2},
|
||||
},
|
||||
},
|
||||
[46656] = {
|
||||
["name"] = "Tailoring: Robe of Sacrifice",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 65003,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {14048, 12},
|
||||
[2] = {14256, 20},
|
||||
[3] = {12662, 20},
|
||||
[4] = {10285, 8},
|
||||
[5] = {7971, 4},
|
||||
[6] = {14341, 1},
|
||||
[7] = {20520, 10},
|
||||
},
|
||||
},
|
||||
[23665] = {
|
||||
["name"] = "Tailoring: Argent Shoulders",
|
||||
@@ -17624,6 +17643,109 @@ GetSpellInfoVanillaDB = {
|
||||
[5] = {14341},
|
||||
},
|
||||
},
|
||||
[46655] = {
|
||||
["name"] = "Leatherworking: Red Dragonscale Boots",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 65002,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {8170, 30},
|
||||
[2] = {15414, 25},
|
||||
[3] = {12810, 2},
|
||||
[4] = {12803, 4},
|
||||
[5] = {14341, 2},
|
||||
},
|
||||
},
|
||||
[46659] = {
|
||||
["name"] = "Leatherworking: Stormscale Leggings",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 65006,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {8170, 30},
|
||||
[2] = {12810, 16},
|
||||
[3] = {20295},
|
||||
[4] = {15407, 4},
|
||||
[5] = {15415, 40},
|
||||
[6] = {7082, 12},
|
||||
},
|
||||
},
|
||||
[46695] = {
|
||||
["name"] = "Leatherworking: Dragonscale Leggings",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 10,
|
||||
["text"] = "",
|
||||
["craftItem"] = 65019,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4304, 30},
|
||||
[2] = {8165, 25},
|
||||
[3] = {8343, 4},
|
||||
[4] = {8172, 3},
|
||||
},
|
||||
},
|
||||
[47035] = {
|
||||
["name"] = "Leatherworking: Verdant Dreamer's Breastplate",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 10,
|
||||
["text"] = "",
|
||||
["craftItem"] = 65021
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {8211},
|
||||
[2] = {12810, 16},
|
||||
[3] = {20002, 10},
|
||||
[4] = {12803, 20},
|
||||
[5] = {15407, 4},
|
||||
[6] = {14227, 4},
|
||||
},
|
||||
},
|
||||
[46654] = {
|
||||
["name"] = "Leatherworking: Red Dragonscale Shoulders",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 65001,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {8170, 30},
|
||||
[2] = {15414, 30},
|
||||
[3] = {12810, 3},
|
||||
[4] = {12803, 4},
|
||||
[5] = {14341, 1},
|
||||
},
|
||||
},
|
||||
[46653] = {
|
||||
["name"] = "Leatherworking: Red Dragonscale Leggings",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 65000,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {8170, 35},
|
||||
[2] = {15414, 40},
|
||||
[3] = {12810, 4},
|
||||
[4] = {12803, 6},
|
||||
[5] = {14341, 2},
|
||||
},
|
||||
},
|
||||
[24654] = {
|
||||
["name"] = "Leatherworking: Blue Dragonscale Leggings",
|
||||
["requires"] = "",
|
||||
|
||||
@@ -334,6 +334,7 @@ function AtlasLoot_FixText(text)
|
||||
text = gsub(text, "#craftlwm1#", AL["Green Dragon Mail"]);
|
||||
text = gsub(text, "#craftlwm2#", AL["Blue Dragon Mail"]);
|
||||
text = gsub(text, "#craftlwm3#", AL["Black Dragon Mail"]);
|
||||
text = gsub(text, "#craftlwm4#", AL["Red Dragon Mail"]);
|
||||
|
||||
-- Chests, boxes
|
||||
text = gsub(text, "#cb1#", AL["Doan's Strongbox"]);
|
||||
|
||||
Reference in New Issue
Block a user