1.0.8 Update

* Fixed MC Trash Loot Layout
* Added level 10 green weapons to High Elves and Raventusk Trolls
* Added missing item to Razorlash, Mara
* Added Dalaran Quartermaster
* Added Robe of Sacrifice
* Added new loot to the Dragons of Nightmare
* Fixed Mageweave Bag pattern
* Added missing Red Dragonscale to Leatherworking
* Added Stormscale Leggings
* Added Dragonscale Leggings
* Added Verdant Dreamer's Breastplate
This commit is contained in:
Lexie
2023-02-28 11:39:57 +11:00
parent 3b1313c158
commit 901703a2da
11 changed files with 258 additions and 71 deletions
+24 -2
View File
@@ -493,6 +493,12 @@ AtlasLoot_Data["AtlasLootRepItems"] = {
Helf3 = {
{ 0, "INV_Staff_13", "=q2=Weapons", "" },
{ 80502, "", "=q1=", "" },
{ 80504, "", "=q1=", "" },
{ 80501, "", "=q1=", "" },
{ 80500, "", "=q1=", "" },
{ 80503, "", "=q1=", "" },
{ 0, "", "", "" },
{ 80529, "", "=q2=", "" },
{ 80530, "", "=q2=", "" },
{ 80531, "", "=q2=", "" },
@@ -507,7 +513,6 @@ AtlasLoot_Data["AtlasLootRepItems"] = {
{ 80540, "", "=q2=", "" },
{ 80541, "", "=q2=", "" },
{ 80542, "", "=q2=", "" },
{ 0, "", "", "" },
{ 80543, "", "=q2=", "" },
{ 80544, "", "=q2=", "" },
{ 80545, "", "=q2=", "" },
@@ -568,6 +573,12 @@ AtlasLoot_Data["AtlasLootRepItems"] = {
};
Revantusk3 = {
{ 0, "INV_Misc_Head_Troll_01", "=q2=Weapons", "" },
{ 80602, "", "=q1=", "" },
{ 80601, "", "=q1=", "" },
{ 80600, "", "=q1=", "" },
{ 80603, "", "=q1=", "" },
{ 80604, "", "=q1=", "" },
{ 0, "", "", "" },
{ 80629, "", "=q2=", "" },
{ 80630, "", "=q2=", "" },
{ 80631, "", "=q2=", "" },
@@ -582,7 +593,6 @@ AtlasLoot_Data["AtlasLootRepItems"] = {
{ 80640, "", "=q2=", "" },
{ 80641, "", "=q2=", "" },
{ 80642, "", "=q2=", "" },
{ 0, "", "", "" },
{ 80643, "", "=q2=", "" },
{ 80644, "", "=q2=", "" },
{ 80645, "", "=q2=", "" },
@@ -685,4 +695,16 @@ AtlasLoot_Data["AtlasLootRepItems"] = {
{ 81237, "", "=q2=", "" },
{ 80308, "", "=q2=", "" },
};
Dalaran = {
{ 0, "INV_Staff_13", "=q2=Revered", "" },
{ 60728, "", "=q2=", "" },
{ 60730, "", "=q2=", "" },
{ 60727, "", "=q2=", "" },
{ 60729, "", "=q2=", "" },
{ 60729, "", "=q2=", "" },
{ 0, "", "", "" },
{ 0, "INV_Staff_13", "=q3=Exalted", "" },
{ 60724, "", "=q2=", "" },
{ 60725, "", "=q2=", "" },
};
};