3.1.2
kara40 loot and arcane res crafted gear
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
## Notes: Shows possible loot from dungeon bosses and other sources.
|
## Notes: Shows possible loot from dungeon bosses and other sources.
|
||||||
## Author: Shagu (pfUI update code), Lexie (Turtle WoW fixes/updates), Otari (overhaul/revamp, menu changes, bugfixes/updates)
|
## Author: Shagu (pfUI update code), Lexie (Turtle WoW fixes/updates), Otari (overhaul/revamp, menu changes, bugfixes/updates)
|
||||||
## LegacyAuthor: Daviesh, Pompa (Turtle WoW World Bosses), Xerron (Turtle WoW World Bosses), Gurky (Turtle WoW 1.16/1.16.1 Dungeons)
|
## LegacyAuthor: Daviesh, Pompa (Turtle WoW World Bosses), Xerron (Turtle WoW World Bosses), Gurky (Turtle WoW 1.16/1.16.1 Dungeons)
|
||||||
## Version: 3.1.1
|
## Version: 3.1.2
|
||||||
## SavedVariablesPerCharacter: AtlasLootCharDB
|
## SavedVariablesPerCharacter: AtlasLootCharDB
|
||||||
## OptionalDeps: Alphamap, AtlasLoader, LootLink, ItemSync, HewdropLib, Ace2, EquipCompare, EQCompare
|
## OptionalDeps: Alphamap, AtlasLoader, LootLink, ItemSync, HewdropLib, Ace2, EquipCompare, EQCompare
|
||||||
|
|
||||||
|
|||||||
@@ -2198,6 +2198,7 @@ AtlasLoot_HewdropDown = {
|
|||||||
{{ AL["[RAID] Emerald Sanctum"], "EmeraldSanctum", "Submenu" },},
|
{{ AL["[RAID] Emerald Sanctum"], "EmeraldSanctum", "Submenu" },},
|
||||||
{{ AL["[RAID] Temple of Ahn'Qiraj"], "TempleofAQ", "Submenu" },},
|
{{ AL["[RAID] Temple of Ahn'Qiraj"], "TempleofAQ", "Submenu" },},
|
||||||
{{ AL["[RAID] Naxxramas"], "Naxxramas", "Submenu" },},
|
{{ AL["[RAID] Naxxramas"], "Naxxramas", "Submenu" },},
|
||||||
|
{{ AL["[RAID] Upper Karazhan Halls"], "UpperKara", "Submenu" },},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{[AL["World Bosses"]] = {
|
{[AL["World Bosses"]] = {
|
||||||
@@ -2802,6 +2803,18 @@ AtlasLoot_HewdropDown_SubTables = {
|
|||||||
{ AL["Trash Mobs"], "LKHTrash" },
|
{ AL["Trash Mobs"], "LKHTrash" },
|
||||||
{ AL["LKH Enchants"], "LKHEnchants" },
|
{ AL["LKH Enchants"], "LKHEnchants" },
|
||||||
},
|
},
|
||||||
|
["UpperKara"] = {
|
||||||
|
{ AL["Keeper Gnarlmoon"], "UKHGnarlmoon" },
|
||||||
|
{ AL["Ley-Watcher Incantagos"], "UKHIncantagos" },
|
||||||
|
{ AL["Anomalus"], "UKHAnomalus" },
|
||||||
|
{ AL["Echo of Medivh"], "UKHEcho" },
|
||||||
|
{ AL["King (Chess fight)"], "UKHKing" },
|
||||||
|
{ AL["Sanv Tas'dal"], "UKHSanvTasdal" },
|
||||||
|
{ AL["Kruul"], "UKHKruul" },
|
||||||
|
{ AL["Rupturan the Broken"], "UKHRupturan" },
|
||||||
|
{ AL["Mephistroth"], "UKHMephistroth" },
|
||||||
|
{ AL["Trash Mobs"], "UKHTrash" },
|
||||||
|
},
|
||||||
["WorldBosses"] = {
|
["WorldBosses"] = {
|
||||||
{ AL["Azuregos"], "AAzuregos" },
|
{ AL["Azuregos"], "AAzuregos" },
|
||||||
{ AL["Emeriss"], "DEmeriss" },
|
{ AL["Emeriss"], "DEmeriss" },
|
||||||
|
|||||||
@@ -1306,6 +1306,92 @@ AtlasLoot_ButtonRegistry = {
|
|||||||
Back_Page = "DUNGEONSMENU2";
|
Back_Page = "DUNGEONSMENU2";
|
||||||
Back_Title = AL["Dungeons & Raids"];
|
Back_Title = AL["Dungeons & Raids"];
|
||||||
};
|
};
|
||||||
|
["UKHGnarlmoon"] = {
|
||||||
|
Title = AL["Keeper Gnarlmoon"];
|
||||||
|
Next_Page = "UKHIncantagos";
|
||||||
|
Next_Title = AL["Ley-Watcher Incantagos"];
|
||||||
|
Back_Page = "DUNGEONSMENU2";
|
||||||
|
Back_Title = AL["Dungeons & Raids"];
|
||||||
|
};
|
||||||
|
["UKHIncantagos"] = {
|
||||||
|
Title = AL["Ley-Watcher Incantagos"];
|
||||||
|
Next_Page = "UKHAnomalus";
|
||||||
|
Next_Title = AL["Anomalus"];
|
||||||
|
Prev_Page = "UKHGnarlmoon";
|
||||||
|
Prev_Title = AL["Keeper Gnarlmoon"];
|
||||||
|
Back_Page = "DUNGEONSMENU2";
|
||||||
|
Back_Title = AL["Dungeons & Raids"];
|
||||||
|
};
|
||||||
|
["UKHAnomalus"] = {
|
||||||
|
Title = AL["Anomalus"];
|
||||||
|
Next_Page = "UKHEcho";
|
||||||
|
Next_Title = AL["Echo of Medivh"];
|
||||||
|
Prev_Page = "UKHIncantagos";
|
||||||
|
Prev_Title = AL["Ley-Watcher Incantagos"];
|
||||||
|
Back_Page = "DUNGEONSMENU2";
|
||||||
|
Back_Title = AL["Dungeons & Raids"];
|
||||||
|
};
|
||||||
|
["UKHEcho"] = {
|
||||||
|
Title = AL["Echo of Medivh"];
|
||||||
|
Next_Page = "UKHKing";
|
||||||
|
Next_Title = AL["King (Chess fight)"];
|
||||||
|
Prev_Page = "UKHAnomalus";
|
||||||
|
Prev_Title = AL["Anomalus"];
|
||||||
|
Back_Page = "DUNGEONSMENU2";
|
||||||
|
Back_Title = AL["Dungeons & Raids"];
|
||||||
|
};
|
||||||
|
["UKHKing"] = {
|
||||||
|
Title = AL["King (Chess fight)"];
|
||||||
|
Next_Page = "UKHSanvTasdal";
|
||||||
|
Next_Title = AL["Sanv Tas'dal"];
|
||||||
|
Prev_Page = "UKHEcho";
|
||||||
|
Prev_Title = AL["Echo of Medivh"];
|
||||||
|
Back_Page = "DUNGEONSMENU2";
|
||||||
|
Back_Title = AL["Dungeons & Raids"];
|
||||||
|
};
|
||||||
|
["UKHSanvTasdal"] = {
|
||||||
|
Title = AL["Sanv Tas'dal"];
|
||||||
|
Next_Page = "UKHKruul";
|
||||||
|
Next_Title = AL["Kruul"];
|
||||||
|
Prev_Page = "UKHKing";
|
||||||
|
Prev_Title = AL["King (Chess fight)"];
|
||||||
|
Back_Page = "DUNGEONSMENU2";
|
||||||
|
Back_Title = AL["Dungeons & Raids"];
|
||||||
|
};
|
||||||
|
["UKHKruul"] = {
|
||||||
|
Title = AL["Kruul"];
|
||||||
|
Next_Page = "UKHRupturan";
|
||||||
|
Next_Title = AL["Rupturan the Broken"];
|
||||||
|
Prev_Page = "UKHSanvTasdal";
|
||||||
|
Prev_Title = AL["Sanv Tas'dal"];
|
||||||
|
Back_Page = "DUNGEONSMENU2";
|
||||||
|
Back_Title = AL["Dungeons & Raids"];
|
||||||
|
};
|
||||||
|
["UKHRupturan"] = {
|
||||||
|
Title = AL["Rupturan the Broken"];
|
||||||
|
Prev_Page = "UKHKruul";
|
||||||
|
Prev_Title = AL["Kruul"];
|
||||||
|
Next_Page = "UKHMephistroth";
|
||||||
|
Next_Title = AL["Mephistroth"];
|
||||||
|
Back_Page = "DUNGEONSMENU2";
|
||||||
|
Back_Title = AL["Dungeons & Raids"];
|
||||||
|
},
|
||||||
|
["UKHMephistroth"] = {
|
||||||
|
Title = AL["Mephistroth"];
|
||||||
|
Prev_Page = "UKHRupturan";
|
||||||
|
Prev_Title = AL["Rupturan the Broken"];
|
||||||
|
Next_Page = "UKHTrash";
|
||||||
|
Next_Title = AL["Trash Mobs"];
|
||||||
|
Back_Page = "DUNGEONSMENU2";
|
||||||
|
Back_Title = AL["Dungeons & Raids"];
|
||||||
|
},
|
||||||
|
["UKHTrash"] = {
|
||||||
|
Title = AL["Trash Mobs"];
|
||||||
|
Prev_Page = "UKHMephistroth";
|
||||||
|
Prev_Title = AL["Mephistroth"];
|
||||||
|
Back_Page = "DUNGEONSMENU2";
|
||||||
|
Back_Title = AL["Dungeons & Raids"];
|
||||||
|
};
|
||||||
["SMVishas"] = {
|
["SMVishas"] = {
|
||||||
Title = AL["Interrogator Vishas"];
|
Title = AL["Interrogator Vishas"];
|
||||||
Next_Page = "SMDukeDreadmoore";
|
Next_Page = "SMDukeDreadmoore";
|
||||||
|
|||||||
@@ -252,4 +252,10 @@ function AtlasLoot_DungeonsMenu2()
|
|||||||
AtlasLootMenuItem_11_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar");
|
AtlasLootMenuItem_11_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar");
|
||||||
AtlasLootMenuItem_11.lootpage="NAXPatchwerk";
|
AtlasLootMenuItem_11.lootpage="NAXPatchwerk";
|
||||||
AtlasLootMenuItem_11:Show();
|
AtlasLootMenuItem_11:Show();
|
||||||
|
--UKH
|
||||||
|
AtlasLootMenuItem_12_Name:SetText(AL["[RAID] Upper Karazhan Halls"]);
|
||||||
|
AtlasLootMenuItem_12_Extra:SetText(AL["Deadwind Pass"]);
|
||||||
|
AtlasLootMenuItem_12_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar");
|
||||||
|
AtlasLootMenuItem_12.lootpage="UKHGnarlmoon";
|
||||||
|
AtlasLootMenuItem_12:Show();
|
||||||
end
|
end
|
||||||
+267
-108
@@ -972,7 +972,7 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
["reagents"] = {
|
["reagents"] = {
|
||||||
[1] = {2930},
|
[1] = {2930},
|
||||||
[2] = {5173},
|
[2] = {5173},
|
||||||
[2] = {3372},
|
[3] = {3372},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[13228] = {
|
[13228] = {
|
||||||
@@ -987,7 +987,7 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
["reagents"] = {
|
["reagents"] = {
|
||||||
[1] = {2930},
|
[1] = {2930},
|
||||||
[2] = {5173, 2},
|
[2] = {5173, 2},
|
||||||
[2] = {3372},
|
[3] = {3372},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[13229] = {
|
[13229] = {
|
||||||
@@ -3045,20 +3045,6 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
[1] = {2592, 3},
|
[1] = {2592, 3},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[12046] = {
|
|
||||||
["name"] = "Tailoring: Simple Kilt",
|
|
||||||
["requires"] = "",
|
|
||||||
["tools"] = "",
|
|
||||||
["castTime"] = 5.125,
|
|
||||||
["text"] = "",
|
|
||||||
["craftItem"] = 10047,
|
|
||||||
["craftQuantityMin"] = "",
|
|
||||||
["craftQuantityMax"] = "",
|
|
||||||
["reagents"] = {
|
|
||||||
[1] = {2592, 4},
|
|
||||||
[2] = {2321},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
[12046] = {
|
[12046] = {
|
||||||
["name"] = "Tailoring: Simple Kilt",
|
["name"] = "Tailoring: Simple Kilt",
|
||||||
["requires"] = "",
|
["requires"] = "",
|
||||||
@@ -3266,21 +3252,6 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
[3] = {5498, 2},
|
[3] = {5498, 2},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[3844] = {
|
|
||||||
["name"] = "Tailoring: Heavy Woolen Cloak",
|
|
||||||
["requires"] = "",
|
|
||||||
["tools"] = "",
|
|
||||||
["castTime"] = 12.5,
|
|
||||||
["text"] = "",
|
|
||||||
["craftItem"] = 4311,
|
|
||||||
["craftQuantityMin"] = "",
|
|
||||||
["craftQuantityMax"] = "",
|
|
||||||
["reagents"] = {
|
|
||||||
[1] = {2997, 3},
|
|
||||||
[2] = {2321, 2},
|
|
||||||
[3] = {5498, 2},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
[2403] = {
|
[2403] = {
|
||||||
["name"] = "Tailoring: Gray Woolen Robe",
|
["name"] = "Tailoring: Gray Woolen Robe",
|
||||||
["requires"] = "",
|
["requires"] = "",
|
||||||
@@ -4885,21 +4856,6 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
[3] = {8343},
|
[3] = {8343},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[12076] = {
|
|
||||||
["name"] = "Tailoring: Shadoweave Shoulders",
|
|
||||||
["requires"] = "",
|
|
||||||
["tools"] = "",
|
|
||||||
["castTime"] = 60,
|
|
||||||
["text"] = "",
|
|
||||||
["craftItem"] = 10028,
|
|
||||||
["craftQuantityMin"] = "",
|
|
||||||
["craftQuantityMax"] = "",
|
|
||||||
["reagents"] = {
|
|
||||||
[1] = {4339, 5},
|
|
||||||
[2] = {10285},
|
|
||||||
[3] = {8343},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
[12076] = {
|
[12076] = {
|
||||||
["name"] = "Tailoring: Shadoweave Shoulders",
|
["name"] = "Tailoring: Shadoweave Shoulders",
|
||||||
["requires"] = "",
|
["requires"] = "",
|
||||||
@@ -6492,6 +6448,87 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
[3] = {12803, 2},
|
[3] = {12803, 2},
|
||||||
[4] = {14227, 2},
|
[4] = {14227, 2},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
[55518] = {
|
||||||
|
["name"] = "Tailoring: Cosmic Headdress",
|
||||||
|
["requires"] = "",
|
||||||
|
["tools"] = "",
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55518,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {61673, 5},
|
||||||
|
[2] = {14342, 2},
|
||||||
|
[3] = {14048, 6},
|
||||||
|
[4] = {14227, 3},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55519] = {
|
||||||
|
["name"] = "Tailoring: Cosmic Mantle",
|
||||||
|
["requires"] = "",
|
||||||
|
["tools"] = "",
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55519,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {61673, 4},
|
||||||
|
[2] = {14342, 2},
|
||||||
|
[3] = {14048, 3},
|
||||||
|
[4] = {14227, 4},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55520] = {
|
||||||
|
["name"] = "Tailoring: Cosmic Vest",
|
||||||
|
["requires"] = "",
|
||||||
|
["tools"] = "",
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55520,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {61673, 7},
|
||||||
|
[2] = {14342, 3},
|
||||||
|
[3] = {14048, 8},
|
||||||
|
[4] = {14227, 2},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55521] = {
|
||||||
|
["name"] = "Tailoring: Cosmic Leggings",
|
||||||
|
["requires"] = "",
|
||||||
|
["tools"] = "",
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55521,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {61673, 7},
|
||||||
|
[2] = {14342, 3},
|
||||||
|
[3] = {14048, 6},
|
||||||
|
[4] = {14227, 2},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55534] = {
|
||||||
|
["name"] = "Tailoring: Ley-Kissed Drape",
|
||||||
|
["requires"] = "",
|
||||||
|
["tools"] = "",
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55534,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {61673, 4},
|
||||||
|
[2] = {14342, 2},
|
||||||
|
[3] = {14048, 6},
|
||||||
|
[4] = {14227, 4},
|
||||||
|
[5] = {13926, 1},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
[27660] = {
|
[27660] = {
|
||||||
["name"] = "Tailoring: Big Bag of Enchantment",
|
["name"] = "Tailoring: Big Bag of Enchantment",
|
||||||
@@ -7027,21 +7064,6 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
[3] = {3371},
|
[3] = {3371},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[2334] = {
|
|
||||||
["name"] = "Alchemy: Elixir of Minor Fortitude",
|
|
||||||
["requires"] = "",
|
|
||||||
["tools"] = "",
|
|
||||||
["castTime"] = 3,
|
|
||||||
["text"] = "",
|
|
||||||
["craftItem"] = 2458,
|
|
||||||
["craftQuantityMin"] = "",
|
|
||||||
["craftQuantityMax"] = "",
|
|
||||||
["reagents"] = {
|
|
||||||
[1] = {2449},
|
|
||||||
[2] = {2447},
|
|
||||||
[3] = {3371},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
[2334] = {
|
[2334] = {
|
||||||
["name"] = "Alchemy: Elixir of Minor Fortitude",
|
["name"] = "Alchemy: Elixir of Minor Fortitude",
|
||||||
["requires"] = "",
|
["requires"] = "",
|
||||||
@@ -13277,6 +13299,130 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
[4] = {12810, 2},
|
[4] = {12810, 2},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
[55526] = {
|
||||||
|
["name"] = "Blacksmithing: Otherworldly Coif",
|
||||||
|
["requires"] = AL["Anvil"],
|
||||||
|
["tools"] = {5956},
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55526,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {12359, 6},
|
||||||
|
[2] = {12655, 1},
|
||||||
|
[3] = {12360, 1},
|
||||||
|
[4] = {12607, 1},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55527] = {
|
||||||
|
["name"] = "Blacksmithing: Otherworldly Spaulders",
|
||||||
|
["requires"] = AL["Anvil"],
|
||||||
|
["tools"] = {5956},
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55527,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {12359, 5},
|
||||||
|
[2] = {12655, 1},
|
||||||
|
[3] = {12360, 1},
|
||||||
|
[4] = {12607, 3},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55528] = {
|
||||||
|
["name"] = "Blacksmithing: Otherworldly Breastplate",
|
||||||
|
["requires"] = AL["Anvil"],
|
||||||
|
["tools"] = {5956},
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55528,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {12359, 6},
|
||||||
|
[2] = {12655, 1},
|
||||||
|
[3] = {12360, 2},
|
||||||
|
[4] = {12607, 2},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55529] = {
|
||||||
|
["name"] = "Blacksmithing: Otherworldly Leggings",
|
||||||
|
["requires"] = AL["Anvil"],
|
||||||
|
["tools"] = {5956},
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55529,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {12359, 7},
|
||||||
|
[2] = {12655, 1},
|
||||||
|
[3] = {12360, 2},
|
||||||
|
[4] = {12607, 2},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55530] = {
|
||||||
|
["name"] = "Blacksmithing: Reflective Helmet",
|
||||||
|
["requires"] = AL["Anvil"],
|
||||||
|
["tools"] = {5956},
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55530,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {12359, 6},
|
||||||
|
[2] = {12360, 2},
|
||||||
|
[3] = {12655, 7},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55531] = {
|
||||||
|
["name"] = "Blacksmithing: Reflective Pauldrons",
|
||||||
|
["requires"] = AL["Anvil"],
|
||||||
|
["tools"] = {5956},
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55531,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {12359, 7},
|
||||||
|
[2] = {12360, 2},
|
||||||
|
[3] = {12655, 9},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55532] = {
|
||||||
|
["name"] = "Blacksmithing: Reflective Breastplate",
|
||||||
|
["requires"] = AL["Anvil"],
|
||||||
|
["tools"] = {5956},
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55532,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {12359, 5},
|
||||||
|
[2] = {12360, 2},
|
||||||
|
[3] = {12655, 10},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55533] = {
|
||||||
|
["name"] = "Blacksmithing: Reflective Leggings",
|
||||||
|
["requires"] = AL["Anvil"],
|
||||||
|
["tools"] = {5956},
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55533,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {12359, 7},
|
||||||
|
[2] = {12360, 2},
|
||||||
|
[3] = {12655, 12},
|
||||||
|
},
|
||||||
|
},
|
||||||
[15296] = {
|
[15296] = {
|
||||||
["name"] = "Blacksmithing: Dark Iron Plate",
|
["name"] = "Blacksmithing: Dark Iron Plate",
|
||||||
["requires"] = AL["Black Anvil"],
|
["requires"] = AL["Black Anvil"],
|
||||||
@@ -15126,9 +15272,9 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
["reagents"] = {
|
["reagents"] = {
|
||||||
[1] = {12359, 40},
|
[1] = {12359, 40},
|
||||||
[2] = {12810, 6},
|
[2] = {12810, 6},
|
||||||
[2] = {7082, 6},
|
[3] = {7082, 6},
|
||||||
[2] = {7076, 6},
|
[4] = {7076, 6},
|
||||||
[2] = {3577, 2},
|
[5] = {3577, 2},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[27589] = {
|
[27589] = {
|
||||||
@@ -18219,23 +18365,6 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
[3] = {14341},
|
[3] = {14341},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[19079] = {
|
|
||||||
["name"] = "Leatherworking: Stormshroud Armor",
|
|
||||||
["requires"] = "",
|
|
||||||
["tools"] = "",
|
|
||||||
["castTime"] = 60,
|
|
||||||
["text"] = "",
|
|
||||||
["craftItem"] = 15056,
|
|
||||||
["craftQuantityMin"] = "",
|
|
||||||
["craftQuantityMax"] = "",
|
|
||||||
["reagents"] = {
|
|
||||||
[1] = {8170, 16},
|
|
||||||
[2] = {7080, 3},
|
|
||||||
[3] = {7082, 3},
|
|
||||||
[4] = {15407},
|
|
||||||
[5] = {14341},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
[19075] = {
|
[19075] = {
|
||||||
["name"] = "Leatherworking: Heavy Scorpid Leggings",
|
["name"] = "Leatherworking: Heavy Scorpid Leggings",
|
||||||
["requires"] = "",
|
["requires"] = "",
|
||||||
@@ -18316,23 +18445,6 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
[4] = {14341},
|
[4] = {14341},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[19090] = {
|
|
||||||
["name"] = "Leatherworking: Stormshroud Shoulders",
|
|
||||||
["requires"] = "",
|
|
||||||
["tools"] = "",
|
|
||||||
["castTime"] = 60,
|
|
||||||
["text"] = "",
|
|
||||||
["craftItem"] = 15058,
|
|
||||||
["craftQuantityMin"] = "",
|
|
||||||
["craftQuantityMax"] = "",
|
|
||||||
["reagents"] = {
|
|
||||||
[1] = {8170, 12},
|
|
||||||
[2] = {7080, 3},
|
|
||||||
[3] = {7082, 3},
|
|
||||||
[4] = {12810},
|
|
||||||
[5] = {14341},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
[19088] = {
|
[19088] = {
|
||||||
["name"] = "Leatherworking: Heavy Scorpid Helm",
|
["name"] = "Leatherworking: Heavy Scorpid Helm",
|
||||||
["requires"] = "",
|
["requires"] = "",
|
||||||
@@ -18934,21 +19046,68 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
[4] = {15407},
|
[4] = {15407},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[26279] = {
|
[55522] = {
|
||||||
["name"] = "Leatherworking: Stormshroud Gloves",
|
["name"] = "Leatherworking: Etheral Helmet",
|
||||||
["requires"] = "",
|
["requires"] = "",
|
||||||
["tools"] = "",
|
["tools"] = "",
|
||||||
["castTime"] = 60,
|
["castTime"] = 60,
|
||||||
["text"] = "",
|
["text"] = "",
|
||||||
["craftItem"] = 21278,
|
["craftItem"] = 55522,
|
||||||
["craftQuantityMin"] = "",
|
["craftQuantityMin"] = "",
|
||||||
["craftQuantityMax"] = "",
|
["craftQuantityMax"] = "",
|
||||||
["reagents"] = {
|
["reagents"] = {
|
||||||
[1] = {12810, 6},
|
[1] = {61673, 5},
|
||||||
[2] = {7080, 4},
|
[2] = {15407, 2},
|
||||||
[3] = {7082, 4},
|
[3] = {12810, 8},
|
||||||
[4] = {15407, 2},
|
[4] = {14227, 1},
|
||||||
[5] = {14227, 2},
|
},
|
||||||
|
},
|
||||||
|
[55523] = {
|
||||||
|
["name"] = "Leatherworking: Etheral Shoulder Pads",
|
||||||
|
["requires"] = "",
|
||||||
|
["tools"] = "",
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55523,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {61673, 4},
|
||||||
|
[2] = {15407, 2},
|
||||||
|
[3] = {12810, 7},
|
||||||
|
[4] = {14227, 2},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55524] = {
|
||||||
|
["name"] = "Leatherworking: Etheral Tunic",
|
||||||
|
["requires"] = "",
|
||||||
|
["tools"] = "",
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55524,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {61673, 8},
|
||||||
|
[2] = {15407, 4},
|
||||||
|
[3] = {12810, 12},
|
||||||
|
[4] = {14227, 1},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
[55525] = {
|
||||||
|
["name"] = "Leatherworking: Etheral Leggings",
|
||||||
|
["requires"] = "",
|
||||||
|
["tools"] = "",
|
||||||
|
["castTime"] = 60,
|
||||||
|
["text"] = "",
|
||||||
|
["craftItem"] = 55525,
|
||||||
|
["craftQuantityMin"] = "",
|
||||||
|
["craftQuantityMax"] = "",
|
||||||
|
["reagents"] = {
|
||||||
|
[1] = {61673, 6},
|
||||||
|
[2] = {15407, 3},
|
||||||
|
[3] = {12810, 13},
|
||||||
|
[4] = {14227, 2},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[22923] = {
|
[22923] = {
|
||||||
@@ -19048,7 +19207,7 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
[2] = {12810, 4},
|
[2] = {12810, 4},
|
||||||
[3] = {14047, 18},
|
[3] = {14047, 18},
|
||||||
[4] = {15407},
|
[4] = {15407},
|
||||||
[4] = {14341, 2},
|
[5] = {14341, 2},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[19098] = {
|
[19098] = {
|
||||||
@@ -19065,7 +19224,7 @@ GetSpellInfoAtlasLootDB = {
|
|||||||
[2] = {15407, 2},
|
[2] = {15407, 2},
|
||||||
[3] = {14256, 6},
|
[3] = {14256, 6},
|
||||||
[4] = {2325, 4},
|
[4] = {2325, 4},
|
||||||
[4] = {14341, 2},
|
[5] = {14341, 2},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[19092] = {
|
[19092] = {
|
||||||
|
|||||||
+46
-12
@@ -1141,10 +1141,10 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s19669", "inv_misc_key_08", "=q2=Arcanite Skeleton Key", "=ds=#sr# =so1=275 =so2=275 =so3=280 =so4=285" },
|
{ "s19669", "inv_misc_key_08", "=q2=Arcanite Skeleton Key", "=ds=#sr# =so1=275 =so2=275 =so3=280 =so4=285" },
|
||||||
{ "s16651", "inv_misc_armorkit_20", "=q2=Thorium Shield Spike", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
|
{ "s16651", "inv_misc_armorkit_20", "=q2=Thorium Shield Spike", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
|
||||||
{ "s16969", "inv_axe_12", "=q2=Ornate Thorium Handaxe", "=ds=#sr# =so1=275 =so2=300 =so3=312 =so4=325" },
|
{ "s16969", "inv_axe_12", "=q2=Ornate Thorium Handaxe", "=ds=#sr# =so1=275 =so2=300 =so3=312 =so4=325" },
|
||||||
|
{ "s47032", "inv_belt_04", "=q3=Hateforge Belt", "=ds=#sr# =so1=275 =so2=300 =so3=312 =so4=325" },
|
||||||
};
|
};
|
||||||
|
|
||||||
SmithingArtisan2 = {
|
SmithingArtisan2 = {
|
||||||
{ "s47032", "inv_belt_04", "=q3=Hateforge Belt", "=ds=#sr# =so1=275 =so2=300 =so3=312 =so4=325" },
|
|
||||||
{ "s47034", "inv_boots_01", "=q3=Hateforge Boots", "=ds=#sr# =so1=275 =so2=300 =so3=310 =so4=320" },
|
{ "s47034", "inv_boots_01", "=q3=Hateforge Boots", "=ds=#sr# =so1=275 =so2=300 =so3=310 =so4=320" },
|
||||||
{ "s57113", "inv_boots_plate_05", "=q2=Thorium Spurs", "=ds=#sr# =so1=275 =so2=300 =so3=310 =so4=320" },
|
{ "s57113", "inv_boots_plate_05", "=q2=Thorium Spurs", "=ds=#sr# =so1=275 =so2=300 =so3=310 =so4=320" },
|
||||||
{ "s15295", "inv_shoulder_09", "=q2=Dark Iron Shoulders", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
|
{ "s15295", "inv_shoulder_09", "=q2=Dark Iron Shoulders", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
|
||||||
@@ -1215,6 +1215,14 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s54009", "inv_chest_plate16", "=q4=Fiery Chain Breastplate", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
{ "s54009", "inv_chest_plate16", "=q4=Fiery Chain Breastplate", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
||||||
{ "s57196", "INV_Misc_Buckle_08", "=q3=Bloody Belt Buckle", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
{ "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" },
|
{ "s57181", "INV_Misc_Buckle_07", "=q3=Dreamsteel Belt Buckle", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
||||||
|
{ "s55526", "INV_Helmet_20", "=q3=Otherworldly Coif", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55527", "INV_Shoulder_14", "=q3=Otherworldly Spaulders", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55528", "INV_Chest_Chain_11", "=q3=Otherworldly Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55529", "INV_Pants_Mail_15", "=q3=Otherworldly Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55530", "INV_Helmet_20", "=q3=Reflective Helmet", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55531", "INV_Shoulder_16", "=q3=Reflective Pauldrons", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55532", "INV_Chest_Chain_11", "=q3=Reflective Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55533", "Inv_Pants_Mail_15", "=q3=Reflective Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s45471", "INV_Boots_01", "=q4=Dreamsteel Boots", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
{ "s45471", "INV_Boots_01", "=q4=Dreamsteel Boots", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
||||||
{ "s45469", "INV_Bracer_03", "=q4=Dreamsteel Bracers", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
{ "s45469", "INV_Bracer_03", "=q4=Dreamsteel Bracers", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
||||||
{ "s45467", "INV_Pants_03", "=q4=Dreamsteel Leggings", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
{ "s45467", "INV_Pants_03", "=q4=Dreamsteel Leggings", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
||||||
@@ -1316,6 +1324,8 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s16728", "inv_helmet_24", "=q3=Helm of the Great Chief", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s16728", "inv_helmet_24", "=q3=Helm of the Great Chief", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s16724", "inv_helmet_13", "=q3=Whitesoul Helm", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s16724", "inv_helmet_13", "=q3=Whitesoul Helm", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s23636", "inv_helmet_22", "=q4=Dark Iron Helm", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s23636", "inv_helmet_22", "=q4=Dark Iron Helm", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55526", "INV_Helmet_20", "=q3=Otherworldly Coif", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55530", "INV_Helmet_20", "=q3=Reflective Helmet", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s16729", "inv_helmet_36", "=q4=Lionheart Helm", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s16729", "inv_helmet_36", "=q4=Lionheart Helm", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s57187", "inv_helmet_37", "=q4=Towerforge Crown", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
{ "s57187", "inv_helmet_37", "=q4=Towerforge Crown", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
||||||
},
|
},
|
||||||
@@ -1339,6 +1349,8 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s47025", "INV_Shoulder_11", "=q3=Rune-Etched Mantle", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s47025", "INV_Shoulder_11", "=q3=Rune-Etched Mantle", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s54005", "inv_shoulder_02", "=q3=Pauldrons of the Timbermaw", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
{ "s54005", "inv_shoulder_02", "=q3=Pauldrons of the Timbermaw", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
||||||
{ "s20873", "inv_shoulder_23", "=q4=Fiery Chain Shoulders", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s20873", "inv_shoulder_23", "=q4=Fiery Chain Shoulders", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55527", "INV_Shoulder_14", "=q3=Otherworldly Spaulders", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55531", "INV_Shoulder_16", "=q3=Reflective Pauldrons", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s57191", "inv_shoulder_26", "=q4=Towerforge Pauldrons", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
{ "s57191", "inv_shoulder_26", "=q4=Towerforge Pauldrons", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" },
|
||||||
},
|
},
|
||||||
SmithingChest1 = {
|
SmithingChest1 = {
|
||||||
@@ -1374,6 +1386,8 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s47023", "inv_chest_plate08", "=q3=Rune-Etched 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 = {
|
SmithingChest2 = {
|
||||||
|
{ "s55528", "INV_Chest_Chain_11", "=q3=Otherworldly Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55532", "INV_Chest_Chain_11", "=q3=Reflective Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s28242", "inv_chest_chain_11", "=q4=Icebane Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "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" },
|
{ "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" },
|
{ "s27587", "inv_chest_chain_17", "=q4=Thick Obsidian Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
@@ -1456,6 +1470,8 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s24140", "inv_pants_plate_21", "=q3=Darksoul 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" },
|
{ "s47022", "inv_pants_04", "=q3=Rune-Etched Legplates", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s16744", "inv_pants_04", "=q3=Enchanted Thorium Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s16744", "inv_pants_04", "=q3=Enchanted Thorium Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55529", "INV_Pants_Mail_15", "=q3=Otherworldly Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55533", "Inv_Pants_Mail_15", "=q3=Reflective 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" },
|
{ "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" },
|
{ "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" },
|
{ "s27829", "inv_pants_04", "=q4=Titanic Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
@@ -1811,11 +1827,11 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s22815", "inv_chest_chain_14", "=q2=Gordok Ogre Suit", "=ds=#sr# =so1=275 =so2=285 =so3=290 =so4=295" },
|
{ "s22815", "inv_chest_chain_14", "=q2=Gordok Ogre Suit", "=ds=#sr# =so1=275 =so2=285 =so3=290 =so4=295" },
|
||||||
{ "s19064", "inv_gauntlets_24", "=q2=Heavy Scorpid Gauntlets", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
|
{ "s19064", "inv_gauntlets_24", "=q2=Heavy Scorpid Gauntlets", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
|
||||||
{ "s19065", "inv_bracer_11", "=q2=Runic Leather Bracers", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" },
|
{ "s19065", "inv_bracer_11", "=q2=Runic Leather Bracers", "=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" },
|
|
||||||
{ "s47016", "inv_shoulder_09", "=q2=Primalist's Shoulders", "=ds=#sr# =so1=280 =so2=285 =so3=290 =so4=295" },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
LeatherArtisan2 = {
|
LeatherArtisan2 = {
|
||||||
|
{ "s47018", "inv_pants_04", "=q2=Primalist's Pants", "=ds=#sr# =so1=280 =so2=290 =so3=291 =so4=295" },
|
||||||
|
{ "s47016", "inv_shoulder_09", "=q2=Primalist's Shoulders", "=ds=#sr# =so1=280 =so2=285 =so3=290 =so4=295" },
|
||||||
{ "s19070", "inv_belt_03", "=q2=Heavy Scorpid Belt", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
|
{ "s19070", "inv_belt_03", "=q2=Heavy Scorpid Belt", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
|
||||||
{ "s19072", "inv_belt_03", "=q2=Runic Leather Belt", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
|
{ "s19072", "inv_belt_03", "=q2=Runic Leather Belt", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
|
||||||
{ "s19071", "inv_misc_bandage_13", "=q2=Wicked Leather Headband", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
|
{ "s19071", "inv_misc_bandage_13", "=q2=Wicked Leather Headband", "=ds=#sr# =so1=280 =so2=300 =so3=310 =so4=320" },
|
||||||
@@ -1844,11 +1860,11 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s19093", "inv_misc_cape_05", "=q3=Onyxia Scale Cloak", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s19093", "inv_misc_cape_05", "=q3=Onyxia Scale Cloak", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s24123", "inv_bracer_07", "=q3=Primal Batskin Bracers", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s24123", "inv_bracer_07", "=q3=Primal Batskin Bracers", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s24122", "inv_gauntlets_31", "=q3=Primal Batskin Gloves", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s24122", "inv_gauntlets_31", "=q3=Primal Batskin Gloves", "=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" },
|
|
||||||
{ "s24849", "inv_bracer_12", "=q3=Sandstalker Bracers", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
LeatherArtisan3 = {
|
LeatherArtisan3 = {
|
||||||
|
{ "s24121", "inv_chest_leather_03", "=q3=Primal Batskin Jerkin", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s24849", "inv_bracer_12", "=q3=Sandstalker Bracers", "=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" },
|
{ "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" },
|
{ "s57022", "inv_chest_leather_04", "=q3=Centaur Battle Harness", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s24850", "inv_gauntlets_11", "=q3=Sandstalker Gauntlets", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s24850", "inv_gauntlets_11", "=q3=Sandstalker Gauntlets", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
@@ -1857,6 +1873,10 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s24847", "inv_gauntlets_11", "=q3=Spitfire 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" },
|
||||||
{ "s22923", "inv_bracer_05", "=q3=Swift Flight Bracers", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s22923", "inv_bracer_05", "=q3=Swift Flight Bracers", "=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" },
|
{ "s23704", "inv_gauntlets_26", "=q3=Timbermaw Brawlers", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55522", "INV_Helmet_04", "=q3=Ethereal Helmet", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
|
{ "s55523", "INV_Shoulder_07", "=q3=Ethereal Shoulder Pads", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
|
{ "s55524", "INV_Chest_Cloth_08", "=q3=Ethereal Tunic", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
|
{ "s55525", "INV_Pants_Leather_21", "=q3=Ethereal Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s57115", "inv_misc_armorkit_18", "=q3=Enchanted Armor Kit", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s57115", "inv_misc_armorkit_18", "=q3=Enchanted Armor Kit", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s28224", "inv_bracer_07", "=q4=Icy Scale Bracers", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s28224", "inv_bracer_07", "=q4=Icy Scale Bracers", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
{ "s28222", "inv_chest_plate09", "=q4=Icy Scale Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "s28222", "inv_chest_plate09", "=q4=Icy Scale Breastplate", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
@@ -1958,6 +1978,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s19082", "inv_misc_bandage_11", "=q2=Runic Leather Headband", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" },
|
{ "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" },
|
{ "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" },
|
{ "s28472", "inv_helmet_58", "=q3=Bramblewood Helm", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55522", "INV_Helmet_04", "=q3=Ethereal Helmet", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s20854", "inv_helmet_08", "=q4=Molten Helm", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "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" },
|
{ "s57016", "inv_helmet_13", "=q4=Depthstalker Helm", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
},
|
},
|
||||||
@@ -1981,6 +2002,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s23706", "inv_shoulder_26", "=q3=Golden Mantle of the Dawn", "=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" },
|
||||||
{ "s46654", "inv_shoulder_23", "=q3=Red Dragonscale Shoulders", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
{ "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" },
|
{ "s19094", "inv_shoulder_01", "=q3=Black Dragonscale Shoulders", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55523", "INV_Shoulder_07", "=q3=Ethereal Shoulder Pads", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s45473", "inv_shoulder_18", "=q4=Dreamhide Mantle", "=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" },
|
||||||
},
|
},
|
||||||
LeatherCloak1 = {
|
LeatherCloak1 = {
|
||||||
@@ -2051,6 +2073,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s19054", "inv_chest_chain_06", "=q3=Red Dragonscale 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" },
|
{ "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" },
|
{ "s19104", "inv_chest_chain_10", "=q2=Frostsaber Tunic", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
|
{ "s55524", "INV_Chest_Cloth_08", "=q3=Ethereal Tunic", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s57012", "inv_chest_leather_08", "=q4=Earthguard Tunic", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
{ "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" },
|
{ "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" },
|
{ "s28219", "inv_chest_cloth_08", "=q4=Polar Tunic", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
||||||
@@ -2182,6 +2205,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
LeatherPants2 = {
|
LeatherPants2 = {
|
||||||
{ "s19097", "inv_pants_wolf", "=q3=Devilsaur Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" },
|
{ "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" },
|
{ "s57014", "inv_pants_06", "=q4=Flamewrath Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
|
{ "s55525", "INV_Pants_Leather_21", "=q3=Ethereal 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" },
|
{ "s54015", "Inv_pants_leather_19", "=q4=Molten Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s46659", "inv_pants_mail_15", "=q4=Stormscale Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
{ "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" },
|
{ "s54013", "Inv_pants_mail_11", "=q4=Chromatic Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
@@ -2428,10 +2452,10 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s18404", "inv_chest_cloth_03", "=q2=Frostweave Robe", "=ds=#sr# =so1=255 =so2=270 =so3=285 =so4=300" },
|
{ "s18404", "inv_chest_cloth_03", "=q2=Frostweave Robe", "=ds=#sr# =so1=255 =so2=270 =so3=285 =so4=300" },
|
||||||
{ "s18403", "inv_chest_cloth_08", "=q2=Frostweave Tunic", "=ds=#sr# =so1=255 =so2=270 =so3=285 =so4=300" },
|
{ "s18403", "inv_chest_cloth_08", "=q2=Frostweave Tunic", "=ds=#sr# =so1=255 =so2=270 =so3=285 =so4=300" },
|
||||||
{ "s18402", "inv_belt_15", "=q2=Runecloth Belt", "=ds=#sr# =so1=255 =so2=270 =so3=285 =so4=300" },
|
{ "s18402", "inv_belt_15", "=q2=Runecloth Belt", "=ds=#sr# =so1=255 =so2=270 =so3=285 =so4=300" },
|
||||||
|
{ "s69432", "inv_boots_09", "=q2=Pillager's Shoes", "=ds=#sr# =so1=260 =so2=260 =so3=260 =so4=260" },
|
||||||
};
|
};
|
||||||
|
|
||||||
TailoringArtisan2 = {
|
TailoringArtisan2 = {
|
||||||
{ "s69432", "inv_boots_09", "=q2=Pillager's Shoes", "=ds=#sr# =so1=260 =so2=260 =so3=260 =so4=260" },
|
|
||||||
{ "s69433", "inv_gauntlets_15", "=q2=Pillager's Grips", "=ds=#sr# =so1=260 =so2=260 =so3=260 =so4=260" },
|
{ "s69433", "inv_gauntlets_15", "=q2=Pillager's Grips", "=ds=#sr# =so1=260 =so2=260 =so3=260 =so4=260" },
|
||||||
{ "s18405", "inv_misc_bag_19", "=q1=Runecloth Bag", "=ds=#sr# =so1=260 =so2=275 =so3=290 =so4=305" },
|
{ "s18405", "inv_misc_bag_19", "=q1=Runecloth Bag", "=ds=#sr# =so1=260 =so2=275 =so3=290 =so4=305" },
|
||||||
{ "s18408", "inv_chest_cloth_07", "=q2=Cindercloth Vest", "=ds=#sr# =so1=260 =so2=275 =so3=290 =so4=305" },
|
{ "s18408", "inv_chest_cloth_07", "=q2=Cindercloth Vest", "=ds=#sr# =so1=260 =so2=275 =so3=290 =so4=305" },
|
||||||
@@ -2461,10 +2485,10 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s18422", "inv_misc_cape_18", "=q3=Cloak of Fire", "=ds=#sr# =so1=275 =so2=290 =so3=305 =so4=320" },
|
{ "s18422", "inv_misc_cape_18", "=q3=Cloak of Fire", "=ds=#sr# =so1=275 =so2=290 =so3=305 =so4=320" },
|
||||||
{ "s18434", "inv_pants_06", "=q2=Cindercloth Pants", "=ds=#sr# =so1=280 =so2=295 =so3=310 =so4=325" },
|
{ "s18434", "inv_pants_06", "=q2=Cindercloth Pants", "=ds=#sr# =so1=280 =so2=295 =so3=310 =so4=325" },
|
||||||
{ "s18424", "inv_pants_08", "=q2=Frostweave Pants", "=ds=#sr# =so1=280 =so2=295 =so3=310 =so4=325" },
|
{ "s18424", "inv_pants_08", "=q2=Frostweave Pants", "=ds=#sr# =so1=280 =so2=295 =so3=310 =so4=325" },
|
||||||
|
{ "s18423", "inv_boots_05", "=q2=Runecloth Boots", "=ds=#sr# =so1=280 =so2=295 =so3=310 =so4=325" },
|
||||||
};
|
};
|
||||||
|
|
||||||
TailoringArtisan3 = {
|
TailoringArtisan3 = {
|
||||||
{ "s18423", "inv_boots_05", "=q2=Runecloth Boots", "=ds=#sr# =so1=280 =so2=295 =so3=310 =so4=325" },
|
|
||||||
{ "s26086", "inv_misc_bag_felclothbag", "=q3=Felcloth Bag", "=ds=#sr# =so1=280 =so2=300 =so3=315 =so4=330" },
|
{ "s26086", "inv_misc_bag_felclothbag", "=q3=Felcloth Bag", "=ds=#sr# =so1=280 =so2=300 =so3=315 =so4=330" },
|
||||||
{ "s18437", "inv_boots_05", "=q2=Felcloth Boots", "=ds=#sr# =so1=285 =so2=300 =so3=315 =so4=330" },
|
{ "s18437", "inv_boots_05", "=q2=Felcloth Boots", "=ds=#sr# =so1=285 =so2=300 =so3=315 =so4=330" },
|
||||||
{ "s18438", "inv_pants_09", "=q2=Runecloth Pants", "=ds=#sr# =so1=285 =so2=300 =so3=315 =so4=330" },
|
{ "s18438", "inv_pants_09", "=q2=Runecloth Pants", "=ds=#sr# =so1=285 =so2=300 =so3=315 =so4=330" },
|
||||||
@@ -2494,10 +2518,10 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s22867", "inv_gauntlets_19", "=q3=Felcloth Gloves", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s22867", "inv_gauntlets_19", "=q3=Felcloth Gloves", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s28210", "inv_misc_cape_17", "=q3=Gaea's Embrace", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s28210", "inv_misc_cape_17", "=q3=Gaea's Embrace", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s22868", "inv_gauntlets_19", "=q3=Inferno Gloves", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s22868", "inv_gauntlets_19", "=q3=Inferno Gloves", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
|
{ "s57024", "inv_gauntlets_12", "=q3=Windbinder Gloves", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
};
|
};
|
||||||
|
|
||||||
TailoringArtisan4 = {
|
TailoringArtisan4 = {
|
||||||
{ "s57024", "inv_gauntlets_12", "=q3=Windbinder Gloves", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
|
||||||
{ "s57020", "inv_belt_01", "=q3=Dustguider Sash", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s57020", "inv_belt_01", "=q3=Dustguider Sash", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s23663", "inv_shoulder_19", "=q3=Mantle of the Timbermaw", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s23663", "inv_shoulder_19", "=q3=Mantle of the Timbermaw", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s18452", "inv_misc_bandana_01", "=q3=Mooncloth Circlet", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s18452", "inv_misc_bandana_01", "=q3=Mooncloth Circlet", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
@@ -2511,6 +2535,11 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s28481", "inv_crown_01", "=q3=Sylvan Crown", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s28481", "inv_crown_01", "=q3=Sylvan Crown", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s28482", "inv_shoulder_18", "=q3=Sylvan Shoulders", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s28482", "inv_shoulder_18", "=q3=Sylvan Shoulders", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s28480", "inv_chest_plate07", "=q3=Sylvan Vest", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s28480", "inv_chest_plate07", "=q3=Sylvan Vest", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
|
{ "s55518", "inv_helmet_53", "=q3=Cosmic Headdress", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
|
{ "s55519", "INV_Shoulder_14", "=q3=Cosmic Mantle", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
|
{ "s55520", "INV_Chest_Cloth_08", "=q3=Cosmic Vest", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
|
{ "s55521", "INV_Pants_06", "=q3=Cosmic Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
|
{ "s55534", "INV_Misc_Cape_06", "=q3=Ley-Kissed Drape", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s22866", "inv_belt_31", "=q4=Belt of the Archmage", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s22866", "inv_belt_31", "=q4=Belt of the Archmage", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s26087", "inv_misc_bag_corefelclothbag", "=q4=Core Felcloth Bag", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s26087", "inv_misc_bag_corefelclothbag", "=q4=Core Felcloth Bag", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s20849", "inv_gauntlets_26", "=q4=Flarecore Gloves", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s20849", "inv_gauntlets_26", "=q4=Flarecore Gloves", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
@@ -2523,12 +2552,12 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s28207", "inv_chest_cloth_08", "=q4=Glacial Vest", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s28207", "inv_chest_cloth_08", "=q4=Glacial Vest", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s28209", "inv_bracer_07", "=q4=Glacial Wrists", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s28209", "inv_bracer_07", "=q4=Glacial Wrists", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s18454", "inv_gauntlets_06", "=q4=Gloves of Spell Mastery", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s18454", "inv_gauntlets_06", "=q4=Gloves of Spell Mastery", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s18457", "inv_chest_cloth_38", "=q4=Robe of the Archmage", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
|
||||||
{ "s18458", "inv_chest_cloth_51", "=q4=Robe of the Void", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
|
||||||
{ "s18456", "inv_chest_cloth_31", "=q4=Truefaith Vestments", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
|
||||||
{ "s46656", "inv_chest_cloth_09", "=q4=Robe of Sacrifice", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
|
||||||
};
|
};
|
||||||
TailoringArtisan5 = {
|
TailoringArtisan5 = {
|
||||||
|
{ "s18457", "inv_chest_cloth_38", "=q4=Robe of the Archmage", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
|
{ "s18458", "inv_chest_cloth_51", "=q4=Robe of the Void", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
|
{ "s18456", "inv_chest_cloth_31", "=q4=Truefaith Vestments", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
|
{ "s46656", "inv_chest_cloth_09", "=q4=Robe of Sacrifice", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s54011", "inv_boots_05", "=q4=Flarecore Boots", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
{ "s54011", "inv_boots_05", "=q4=Flarecore Boots", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s45485", "inv_gauntlets_25", "=q4=Gloves of Unwinding Mystery", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
{ "s45485", "inv_gauntlets_25", "=q4=Gloves of Unwinding Mystery", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s45459", "inv_pants_14", "=q4=Dreamthread Kilt", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
{ "s45459", "inv_pants_14", "=q4=Dreamthread Kilt", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
@@ -2551,6 +2580,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s18442", "inv_helmet_34", "=q2=Felcloth Hood", "=ds=#sr# =so1=290 =so2=305 =so3=320 =so4=335" },
|
{ "s18442", "inv_helmet_34", "=q2=Felcloth Hood", "=ds=#sr# =so1=290 =so2=305 =so3=320 =so4=335" },
|
||||||
{ "s18452", "inv_misc_bandana_01", "=q3=Mooncloth Circlet", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s18452", "inv_misc_bandana_01", "=q3=Mooncloth Circlet", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s28481", "inv_crown_01", "=q3=Sylvan Crown", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s28481", "inv_crown_01", "=q3=Sylvan Crown", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
|
{ "s55518", "inv_helmet_53", "=q3=Cosmic Headdress", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
},
|
},
|
||||||
TailoringShoulders1 = {
|
TailoringShoulders1 = {
|
||||||
{ "s3848", "inv_shoulder_06", "=q1=Double-stitched Woolen Shoulders", "=ds=#sr# =so1=110 =so2=135 =so3=152 =so4=170" },
|
{ "s3848", "inv_shoulder_06", "=q1=Double-stitched Woolen Shoulders", "=ds=#sr# =so1=110 =so2=135 =so3=152 =so4=170" },
|
||||||
@@ -2569,6 +2599,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s23663", "inv_shoulder_19", "=q3=Mantle of the Timbermaw", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s23663", "inv_shoulder_19", "=q3=Mantle of the Timbermaw", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s18448", "inv_shoulder_02", "=q3=Mooncloth Shoulders", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s18448", "inv_shoulder_02", "=q3=Mooncloth Shoulders", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s28482", "inv_shoulder_18", "=q3=Sylvan Shoulders", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s28482", "inv_shoulder_18", "=q3=Sylvan Shoulders", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
|
{ "s55519", "INV_Shoulder_14", "=q3=Cosmic Mantle", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s20848", "inv_shoulder_23", "=q4=Flarecore Mantle", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s20848", "inv_shoulder_23", "=q4=Flarecore Mantle", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s45457", "INV_Shoulder_05", "=q4=Dreamthread Mantle", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
{ "s45457", "INV_Shoulder_05", "=q4=Dreamthread Mantle", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
},
|
},
|
||||||
@@ -2587,6 +2618,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s18418", "inv_misc_cape_18", "=q2=Cindercloth Cloak", "=ds=#sr# =so1=275 =so2=290 =so3=305 =so4=320" },
|
{ "s18418", "inv_misc_cape_18", "=q2=Cindercloth Cloak", "=ds=#sr# =so1=275 =so2=290 =so3=305 =so4=320" },
|
||||||
{ "s18422", "inv_misc_cape_18", "=q3=Cloak of Fire", "=ds=#sr# =so1=275 =so2=290 =so3=305 =so4=320" },
|
{ "s18422", "inv_misc_cape_18", "=q3=Cloak of Fire", "=ds=#sr# =so1=275 =so2=290 =so3=305 =so4=320" },
|
||||||
{ "s22870", "inv_misc_cape_06", "=q3=Cloak of Warding", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s22870", "inv_misc_cape_06", "=q3=Cloak of Warding", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
|
{ "s55534", "INV_Misc_Cape_06", "=q3=Ley-Kissed Drape", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s28208", "inv_misc_cape_16", "=q4=Glacial Cloak", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s28208", "inv_misc_cape_16", "=q4=Glacial Cloak", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
},
|
},
|
||||||
TailoringChest1 = {
|
TailoringChest1 = {
|
||||||
@@ -2634,6 +2666,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s22902", "inv_chest_cloth_04", "=q3=Mooncloth Robe", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s22902", "inv_chest_cloth_04", "=q3=Mooncloth Robe", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s18447", "inv_chest_cloth_08", "=q3=Mooncloth Vest", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s18447", "inv_chest_cloth_08", "=q3=Mooncloth Vest", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s28480", "inv_chest_plate07", "=q3=Sylvan Vest", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s28480", "inv_chest_plate07", "=q3=Sylvan Vest", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
|
{ "s55520", "INV_Chest_Cloth_08", "=q3=Cosmic Vest", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s23666", "inv_chest_cloth_18", "=q4=Flarecore Robe", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s23666", "inv_chest_cloth_18", "=q4=Flarecore Robe", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s28207", "inv_chest_cloth_08", "=q4=Glacial Vest", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s28207", "inv_chest_cloth_08", "=q4=Glacial Vest", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s18457", "inv_chest_cloth_38", "=q4=Robe of the Archmage", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s18457", "inv_chest_cloth_38", "=q4=Robe of the Archmage", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
@@ -2720,6 +2753,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
|
|||||||
{ "s18440", "inv_pants_13", "=q3=Mooncloth Leggings", "=ds=#sr# =so1=290 =so2=305 =so3=320 =so4=335" },
|
{ "s18440", "inv_pants_13", "=q3=Mooncloth Leggings", "=ds=#sr# =so1=290 =so2=305 =so3=320 =so4=335" },
|
||||||
{ "s24092", "inv_pants_cloth_14", "=q3=Bloodvine Leggings", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s24092", "inv_pants_cloth_14", "=q3=Bloodvine Leggings", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s24901", "inv_pants_cloth_05", "=q3=Runed Stygian Leggings", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s24901", "inv_pants_cloth_05", "=q3=Runed Stygian Leggings", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
|
{ "s55521", "INV_Pants_06", "=q3=Cosmic Leggings", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
{ "s23667", "inv_pants_06", "=q4=Flarecore Leggings", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
{ "s23667", "inv_pants_06", "=q4=Flarecore Leggings", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" },
|
||||||
{ "s45459", "inv_pants_14", "=q4=Dreamthread Kilt", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
{ "s45459", "inv_pants_14", "=q4=Dreamthread Kilt", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" },
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -8107,4 +8107,309 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 0, "", "", "" },
|
{ 0, "", "", "" },
|
||||||
{ 54001, "INV_Crate_02", "=q3=Dream Frog", "=ds=#e15#", "0.08%" },
|
{ 54001, "INV_Crate_02", "=q3=Dream Frog", "=ds=#e15#", "0.08%" },
|
||||||
};
|
};
|
||||||
|
UKHGnarlmoon = {
|
||||||
|
{ 55078, "INV_Jewelry_Talisman_Mana", "=q4=Ley-attuned Choker", "=ds=#s2#", "25%" },
|
||||||
|
{ 55084, "INV_Misc_Cape_10", "=q4=Torn Wings of Midnight", "=ds=#s4#", "25%" },
|
||||||
|
{ 55081, "INV_Boots_05", "=q4=Manadrenched Feather Slippers", "=ds=#s12#, #a1#", "25%" },
|
||||||
|
{ 55285, "INV_Gauntlets_05", "=q4=Crite's Holy Hands", "=ds=#s9#, #a1#", "25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55079, "INV_Chest_Leather_04", "=q4=Ravenkeeper’s Frenzied Embrace", "=ds=#s5#, #a2#", "25%" },
|
||||||
|
{ 55080, "INV_Bloodmoon", "=q4=Bloodmoon, Sickle of the Murderous Flight", "=ds=#h1#, #w1#", "25%" },
|
||||||
|
{ 55082, "INV_QirajIdol_War", "=q4=Idol of Laceration", "=ds=#s16#, #e16# =q13=#c1#", "25%" },
|
||||||
|
{ 55083, "inv_helmet_24", "=q4=Crown of the Wildpack", "=ds=#s1#, #a3#", "25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 41485, "INV_Misc_Gem_Diamond_01", "=q3=Pristine Lay Crytstal", "=ds=", "3.25%" },
|
||||||
|
};
|
||||||
|
UKHIncantagos = {
|
||||||
|
{ 55086, "INV_Belt_22", "=q4=Magehunter Belt", "=ds=#s10#, #a3# ", "25%" },
|
||||||
|
{ 55099, "INV_Pants_Plate_18", "=q4=Leysteel Legplates", "=ds=#s11#, #a4#", "25%" },
|
||||||
|
{ 55089, "INV_Bracer_02", "=q4=Bands of the Surgebreaker", "=ds=#s8#, #a2#", "25%" },
|
||||||
|
{ 55507, "INV_Jewelry_Necklace_28", "=q4=Choker of Terminal Arcanum", "=ds=#s2#", "25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55085, "INV_Pants_Cloth_13", "=q4=Magispark Leggings", "=ds=#s11#, #a1#", "25%" },
|
||||||
|
{ 55087, "INV_Misc_Gem_Variety_01", "=q4=Jewel of Wild Magics", "=ds=#s14#", "25%" },
|
||||||
|
{ 55090, "INV_Shield_23", "=q4=Scaleshield of Azure Flight", "=ds=#w8#", "25%" },
|
||||||
|
{ 55091, "INV_Jewelry_Ring_Saphire", "=q4=Loop of Infused Renewal", "=ds=#s13# =q16=#c4#=ds=, =q9=#c5#=ds=, =q15=#c7#=ds=, =q13=#c1#", "25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 41403, "INV_Enchant_ShardGlowingSmall", "=q4=Enchanted Amethyst", "=ds=#m3#", "100%" },
|
||||||
|
{ 55133, "INV_Weapon_ShortBlade_27", "=q4=Claw of the Mageweaver", "=q1=#m4# =ds=#h4#, #w13#" },
|
||||||
|
{ 55134, "Inv_Wand_05", "=q4=Rod of Permafrost", "=q1=#m4# =ds=#w12#" },
|
||||||
|
{ 55135, "Inv_misc_monsterscales_09", "=q4=Shard of Leyflow", "=q1=#m4# =ds=#s14#" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 41485, "INV_Misc_Gem_Diamond_01", "=q3=Pristine Lay Crytstal", "=ds=", "3.25%" },
|
||||||
|
{ 41373, "INV_Misc_EngGizmos_08", "=q4=Draconic Focus", "=ds=#m3#" },
|
||||||
|
};
|
||||||
|
UKHAnomalus = {
|
||||||
|
{ 55092, "INV_Boots_Plate_06", "=q4=Manahide Slippers", "=ds=#s12#, #a2#", "25%" },
|
||||||
|
{ 55095, "INV_Misc_Cape_18", "=q4=Cloak of the Bloody Ravager", "=ds=#s4#", "25%" },
|
||||||
|
{ 55096, "INV_Weapon_Crossbow_18", "=q4=Phase-shifting Crossbow", "=ds=#w3#", "25%" },
|
||||||
|
{ 55279, "INV_Staff_22", "=q4=Branch of Resolute Defense", "=ds=#s15#", "25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55093, "INV_Enchant_DustSoul", "=q4=Remains of Overwhelming Power", "=ds=#s14#", "25%" },
|
||||||
|
{ 55106, "INV_Bracer_10", "=q4=Bindings of Contained Magic", "=ds=#s8#, #a1#", "25%" },
|
||||||
|
{ 55097, "INV_Jewelry_Necklace_08", "=q4=Choker of Chromatic Power", "=ds=#s2#", "25%" },
|
||||||
|
{ 55098, "INV_Gauntlets_05", "=q4=Gloves of Nourishment", "=ds=#s9#, #a2#", "25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 41485, "INV_Misc_Gem_Diamond_01", "=q3=Pristine Lay Crytstal", "=ds=", "3.25%" },
|
||||||
|
{ 41412, "INV_Enchant_DustSoul", "=q4=Cosmic Residue", "=ds=#m3#" },
|
||||||
|
};
|
||||||
|
UKHEcho = {
|
||||||
|
{ 55108, "INV_DemonhornShoulders", "=q4=Dreadslayer Shoulderblades", "=ds=#s3#, #a4#", "25%" },
|
||||||
|
{ 55109, "INV_trickster_leggings", "=q4=Legwraps of Meticulous Planning", "=ds=#s11#, #a2#", "25%" },
|
||||||
|
{ 55276, "Inv_Mallet", "=q4=Forgotten Raven's Mallet", "=ds=#h1#, #w6#", "25%" },
|
||||||
|
{ 55110, "INV_Misc_Book_07", "=q4=Libram of the Eternal Tower", "=ds=#s16#, #e18# =q16=#c4#", "25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55107, "INV_Gauntlets_05", "=q4=Gloves of Leyline Convergence", "=ds=#s9#, #a1#", "25%" },
|
||||||
|
{ 55111, "Spell_Shadow_SoulGem", "=q4=Eye of Dormant Corruption", "=ds=#s14#", "25%" },
|
||||||
|
{ 55112, "INV_Jewelry_Talisman_Health", "=q4=Pendant of Forgiven Mistakes", "=ds=#s2#", "25%" },
|
||||||
|
{ 55094, "INV_Jewelry_Ring_Jade", "=q4=Medivh's Hindsight", "=ds=#s13#", "25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 41485, "INV_Misc_Gem_Diamond_01", "=q3=Pristine Lay Crytstal", "=ds=", "3.25%" },
|
||||||
|
{ 41414, "INV_Enchant_EssenceMysticalSmall", "=q1=Anima of the Guardian", "=ds=#m3#" },
|
||||||
|
};
|
||||||
|
UKHKing = {
|
||||||
|
{ 55088, "INV_Gauntlets_05", "=q4=Dragonclaw Gauntlets", "=ds=#s9#, #a4#", "12.5%" },
|
||||||
|
{ 55100, "INV_Checkmate", "=q4=Checkmate", "=ds=#h2#, #w6#", "12.5%" },
|
||||||
|
{ 55101, "INV_Misc_Book_11", "=q4=King's Edict", "=ds=#s14#", "12.5%" },
|
||||||
|
{ 55103, "BTNLancelot_Ring", "=q4=Royal Seal of Greymane", "=ds=#s13#", "12.5%" },
|
||||||
|
{ 55102, "INV_Chest_Plate08", "=q4=Insomnius' Retribution", "=ds=#s5#, #a3#", "12.5%" },
|
||||||
|
{ 55104, "INV_Boots_Chain_05", "=q4=Pawn's Advance", "=ds=#s12#, #a2#", "12.5%" },
|
||||||
|
{ 55105, "INV_BishopHat", "=q4=Bishop's Reverence", "=ds=#s1#, #a1#", "12.5%" },
|
||||||
|
{ 55274, "INV_Misc_Cape_21", "=q4=Chain-Cloak of the Rookguard", "=ds=#s4#", "12.5%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 20739, "Ability_Mount_RidingHorse", "=q4=Mechanical Horse", "=ds=#e7#", "3%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 41485, "INV_Misc_Gem_Diamond_01", "=q3=Pristine Lay Crytstal", "=ds=", "3.25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55483, "INV_Boots_Cloth_01", "=q4=Ethereal Boots of Conquest", "=q17=#c9#=ds=, =q9=#c5#=ds=, =q11=#c8#, =q13=#c1#", "50%, 25%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47274, "=ds=#s12#, #a4#" }, }, -- war
|
||||||
|
{ { 47232, "=ds=#s12#, #a1#" }, { 47238, "=ds=#s12#, #a1#" }, }, -- priest
|
||||||
|
{ { 47310, "=ds=#s12#, #a1#" }, { 47316, "=ds=#s12#, #a1#" }, }, -- lock
|
||||||
|
{ { 47394, "=ds=#s12#, #a2#" }, { 47400, "=ds=#s12#, #a2#" }, { 47406, "=ds=#s3#, #a2#" } }, -- druid
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ 55484, "INV_Boots_Cloth_01", "=q4=Ethereal Boots of Ascendancy", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#, =q15=#c7#=ds=, =q10=#c3#=ds=", "50%, 25%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47064, "=ds=#s12#, #a4#" }, { 47070, "=ds=#s12#, #a4#" }, { 47076, "=ds=#s12#, #a4#" }, }, -- paladin
|
||||||
|
{ { 47322, "=ds=#s12#, #a3#" }, }, -- hunter
|
||||||
|
{ { 47328, "=ds=#s12#, #a2#" }, }, -- rogue
|
||||||
|
{ { 47184, "=ds=#s12#, #a3#" }, { 47190, "=ds=#s12#, #a3#" }, { 47196, "=ds=#s12#, #a3#" } }, -- shaman
|
||||||
|
{ { 47112, "=ds=#s12#, #a1#" }, { 47118, "=ds=#s12#, #a1#" }, }, -- mage
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55482, "INV_Jewelry_Necklace_29", "=q4=Ephemeral Pendant", "=ds=T3.5 Neck", "10%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47275, "=ds=#s3#, #a4#" }, }, -- war
|
||||||
|
{ { 47233, "=ds=#s3#, #a1#" }, { 47239, "=ds=#s3#, #a1#" }, }, -- priest
|
||||||
|
{ { 47311, "=ds=#s3#, #a1#" }, { 47317, "=ds=#s3#, #a1#" }, }, -- lock
|
||||||
|
{ { 47395, "=ds=#s3#, #a2#" }, { 47401, "=ds=#s3#, #a2#" }, { 47407, "=ds=#s3#, #a2#" } }, -- druid
|
||||||
|
{ { 47065, "=ds=#s12#, #a4#" }, { 47071, "=ds=#s12#, #a4#" }, { 47077, "=ds=#s12#, #a4#" }, }, -- paladin
|
||||||
|
{ { 47323, "=ds=#s12#, #a3#" }, }, -- hunter
|
||||||
|
{ { 47329, "=ds=#s12#, #a2#" }, }, -- rogue
|
||||||
|
{ { 47185, "=ds=#s12#, #a3#" }, { 47191, "=ds=#s12#, #a3#" }, { 47197, "=ds=#s12#, #a3#" } }, -- shaman
|
||||||
|
{ { 47113, "=ds=#s12#, #a1#" }, { 47119, "=ds=#s12#, #a1#" }, }, -- mage
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
UKHSanvTasdal = {
|
||||||
|
{ 55113, "INV_DemonhornHelmet", "=q4=Dreadslayer Horns", "=ds=#s1#, #a4#", "14.3%" },
|
||||||
|
{ 55114, "INV_QirajIdol_Sage", "=q4=Totem of Broken Earth", "=ds=#s16#, #e17# =q15=#c7#", "14.3%" },
|
||||||
|
{ 55115, "INV_Riftcarver", "=q4=Riftcarver's Implement", "=ds=#h1#, #w4#", "14.3%" },
|
||||||
|
{ 55116, "INV_DraeneiSpear", "=q4=Raka'shishi, Spear of the Adrift Hunt", "=ds=#h2#, #w7#", "14.3%" },
|
||||||
|
{ 55117, "INV_Belt_22", "=q4=Girdle of the Faded Primals", "=ds=#s10#, #a3#", "14.3%" },
|
||||||
|
{ 55118, "INV_Misc_Cape_06", "=q4=Kum'isha's Tattered Drape", "=ds=#s4#", "14.3%" },
|
||||||
|
{ 55119, "inv_helmet_24", "=q4=Forgotten Hide Helm", "=ds=#s1#, #a2#", "14.3%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 41485, "INV_Misc_Gem_Diamond_01", "=q3=Pristine Lay Crytstal", "=ds=", "3.25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55485, "INV_Shoulder_17", "=q4=Shifting Mantle of Conquest", "=q17=#c9#=ds=, =q9=#c5#=ds=, =q11=#c8#, =q13=#c1#", "50%, 25%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47271, "=ds=#s3#, #a4#" }, }, -- war
|
||||||
|
{ { 47229, "=ds=#s3#, #a1#" }, { 47235, "=ds=#s3#, #a1#" }, }, -- priest
|
||||||
|
{ { 47307, "=ds=#s3#, #a1#" }, { 47313, "=ds=#s3#, #a1#" }, }, -- lock
|
||||||
|
{ { 47391, "=ds=#s3#, #a2#" }, { 47397, "=ds=#s3#, #a2#" }, { 47403, "=ds=#s3#, #a2#" } }, -- druid
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ 55486, "INV_Shoulder_17", "=q4=Shifting Mantle of Ascendancy", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#, =q15=#c7#=ds=, =q10=#c3#=ds=", "50%, 25%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47061, "=ds=#s3#, #a4#" }, { 47067, "=ds=#s3#, #a4#" }, { 47073, "=ds=#s3#, #a4#" }, }, -- paladin
|
||||||
|
{ { 47319, "=ds=#s3#, #a3#" }, }, -- hunter
|
||||||
|
{ { 47325, "=ds=#s3#, #a2#" }, }, -- rogue
|
||||||
|
{ { 47181, "=ds=#s3#, #a3#" }, { 47187, "=ds=#s3#, #a3#" }, { 47193, "=ds=#s3#, #a3#" } }, -- shaman
|
||||||
|
{ { 47109, "=ds=#s3#, #a1#" }, { 47115, "=ds=#s3#, #a1#" }, }, -- mage
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55482, "INV_Jewelry_Necklace_29", "=q4=Ephemeral Pendant", "=ds=T3.5 Neck", "10%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47275, "=ds=#s3#, #a4#" }, }, -- war
|
||||||
|
{ { 47233, "=ds=#s3#, #a1#" }, { 47239, "=ds=#s3#, #a1#" }, }, -- priest
|
||||||
|
{ { 47311, "=ds=#s3#, #a1#" }, { 47317, "=ds=#s3#, #a1#" }, }, -- lock
|
||||||
|
{ { 47395, "=ds=#s3#, #a2#" }, { 47401, "=ds=#s3#, #a2#" }, { 47407, "=ds=#s3#, #a2#" } }, -- druid
|
||||||
|
{ { 47065, "=ds=#s12#, #a4#" }, { 47071, "=ds=#s12#, #a4#" }, { 47077, "=ds=#s12#, #a4#" }, }, -- paladin
|
||||||
|
{ { 47323, "=ds=#s12#, #a3#" }, }, -- hunter
|
||||||
|
{ { 47329, "=ds=#s12#, #a2#" }, }, -- rogue
|
||||||
|
{ { 47185, "=ds=#s12#, #a3#" }, { 47191, "=ds=#s12#, #a3#" }, { 47197, "=ds=#s12#, #a3#" } }, -- shaman
|
||||||
|
{ { 47113, "=ds=#s12#, #a1#" }, { 47119, "=ds=#s12#, #a1#" }, }, -- mage
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
UKHKruul = {
|
||||||
|
{ 55127, "Inv_Demonaxe", "=q4=Shar'tateth, the Shattered Edge", "=ds=#h2#, #w1#", "11.1%" },
|
||||||
|
{ 55129, "INV_Desecration", "=q4=Desecration", "=ds=#h3#, #w10#", "11.1%" },
|
||||||
|
{ 55128, "ability_thunderbolt", "=q4=Comet Signaller", "=ds=#h1#, #w6#", "11.1%" },
|
||||||
|
{ 55130, "inv_bracer_09", "=q4=Wristwraps of Exiled Radiance", "=ds=#s8#, #a1#", "11.1%" },
|
||||||
|
{ 55131, "INV_Misc_StoneTablet_02", "=q4=Shieldrender Talisman", "=ds=#s14#", "11.1%" },
|
||||||
|
{ 55132, "Spell_Shadow_LifeDrain", "=q4=Pendant of Purified Demon's Blood", "=ds=#s2#", "11.1%" },
|
||||||
|
{ 55506, "INV_Belt_27", "=q4=Worldbreaker Girdle", "=ds=#s10#, #a4#", "11.1%" },
|
||||||
|
{ 55510, "inv_stone_10", "=q4=Fragments of Aldrach", "=ds=#w11#", "11.1%" },
|
||||||
|
{ 55511, "Inv_Wand_06", "=q4=Hellflame", "=ds=#w12#", "11.1%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 41485, "INV_Misc_Gem_Diamond_01", "=q3=Pristine Lay Crytstal", "=ds=", "3.25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55489, "INV_Pants_Plate_11", "=q4=Brutal Leggings of Conquest", "=q17=#c9#=ds=, =q9=#c5#=ds=, =q11=#c8#, =q13=#c1#", "50%, 25%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47273, "=ds=#s11#, #a4#" }, }, -- war
|
||||||
|
{ { 47231, "=ds=#s11#, #a1#" }, { 47237, "=ds=#s11#, #a1#" }, }, -- priest
|
||||||
|
{ { 47309, "=ds=#s11#, #a1#" }, { 47315, "=ds=#s11#, #a1#" }, }, -- lock
|
||||||
|
{ { 47393, "=ds=#s11#, #a2#" }, { 47399, "=ds=#s11#, #a2#" }, { 47405, "=ds=#s11#, #a2#" } }, -- druid
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ 55490, "INV_Pants_Plate_11", "=q4=Brutal Leggings of Ascendancy", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#, =q15=#c7#=ds=, =q10=#c3#=ds=", "50%, 25%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47063, "=ds=#s11#, #a4#" }, { 47069, "=ds=#s11#, #a4#" }, { 47075, "=ds=#s11#, #a4#" }, }, -- paladin
|
||||||
|
{ { 47321, "=ds=#s11#, #a3#" }, }, -- hunter
|
||||||
|
{ { 47327, "=ds=#s11#, #a2#" }, }, -- rogue
|
||||||
|
{ { 47183, "=ds=#s11#, #a3#" }, { 47189, "=ds=#s11#, #a3#" }, { 47195, "=ds=#s3#, #a3#" } }, -- shaman
|
||||||
|
{ { 47111, "=ds=#s11#, #a1#" }, { 47117, "=ds=#s11#, #a1#" }, }, -- mage
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55482, "INV_Jewelry_Necklace_29", "=q4=Ephemeral Pendant", "=ds=T3.5 Neck", "10%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47275, "=ds=#s3#, #a4#" }, }, -- war
|
||||||
|
{ { 47233, "=ds=#s3#, #a1#" }, { 47239, "=ds=#s3#, #a1#" }, }, -- priest
|
||||||
|
{ { 47311, "=ds=#s3#, #a1#" }, { 47317, "=ds=#s3#, #a1#" }, }, -- lock
|
||||||
|
{ { 47395, "=ds=#s3#, #a2#" }, { 47401, "=ds=#s3#, #a2#" }, { 47407, "=ds=#s3#, #a2#" } }, -- druid
|
||||||
|
{ { 47065, "=ds=#s12#, #a4#" }, { 47071, "=ds=#s12#, #a4#" }, { 47077, "=ds=#s12#, #a4#" }, }, -- paladin
|
||||||
|
{ { 47323, "=ds=#s12#, #a3#" }, }, -- hunter
|
||||||
|
{ { 47329, "=ds=#s12#, #a2#" }, }, -- rogue
|
||||||
|
{ { 47185, "=ds=#s12#, #a3#" }, { 47191, "=ds=#s12#, #a3#" }, { 47197, "=ds=#s12#, #a3#" } }, -- shaman
|
||||||
|
{ { 47113, "=ds=#s12#, #a1#" }, { 47119, "=ds=#s12#, #a1#" }, }, -- mage
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
UKHRupturan = {
|
||||||
|
{ 55120, "INV_ElementalFist", "=q4=Al'Kazeth, Claw of Ruptured Elements", "=ds=#h1#, #w13#", "14.3%" },
|
||||||
|
{ 55121, "INV_Bulwark", "=q4=Bulwark of Enduring Earth", "=ds=#w8#", "14.3%" },
|
||||||
|
{ 55122, "INV_Pants_Mail_15", "=q4=Earthquake Leggings", "=ds=#s11#, #a3#", "14.3%" },
|
||||||
|
{ 55123, "INV_Jewelry_Ring_Bronze", "=q4=Loop of Hardened Slate", "=ds=#s13#", "14.3%" },
|
||||||
|
{ 55124, "INV_Misc_Gem_Diamond_02", "=q4=Pure Jewel of Draenor", "=ds=#s14#", "14.3%" },
|
||||||
|
{ 55125, "INV_Gauntlets_05", "=q4=Handwraps of Dead Winds", "=ds=#s9#, #a2#", "14.3%" },
|
||||||
|
{ 55126, "inv_shoulder_14", "=q4=Mantle of the Drifting Stars", "=ds=#s3#, #a2#", "14.3%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 41485, "INV_Misc_Gem_Diamond_01", "=q3=Pristine Lay Crytstal", "=ds=", "3.25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55489, "INV_Helmet_57", "=q4=Fractured Crown of Conquest", "=q17=#c9#=ds=, =q9=#c5#=ds=, =q11=#c8#, =q13=#c1#", "50%, 25%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47270, "=ds=#s11#, #a4#" }, }, -- war
|
||||||
|
{ { 47228, "=ds=#s11#, #a1#" }, { 47234, "=ds=#s11#, #a1#" }, }, -- priest
|
||||||
|
{ { 47306, "=ds=#s11#, #a1#" }, { 47312, "=ds=#s11#, #a1#" }, }, -- lock
|
||||||
|
{ { 47390, "=ds=#s11#, #a2#" }, { 47396, "=ds=#s11#, #a2#" }, { 47402, "=ds=#s11#, #a2#" } }, -- druid
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ 55490, "INV_Helmet_57", "=q4=Fractured Crown of Ascendancy", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#, =q15=#c7#=ds=, =q10=#c3#=ds=", "50%, 25%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47060, "=ds=#s11#, #a4#" }, { 47066, "=ds=#s11#, #a4#" }, { 47072, "=ds=#s11#, #a4#" }, }, -- paladin
|
||||||
|
{ { 47318, "=ds=#s11#, #a3#" }, }, -- hunter
|
||||||
|
{ { 47324, "=ds=#s11#, #a2#" }, }, -- rogue
|
||||||
|
{ { 47180, "=ds=#s11#, #a3#" }, { 47186, "=ds=#s11#, #a3#" }, { 47192, "=ds=#s3#, #a3#" } }, -- shaman
|
||||||
|
{ { 47108, "=ds=#s11#, #a1#" }, { 47114, "=ds=#s11#, #a1#" }, }, -- mage
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55482, "INV_Jewelry_Necklace_29", "=q4=Ephemeral Pendant", "=ds=T3.5 Neck", "10%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47275, "=ds=#s3#, #a4#" }, }, -- war
|
||||||
|
{ { 47233, "=ds=#s3#, #a1#" }, { 47239, "=ds=#s3#, #a1#" }, }, -- priest
|
||||||
|
{ { 47311, "=ds=#s3#, #a1#" }, { 47317, "=ds=#s3#, #a1#" }, }, -- lock
|
||||||
|
{ { 47395, "=ds=#s3#, #a2#" }, { 47401, "=ds=#s3#, #a2#" }, { 47407, "=ds=#s3#, #a2#" } }, -- druid
|
||||||
|
{ { 47065, "=ds=#s12#, #a4#" }, { 47071, "=ds=#s12#, #a4#" }, { 47077, "=ds=#s12#, #a4#" }, }, -- paladin
|
||||||
|
{ { 47323, "=ds=#s12#, #a3#" }, }, -- hunter
|
||||||
|
{ { 47329, "=ds=#s12#, #a2#" }, }, -- rogue
|
||||||
|
{ { 47185, "=ds=#s12#, #a3#" }, { 47191, "=ds=#s12#, #a3#" }, { 47197, "=ds=#s12#, #a3#" } }, -- shaman
|
||||||
|
{ { 47113, "=ds=#s12#, #a1#" }, { 47119, "=ds=#s12#, #a1#" }, }, -- mage
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
UKHMephistroth = {
|
||||||
|
{ 55351, "INV_Belt_22", "=q4=Turalyon's Hope", "=ds=#s10#, #a4#" },
|
||||||
|
{ 55353, "INV_Jewelry_Ring_Nightbreaker", "=q4=Mephistroth's Cunning", "=ds=#s13#" },
|
||||||
|
{ 55356, "INV_Bracer_18", "=q4=Netherwrought Bracers", "=ds=#s8#, #a4#" },
|
||||||
|
{ 55513, "INV_Chest_Chain_07", "=q4=Tunic of Demonic Deception", "=ds=#s5#, #a2#", },
|
||||||
|
{ 55357, "INV_Belt_26", "=q4=Sash of the Grand Betrayal", "=ds=#s10#, #a2#", },
|
||||||
|
{ 55346, "INV_Weapon_BoneBow2", "=q4=Rain of Spiders", "=ds=#w2#" },
|
||||||
|
{ 55347, "INV_Thunderfall", "=q4=Thunderfall, Stormhammer of the Chief Thane", "=ds=#h1#, #w6#" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55579, "BTNHeartAmulet", "=q4=Heart of Mephistroth", "=ds=#m3#", "100%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 55515, "=q1=#m4# =ds=#s4#" }, { 55516, "=q1=#m4# =ds=#s13#" }, { 55517, "=q1=#m4# =ds=#s13#" } },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 92082, "Spell_Shadow_SummonFelHunter", "=q4=Felforged Dreadhound", "=ds=#e7#", "100%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 41485, "INV_Misc_Gem_Diamond_01", "=q3=Pristine Ley Crystal", "=ds=#e12#", "100%"},
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55491, "INV_Chest_Cloth_45", "=q4=Nathrezim Armor of Treachery", "=q17=#c9#=ds=, =q9=#c5#=ds=, =q11=#c8#, =q13=#c1#", "50%, 25%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47272, "=ds=#s3#, #a4#" }, }, -- war
|
||||||
|
{ { 47230, "=ds=#s3#, #a1#" }, { 47236, "=ds=#s3#, #a1#" }, }, -- priest
|
||||||
|
{ { 47308, "=ds=#s3#, #a1#" }, { 47314, "=ds=#s3#, #a1#" }, }, -- lock
|
||||||
|
{ { 47392, "=ds=#s3#, #a2#" }, { 47398, "=ds=#s3#, #a2#" }, { 47404, "=ds=#s3#, #a2#" } }, -- druid
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ 55492, "INV_Shoulder_17", "=q4=Nathrezim Armor of Deceit", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#, =q15=#c7#=ds=, =q10=#c3#=ds=", "50%, 25%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47062, "=ds=#s3#, #a4#" }, { 47068, "=ds=#s3#, #a4#" }, { 47074, "=ds=#s3#, #a4#" }, }, -- paladin
|
||||||
|
{ { 47320, "=ds=#s3#, #a3#" }, }, -- hunter
|
||||||
|
{ { 47326, "=ds=#s3#, #a2#" }, }, -- rogue
|
||||||
|
{ { 47182, "=ds=#s3#, #a3#" }, { 47188, "=ds=#s3#, #a3#" }, { 47194, "=ds=#s3#, #a3#" } }, -- shaman
|
||||||
|
{ { 47110, "=ds=#s3#, #a1#" }, { 47116, "=ds=#s3#, #a1#" }, }, -- mage
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 55482, "INV_Jewelry_Necklace_29", "=q4=Ephemeral Pendant", "=ds=T3.5 Neck", "10%", "", "", "", "", "", "", "", "", "", "", {
|
||||||
|
{ { 47275, "=ds=#s3#, #a4#" }, }, -- war
|
||||||
|
{ { 47233, "=ds=#s3#, #a1#" }, { 47239, "=ds=#s3#, #a1#" }, }, -- priest
|
||||||
|
{ { 47311, "=ds=#s3#, #a1#" }, { 47317, "=ds=#s3#, #a1#" }, }, -- lock
|
||||||
|
{ { 47395, "=ds=#s3#, #a2#" }, { 47401, "=ds=#s3#, #a2#" }, { 47407, "=ds=#s3#, #a2#" } }, -- druid
|
||||||
|
{ { 47065, "=ds=#s12#, #a4#" }, { 47071, "=ds=#s12#, #a4#" }, { 47077, "=ds=#s12#, #a4#" }, }, -- paladin
|
||||||
|
{ { 47323, "=ds=#s12#, #a3#" }, }, -- hunter
|
||||||
|
{ { 47329, "=ds=#s12#, #a2#" }, }, -- rogue
|
||||||
|
{ { 47185, "=ds=#s12#, #a3#" }, { 47191, "=ds=#s12#, #a3#" }, { 47197, "=ds=#s12#, #a3#" } }, -- shaman
|
||||||
|
{ { 47113, "=ds=#s12#, #a1#" }, { 47119, "=ds=#s12#, #a1#" }, }, -- mage
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
UKHTrash = {
|
||||||
|
{ 55275, "INV_Misc_Gem_Amethyst_03", "=q4=Slivers of Nullification", "=ds=#s14#", "0.25%" },
|
||||||
|
{ 55277, "INV_TheEnd", "=q4=The End of All Ambitions", "=ds=#h2#, #w10#", "0.25%" },
|
||||||
|
{ 55278, "INV_Gauntlets_05", "=q4=Ques' Gauntlets of Precision", "=ds=#s10#, #a4#", "0.25%" },
|
||||||
|
{ 55280, "INV_stormhowl_sabatons", "=q4=Boots of Elemental Fury", "=ds=#s12#, #a3#", "0.25%" },
|
||||||
|
{ 55281, "INV_Gauntlets_05", "=q4=Gauntlets of Elemental Fury", "=ds=#s9#, #a3#", "0.25%" },
|
||||||
|
{ 55282, "INV_lionheart_sabatons", "=q4=Boots of the Grand Crusader", "=ds=#s12#, #a4#", "0.25%" },
|
||||||
|
{ 55283, "INV_Gauntlets_05", "=q4=Gauntlets of the Grand Crusader", "=ds=#s9#, #a4#", "0.25%" },
|
||||||
|
{ 55284, "INV_Belt_08", "=q4=Dragunovi's Sash of Dominion", "=ds=#s10#, #a1#", "0.25%" },
|
||||||
|
{ 55286, "INV_Jewelry_Ring_33", "=q4=Ring of Holy Light", "=ds=#s13#", "0.25%" },
|
||||||
|
{ 55508, "INV_Jewelry_Necklace_27", "=q4=Brand of Karazhan", "=ds=#s13#", "0.25%" },
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1618,5 +1618,18 @@ AL:RegisterTranslations("enUS", function() return {
|
|||||||
["Prelate Ironmane"] = true,
|
["Prelate Ironmane"] = true,
|
||||||
["Zandara Windhoof"] = true,
|
["Zandara Windhoof"] = true,
|
||||||
["Vangros"] = true,
|
["Vangros"] = true,
|
||||||
|
|
||||||
|
["Upper Karazhan Halls"] = true,
|
||||||
|
["Raid Karazhan Halls"] = true,
|
||||||
|
["[RAID] Upper Karazhan Halls"] = "|cffff0000[RAID]|cffffd200 Upper Karazhan Halls",
|
||||||
|
["Keeper Gnarlmoon"] = true,
|
||||||
|
["Ley-Watcher Incantagos"] = true,
|
||||||
|
["Anomalus"] = true,
|
||||||
|
["Echo of Medivh"] = true,
|
||||||
|
["King (Chess fight)"] = true,
|
||||||
|
["Sanv Tas'dal"] = true,
|
||||||
|
["Kruul"] = true,
|
||||||
|
["Rupturan the Broken"] = true,
|
||||||
|
["Mephistroth"] = true,
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|||||||
@@ -513,6 +513,17 @@ AtlasLoot_TableNames = {
|
|||||||
["LKHMoroes"] = { AL["Lower Karazhan Halls"].." - "..AL["Moroes"], "AtlasLootItems" },
|
["LKHMoroes"] = { AL["Lower Karazhan Halls"].." - "..AL["Moroes"], "AtlasLootItems" },
|
||||||
["LKHTrash"] = { AL["Lower Karazhan Halls"].." - "..AL["Trash Mobs"], "AtlasLootItems" },
|
["LKHTrash"] = { AL["Lower Karazhan Halls"].." - "..AL["Trash Mobs"], "AtlasLootItems" },
|
||||||
["LKHEnchants"] = { AL["Lower Karazhan Halls"].." - ".."Enchants", "AtlasLootItems" },
|
["LKHEnchants"] = { AL["Lower Karazhan Halls"].." - ".."Enchants", "AtlasLootItems" },
|
||||||
|
-- Upper Karazhan Halls
|
||||||
|
["UKHGnarlmoon"] = { AL["Upper Karazhan Halls"].." - "..AL["Keeper Gnarlmoon"], "AtlasLootItems" },
|
||||||
|
["UKHIncantagos"] = { AL["Upper Karazhan Halls"].." - "..AL["Ley-Watcher Incantagos"], "AtlasLootItems" },
|
||||||
|
["UKHAnomalus"] = { AL["Upper Karazhan Halls"].." - "..AL["Anomalus"], "AtlasLootItems" },
|
||||||
|
["UKHEcho"] = { AL["Upper Karazhan Halls"].." - "..AL["Echo of Medivh"], "AtlasLootItems" },
|
||||||
|
["UKHKing"] = { AL["Upper Karazhan Halls"].." - "..AL["King (Chess fight)"], "AtlasLootItems" },
|
||||||
|
["UKHSanvTasdal"] = { AL["Upper Karazhan Halls"].." - "..AL["Sanv Tas'dal"], "AtlasLootItems" },
|
||||||
|
["UKHKruul"] = { AL["Upper Karazhan Halls"].." - "..AL["Kruul"], "AtlasLootItems" },
|
||||||
|
["UKHRupturan"] = { AL["Upper Karazhan Halls"].." - "..AL["Rupturan the Broken"], "AtlasLootItems" },
|
||||||
|
["UKHMephistroth"] = { AL["Upper Karazhan Halls"].." - "..AL["Mephistroth"], "AtlasLootItems" },
|
||||||
|
["UKHTrash"] = { AL["Upper Karazhan Halls"].." - "..AL["Trash Mobs"], "AtlasLootItems" },
|
||||||
------------
|
------------
|
||||||
--- Sets ---
|
--- Sets ---
|
||||||
------------
|
------------
|
||||||
@@ -1621,6 +1632,18 @@ AtlasLoot_TableNamesBoss = {
|
|||||||
["LKHTrash"] = { AL["Trash Mobs"], "AtlasLootItems" },
|
["LKHTrash"] = { AL["Trash Mobs"], "AtlasLootItems" },
|
||||||
["LKHEchants"] = { AL["LKH Enchants"], "AtlasLootItems" },
|
["LKHEchants"] = { AL["LKH Enchants"], "AtlasLootItems" },
|
||||||
},
|
},
|
||||||
|
["Upper Karazhan Halls"] = {
|
||||||
|
["UKHGnarlmoon"] = { AL["Keeper Gnarlmoon"], "AtlasLootItems" },
|
||||||
|
["UKHIncantagos"] = { AL["Ley-Watcher Incantagos"], "AtlasLootItems" },
|
||||||
|
["UKHAnomalus"] = { AL["Anomalus"], "AtlasLootItems" },
|
||||||
|
["UKHEcho"] = { AL["Echo of Medivh"], "AtlasLootItems" },
|
||||||
|
["UKHKing"] = { AL["King (Chess fight)"], "AtlasLootItems" },
|
||||||
|
["UKHSanvTasdal"] = { AL["Sanv Tas'dal"], "AtlasLootItems" },
|
||||||
|
["UKHKruul"] = { AL["Kruul"], "AtlasLootItems" },
|
||||||
|
["UKHRupturan"] = { AL["Rupturan the Broken"], "AtlasLootItems" },
|
||||||
|
["UKHMephistroth"] = { AL["Mephistroth"], "AtlasLootItems" },
|
||||||
|
["UKHTrash"] = { AL["Trash Mobs"], "AtlasLootItems" },
|
||||||
|
},
|
||||||
------------
|
------------
|
||||||
--- Sets ---
|
--- Sets ---
|
||||||
------------
|
------------
|
||||||
|
|||||||
Reference in New Issue
Block a user