added reaver
This commit is contained in:
@@ -2797,6 +2797,7 @@ AtlasLoot_DewDropDown_SubTables = {
|
|||||||
{ AL["Lord Kazzak"], "KKazzak"},
|
{ AL["Lord Kazzak"], "KKazzak"},
|
||||||
{ "Turtlhu, the Black Turtle of Doom", "Turtlhu" },
|
{ "Turtlhu, the Black Turtle of Doom", "Turtlhu" },
|
||||||
{ "Nerubian Overseer", "Nerubian" },
|
{ "Nerubian Overseer", "Nerubian" },
|
||||||
|
{ "Dark Reaver of Karazhan", "Reaver" },
|
||||||
},
|
},
|
||||||
["AbyssalCouncil1"] = {
|
["AbyssalCouncil1"] = {
|
||||||
{ AL["Abyssal Council"].." - "..AL["Templars"], "AbyssalTemplars" },
|
{ AL["Abyssal Council"].." - "..AL["Templars"], "AbyssalTemplars" },
|
||||||
|
|||||||
@@ -574,6 +574,7 @@ AtlasLoot_TableNames = {
|
|||||||
["ASpiritA"] = { AL["Spirit of Azuregos"], "AtlasLootWBItems" },
|
["ASpiritA"] = { AL["Spirit of Azuregos"], "AtlasLootWBItems" },
|
||||||
["Turtlhu"] = { "Turtlhu, the Black Turtle of Doom", "AtlasLootWBItems" },
|
["Turtlhu"] = { "Turtlhu, the Black Turtle of Doom", "AtlasLootWBItems" },
|
||||||
["Nerubian"] = { "Nerubian Overseer", "AtlasLootWBItems" },
|
["Nerubian"] = { "Nerubian Overseer", "AtlasLootWBItems" },
|
||||||
|
["Reaver"] = { "Dark Reaver of Karazhan", "AtlasLootWBItems" },
|
||||||
--Doom Lord Kazzak
|
--Doom Lord Kazzak
|
||||||
["KKazzak"] = { AL["Lord Kazzak"], "AtlasLootWBItems" },
|
["KKazzak"] = { AL["Lord Kazzak"], "AtlasLootWBItems" },
|
||||||
--Emrald Dragons
|
--Emrald Dragons
|
||||||
@@ -1453,6 +1454,7 @@ AtlasLoot_TableNamesBoss = {
|
|||||||
["ASpiritA"] = { AL["Spirit of Azuregos"], "AtlasLootWBItems" },
|
["ASpiritA"] = { AL["Spirit of Azuregos"], "AtlasLootWBItems" },
|
||||||
["Turtlhu"] = { "Turtlhu, the Black Turtle of Doom", "AtlasLootWBItems" },
|
["Turtlhu"] = { "Turtlhu, the Black Turtle of Doom", "AtlasLootWBItems" },
|
||||||
["Nerubian"] = { "Nerubian Overseer", "AtlasLootWBItems" },
|
["Nerubian"] = { "Nerubian Overseer", "AtlasLootWBItems" },
|
||||||
|
["Reaver"] = { "Dark Reaver of Karazhan", "AtlasLootWBItems" },
|
||||||
--Doom Lord Kazzak
|
--Doom Lord Kazzak
|
||||||
["KKazzak"] = { AL["Lord Kazzak"], "AtlasLootWBItems" },
|
["KKazzak"] = { AL["Lord Kazzak"], "AtlasLootWBItems" },
|
||||||
--Emrald Dragons
|
--Emrald Dragons
|
||||||
|
|||||||
+280
-245
@@ -1,250 +1,285 @@
|
|||||||
AtlasLootWBBossButtons = {
|
AtlasLootWBBossButtons = {
|
||||||
FourDragons = {
|
FourDragons = {
|
||||||
"";
|
"";
|
||||||
"";
|
"";
|
||||||
"";
|
"";
|
||||||
"";
|
"";
|
||||||
"";
|
"";
|
||||||
"DLethon";
|
"DLethon";
|
||||||
"DEmeriss";
|
"DEmeriss";
|
||||||
"DTaerar";
|
"DTaerar";
|
||||||
"DYsondre";
|
"DYsondre";
|
||||||
"";
|
"";
|
||||||
"DTrash";
|
"DTrash";
|
||||||
};
|
};
|
||||||
Azuregos = {
|
Azuregos = {
|
||||||
"AAzuregos";
|
"AAzuregos";
|
||||||
"ASpiritA";
|
"ASpiritA";
|
||||||
};
|
};
|
||||||
LordKazzak = {
|
LordKazzak = {
|
||||||
"KKazzak";
|
"KKazzak";
|
||||||
};
|
};
|
||||||
Turtlhu = {
|
Turtlhu = {
|
||||||
"Turtlhu";
|
"Turtlhu";
|
||||||
};
|
};
|
||||||
Nerubian = {
|
Nerubian = {
|
||||||
"Nerubian";
|
"Nerubian";
|
||||||
};
|
};
|
||||||
|
Reaver = {
|
||||||
|
"Reaver";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
AtlasLoot_Data["AtlasLootWBItems"] = {
|
AtlasLoot_Data["AtlasLootWBItems"] = {
|
||||||
EmptyInstance = {};
|
EmptyInstance = {};
|
||||||
Nerubian = {
|
Reaver = {
|
||||||
{ 51738, "", "=q4=Tunnel Field Carapace", "=ds=#s5#, #a2#", "10%" },
|
{ 81090, "", "=q4=", "", "1%" },
|
||||||
{ 51737, "", "=q4=Vestments of Eternal Autumn", "=ds=#s5#, #a2#", "10%" },
|
{ 51778, "", "=q4=", "", "3.85%" },
|
||||||
{ 51736, "", "=q4=Plauge-Infected Robe", "=ds=#s5#, #a1#", "10%" },
|
{ 51779, "", "=q4=", "", "3.85%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 51780, "", "=q4=", "", "3.85%" },
|
||||||
{ 51735, "", "=q4=", "=ds=#w12#", "10%" },
|
{ 51796, "", "=q4=", "", "3.85%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 51797, "", "=q4=", "", "3.85%" },
|
||||||
{ 51740, "", "=q4=", "=ds=#s1#, #a1#", "10%" },
|
{ 51799, "", "=q4=", "", "3.85%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 51800, "", "=q4=", "", "3.85%" },
|
||||||
{ 51734, "", "=q4=", "=ds=#s4#", "10%" },
|
{ 51798, "", "=q4=", "", "3.85%" },
|
||||||
{ 51733, "", "=q4=", "=ds=#s4#", "10%" },
|
{ 51782, "", "=q4=", "", "3.85%" },
|
||||||
{ 51732, "", "=q4=", "=ds=#s4#", "10%" },
|
{ 0, "", "", "", "" },
|
||||||
{ 51731, "", "=q4=", "=ds=#s4#", "10%" },
|
{ 51777, "", "=q4=", "", "3.85%" },
|
||||||
{ 51730, "", "=q4=", "=ds=#s4#", "10%" },
|
{ 51789, "", "=q4=", "", "3.85%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 51781, "", "=q4=", "", "3.85%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 51784, "", "=q4=", "", "3.85%" },
|
||||||
{ 12717, "", "=q4=", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340", "5%" },
|
{ 51788, "", "=q4=", "", "3.85%" },
|
||||||
{ 22388, "", "=q4=", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340", "5%" },
|
{ 51787, "", "=q4=", "", "3.85%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 51783, "", "=q4=", "", "3.85%" },
|
||||||
{ 51739, "", "=q3=", "=ds=#e15#", "100%" },
|
{ 51776, "", "=q4=", "", "3.85%" },
|
||||||
};
|
{ 0, "", "", "", "" },
|
||||||
Turtlhu = {
|
{ 51786, "", "=q4=", "", "3.85%" },
|
||||||
{ 20633, "INV_Shoulder_29", "=q4=Unnatural Leather Spaulders", "=ds=#s3#, #a2#", "4.76%" },
|
{ 51785, "", "=q4=", "", "3.85%" },
|
||||||
{ 20631, "INV_Boots_Cloth_05", "=q4=Mendicant's Slippers", "=ds=#s12#, #a1#", "4.76%" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20634, "INV_Boots_08", "=q4=Boots of Fright", "=ds=#s12#, #a2#", "4.76%" },
|
{ 51769, "", "=q4=", "", "3.85%" },
|
||||||
{ 20632, "INV_Jewelry_Ring_04", "=q4=Mindtear Band", "=ds=#s13#", "4.76%" },
|
{ 51770, "", "=q4=", "", "3.85%" },
|
||||||
{ 20577, "INV_Sword_44", "=q4=Nightmare Blade", "=ds=#h1#, #w10#", "4.767%" },
|
{ 51771, "", "=q4=", "", "3.85%" },
|
||||||
{ 20623, "INV_Helmet_17", "=q4=Circlet of Restless Dreams", "=ds=#s1#, #a2#", "4.76%" },
|
{ 51772, "", "=q4=", "", "3.85%" },
|
||||||
{ 20622, "INV_Jewelry_Necklace_18", "=q4=Dragonheart Necklace", "=ds=#s2#", "4.76%" },
|
{ 51773, "", "=q4=", "", "3.85%" },
|
||||||
{ 20624, "INV_Jewelry_Ring_38", "=q4=Ring of the Unliving", "=ds=#s13#", "4.76%" },
|
{ 51775, "", "=q4=", "", "3.85%" },
|
||||||
{ 20621, "INV_Boots_Chain_11", "=q4=Boots of the Endless Moor", "=ds=#s12#, #a3#", "4.76%" },
|
{ 51774, "", "=q4=", "", "3.85%" },
|
||||||
{ 20599, "INV_Weapon_Crossbow_11", "=q4=Polished Ironwood Crossbow", "=ds=#w3#", "4.763%" },
|
};
|
||||||
{ 20628, "INV_Helmet_43", "=q4=Deviate Growth Cap", "=ds=#s1#, #a2#", "4.76%" },
|
Nerubian = {
|
||||||
{ 20626, "INV_Bracer_07", "=q4=Black Bark Wristbands", "=ds=#s8#, #a1#", "4.76%" },
|
{ 51738, "", "=q4=Tunnel Field Carapace", "=ds=#s5#, #a2#", "10%" },
|
||||||
{ 20630, "INV_Gauntlets_29", "=q4=Gauntlets of the Shining Light", "=ds=#s9#, #a4#", "4.76%" },
|
{ 51737, "", "=q4=Vestments of Eternal Autumn", "=ds=#s5#, #a2#", "10%" },
|
||||||
{ 20625, "INV_Belt_15", "=q4=Belt of the Dark Bog", "=ds=#s10#, #a1#", "4.76%" },
|
{ 51736, "", "=q4=Plauge-Infected Robe", "=ds=#s5#, #a1#", "10%" },
|
||||||
{ 20627, "INV_Pants_Leather_11", "=q4=Dark Heart Pants", "=ds=#s11#, #a2#", "4.76%" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20629, "INV_Boots_Chain_08", "=q4=Malignant Footguards", "=ds=#s12#, #a3#", "4.76%" },
|
{ 51735, "", "=q4=", "=ds=#w12#", "10%" },
|
||||||
{ 20637, "INV_Shoulder_11", "=q4=Acid Inscribed Pauldrons", "=ds=#s3#, #a4#", "4.76%" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20635, "INV_Chest_Cloth_39", "=q4=Jade Inlaid Vestments", "=ds=#s5#, #a1#", "4.76%" },
|
{ 51740, "", "=q4=", "=ds=#s1#, #a1#", "10%" },
|
||||||
{ 20638, "INV_Pants_Mail_15", "=q4=Leggings of the Demented Mind", "=ds=#s11#, #a3#", "4.76%" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20639, "INV_Pants_Plate_05", "=q4=Strangely Glyphed Legplates", "=ds=#s11#, #a4#", "4.76%" },
|
{ 51734, "", "=q4=", "=ds=#s4#", "10%" },
|
||||||
{ 20636, "INV_Misc_Gem_Stone_01", "=q4=Hibernation Crystal", "=ds=#s14#", "4.76%" },
|
{ 51733, "", "=q4=", "=ds=#s4#", "10%" },
|
||||||
{ 20578, "INV_Weapon_ShortBlade_22", "=q4=Emerald Dragonfang", "=ds=#h1#, #w4#", "4.76%" },
|
{ 51732, "", "=q4=", "=ds=#s4#", "10%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 51731, "", "=q4=", "=ds=#s4#", "10%" },
|
||||||
{ 18665, "Spell_Shadow_UnholyFrenzy", "=q4=The Eye of Shadow", "=ds=#s14#", "3.50%" },
|
{ 51730, "", "=q4=", "=ds=#s4#", "10%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 50202, "INV_Egg_03", "=q3=Egg of Turtlhu", "=ds=#e15#", "100%" },
|
{ 0, "", "", "", "" },
|
||||||
{ 50203, "INV_Enchant_Dustsoul", "=q2=Corrupted Sand", "=ds=#e12#", "100%" },
|
{ 12717, "", "=q4=", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340", "5%" },
|
||||||
};
|
{ 22388, "", "=q4=", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340", "5%" },
|
||||||
KKazzak = {
|
{ 0, "", "", "", "" },
|
||||||
{ 18546, "INV_Helmet_18", "=q4=Infernal Headcage", "=ds=#s1#, #a3#", "9.39%" },
|
{ 51739, "", "=q3=", "=ds=#e15#", "100%" },
|
||||||
{ 17111, "INV_Jewelry_Talisman_01", "=q4=Blazefury Medallion", "=ds=#s2#", "10.95%" },
|
};
|
||||||
{ 18204, "INV_Misc_Cape_07", "=q4=Eskhandar's Pelt", "=ds=#s4#", "8.77%" },
|
Turtlhu = {
|
||||||
{ 19135, "INV_Bracer_07", "=q4=Blacklight Bracer", "=ds=#s8#, #a1#", "11.01%" },
|
{ 20633, "INV_Shoulder_29", "=q4=Unnatural Leather Spaulders", "=ds=#s3#, #a2#", "4.76%" },
|
||||||
{ 18544, "INV_Gauntlets_22", "=q4=Doomhide Gauntlets", "=ds=#s9#, #a2#", "10.05%" },
|
{ 20631, "INV_Boots_Cloth_05", "=q4=Mendicant's Slippers", "=ds=#s12#, #a1#", "4.76%" },
|
||||||
{ 19134, "INV_Belt_16", "=q4=Flayed Doomguard Belt", "=ds=#s10#, #a2#", "9.75%" },
|
{ 20634, "INV_Boots_08", "=q4=Boots of Fright", "=ds=#s12#, #a2#", "4.76%" },
|
||||||
{ 19133, "INV_Pants_06", "=q4=Fel Infused Leggings", "=ds=#s11#, #a1#", "8.63%" },
|
{ 20632, "INV_Jewelry_Ring_04", "=q4=Mindtear Band", "=ds=#s13#", "4.76%" },
|
||||||
{ 18543, "INV_Jewelry_Ring_20", "=q4=Ring of Entropy", "=ds=#s13#", "9.82%" },
|
{ 20577, "INV_Sword_44", "=q4=Nightmare Blade", "=ds=#h1#, #w10#", "4.767%" },
|
||||||
{ 17112, "INV_Hammer_05", "=q4=Empyrean Demolisher", "=ds=#h3#, #w6#", "10.84%" },
|
{ 20623, "INV_Helmet_17", "=q4=Circlet of Restless Dreams", "=ds=#s1#, #a2#", "4.76%" },
|
||||||
{ 17113, "INV_Staff_Goldfeathered_01", "=q4=Amberseal Keeper", "=ds=#w9#", "10.50%" },
|
{ 20622, "INV_Jewelry_Necklace_18", "=q4=Dragonheart Necklace", "=ds=#s2#", "4.76%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 20624, "INV_Jewelry_Ring_38", "=q4=Ring of the Unliving", "=ds=#s13#", "4.76%" },
|
||||||
{ 18665, "Spell_Shadow_UnholyFrenzy", "=q4=The Eye of Shadow", "=ds=#s14#", "29.98%" },
|
{ 20621, "INV_Boots_Chain_11", "=q4=Boots of the Endless Moor", "=ds=#s12#, #a3#", "4.76%" },
|
||||||
{ 18608, "INV_Staff_30", "=q4=Benediction", "=q1=#m4# =ds=#w9# =q9=#c5#" },
|
{ 20599, "INV_Weapon_Crossbow_11", "=q4=Polished Ironwood Crossbow", "=ds=#w3#", "4.763%" },
|
||||||
{ 18609, "INV_Staff_12", "=q4=Anathema", "=q1=#m4# =ds=#w9# =q9=#c5#" },
|
{ 20628, "INV_Helmet_43", "=q4=Deviate Growth Cap", "=ds=#s1#, #a2#", "4.76%" },
|
||||||
};
|
{ 20626, "INV_Bracer_07", "=q4=Black Bark Wristbands", "=ds=#s8#, #a1#", "4.76%" },
|
||||||
DTaerar = {
|
{ 20630, "INV_Gauntlets_29", "=q4=Gauntlets of the Shining Light", "=ds=#s9#, #a4#", "4.76%" },
|
||||||
{ 20633, "INV_Shoulder_29", "=q4=Unnatural Leather Spaulders", "=ds=#s3#, #a2#", "11.30%" },
|
{ 20625, "INV_Belt_15", "=q4=Belt of the Dark Bog", "=ds=#s10#, #a1#", "4.76%" },
|
||||||
{ 20631, "INV_Boots_Cloth_05", "=q4=Mendicant's Slippers", "=ds=#s12#, #a1#", "13.14%" },
|
{ 20627, "INV_Pants_Leather_11", "=q4=Dark Heart Pants", "=ds=#s11#, #a2#", "4.76%" },
|
||||||
{ 20634, "INV_Boots_08", "=q4=Boots of Fright", "=ds=#s12#, #a2#", "10.15%" },
|
{ 20629, "INV_Boots_Chain_08", "=q4=Malignant Footguards", "=ds=#s12#, #a3#", "4.76%" },
|
||||||
{ 20632, "INV_Jewelry_Ring_04", "=q4=Mindtear Band", "=ds=#s13#", "13.69%" },
|
{ 20637, "INV_Shoulder_11", "=q4=Acid Inscribed Pauldrons", "=ds=#s3#, #a4#", "4.76%" },
|
||||||
{ 20577, "INV_Sword_44", "=q4=Nightmare Blade", "=ds=#h1#, #w10#", "12.07%" },
|
{ 20635, "INV_Chest_Cloth_39", "=q4=Jade Inlaid Vestments", "=ds=#s5#, #a1#", "4.76%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 20638, "INV_Pants_Mail_15", "=q4=Leggings of the Demented Mind", "=ds=#s11#, #a3#", "4.76%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 20639, "INV_Pants_Plate_05", "=q4=Strangely Glyphed Legplates", "=ds=#s11#, #a4#", "4.76%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 20636, "INV_Misc_Gem_Stone_01", "=q4=Hibernation Crystal", "=ds=#s14#", "4.76%" },
|
||||||
{ 20579, "INV_Misc_Cape_17", "=q4=Green Dragonskin Cloak", "=ds=#s4# =q2=#m5#", "9.14%" },
|
{ 20578, "INV_Weapon_ShortBlade_22", "=q4=Emerald Dragonfang", "=ds=#h1#, #w4#", "4.76%" },
|
||||||
{ 20615, "INV_Bracer_15", "=q4=Dragonspur Wraps", "=ds=#s8#, #a2# =q2=#m5#", "8.83%" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20616, "INV_Bracer_14", "=q4=Dragonbone Wristguards", "=ds=#s8#, #a4# =q2=#m5#", "10.20%" },
|
{ 18665, "Spell_Shadow_UnholyFrenzy", "=q4=The Eye of Shadow", "=ds=#s14#", "3.50%" },
|
||||||
{ 20618, "INV_Gauntlets_17", "=q4=Gloves of Delusional Power", "=ds=#s9#, #a1# =q2=#m5#", "9.71%" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20617, "INV_Pants_Mail_08", "=q4=Ancient Corroded Leggings", "=ds=#s11#, #a3# =q2=#m5#", "9.80%" },
|
{ 50202, "INV_Egg_03", "=q3=Egg of Turtlhu", "=ds=#e15#", "100%" },
|
||||||
{ 20619, "INV_Boots_Plate_04", "=q4=Acid Inscribed Greaves", "=ds=#s12#, #a4# =q2=#m5#", "8.85%" },
|
{ 50203, "INV_Enchant_Dustsoul", "=q2=Corrupted Sand", "=ds=#e12#", "100%" },
|
||||||
{ 20582, "INV_Misc_Orb_01", "=q4=Trance Stone", "=ds=#s15# =q2=#m5#", "9.57%" },
|
};
|
||||||
{ 20644, "Spell_Shadow_Haunting", "=q4=Nightmare Engulfed Object", "=ds=#m2#", "100%" },
|
KKazzak = {
|
||||||
{ 20600, "INV_Jewelry_Ring_37", "=q4=Malfurion's Signet Ring", "=q1=#m4# =ds=#s13#" },
|
{ 18546, "INV_Helmet_18", "=q4=Infernal Headcage", "=ds=#s1#, #a3#", "9.39%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 17111, "INV_Jewelry_Talisman_01", "=q4=Blazefury Medallion", "=ds=#s2#", "10.95%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 18204, "INV_Misc_Cape_07", "=q4=Eskhandar's Pelt", "=ds=#s4#", "8.77%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 19135, "INV_Bracer_07", "=q4=Blacklight Bracer", "=ds=#s8#, #a1#", "11.01%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 18544, "INV_Gauntlets_22", "=q4=Doomhide Gauntlets", "=ds=#s9#, #a2#", "10.05%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 19134, "INV_Belt_16", "=q4=Flayed Doomguard Belt", "=ds=#s10#, #a2#", "9.75%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 19133, "INV_Pants_06", "=q4=Fel Infused Leggings", "=ds=#s11#, #a1#", "8.63%" },
|
||||||
{ 20580, "INV_Mace_20", "=q4=Hammer of Bestial Fury", "=ds=#h3#, #w6# =q2=#m5#", "8.93%" },
|
{ 18543, "INV_Jewelry_Ring_20", "=q4=Ring of Entropy", "=ds=#s13#", "9.82%" },
|
||||||
{ 20581, "INV_Staff_36", "=q4=Staff of Rampant Growth", "=ds=#w9# =q2=#m5#", "9.70%" },
|
{ 17112, "INV_Hammer_05", "=q4=Empyrean Demolisher", "=ds=#h3#, #w6#", "10.84%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 17113, "INV_Staff_Goldfeathered_01", "=q4=Amberseal Keeper", "=ds=#w9#", "10.50%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 18665, "Spell_Shadow_UnholyFrenzy", "=q4=The Eye of Shadow", "=ds=#s14#", "29.98%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 18608, "INV_Staff_30", "=q4=Benediction", "=q1=#m4# =ds=#w9# =q9=#c5#" },
|
||||||
{ 20381, "INV_Misc_MonsterScales_11", "=q2=Dreamscale", "=ds=#e12# =q5=Skinning (315)" },
|
{ 18609, "INV_Staff_12", "=q4=Anathema", "=q1=#m4# =ds=#w9# =q9=#c5#" },
|
||||||
};
|
};
|
||||||
DEmeriss = {
|
DTaerar = {
|
||||||
{ 20623, "INV_Helmet_17", "=q4=Circlet of Restless Dreams", "=ds=#s1#, #a2#", "10.51%" },
|
{ 20633, "INV_Shoulder_29", "=q4=Unnatural Leather Spaulders", "=ds=#s3#, #a2#", "11.30%" },
|
||||||
{ 20622, "INV_Jewelry_Necklace_18", "=q4=Dragonheart Necklace", "=ds=#s2#", "12.35%" },
|
{ 20631, "INV_Boots_Cloth_05", "=q4=Mendicant's Slippers", "=ds=#s12#, #a1#", "13.14%" },
|
||||||
{ 20624, "INV_Jewelry_Ring_38", "=q4=Ring of the Unliving", "=ds=#s13#", "13.23%" },
|
{ 20634, "INV_Boots_08", "=q4=Boots of Fright", "=ds=#s12#, #a2#", "10.15%" },
|
||||||
{ 20621, "INV_Boots_Chain_11", "=q4=Boots of the Endless Moor", "=ds=#s12#, #a3#", "10.24%" },
|
{ 20632, "INV_Jewelry_Ring_04", "=q4=Mindtear Band", "=ds=#s13#", "13.69%" },
|
||||||
{ 20599, "INV_Weapon_Crossbow_11", "=q4=Polished Ironwood Crossbow", "=ds=#w3#", "12.63%" },
|
{ 20577, "INV_Sword_44", "=q4=Nightmare Blade", "=ds=#h1#, #w10#", "12.07%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20579, "INV_Misc_Cape_17", "=q4=Green Dragonskin Cloak", "=ds=#s4# =q2=#m5#", "9.14%" },
|
{ 20579, "INV_Misc_Cape_17", "=q4=Green Dragonskin Cloak", "=ds=#s4# =q2=#m5#", "9.14%" },
|
||||||
{ 20615, "INV_Bracer_15", "=q4=Dragonspur Wraps", "=ds=#s8#, #a2# =q2=#m5#", "8.83%" },
|
{ 20615, "INV_Bracer_15", "=q4=Dragonspur Wraps", "=ds=#s8#, #a2# =q2=#m5#", "8.83%" },
|
||||||
{ 20616, "INV_Bracer_14", "=q4=Dragonbone Wristguards", "=ds=#s8#, #a4# =q2=#m5#", "10.20%" },
|
{ 20616, "INV_Bracer_14", "=q4=Dragonbone Wristguards", "=ds=#s8#, #a4# =q2=#m5#", "10.20%" },
|
||||||
{ 20618, "INV_Gauntlets_17", "=q4=Gloves of Delusional Power", "=ds=#s9#, #a1# =q2=#m5#", "9.71%" },
|
{ 20618, "INV_Gauntlets_17", "=q4=Gloves of Delusional Power", "=ds=#s9#, #a1# =q2=#m5#", "9.71%" },
|
||||||
{ 20617, "INV_Pants_Mail_08", "=q4=Ancient Corroded Leggings", "=ds=#s11#, #a3# =q2=#m5#", "9.80%" },
|
{ 20617, "INV_Pants_Mail_08", "=q4=Ancient Corroded Leggings", "=ds=#s11#, #a3# =q2=#m5#", "9.80%" },
|
||||||
{ 20619, "INV_Boots_Plate_04", "=q4=Acid Inscribed Greaves", "=ds=#s12#, #a4# =q2=#m5#", "8.85%" },
|
{ 20619, "INV_Boots_Plate_04", "=q4=Acid Inscribed Greaves", "=ds=#s12#, #a4# =q2=#m5#", "8.85%" },
|
||||||
{ 20582, "INV_Misc_Orb_01", "=q4=Trance Stone", "=ds=#s15# =q2=#m5#", "9.57%" },
|
{ 20582, "INV_Misc_Orb_01", "=q4=Trance Stone", "=ds=#s15# =q2=#m5#", "9.57%" },
|
||||||
{ 20644, "Spell_Shadow_Haunting", "=q4=Nightmare Engulfed Object", "=ds=#m2#", "100%" },
|
{ 20644, "Spell_Shadow_Haunting", "=q4=Nightmare Engulfed Object", "=ds=#m2#", "100%" },
|
||||||
{ 20600, "INV_Jewelry_Ring_37", "=q4=Malfurion's Signet Ring", "=q1=#m4# =ds=#s13#" },
|
{ 20600, "INV_Jewelry_Ring_37", "=q4=Malfurion's Signet Ring", "=q1=#m4# =ds=#s13#" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20580, "INV_Mace_20", "=q4=Hammer of Bestial Fury", "=ds=#h3#, #w6# =q2=#m5#", "8.93%" },
|
{ 20580, "INV_Mace_20", "=q4=Hammer of Bestial Fury", "=ds=#h3#, #w6# =q2=#m5#", "8.93%" },
|
||||||
{ 20581, "INV_Staff_36", "=q4=Staff of Rampant Growth", "=ds=#w9# =q2=#m5#", "9.70%" },
|
{ 20581, "INV_Staff_36", "=q4=Staff of Rampant Growth", "=ds=#w9# =q2=#m5#", "9.70%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20381, "INV_Misc_MonsterScales_11", "=q2=Dreamscale", "=ds=#e12# =q5=Skinning (315)" },
|
{ 20381, "INV_Misc_MonsterScales_11", "=q2=Dreamscale", "=ds=#e12# =q5=Skinning (315)" },
|
||||||
};
|
};
|
||||||
DLethon = {
|
DEmeriss = {
|
||||||
{ 20628, "INV_Helmet_43", "=q4=Deviate Growth Cap", "=ds=#s1#, #a2#", "15.80%" },
|
{ 20623, "INV_Helmet_17", "=q4=Circlet of Restless Dreams", "=ds=#s1#, #a2#", "10.51%" },
|
||||||
{ 20626, "INV_Bracer_07", "=q4=Black Bark Wristbands", "=ds=#s8#, #a1#", "9.44%" },
|
{ 20622, "INV_Jewelry_Necklace_18", "=q4=Dragonheart Necklace", "=ds=#s2#", "12.35%" },
|
||||||
{ 20630, "INV_Gauntlets_29", "=q4=Gauntlets of the Shining Light", "=ds=#s9#, #a4#", "8.19%" },
|
{ 20624, "INV_Jewelry_Ring_38", "=q4=Ring of the Unliving", "=ds=#s13#", "13.23%" },
|
||||||
{ 20625, "INV_Belt_15", "=q4=Belt of the Dark Bog", "=ds=#s10#, #a1#", "10.99%" },
|
{ 20621, "INV_Boots_Chain_11", "=q4=Boots of the Endless Moor", "=ds=#s12#, #a3#", "10.24%" },
|
||||||
{ 20627, "INV_Pants_Leather_11", "=q4=Dark Heart Pants", "=ds=#s11#, #a2#", "11.68%" },
|
{ 20599, "INV_Weapon_Crossbow_11", "=q4=Polished Ironwood Crossbow", "=ds=#w3#", "12.63%" },
|
||||||
{ 20629, "INV_Boots_Chain_08", "=q4=Malignant Footguards", "=ds=#s12#, #a3#", "4.46%" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20579, "INV_Misc_Cape_17", "=q4=Green Dragonskin Cloak", "=ds=#s4# =q2=#m5#", "9.14%" },
|
{ 20579, "INV_Misc_Cape_17", "=q4=Green Dragonskin Cloak", "=ds=#s4# =q2=#m5#", "9.14%" },
|
||||||
{ 20615, "INV_Bracer_15", "=q4=Dragonspur Wraps", "=ds=#s8#, #a2# =q2=#m5#", "8.83%" },
|
{ 20615, "INV_Bracer_15", "=q4=Dragonspur Wraps", "=ds=#s8#, #a2# =q2=#m5#", "8.83%" },
|
||||||
{ 20616, "INV_Bracer_14", "=q4=Dragonbone Wristguards", "=ds=#s8#, #a4# =q2=#m5#", "10.20%" },
|
{ 20616, "INV_Bracer_14", "=q4=Dragonbone Wristguards", "=ds=#s8#, #a4# =q2=#m5#", "10.20%" },
|
||||||
{ 20618, "INV_Gauntlets_17", "=q4=Gloves of Delusional Power", "=ds=#s9#, #a1# =q2=#m5#", "9.71%" },
|
{ 20618, "INV_Gauntlets_17", "=q4=Gloves of Delusional Power", "=ds=#s9#, #a1# =q2=#m5#", "9.71%" },
|
||||||
{ 20617, "INV_Pants_Mail_08", "=q4=Ancient Corroded Leggings", "=ds=#s11#, #a3# =q2=#m5#", "9.80%" },
|
{ 20617, "INV_Pants_Mail_08", "=q4=Ancient Corroded Leggings", "=ds=#s11#, #a3# =q2=#m5#", "9.80%" },
|
||||||
{ 20619, "INV_Boots_Plate_04", "=q4=Acid Inscribed Greaves", "=ds=#s12#, #a4# =q2=#m5#", "8.85%" },
|
{ 20619, "INV_Boots_Plate_04", "=q4=Acid Inscribed Greaves", "=ds=#s12#, #a4# =q2=#m5#", "8.85%" },
|
||||||
{ 20582, "INV_Misc_Orb_01", "=q4=Trance Stone", "=ds=#s15# =q2=#m5#", "9.57%" },
|
{ 20582, "INV_Misc_Orb_01", "=q4=Trance Stone", "=ds=#s15# =q2=#m5#", "9.57%" },
|
||||||
{ 20644, "Spell_Shadow_Haunting", "=q4=Nightmare Engulfed Object", "=ds=#m2#", "100%" },
|
{ 20644, "Spell_Shadow_Haunting", "=q4=Nightmare Engulfed Object", "=ds=#m2#", "100%" },
|
||||||
{ 20600, "INV_Jewelry_Ring_37", "=q4=Malfurion's Signet Ring", "=q1=#m4# =ds=#s13#" },
|
{ 20600, "INV_Jewelry_Ring_37", "=q4=Malfurion's Signet Ring", "=q1=#m4# =ds=#s13#" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20580, "INV_Mace_20", "=q4=Hammer of Bestial Fury", "=ds=#h3#, #w6# =q2=#m5#", "8.93%" },
|
{ 20580, "INV_Mace_20", "=q4=Hammer of Bestial Fury", "=ds=#h3#, #w6# =q2=#m5#", "8.93%" },
|
||||||
{ 20581, "INV_Staff_36", "=q4=Staff of Rampant Growth", "=ds=#w9# =q2=#m5#", "9.70%" },
|
{ 20581, "INV_Staff_36", "=q4=Staff of Rampant Growth", "=ds=#w9# =q2=#m5#", "9.70%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20381, "INV_Misc_MonsterScales_11", "=q2=Dreamscale", "=ds=#e12# =q5=Skinning (315)" },
|
{ 20381, "INV_Misc_MonsterScales_11", "=q2=Dreamscale", "=ds=#e12# =q5=Skinning (315)" },
|
||||||
};
|
};
|
||||||
DYsondre = {
|
DLethon = {
|
||||||
{ 20637, "INV_Shoulder_11", "=q4=Acid Inscribed Pauldrons", "=ds=#s3#, #a4#", "10.13%" },
|
{ 20628, "INV_Helmet_43", "=q4=Deviate Growth Cap", "=ds=#s1#, #a2#", "15.80%" },
|
||||||
{ 20635, "INV_Chest_Cloth_39", "=q4=Jade Inlaid Vestments", "=ds=#s5#, #a1#", "14.19%" },
|
{ 20626, "INV_Bracer_07", "=q4=Black Bark Wristbands", "=ds=#s8#, #a1#", "9.44%" },
|
||||||
{ 20638, "INV_Pants_Mail_15", "=q4=Leggings of the Demented Mind", "=ds=#s11#, #a3#", "3.66%" },
|
{ 20630, "INV_Gauntlets_29", "=q4=Gauntlets of the Shining Light", "=ds=#s9#, #a4#", "8.19%" },
|
||||||
{ 20639, "INV_Pants_Plate_05", "=q4=Strangely Glyphed Legplates", "=ds=#s11#, #a4#", "8.87%" },
|
{ 20625, "INV_Belt_15", "=q4=Belt of the Dark Bog", "=ds=#s10#, #a1#", "10.99%" },
|
||||||
{ 20636, "INV_Misc_Gem_Stone_01", "=q4=Hibernation Crystal", "=ds=#s14#", "12.75%" },
|
{ 20627, "INV_Pants_Leather_11", "=q4=Dark Heart Pants", "=ds=#s11#, #a2#", "11.68%" },
|
||||||
{ 20578, "INV_Weapon_ShortBlade_22", "=q4=Emerald Dragonfang", "=ds=#h1#, #w4#", "9.95%" },
|
{ 20629, "INV_Boots_Chain_08", "=q4=Malignant Footguards", "=ds=#s12#, #a3#", "4.46%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20579, "INV_Misc_Cape_17", "=q4=Green Dragonskin Cloak", "=ds=#s4# =q2=#m5#", "9.14%" },
|
{ 20579, "INV_Misc_Cape_17", "=q4=Green Dragonskin Cloak", "=ds=#s4# =q2=#m5#", "9.14%" },
|
||||||
{ 20615, "INV_Bracer_15", "=q4=Dragonspur Wraps", "=ds=#s8#, #a2# =q2=#m5#", "8.83%" },
|
{ 20615, "INV_Bracer_15", "=q4=Dragonspur Wraps", "=ds=#s8#, #a2# =q2=#m5#", "8.83%" },
|
||||||
{ 20616, "INV_Bracer_14", "=q4=Dragonbone Wristguards", "=ds=#s8#, #a4# =q2=#m5#", "10.20%" },
|
{ 20616, "INV_Bracer_14", "=q4=Dragonbone Wristguards", "=ds=#s8#, #a4# =q2=#m5#", "10.20%" },
|
||||||
{ 20618, "INV_Gauntlets_17", "=q4=Gloves of Delusional Power", "=ds=#s9#, #a1# =q2=#m5#", "9.71%" },
|
{ 20618, "INV_Gauntlets_17", "=q4=Gloves of Delusional Power", "=ds=#s9#, #a1# =q2=#m5#", "9.71%" },
|
||||||
{ 20617, "INV_Pants_Mail_08", "=q4=Ancient Corroded Leggings", "=ds=#s11#, #a3# =q2=#m5#", "9.80%" },
|
{ 20617, "INV_Pants_Mail_08", "=q4=Ancient Corroded Leggings", "=ds=#s11#, #a3# =q2=#m5#", "9.80%" },
|
||||||
{ 20619, "INV_Boots_Plate_04", "=q4=Acid Inscribed Greaves", "=ds=#s12#, #a4# =q2=#m5#", "8.85%" },
|
{ 20619, "INV_Boots_Plate_04", "=q4=Acid Inscribed Greaves", "=ds=#s12#, #a4# =q2=#m5#", "8.85%" },
|
||||||
{ 20582, "INV_Misc_Orb_01", "=q4=Trance Stone", "=ds=#s15# =q2=#m5#", "9.57%" },
|
{ 20582, "INV_Misc_Orb_01", "=q4=Trance Stone", "=ds=#s15# =q2=#m5#", "9.57%" },
|
||||||
{ 20644, "Spell_Shadow_Haunting", "=q4=Nightmare Engulfed Object", "=ds=#m2#", "100%" },
|
{ 20644, "Spell_Shadow_Haunting", "=q4=Nightmare Engulfed Object", "=ds=#m2#", "100%" },
|
||||||
{ 20600, "INV_Jewelry_Ring_37", "=q4=Malfurion's Signet Ring", "=q1=#m4# =ds=#s13#" },
|
{ 20600, "INV_Jewelry_Ring_37", "=q4=Malfurion's Signet Ring", "=q1=#m4# =ds=#s13#" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20580, "INV_Mace_20", "=q4=Hammer of Bestial Fury", "=ds=#h3#, #w6# =q2=#m5#", "8.93%" },
|
{ 20580, "INV_Mace_20", "=q4=Hammer of Bestial Fury", "=ds=#h3#, #w6# =q2=#m5#", "8.93%" },
|
||||||
{ 20581, "INV_Staff_36", "=q4=Staff of Rampant Growth", "=ds=#w9# =q2=#m5#", "9.70%" },
|
{ 20581, "INV_Staff_36", "=q4=Staff of Rampant Growth", "=ds=#w9# =q2=#m5#", "9.70%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 0, "", "", "", "" },
|
{ 0, "", "", "", "" },
|
||||||
{ 20381, "INV_Misc_MonsterScales_11", "=q2=Dreamscale", "=ds=#e12# =q5=Skinning (315)" },
|
{ 20381, "INV_Misc_MonsterScales_11", "=q2=Dreamscale", "=ds=#e12# =q5=Skinning (315)" },
|
||||||
};
|
};
|
||||||
DTrash = {
|
DYsondre = {
|
||||||
{ 21146, "Spell_Shadow_AntiMagicShell", "=q1=Fragment of the Nightmare's Corruption", "=ds=#m3#", "1%" },
|
{ 20637, "INV_Shoulder_11", "=q4=Acid Inscribed Pauldrons", "=ds=#s3#, #a4#", "10.13%" },
|
||||||
{ 21147, "Spell_Shadow_AntiMagicShell", "=q1=Fragment of the Nightmare's Corruption", "=ds=#m3#", "1%" },
|
{ 20635, "INV_Chest_Cloth_39", "=q4=Jade Inlaid Vestments", "=ds=#s5#, #a1#", "14.19%" },
|
||||||
{ 21148, "Spell_Shadow_AntiMagicShell", "=q1=Fragment of the Nightmare's Corruption", "=ds=#m3#", "1%" },
|
{ 20638, "INV_Pants_Mail_15", "=q4=Leggings of the Demented Mind", "=ds=#s11#, #a3#", "3.66%" },
|
||||||
{ 21149, "Spell_Shadow_AntiMagicShell", "=q1=Fragment of the Nightmare's Corruption", "=ds=#m3# =q7=#x71#", "100%" },
|
{ 20639, "INV_Pants_Plate_05", "=q4=Strangely Glyphed Legplates", "=ds=#s11#, #a4#", "8.87%" },
|
||||||
};
|
{ 20636, "INV_Misc_Gem_Stone_01", "=q4=Hibernation Crystal", "=ds=#s14#", "12.75%" },
|
||||||
AAzuregos = {
|
{ 20578, "INV_Weapon_ShortBlade_22", "=q4=Emerald Dragonfang", "=ds=#h1#, #w4#", "9.95%" },
|
||||||
{ 19132, "INV_Crown_01", "=q4=Crystal Adorned Crown", "=ds=#s1#, #a1#", "13.54%" },
|
{ 0, "", "", "", "" },
|
||||||
{ 18208, "INV_Misc_Cape_04", "=q4=Drape of Benediction", "=ds=#s4#", "11.22%" },
|
{ 0, "", "", "", "" },
|
||||||
{ 18541, "INV_Misc_Cape_06", "=q4=Puissant Cape", "=ds=#s4#", "11.71%" },
|
{ 20579, "INV_Misc_Cape_17", "=q4=Green Dragonskin Cloak", "=ds=#s4# =q2=#m5#", "9.14%" },
|
||||||
{ 18547, "INV_Belt_31", "=q4=Unmelting Ice Girdle", "=ds=#s10#, #a4#", "12.93%" },
|
{ 20615, "INV_Bracer_15", "=q4=Dragonspur Wraps", "=ds=#s8#, #a2# =q2=#m5#", "8.83%" },
|
||||||
{ 18545, "INV_Pants_08", "=q4=Leggings of Arcane Supremacy", "=ds=#s11#, #a1#", "16.39% " },
|
{ 20616, "INV_Bracer_14", "=q4=Dragonbone Wristguards", "=ds=#s8#, #a4# =q2=#m5#", "10.20%" },
|
||||||
{ 19131, "INV_Boots_Cloth_14", "=q4=Snowblind Shoes", "=ds=#s12#, #a1#", "12.23%" },
|
{ 20618, "INV_Gauntlets_17", "=q4=Gloves of Delusional Power", "=ds=#s9#, #a1# =q2=#m5#", "9.71%" },
|
||||||
{ 19130, "INV_Wand_01", "=q4=Cold Snap", "=ds=#w12#", "11.89%" },
|
{ 20617, "INV_Pants_Mail_08", "=q4=Ancient Corroded Leggings", "=ds=#s11#, #a3# =q2=#m5#", "9.80%" },
|
||||||
{ 17070, "INV_Weapon_ShortBlade_06", "=q4=Fang of the Mystics", "=ds=#h1#, #w4#", "13.64%" },
|
{ 20619, "INV_Boots_Plate_04", "=q4=Acid Inscribed Greaves", "=ds=#s12#, #a4# =q2=#m5#", "8.85%" },
|
||||||
{ 18202, "INV_Misc_MonsterClaw_04", "=q4=Eskhandar's Left Claw", "=ds=#h4#, #w13#", "11.76%" },
|
{ 20582, "INV_Misc_Orb_01", "=q4=Trance Stone", "=ds=#s15# =q2=#m5#", "9.57%" },
|
||||||
{ 18542, "INV_Sword_41", "=q4=Typhoon", "=ds=#h2#, #w10#", "16.89%" },
|
{ 20644, "Spell_Shadow_Haunting", "=q4=Nightmare Engulfed Object", "=ds=#m2#", "100%" },
|
||||||
{ 0, "", "", "", "" },
|
{ 20600, "INV_Jewelry_Ring_37", "=q4=Malfurion's Signet Ring", "=q1=#m4# =ds=#s13#" },
|
||||||
{ 18704, "INV_Misc_Bandage_04", "=q4=Mature Blue Dragon Sinew", "=ds=#m3#", "51.56%" },
|
{ 0, "", "", "", "" },
|
||||||
{ 18714, "INV_Misc_Quiver_03", "=q4=Ancient Sinew Wrapped Lamina", "=q1=#m4# =ds=#m12# #e9# =q14=#c2#" },
|
{ 0, "", "", "", "" },
|
||||||
};
|
{ 0, "", "", "", "" },
|
||||||
ASpiritA = {
|
{ 0, "", "", "", "" },
|
||||||
{ 20949, "INV_Letter_16", "=q1=Magical Ledger", "=ds=#m2#", "" },
|
{ 0, "", "", "", "" },
|
||||||
};
|
{ 0, "", "", "", "" },
|
||||||
|
{ 20580, "INV_Mace_20", "=q4=Hammer of Bestial Fury", "=ds=#h3#, #w6# =q2=#m5#", "8.93%" },
|
||||||
|
{ 20581, "INV_Staff_36", "=q4=Staff of Rampant Growth", "=ds=#w9# =q2=#m5#", "9.70%" },
|
||||||
|
{ 0, "", "", "", "" },
|
||||||
|
{ 0, "", "", "", "" },
|
||||||
|
{ 0, "", "", "", "" },
|
||||||
|
{ 0, "", "", "", "" },
|
||||||
|
{ 20381, "INV_Misc_MonsterScales_11", "=q2=Dreamscale", "=ds=#e12# =q5=Skinning (315)" },
|
||||||
|
};
|
||||||
|
DTrash = {
|
||||||
|
{ 21146, "Spell_Shadow_AntiMagicShell", "=q1=Fragment of the Nightmare's Corruption", "=ds=#m3#", "1%" },
|
||||||
|
{ 21147, "Spell_Shadow_AntiMagicShell", "=q1=Fragment of the Nightmare's Corruption", "=ds=#m3#", "1%" },
|
||||||
|
{ 21148, "Spell_Shadow_AntiMagicShell", "=q1=Fragment of the Nightmare's Corruption", "=ds=#m3#", "1%" },
|
||||||
|
{ 21149, "Spell_Shadow_AntiMagicShell", "=q1=Fragment of the Nightmare's Corruption", "=ds=#m3# =q7=#x71#", "100%" },
|
||||||
|
};
|
||||||
|
AAzuregos = {
|
||||||
|
{ 19132, "INV_Crown_01", "=q4=Crystal Adorned Crown", "=ds=#s1#, #a1#", "13.54%" },
|
||||||
|
{ 18208, "INV_Misc_Cape_04", "=q4=Drape of Benediction", "=ds=#s4#", "11.22%" },
|
||||||
|
{ 18541, "INV_Misc_Cape_06", "=q4=Puissant Cape", "=ds=#s4#", "11.71%" },
|
||||||
|
{ 18547, "INV_Belt_31", "=q4=Unmelting Ice Girdle", "=ds=#s10#, #a4#", "12.93%" },
|
||||||
|
{ 18545, "INV_Pants_08", "=q4=Leggings of Arcane Supremacy", "=ds=#s11#, #a1#", "16.39% " },
|
||||||
|
{ 19131, "INV_Boots_Cloth_14", "=q4=Snowblind Shoes", "=ds=#s12#, #a1#", "12.23%" },
|
||||||
|
{ 19130, "INV_Wand_01", "=q4=Cold Snap", "=ds=#w12#", "11.89%" },
|
||||||
|
{ 17070, "INV_Weapon_ShortBlade_06", "=q4=Fang of the Mystics", "=ds=#h1#, #w4#", "13.64%" },
|
||||||
|
{ 18202, "INV_Misc_MonsterClaw_04", "=q4=Eskhandar's Left Claw", "=ds=#h4#, #w13#", "11.76%" },
|
||||||
|
{ 18542, "INV_Sword_41", "=q4=Typhoon", "=ds=#h2#, #w10#", "16.89%" },
|
||||||
|
{ 0, "", "", "", "" },
|
||||||
|
{ 18704, "INV_Misc_Bandage_04", "=q4=Mature Blue Dragon Sinew", "=ds=#m3#", "51.56%" },
|
||||||
|
{ 18714, "INV_Misc_Quiver_03", "=q4=Ancient Sinew Wrapped Lamina", "=q1=#m4# =ds=#m12# #e9# =q14=#c2#" },
|
||||||
|
};
|
||||||
|
ASpiritA = {
|
||||||
|
{ 20949, "INV_Letter_16", "=q1=Magical Ledger", "=ds=#m2#", "" },
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user