1.18 content
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
## Interface: 11200
|
## Interface: 11200
|
||||||
## Title: AtlasLoot |cff7fff7f TurtleWOW|r
|
## Title: AtlasLoot |cff7fff7f TurtleWOW|r
|
||||||
## Notes: Shows possible loot from dungeon bosses and other sources.
|
## Notes: Shows possible loot from dungeon bosses and other sources.
|
||||||
## Author: Otari (overhaul/revamp, menu changes, bugfixes/updates), Lexie (Turtle WoW fixes/updates), Pepopo, MarcelineVQ (Kara40 loot)
|
## Author: Otari (overhaul/revamp, menu changes, bugfixes/updates), Lexie (Turtle WoW fixes/updates), Pepopo, MarcelineVQ (Kara40 loot), Shagu
|
||||||
## 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.9
|
## Version: 3.1.9
|
||||||
## SavedVariablesPerCharacter: AtlasLootCharDB
|
## SavedVariablesPerCharacter: AtlasLootCharDB
|
||||||
|
|||||||
+16
-4
@@ -1406,17 +1406,23 @@ function AtlasLoot_ShowItemsFrame(dataID, dataSource, boss, pFrame)
|
|||||||
if tablebase.Next_Page then
|
if tablebase.Next_Page then
|
||||||
AtlasLootItemsFrame_NEXT:Show();
|
AtlasLootItemsFrame_NEXT:Show();
|
||||||
AtlasLootItemsFrame_NEXT.lootpage = tablebase.Next_Page;
|
AtlasLootItemsFrame_NEXT.lootpage = tablebase.Next_Page;
|
||||||
AtlasLootItemsFrame_NEXT.title = tablebase.Next_Title;
|
if AtlasLoot_ButtonRegistry[tablebase.Next_Page] then
|
||||||
|
AtlasLootItemsFrame_NEXT.title = AtlasLoot_ButtonRegistry[tablebase.Next_Page].Title;
|
||||||
|
end
|
||||||
end
|
end
|
||||||
if tablebase.Prev_Page then
|
if tablebase.Prev_Page then
|
||||||
AtlasLootItemsFrame_PREV:Show();
|
AtlasLootItemsFrame_PREV:Show();
|
||||||
AtlasLootItemsFrame_PREV.lootpage = tablebase.Prev_Page;
|
AtlasLootItemsFrame_PREV.lootpage = tablebase.Prev_Page;
|
||||||
AtlasLootItemsFrame_PREV.title = tablebase.Prev_Title;
|
if AtlasLoot_ButtonRegistry[tablebase.Prev_Page] then
|
||||||
|
AtlasLootItemsFrame_PREV.title = AtlasLoot_ButtonRegistry[tablebase.Prev_Page].Title;
|
||||||
|
end
|
||||||
end
|
end
|
||||||
if tablebase.Back_Page then
|
if tablebase.Back_Page then
|
||||||
AtlasLootItemsFrame_BACK:Show();
|
AtlasLootItemsFrame_BACK:Show();
|
||||||
AtlasLootItemsFrame_BACK.lootpage = tablebase.Back_Page;
|
AtlasLootItemsFrame_BACK.lootpage = tablebase.Back_Page;
|
||||||
AtlasLootItemsFrame_BACK.title = tablebase.Back_Title;
|
if AtlasLoot_ButtonRegistry[tablebase.Back_Page] then
|
||||||
|
AtlasLootItemsFrame_BACK.title = AtlasLoot_ButtonRegistry[tablebase.Back_Page].Title;
|
||||||
|
end
|
||||||
--Hide navigation buttons if we click Quicklooks in Atlas
|
--Hide navigation buttons if we click Quicklooks in Atlas
|
||||||
if AtlasFrame and AtlasFrame:IsVisible() then
|
if AtlasFrame and AtlasFrame:IsVisible() then
|
||||||
if this.sourcePage then
|
if this.sourcePage then
|
||||||
@@ -2679,6 +2685,7 @@ AtlasLoot_HewdropDown_SubTables = {
|
|||||||
{ AL["Lady Sarevess"], "BFDLadySarevess" },
|
{ AL["Lady Sarevess"], "BFDLadySarevess" },
|
||||||
{ AL["Gelihast"], "BFDGelihast" },
|
{ AL["Gelihast"], "BFDGelihast" },
|
||||||
{ AL["Baron Aquanis"], "BFDBaronAquanis" },
|
{ AL["Baron Aquanis"], "BFDBaronAquanis" },
|
||||||
|
{ AL["Velthelaxx the Defiler"], "BFDVelthelaxx"},
|
||||||
{ AL["Twilight Lord Kelris"], "BFDTwilightLordKelris" },
|
{ AL["Twilight Lord Kelris"], "BFDTwilightLordKelris" },
|
||||||
{ AL["Old Serra'kis"], "BFDOldSerrakis" },
|
{ AL["Old Serra'kis"], "BFDOldSerrakis" },
|
||||||
{ AL["Aku'mai"], "BFDAkumai" },
|
{ AL["Aku'mai"], "BFDAkumai" },
|
||||||
@@ -2747,6 +2754,7 @@ AtlasLoot_HewdropDown_SubTables = {
|
|||||||
{ AL["Plaguemaw the Rotting"], "RFDPlaguemaw" },
|
{ AL["Plaguemaw the Rotting"], "RFDPlaguemaw" },
|
||||||
{ AL["Mordresh Fire Eye"], "RFDMordreshFireEye" },
|
{ AL["Mordresh Fire Eye"], "RFDMordreshFireEye" },
|
||||||
{ AL["Glutton"], "RFDGlutton" },
|
{ AL["Glutton"], "RFDGlutton" },
|
||||||
|
{ AL["Death Prophet Rakameg"], "RFDDeathProphet" },
|
||||||
{ AL["Ragglesnout"].." ("..AL["Rare"]..")", "RFDRagglesnout" },
|
{ AL["Ragglesnout"].." ("..AL["Rare"]..")", "RFDRagglesnout" },
|
||||||
{ AL["Amnennar the Coldbringer"], "RFDAmnennar" },
|
{ AL["Amnennar the Coldbringer"], "RFDAmnennar" },
|
||||||
{ AL["Trash Mobs"], "RFDTrash" },
|
{ AL["Trash Mobs"], "RFDTrash" },
|
||||||
@@ -2760,12 +2768,13 @@ AtlasLoot_HewdropDown_SubTables = {
|
|||||||
{ AL["Blind Hunter"].." ("..AL["Rare"]..")", "RFKBlindHunter" },
|
{ AL["Blind Hunter"].." ("..AL["Rare"]..")", "RFKBlindHunter" },
|
||||||
{ AL["Charlga Razorflank"], "RFKCharlgaRazorflank" },
|
{ AL["Charlga Razorflank"], "RFKCharlgaRazorflank" },
|
||||||
{ AL["Earthcaller Halmgar"].." ("..AL["Rare"]..")", "RFKEarthcallerHalmgar" },
|
{ AL["Earthcaller Halmgar"].." ("..AL["Rare"]..")", "RFKEarthcallerHalmgar" },
|
||||||
|
{ AL["Rotthorn"], "RFKRotthorn" },
|
||||||
{ AL["Trash Mobs"], "RFKTrash" },
|
{ AL["Trash Mobs"], "RFKTrash" },
|
||||||
},
|
},
|
||||||
["RuinsofAQ"] = {
|
["RuinsofAQ"] = {
|
||||||
{ AL["Kurinnaxx"], "AQ20Kurinnaxx" },
|
{ AL["Kurinnaxx"], "AQ20Kurinnaxx" },
|
||||||
{ AL["Lieutenant General Andorov"], "AQ20Andorov" },
|
{ AL["Lieutenant General Andorov"], "AQ20Andorov" },
|
||||||
{ AtlasLoot_TableNames["AQ20CAPTAIN"][1], "AQ20CAPTAIN" },
|
{ AL["Rajaxx's Captains"], "AQ20CAPTAIN" },
|
||||||
{ AL["General Rajaxx"], "AQ20Rajaxx" },
|
{ AL["General Rajaxx"], "AQ20Rajaxx" },
|
||||||
{ AL["Moam"], "AQ20Moam" },
|
{ AL["Moam"], "AQ20Moam" },
|
||||||
{ AL["Buru the Gorger"], "AQ20Buru" },
|
{ AL["Buru the Gorger"], "AQ20Buru" },
|
||||||
@@ -2786,6 +2795,7 @@ AtlasLoot_HewdropDown_SubTables = {
|
|||||||
{ AL["Ouro"], "AQ40Ouro" },
|
{ AL["Ouro"], "AQ40Ouro" },
|
||||||
{ AL["C'Thun"], "AQ40CThun" },
|
{ AL["C'Thun"], "AQ40CThun" },
|
||||||
{ AL["Trash Mobs"], "AQ40Trash1" },
|
{ AL["Trash Mobs"], "AQ40Trash1" },
|
||||||
|
{ AL["Trash Mobs"], "AQ40Trash2" },
|
||||||
{ AL["AQ Enchants"], "AQEnchants" },
|
{ AL["AQ Enchants"], "AQEnchants" },
|
||||||
{ AL["AQ Opening Quest Chain"], "AQOpening" },
|
{ AL["AQ Opening Quest Chain"], "AQOpening" },
|
||||||
},
|
},
|
||||||
@@ -2811,6 +2821,8 @@ AtlasLoot_HewdropDown_SubTables = {
|
|||||||
{ AL["Zerillis"].." ("..AL["Rare"]..")", "ZFZerillis" },
|
{ AL["Zerillis"].." ("..AL["Rare"]..")", "ZFZerillis" },
|
||||||
{ AL["Gahz'rilla"], "ZFGahzrilla" },
|
{ AL["Gahz'rilla"], "ZFGahzrilla" },
|
||||||
{ AL["Chief Ukorz Sandscalp"], "ZFChiefUkorzSandscalp" },
|
{ AL["Chief Ukorz Sandscalp"], "ZFChiefUkorzSandscalp" },
|
||||||
|
{ AL["Zel'jeb the Ancient"], "ZFZeljeb" },
|
||||||
|
{ AL["Champion Razjal the Quick"], "ZFChampion" },
|
||||||
{ AL["Trash Mobs"], "ZFTrash" },
|
{ AL["Trash Mobs"], "ZFTrash" },
|
||||||
},
|
},
|
||||||
["EmeraldSanctum"] = {
|
["EmeraldSanctum"] = {
|
||||||
|
|||||||
+653
-2625
File diff suppressed because it is too large
Load Diff
@@ -7235,4 +7235,159 @@ AtlasLoot_Data["AtlasLootSources"] = {
|
|||||||
[92020] = AL["Azshara"].." - "..AL["Cla'ckora"].." (5%)",
|
[92020] = AL["Azshara"].." - "..AL["Cla'ckora"].." (5%)",
|
||||||
[92080] = AL["Molten Core"].." - "..AL["Ragnaros"],
|
[92080] = AL["Molten Core"].." - "..AL["Ragnaros"],
|
||||||
[92082] = AL["Upper Karazhan Halls"].." - "..AL["Mephistroth"].." (100%)",
|
[92082] = AL["Upper Karazhan Halls"].." - "..AL["Mephistroth"].." (100%)",
|
||||||
|
|
||||||
|
[41571] = AL["Dragonmaw Retreat"].." - "..AL["Gowlfang"].." (20%)",
|
||||||
|
[41572] = AL["Dragonmaw Retreat"].." - "..AL["Gowlfang"].." (20%)",
|
||||||
|
[41573] = AL["Dragonmaw Retreat"].." - "..AL["Gowlfang"].." (20%)",
|
||||||
|
[41574] = AL["Dragonmaw Retreat"].." - "..AL["Gowlfang"].." (20%)",
|
||||||
|
[41575] = AL["Dragonmaw Retreat"].." - "..AL["Gowlfang"].." (20%)",
|
||||||
|
[41829] = AL["Dragonmaw Retreat"].." - "..AL["Gowlfang"].." (100%)",
|
||||||
|
[58039] = AL["Dragonmaw Retreat"].." - "..AL["Cavernweb Broodmother"].." (20%)",
|
||||||
|
[58043] = AL["Dragonmaw Retreat"].." - "..AL["Cavernweb Broodmother"].." (20%)",
|
||||||
|
[58042] = AL["Dragonmaw Retreat"].." - "..AL["Cavernweb Broodmother"].." (20%)",
|
||||||
|
[58041] = AL["Dragonmaw Retreat"].." - "..AL["Cavernweb Broodmother"].." (20%)",
|
||||||
|
[58040] = AL["Dragonmaw Retreat"].." - "..AL["Cavernweb Broodmother"].." (20%)",
|
||||||
|
[41834] = AL["Dragonmaw Retreat"].." - "..AL["Cavernweb Broodmother"].." (100%)",
|
||||||
|
[41566] = AL["Dragonmaw Retreat"].." - "..AL["Web Master Torkon"].." (20%)",
|
||||||
|
[41568] = AL["Dragonmaw Retreat"].." - "..AL["Web Master Torkon"].." (20%)",
|
||||||
|
[41567] = AL["Dragonmaw Retreat"].." - "..AL["Web Master Torkon"].." (20%)",
|
||||||
|
[41569] = AL["Dragonmaw Retreat"].." - "..AL["Web Master Torkon"].." (20%)",
|
||||||
|
[41570] = AL["Dragonmaw Retreat"].." - "..AL["Web Master Torkon"].." (20%)",
|
||||||
|
[41578] = AL["Dragonmaw Retreat"].." - "..AL["Garlok Flamekeeper"].." (25%)",
|
||||||
|
[41579] = AL["Dragonmaw Retreat"].." - "..AL["Garlok Flamekeeper"].." (25%)",
|
||||||
|
[41580] = AL["Dragonmaw Retreat"].." - "..AL["Garlok Flamekeeper"].." (25%)",
|
||||||
|
[41581] = AL["Dragonmaw Retreat"].." - "..AL["Garlok Flamekeeper"].." (25%)",
|
||||||
|
[58044] = AL["Dragonmaw Retreat"].." - "..AL["Halgan Redbrand"].." (25%)",
|
||||||
|
[58046] = AL["Dragonmaw Retreat"].." - "..AL["Halgan Redbrand"].." (25%)",
|
||||||
|
[58047] = AL["Dragonmaw Retreat"].." - "..AL["Halgan Redbrand"].." (25%)",
|
||||||
|
[58045] = AL["Dragonmaw Retreat"].." - "..AL["Halgan Redbrand"].." (25%)",
|
||||||
|
[41721] = AL["Dragonmaw Retreat"].." - "..AL["Elder Hollowblood"].." (25%)",
|
||||||
|
[41722] = AL["Dragonmaw Retreat"].." - "..AL["Elder Hollowblood"].." (25%)",
|
||||||
|
[41720] = AL["Dragonmaw Retreat"].." - "..AL["Elder Hollowblood"].." (25%)",
|
||||||
|
[41723] = AL["Dragonmaw Retreat"].." - "..AL["Elder Hollowblood"].." (25%)",
|
||||||
|
[41561] = AL["Dragonmaw Retreat"].." - "..AL["Searistrasz"].." (20%)",
|
||||||
|
[41562] = AL["Dragonmaw Retreat"].." - "..AL["Searistrasz"].." (20%)",
|
||||||
|
[41563] = AL["Dragonmaw Retreat"].." - "..AL["Searistrasz"].." (20%)",
|
||||||
|
[41564] = AL["Dragonmaw Retreat"].." - "..AL["Searistrasz"].." (20%)",
|
||||||
|
[41565] = AL["Dragonmaw Retreat"].." - "..AL["Searistrasz"].." (20%)",
|
||||||
|
[58099] = AL["Dragonmaw Retreat"].." - "..AL["Zuluhed the Whacked"].." (20%)",
|
||||||
|
[41846] = AL["Dragonmaw Retreat"].." - "..AL["Zuluhed the Whacked"].." (20%)",
|
||||||
|
[41847] = AL["Dragonmaw Retreat"].." - "..AL["Zuluhed the Whacked"].." (20%)",
|
||||||
|
[41845] = AL["Dragonmaw Retreat"].." - "..AL["Zuluhed the Whacked"].." (20%)",
|
||||||
|
[41848] = AL["Dragonmaw Retreat"].." - "..AL["Zuluhed the Whacked"].." (20%)",
|
||||||
|
[41895] = AL["Dragonmaw Retreat"].." - "..AL["Zuluhed the Whacked"].." (1.5%)",
|
||||||
|
[69] = AL["Dragonmaw Retreat"].." - "..AL["Zuluhed the Whacked"].." (4.5%)",
|
||||||
|
[71] = AL["Dragonmaw Retreat"].." - "..AL["Zuluhed the Whacked"].." (4.5%)",
|
||||||
|
[41981] = AL["Dragonmaw Retreat"].." - "..AL["Zuluhed the Whacked"].." (100%)",
|
||||||
|
[41711] = AL["Dragonmaw Retreat"].." - "..AL["Zuluhed the Whacked"].." (100%)",
|
||||||
|
|
||||||
|
[58135] = AL["Stormwrought Ruins"].." - "..AL["Oronok Torn-Heart"].." (25%)",
|
||||||
|
[58137] = AL["Stormwrought Ruins"].." - "..AL["Oronok Torn-Heart"].." (25%)",
|
||||||
|
[58136] = AL["Stormwrought Ruins"].." - "..AL["Oronok Torn-Heart"].." (25%)",
|
||||||
|
[58177] = AL["Stormwrought Ruins"].." - "..AL["Oronok Torn-Heart"].." (25%)",
|
||||||
|
[41797] = AL["Stormwrought Ruins"].." - "..AL["Oronok Torn-Heart"].." (100%)",
|
||||||
|
[58133] = AL["Stormwrought Ruins"].." - "..AL["Dagar the Glutton"].." (25%)",
|
||||||
|
[58176] = AL["Stormwrought Ruins"].." - "..AL["Dagar the Glutton"].." (25%)",
|
||||||
|
[58132] = AL["Stormwrought Ruins"].." - "..AL["Dagar the Glutton"].." (25%)",
|
||||||
|
[58130] = AL["Stormwrought Ruins"].." - "..AL["Dagar the Glutton"].." (25%)",
|
||||||
|
[58143] = AL["Stormwrought Ruins"].." - "..AL["Duke Balor the IV"].." (25%)",
|
||||||
|
[58144] = AL["Stormwrought Ruins"].." - "..AL["Duke Balor the IV"].." (25%)",
|
||||||
|
[58145] = AL["Stormwrought Ruins"].." - "..AL["Duke Balor the IV"].." (25%)",
|
||||||
|
[58142] = AL["Stormwrought Ruins"].." - "..AL["Duke Balor the IV"].." (25%)",
|
||||||
|
[41921] = AL["Stormwrought Ruins"].." - "..AL["Duke Balor the IV"].." (100%)",
|
||||||
|
[41857] = AL["Stormwrought Ruins"].." - "..AL["Duke Balor the IV"].." (100%)",
|
||||||
|
[41937] = AL["Stormwrought Ruins"].." - "..AL["Duke Balor the IV"].." (100%)",
|
||||||
|
[58139] = AL["Stormwrought Ruins"].." - "..AL["Librarian Theodorus"].." (25%)",
|
||||||
|
[58138] = AL["Stormwrought Ruins"].." - "..AL["Librarian Theodorus"].." (25%)",
|
||||||
|
[58141] = AL["Stormwrought Ruins"].." - "..AL["Librarian Theodorus"].." (25%)",
|
||||||
|
[58140] = AL["Stormwrought Ruins"].." - "..AL["Librarian Theodorus"].." (25%)",
|
||||||
|
[41940] = AL["Stormwrought Ruins"].." - "..AL["Librarian Theodorus"].." (100%)",
|
||||||
|
[58146] = AL["Stormwrought Ruins"].." - "..AL["Chieftain Stormsong"].." (25%)",
|
||||||
|
[58147] = AL["Stormwrought Ruins"].." - "..AL["Chieftain Stormsong"].." (25%)",
|
||||||
|
[58148] = AL["Stormwrought Ruins"].." - "..AL["Chieftain Stormsong"].." (25%)",
|
||||||
|
[58149] = AL["Stormwrought Ruins"].." - "..AL["Chieftain Stormsong"].." (25%)",
|
||||||
|
[75] = AL["Stormwrought Ruins"].." - "..AL["Chieftain Stormsong"].." (6%)",
|
||||||
|
[58150] = AL["Stormwrought Ruins"].." - "..AL["Deathlord Tidebane"].." (25%)",
|
||||||
|
[58151] = AL["Stormwrought Ruins"].." - "..AL["Deathlord Tidebane"].." (25%)",
|
||||||
|
[58152] = AL["Stormwrought Ruins"].." - "..AL["Deathlord Tidebane"].." (25%)",
|
||||||
|
[58153] = AL["Stormwrought Ruins"].." - "..AL["Deathlord Tidebane"].." (25%)",
|
||||||
|
[24] = AL["Stormwrought Ruins"].." - "..AL["Deathlord Tidebane"].." (6%)",
|
||||||
|
[70] = AL["Stormwrought Ruins"].." - "..AL["Deathlord Tidebane"].." (6%)",
|
||||||
|
[58183] = AL["Stormwrought Ruins"].." - "..AL["Subjugator Halthas Shadecrest"].." (25%)",
|
||||||
|
[58186] = AL["Stormwrought Ruins"].." - "..AL["Subjugator Halthas Shadecrest"].." (25%)",
|
||||||
|
[58185] = AL["Stormwrought Ruins"].." - "..AL["Subjugator Halthas Shadecrest"].." (25%)",
|
||||||
|
[58184] = AL["Stormwrought Ruins"].." - "..AL["Subjugator Halthas Shadecrest"].." (25%)",
|
||||||
|
[83] = AL["Stormwrought Ruins"].." - "..AL["Subjugator Halthas Shadecrest"].." (6%)",
|
||||||
|
[58182] = AL["Stormwrought Ruins"].." - "..AL["Mycellakos"].." (25%)",
|
||||||
|
[58181] = AL["Stormwrought Ruins"].." - "..AL["Mycellakos"].." (25%)",
|
||||||
|
[58180] = AL["Stormwrought Ruins"].." - "..AL["Mycellakos"].." (25%)",
|
||||||
|
[58179] = AL["Stormwrought Ruins"].." - "..AL["Mycellakos"].." (25%)",
|
||||||
|
[41926] = AL["Stormwrought Ruins"].." - "..AL["Mycellakos"].." (100%)",
|
||||||
|
[58187] = AL["Stormwrought Ruins"].." - "..AL["Eldermaw the Primordial"].." (25%)",
|
||||||
|
[58190] = AL["Stormwrought Ruins"].." - "..AL["Eldermaw the Primordial"].." (25%)",
|
||||||
|
[58189] = AL["Stormwrought Ruins"].." - "..AL["Eldermaw the Primordial"].." (25%)",
|
||||||
|
[58188] = AL["Stormwrought Ruins"].." - "..AL["Eldermaw the Primordial"].." (25%)",
|
||||||
|
[58193] = AL["Stormwrought Ruins"].." - "..AL["Lady Drazare"].." (25%)",
|
||||||
|
[58192] = AL["Stormwrought Ruins"].." - "..AL["Lady Drazare"].." (25%)",
|
||||||
|
[58194] = AL["Stormwrought Ruins"].." - "..AL["Lady Drazare"].." (25%)",
|
||||||
|
[58191] = AL["Stormwrought Ruins"].." - "..AL["Lady Drazare"].." (25%)",
|
||||||
|
[41942] = AL["Stormwrought Ruins"].." - "..AL["Lady Drazare"].." (100%)",
|
||||||
|
[58195] = AL["Stormwrought Ruins"].." - "..AL["Remains of the Innocent"].." (25%)",
|
||||||
|
[58196] = AL["Stormwrought Ruins"].." - "..AL["Remains of the Innocent"].." (25%)",
|
||||||
|
[58197] = AL["Stormwrought Ruins"].." - "..AL["Remains of the Innocent"].." (25%)",
|
||||||
|
[58198] = AL["Stormwrought Ruins"].." - "..AL["Remains of the Innocent"].." (25%)",
|
||||||
|
[41938] = AL["Stormwrought Ruins"].." - "..AL["Remains of the Innocent"].." (100%)",
|
||||||
|
[58203] = AL["Stormwrought Ruins"].." - "..AL["Mergothid"].." (20%)",
|
||||||
|
[58200] = AL["Stormwrought Ruins"].." - "..AL["Mergothid"].." (20%)",
|
||||||
|
[58204] = AL["Stormwrought Ruins"].." - "..AL["Mergothid"].." (20%)",
|
||||||
|
[58202] = AL["Stormwrought Ruins"].." - "..AL["Mergothid"].." (20%)",
|
||||||
|
[58201] = AL["Stormwrought Ruins"].." - "..AL["Mergothid"].." (20%)",
|
||||||
|
[41939] = AL["Stormwrought Ruins"].." - "..AL["Mergothid"].." (100%)",
|
||||||
|
|
||||||
|
[58123] = AL["Blackfathom Deeps"].." - "..AL["Velthelaxx the Defiler"].." (25%)",
|
||||||
|
[58121] = AL["Blackfathom Deeps"].." - "..AL["Velthelaxx the Defiler"].." (25%)",
|
||||||
|
[58122] = AL["Blackfathom Deeps"].." - "..AL["Velthelaxx the Defiler"].." (25%)",
|
||||||
|
[58120] = AL["Blackfathom Deeps"].." - "..AL["Velthelaxx the Defiler"].." (25%)",
|
||||||
|
|
||||||
|
[58089] = AL["Razorfen Kraul"].." - "..AL["Rotthorn"].." (25%)",
|
||||||
|
[58090] = AL["Razorfen Kraul"].." - "..AL["Rotthorn"].." (25%)",
|
||||||
|
[58091] = AL["Razorfen Kraul"].." - "..AL["Rotthorn"].." (25%)",
|
||||||
|
[50800] = AL["Razorfen Kraul"].." - "..AL["Rotthorn"].." (25%)",
|
||||||
|
[41853] = AL["Razorfen Kraul"].." - "..AL["Rotthorn"].." (100%)",
|
||||||
|
|
||||||
|
[58173] = AL["Razorfen Downs"].." - "..AL["Death Prophet Rakameg"].." (25%)",
|
||||||
|
[58174] = AL["Razorfen Downs"].." - "..AL["Death Prophet Rakameg"].." (25%)",
|
||||||
|
[58172] = AL["Razorfen Downs"].." - "..AL["Death Prophet Rakameg"].." (25%)",
|
||||||
|
[58175] = AL["Razorfen Downs"].." - "..AL["Death Prophet Rakameg"].." (25%)",
|
||||||
|
|
||||||
|
[58116] = AL["Zul'Farrak"].." - "..AL["Zel'jeb the Ancient"].." (25%)",
|
||||||
|
[58117] = AL["Zul'Farrak"].." - "..AL["Zel'jeb the Ancient"].." (25%)",
|
||||||
|
[58119] = AL["Zul'Farrak"].." - "..AL["Zel'jeb the Ancient"].." (25%)",
|
||||||
|
[58118] = AL["Zul'Farrak"].." - "..AL["Zel'jeb the Ancient"].." (25%)",
|
||||||
|
[58092] = AL["Zul'Farrak"].." - "..AL["Champion Razjal the Quick"].." (25%)",
|
||||||
|
[58093] = AL["Zul'Farrak"].." - "..AL["Champion Razjal the Quick"].." (25%)",
|
||||||
|
[58094] = AL["Zul'Farrak"].." - "..AL["Champion Razjal the Quick"].." (25%)",
|
||||||
|
[58095] = AL["Zul'Farrak"].." - "..AL["Champion Razjal the Quick"].." (25%)",
|
||||||
|
|
||||||
|
[58205] = AL["Molten Core"].." - "..AL["Incindis"].." (20%)",
|
||||||
|
[58206] = AL["Molten Core"].." - "..AL["Incindis"].." (20%)",
|
||||||
|
[58207] = AL["Molten Core"].." - "..AL["Incindis"].." (20%)",
|
||||||
|
[58208] = AL["Molten Core"].." - "..AL["Incindis"].." (20%)",
|
||||||
|
[58209] = AL["Molten Core"].." - "..AL["Incindis"].." (20%)",
|
||||||
|
[58212] = AL["Molten Core"].." - "..AL["Basalthar & Smoldaris"].." (16.66%)",
|
||||||
|
[58210] = AL["Molten Core"].." - "..AL["Basalthar & Smoldaris"].." (16.67%)",
|
||||||
|
[58242] = AL["Molten Core"].." - "..AL["Basalthar & Smoldaris"].." (16.67%)",
|
||||||
|
[58238] = AL["Molten Core"].." - "..AL["Basalthar & Smoldaris"].." (16.66%)",
|
||||||
|
[58237] = AL["Molten Core"].." - "..AL["Basalthar & Smoldaris"].." (16.67%)",
|
||||||
|
[58215] = AL["Molten Core"].." - "..AL["Basalthar & Smoldaris"].." (16.67%)",
|
||||||
|
[58241] = AL["Molten Core"].." - "..AL["Basalthar & Smoldaris"].." (25%)",
|
||||||
|
[58213] = AL["Molten Core"].." - "..AL["Basalthar & Smoldaris"].." (25%)",
|
||||||
|
[58211] = AL["Molten Core"].." - "..AL["Basalthar & Smoldaris"].." (25%)",
|
||||||
|
[58239] = AL["Molten Core"].." - "..AL["Basalthar & Smoldaris"].." (25%)",
|
||||||
|
[58246] = AL["Molten Core"].." - "..AL["Basalthar & Smoldaris"].." (100%)",
|
||||||
|
[58243] = AL["Molten Core"].." - "..AL["Sorcerer-Thane Thaurissan"].." (25%)",
|
||||||
|
[58240] = AL["Molten Core"].." - "..AL["Sorcerer-Thane Thaurissan"].." (25%)",
|
||||||
|
[58244] = AL["Molten Core"].." - "..AL["Sorcerer-Thane Thaurissan"].." (25%)",
|
||||||
|
[58214] = AL["Molten Core"].." - "..AL["Sorcerer-Thane Thaurissan"].." (25%)",
|
||||||
|
[41989] = AL["Molten Core"].." - "..AL["Sorcerer-Thane Thaurissan"].." (100%)",
|
||||||
}
|
}
|
||||||
|
|||||||
+71
-15
@@ -13,8 +13,9 @@ AtlasLootBossButtons = {
|
|||||||
"BFDGelihast";
|
"BFDGelihast";
|
||||||
"";
|
"";
|
||||||
"";
|
"";
|
||||||
"";
|
|
||||||
"BFDBaronAquanis";
|
"BFDBaronAquanis";
|
||||||
|
"";
|
||||||
|
"BFDVelthelaxx",
|
||||||
"BFDTwilightLordKelris";
|
"BFDTwilightLordKelris";
|
||||||
"BFDOldSerrakis";
|
"BFDOldSerrakis";
|
||||||
"BFDAkumai";
|
"BFDAkumai";
|
||||||
@@ -367,14 +368,17 @@ AtlasLootBossButtons = {
|
|||||||
"VanillaKeys";
|
"VanillaKeys";
|
||||||
"VanillaKeys";
|
"VanillaKeys";
|
||||||
"";
|
"";
|
||||||
|
"MCIncindis";
|
||||||
"MCLucifron";
|
"MCLucifron";
|
||||||
"MCMagmadar";
|
"MCMagmadar";
|
||||||
"MCGehennas";
|
-- "MCGehennas";
|
||||||
"MCGarr";
|
"MCGarr";
|
||||||
"MCShazzrah";
|
|
||||||
"MCGeddon";
|
"MCGeddon";
|
||||||
"MCGolemagg";
|
"MCShazzrah";
|
||||||
"MCSulfuron";
|
"MCSulfuron";
|
||||||
|
"MCGolemagg";
|
||||||
|
"MCTwins";
|
||||||
|
"MCThaurissan";
|
||||||
"MCMajordomo";
|
"MCMajordomo";
|
||||||
"MCRagnaros";
|
"MCRagnaros";
|
||||||
"";
|
"";
|
||||||
@@ -443,6 +447,7 @@ AtlasLootBossButtons = {
|
|||||||
"RFDMordreshFireEye";
|
"RFDMordreshFireEye";
|
||||||
"RFDGlutton";
|
"RFDGlutton";
|
||||||
"RFDRagglesnout";
|
"RFDRagglesnout";
|
||||||
|
"RFDDeathProphet",
|
||||||
"RFDAmnennar";
|
"RFDAmnennar";
|
||||||
"RFDPlaguemaw";
|
"RFDPlaguemaw";
|
||||||
"";
|
"";
|
||||||
@@ -461,6 +466,7 @@ AtlasLootBossButtons = {
|
|||||||
"";
|
"";
|
||||||
"";
|
"";
|
||||||
"RFKEarthcallerHalmgar";
|
"RFKEarthcallerHalmgar";
|
||||||
|
"RFKRotthorn",
|
||||||
"";
|
"";
|
||||||
"RFKTrash";
|
"RFKTrash";
|
||||||
};
|
};
|
||||||
@@ -885,6 +891,7 @@ AtlasLootBossButtons = {
|
|||||||
ZulFarrak = {
|
ZulFarrak = {
|
||||||
"VanillaKeys";
|
"VanillaKeys";
|
||||||
"";
|
"";
|
||||||
|
"ZFZerillis";
|
||||||
"ZFAntusul";
|
"ZFAntusul";
|
||||||
"ZFThekatheMartyr";
|
"ZFThekatheMartyr";
|
||||||
"ZFWitchDoctorZumrah";
|
"ZFWitchDoctorZumrah";
|
||||||
@@ -898,12 +905,13 @@ AtlasLootBossButtons = {
|
|||||||
"";
|
"";
|
||||||
"";
|
"";
|
||||||
"ZFSandfury";
|
"ZFSandfury";
|
||||||
|
"ZFChiefUkorzSandscalp";
|
||||||
|
"";
|
||||||
"ZFHydromancerVelratha";
|
"ZFHydromancerVelratha";
|
||||||
"ZFGahzrilla";
|
"ZFGahzrilla";
|
||||||
"LunarFestival1";
|
"LunarFestival1";
|
||||||
"ZFChiefUkorzSandscalp";
|
"ZFZeljeb",
|
||||||
"";
|
"ZFChampion";
|
||||||
"ZFZerillis";
|
|
||||||
"";
|
"";
|
||||||
"";
|
"";
|
||||||
"ZFTrash";
|
"ZFTrash";
|
||||||
@@ -975,12 +983,16 @@ AtlasLootBossButtons = {
|
|||||||
"UKHTrash";
|
"UKHTrash";
|
||||||
};
|
};
|
||||||
EmeraldSanctum = {
|
EmeraldSanctum = {
|
||||||
|
"",
|
||||||
"ESErennius";
|
"ESErennius";
|
||||||
"ESSolnius1";
|
"ESSolnius1";
|
||||||
"ESHardMode";
|
"ESHardMode";
|
||||||
|
"",
|
||||||
"ESTrash";
|
"ESTrash";
|
||||||
};
|
};
|
||||||
DragonmawRetreat = {
|
DragonmawRetreat = {
|
||||||
|
"",
|
||||||
|
"",
|
||||||
"DMRGowlfang",
|
"DMRGowlfang",
|
||||||
"DMRBroodmother",
|
"DMRBroodmother",
|
||||||
"DMRWebMaster",
|
"DMRWebMaster",
|
||||||
@@ -991,6 +1003,8 @@ AtlasLootBossButtons = {
|
|||||||
"DMRZuluhed",
|
"DMRZuluhed",
|
||||||
};
|
};
|
||||||
StormwroughtRuins = {
|
StormwroughtRuins = {
|
||||||
|
"",
|
||||||
|
"",
|
||||||
"SWROronok",
|
"SWROronok",
|
||||||
"SWRDagar",
|
"SWRDagar",
|
||||||
"SWRDukeBalor",
|
"SWRDukeBalor",
|
||||||
@@ -1001,8 +1015,8 @@ AtlasLootBossButtons = {
|
|||||||
"SWRMycellakos",
|
"SWRMycellakos",
|
||||||
"SWREldermaw",
|
"SWREldermaw",
|
||||||
"SWRLadyDrazare",
|
"SWRLadyDrazare",
|
||||||
"SWRMergothid",
|
|
||||||
"SWRRemains",
|
"SWRRemains",
|
||||||
|
"SWRMergothid",
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
@@ -3543,6 +3557,13 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 16886, "INV_Sword_33", "=q3=Outlaw Sabre", "=q1=#m4# =ds=#h1#, #w10#" },
|
{ 16886, "INV_Sword_33", "=q3=Outlaw Sabre", "=q1=#m4# =ds=#h1#, #w10#" },
|
||||||
{ 16887, "INV_Wand_12", "=q3=Witch's Finger", "=q1=#m4# =ds=#s15#" },
|
{ 16887, "INV_Wand_12", "=q3=Witch's Finger", "=q1=#m4# =ds=#s15#" },
|
||||||
};
|
};
|
||||||
|
-- Velthelaxx the Defiler 62530
|
||||||
|
BFDVelthelaxx = {
|
||||||
|
{ 58123, "INV_Boots_03", "=q3=Felhoof Sabatons", "#s12#, #a2#", "25%" },
|
||||||
|
{ 58121, "INV_QirajIdol_Life", "=q3=Totem of the Corrupted Current", "#s16#, #e17# =q15=#c7#", "25%" },
|
||||||
|
{ 58122, "INV_Bracer_07", "=q3=Bracers of Sinister Rites", "#s8#, #a1#", "25%" },
|
||||||
|
{ 58120, "INV_Helmet_27", "=q3=Cowl of Whispering Shadows", "#s1#, #a1#", "25%" },
|
||||||
|
};
|
||||||
BFDTwilightLordKelris = {
|
BFDTwilightLordKelris = {
|
||||||
{ 1155, "INV_Staff_06", "=q3=Rod of the Sleepwalker", "=ds=#w9#", "50%" },
|
{ 1155, "INV_Staff_06", "=q3=Rod of the Sleepwalker", "=ds=#w9#", "50%" },
|
||||||
{ 6903, "INV_Pants_02", "=q2=Gaze Dreamer Pants", "=ds=#s11#, #a1#", "50%" },
|
{ 6903, "INV_Pants_02", "=q2=Gaze Dreamer Pants", "=ds=#s11#, #a1#", "50%" },
|
||||||
@@ -4558,6 +4579,20 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 0, "", "", "" },
|
{ 0, "", "", "" },
|
||||||
{ 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "5%" },
|
{ 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "5%" },
|
||||||
};
|
};
|
||||||
|
-- Zel'jeb the Ancient 62495
|
||||||
|
ZFZeljeb = {
|
||||||
|
{ 58116, "INV_Weapon_ShortBlade_24", "=q3=Bloodstained Fangblade", "#h1#, #w4#", "25%" },
|
||||||
|
{ 58117, "INV_Staff_25", "=q3=Staff of the Bloodbound", "#h2#, #w9#", "25%" },
|
||||||
|
{ 58119, "INV_Bracer_02", "=q3=Bracers of the Bloodbound", "#s8#, #a3#", "25%" },
|
||||||
|
{ 58118, "INV_Belt_15", "=q3=Sash of Ritual Scars", "#s10#, #a2#", "25%" },
|
||||||
|
};
|
||||||
|
-- Champion Razjal the Quick 62498
|
||||||
|
ZFChampion = {
|
||||||
|
{ 58092, "INV_Helmet_22", "=q3=Champion's Sandhelm", "#s1#, #a4#", "25%" },
|
||||||
|
{ 58093, "INV_Relics_LibramofTruth", "=q3=Libram of the Farraki Zealot", "#s16#, #e18# =q16=#c4#", "25%" },
|
||||||
|
{ 58094, "INV_Sword_39", "=q3=Gilded Blade of Razjal", "#h2#, #w10#", "25%" },
|
||||||
|
{ 58095, "INV_Jewelry_Necklace_01", "=q3=Talisman of the Sandborn", "#s2#", "25%" },
|
||||||
|
};
|
||||||
ZFTrash = {
|
ZFTrash = {
|
||||||
{ 9512, "INV_Misc_Cape_05", "=q3=Blackmetal Cape", "=ds=#s4#", "0.02%" },
|
{ 9512, "INV_Misc_Cape_05", "=q3=Blackmetal Cape", "=ds=#s4#", "0.02%" },
|
||||||
{ 9484, "INV_Pants_08", "=q3=Spellshock Leggings", "=ds=#s11#, #a1#", "0.02%" },
|
{ 9484, "INV_Pants_08", "=q3=Spellshock Leggings", "=ds=#s11#, #a1#", "0.02%" },
|
||||||
@@ -4585,7 +4620,7 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 23177, "INV_Wand_12", "=q3=Lady Falther'ess' Finger", "=ds=#w12#", "50%" },
|
{ 23177, "INV_Wand_12", "=q3=Lady Falther'ess' Finger", "=ds=#w12#", "50%" },
|
||||||
};
|
};
|
||||||
RFDPlaguemaw = {
|
RFDPlaguemaw = {
|
||||||
{ 10766, "INV_Wand_03", "=q3=Plaguerot Sprig", "=ds=#w12# =q10=#c3#", "50%" },
|
{ 10766, "INV_Wand_03", "=q3=Plaguerot Sprig", "=ds=#w12#", "50%" },
|
||||||
{ 10760, "INV_Gauntlets_23", "=q2=Swine Fists", "=ds=#s9#, #a2#", "50%" },
|
{ 10760, "INV_Gauntlets_23", "=q2=Swine Fists", "=ds=#s9#, #a2#", "50%" },
|
||||||
{ 0,"","","" },
|
{ 0,"","","" },
|
||||||
{ 80744, "inv_staff_26", "=q3=Plaguerot Staff", "=ds=#w9#", "35%" },
|
{ 80744, "inv_staff_26", "=q3=Plaguerot Staff", "=ds=#w9#", "35%" },
|
||||||
@@ -4607,6 +4642,13 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 0, "", "", "" },
|
{ 0, "", "", "" },
|
||||||
{ 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "1%" },
|
{ 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "1%" },
|
||||||
};
|
};
|
||||||
|
-- Death Prophet Rakameg 62679
|
||||||
|
RFDDeathProphet = {
|
||||||
|
{ 58173, "INV_Gauntlets_17", "=q3=Thorngorged Fleshgloves", "#s9#, #a2#", "25%" },
|
||||||
|
{ 58174, "INV_QirajIdol_Death", "=q3=Totem of the Rotten Roots", "#s16#, #e17# =q15=#c7#", "25%" },
|
||||||
|
{ 58172, "INV_Weapon_ShortBlade_18", "=q3=Thornspine", "#h3#, #w4#", "25%" },
|
||||||
|
{ 58175, "INV_Misc_AhnQirajTrinket_03", "=q3=Blood-etched Fetish", "#s14#", "25%" },
|
||||||
|
};
|
||||||
RFDRagglesnout = {
|
RFDRagglesnout = {
|
||||||
{ 10768, "INV_Belt_11", "=q3=Boar Champion's Belt", "=ds=#s10#, #a3#", "33%" },
|
{ 10768, "INV_Belt_11", "=q3=Boar Champion's Belt", "=ds=#s10#, #a3#", "33%" },
|
||||||
{ 10767, "INV_Shield_17", "=q3=Savage Boar's Guard", "=ds=#w8#", "33%" },
|
{ 10767, "INV_Shield_17", "=q3=Savage Boar's Guard", "=ds=#w8#", "33%" },
|
||||||
@@ -4995,6 +5037,15 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 0, "", "", "" },
|
{ 0, "", "", "" },
|
||||||
{ 6688, "INV_Helmet_17", "=q2=Whisperwind Headdress", "=ds=#s1#, #a2#", "50%" },
|
{ 6688, "INV_Helmet_17", "=q2=Whisperwind Headdress", "=ds=#s1#, #a2#", "50%" },
|
||||||
};
|
};
|
||||||
|
-- Rotthorn 62503
|
||||||
|
RFKRotthorn = {
|
||||||
|
{ 58089, "INV_Staff_02", "=q3=Thornlash Branch", "#w12#", "25%" },
|
||||||
|
{ 58090, "INV_Misc_Root_02", "=q3=Seed of Writhing Growth", "#s14#", "25%" },
|
||||||
|
{ 58091, "Spell_Nature_NatureTouchDecay", "=q3=Idol of the Thorned Grove", "#s16#, #e16# =q13=#c1#", "25%" },
|
||||||
|
{ 50800, "INV_Belt_17", "=q3=Bramblethorn Girdle", "#s10#, #a2#", "25%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 41853, "INV_Misc_Organ_01", "=q1=Tainted Brambleheart", "#m3#", "100%" },
|
||||||
|
};
|
||||||
RFKTrash = {
|
RFKTrash = {
|
||||||
{ 80789, "inv_helmet_46", "=q3=Sharpsight Eyepatch", "=ds=#s1#, #a2#", "0.02%" },
|
{ 80789, "inv_helmet_46", "=q3=Sharpsight Eyepatch", "=ds=#s1#, #a2#", "0.02%" },
|
||||||
{ 2264, "INV_Shoulder_08", "=q3=Mantle of Thieves", "=ds=#s3#, #a2#", "0.02%" },
|
{ 2264, "INV_Shoulder_08", "=q3=Mantle of Thieves", "=ds=#s3#, #a2#", "0.02%" },
|
||||||
@@ -7539,7 +7590,7 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 61278, "INV_Weapon_ShortBlade_25", "=q3=Vampiric Kris", "=ds=#h1#, #w4#", "14%" },
|
{ 61278, "INV_Weapon_ShortBlade_25", "=q3=Vampiric Kris", "=ds=#h1#, #w4#", "14%" },
|
||||||
{ 61816, "INV_Shield_21", "=q3=Araxxna's Husk", "=ds=#s14#", "14%" },
|
{ 61816, "INV_Shield_21", "=q3=Araxxna's Husk", "=ds=#s14#", "14%" },
|
||||||
{ 0, "", "", "" },
|
{ 0, "", "", "" },
|
||||||
{ 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#" },
|
{ 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#", "1.2%" },
|
||||||
{ 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" },
|
{ 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" },
|
||||||
{ 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "0.9%" },
|
{ 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "0.9%" },
|
||||||
{ 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" },
|
{ 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" },
|
||||||
@@ -7571,7 +7622,7 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 61298, "inv_gauntlets_21", "=q3=Overgrown Gloves", "=ds=#s9#, #a1#", "14%" },
|
{ 61298, "inv_gauntlets_21", "=q3=Overgrown Gloves", "=ds=#s9#, #a1#", "14%" },
|
||||||
{ 61450, "INV_Misc_Key_09", "=q3=The Mind's Key", "=ds=#s14#", "14%" },
|
{ 61450, "INV_Misc_Key_09", "=q3=The Mind's Key", "=ds=#s14#", "14%" },
|
||||||
{ 0, "", "", "" },
|
{ 0, "", "", "" },
|
||||||
{ 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#" },
|
{ 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#", "1.2%" },
|
||||||
{ 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" },
|
{ 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" },
|
||||||
{ 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "0.9%" },
|
{ 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "0.9%" },
|
||||||
{ 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" },
|
{ 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" },
|
||||||
@@ -7603,7 +7654,7 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 61263, "INV_Misc_MonsterFang_01", "=q3=Tooth of the Packlord", "=ds=#s14#", "14%" },
|
{ 61263, "INV_Misc_MonsterFang_01", "=q3=Tooth of the Packlord", "=ds=#s14#", "14%" },
|
||||||
{ 61451, "INV_Enchant_EssenceEternalSmall", "=q3=Sliver of Hope", "=ds=#s14#", "14%" },
|
{ 61451, "INV_Enchant_EssenceEternalSmall", "=q3=Sliver of Hope", "=ds=#s14#", "14%" },
|
||||||
{ 0, "", "", "" },
|
{ 0, "", "", "" },
|
||||||
{ 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#" },
|
{ 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#", "1.2%" },
|
||||||
{ 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" },
|
{ 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" },
|
||||||
{ 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "0.9%" },
|
{ 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "0.9%" },
|
||||||
{ 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" },
|
{ 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" },
|
||||||
@@ -7635,7 +7686,7 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 61255, "INV_Knife_1H_Draenei_A_03", "=q3=Tuning Fork of Charged Lightning", "=ds=#h3#, #w4#", "14%" },
|
{ 61255, "INV_Knife_1H_Draenei_A_03", "=q3=Tuning Fork of Charged Lightning", "=ds=#h3#, #w4#", "14%" },
|
||||||
{ 61286, "INV_Wand_01", "=q3=Bloodfang Effigy", "=ds=#w12#", "14%" },
|
{ 61286, "INV_Wand_01", "=q3=Bloodfang Effigy", "=ds=#w12#", "14%" },
|
||||||
{ 0, "", "", "" },
|
{ 0, "", "", "" },
|
||||||
{ 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#" },
|
{ 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#", "1.2%" },
|
||||||
{ 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" },
|
{ 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" },
|
||||||
{ 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "0.9%" },
|
{ 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "0.9%" },
|
||||||
{ 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" },
|
{ 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" },
|
||||||
@@ -7667,7 +7718,7 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 0, "", "", "" },
|
{ 0, "", "", "" },
|
||||||
{ 61231, "INV_Misc_Key_09", "=q1=Key to the Upper Chambers", "=ds=#m3#", "100%" },
|
{ 61231, "INV_Misc_Key_09", "=q1=Key to the Upper Chambers", "=ds=#m3#", "100%" },
|
||||||
{ 0, "", "", "" },
|
{ 0, "", "", "" },
|
||||||
{ 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#" },
|
{ 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#", "1.2%" },
|
||||||
{ 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" },
|
{ 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" },
|
||||||
{ 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "2%" },
|
{ 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "2%" },
|
||||||
{ 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" },
|
{ 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" },
|
||||||
@@ -7694,7 +7745,7 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 61177, "INV_Scroll_05", "=q3=Recipe: Potion of Quickness", "=ds=#p1# #m14#", "0.03%" },
|
{ 61177, "INV_Scroll_05", "=q3=Recipe: Potion of Quickness", "=ds=#p1# #m14#", "0.03%" },
|
||||||
{ 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "0.03%" },
|
{ 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "0.03%" },
|
||||||
{ 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "0.03%" },
|
{ 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "0.03%" },
|
||||||
{ 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#" },
|
{ 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#", "1.2%" },
|
||||||
};
|
};
|
||||||
LKHEnchants = {
|
LKHEnchants = {
|
||||||
{ 92005, "Ability_Creature_Cursed_01", "=q3=Invocation of Shattering", "=ds=#s1#/#s11# #e11#" },
|
{ 92005, "Ability_Creature_Cursed_01", "=q3=Invocation of Shattering", "=ds=#s1#/#s11# #e11#" },
|
||||||
@@ -8100,6 +8151,7 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 55286, "INV_Jewelry_Ring_33", "=q4=Ring of Holy Light", "=ds=#s13#", "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%" },
|
{ 55508, "INV_Jewelry_Necklace_27", "=q4=Brand of Karazhan", "=ds=#s13#", "0.25%" },
|
||||||
};
|
};
|
||||||
|
-- Dragonmaw Retreat
|
||||||
DMRGowlfang = {
|
DMRGowlfang = {
|
||||||
{ 41571, "INV_Axe_03", "=q3=Snickerclaw", "#h3#, #w1#", "20%" },
|
{ 41571, "INV_Axe_03", "=q3=Snickerclaw", "#h3#, #w1#", "20%" },
|
||||||
{ 41572, "INV_Jewelry_Necklace_22", "=q3=Gowlfang's Collar", "#s2#", "20%" },
|
{ 41572, "INV_Jewelry_Necklace_22", "=q3=Gowlfang's Collar", "#s2#", "20%" },
|
||||||
@@ -8165,6 +8217,7 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 41981, "INV_Letter_15", "=q1=Letter from Korlag Doomsong", "#m2#", "100%" },
|
{ 41981, "INV_Letter_15", "=q1=Letter from Korlag Doomsong", "#m2#", "100%" },
|
||||||
{ 41711, "INV_Letter_15", "=q1=Letter from Korlag Doomsong", "#m2#", "100%" },
|
{ 41711, "INV_Letter_15", "=q1=Letter from Korlag Doomsong", "#m2#", "100%" },
|
||||||
};
|
};
|
||||||
|
-- Stormwrought Ruins
|
||||||
SWROronok = {
|
SWROronok = {
|
||||||
{ 58135, "INV_Weapon_ShortBlade_15", "=q3=Dagger of Whispered Madness", "#h1#, #w4#", "25%" },
|
{ 58135, "INV_Weapon_ShortBlade_15", "=q3=Dagger of Whispered Madness", "#h1#, #w4#", "25%" },
|
||||||
{ 58137, "INV_Staff_17", "=q3=Netherbranch", "#w12#", "25%" },
|
{ 58137, "INV_Staff_17", "=q3=Netherbranch", "#w12#", "25%" },
|
||||||
@@ -8210,6 +8263,9 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
|||||||
{ 58151, "INV_Misc_PocketWatch_02", "=q3=Salt-encrusted Compass", "#s14#", "25%" },
|
{ 58151, "INV_Misc_PocketWatch_02", "=q3=Salt-encrusted Compass", "#s14#", "25%" },
|
||||||
{ 58152, "INV_Misc_Cape_07", "=q3=Cloak of Black Fortitude", "#s4#", "25%" },
|
{ 58152, "INV_Misc_Cape_07", "=q3=Cloak of Black Fortitude", "#s4#", "25%" },
|
||||||
{ 58153, "INV_Jewelry_Ring_31", "=q3=Shattered Soul Ring", "#s13#", "25%" },
|
{ 58153, "INV_Jewelry_Ring_31", "=q3=Shattered Soul Ring", "#s13#", "25%" },
|
||||||
|
{ 58276, "INV_Shield_16", "=q4=Hull of Forlorn Souls", "#h4#, #w8#", "1%" },
|
||||||
|
{ 0, "", "", "" },
|
||||||
|
{ 950, "Ability_Mount_Undeadhorse", "=q4=Stormwrought Deathsteed", "#e7#", "0.2%" },
|
||||||
{ 0, "", "", "" },
|
{ 0, "", "", "" },
|
||||||
{ 24, "INV_Misc_Note_01", "=q3=Formula: Enchant Bracer - Agility", "#e11#ing #m26#", "6%" },
|
{ 24, "INV_Misc_Note_01", "=q3=Formula: Enchant Bracer - Agility", "#e11#ing #m26#", "6%" },
|
||||||
{ 70, "INV_Scroll_06", "=q2=Plans: Steel Belt Buckle", "#p2# #m29#", "6%" },
|
{ 70, "INV_Scroll_06", "=q2=Plans: Steel Belt Buckle", "#p2# #m29#", "6%" },
|
||||||
|
|||||||
@@ -312,6 +312,7 @@ AL:RegisterTranslations("enUS", function() return {
|
|||||||
["Centurion"] = true,
|
["Centurion"] = true,
|
||||||
["Chain of the Scarlet Crusade"] = true,
|
["Chain of the Scarlet Crusade"] = true,
|
||||||
["Champion"] = true,
|
["Champion"] = true,
|
||||||
|
["Champion Razjal the Quick"] = true,
|
||||||
["Champion's Arcanum"] = true,
|
["Champion's Arcanum"] = true,
|
||||||
["Champion's Battlearmor"] = true,
|
["Champion's Battlearmor"] = true,
|
||||||
["Champion's Dreadgear"] = true,
|
["Champion's Dreadgear"] = true,
|
||||||
@@ -407,6 +408,7 @@ AL:RegisterTranslations("enUS", function() return {
|
|||||||
["Dawnhowl"] = true,
|
["Dawnhowl"] = true,
|
||||||
["Deadwind Pass"] = true,
|
["Deadwind Pass"] = true,
|
||||||
["Death Knight Darkreaver"] = true,
|
["Death Knight Darkreaver"] = true,
|
||||||
|
["Death Prophet Rakameg"] = true,
|
||||||
["Death Speaker Jargba"] = true,
|
["Death Speaker Jargba"] = true,
|
||||||
["Death Talon Wyrmguard"] = true,
|
["Death Talon Wyrmguard"] = true,
|
||||||
["Deathbone Guardian"] = true,
|
["Deathbone Guardian"] = true,
|
||||||
@@ -1185,6 +1187,7 @@ AL:RegisterTranslations("enUS", function() return {
|
|||||||
["Rogue"] = true,
|
["Rogue"] = true,
|
||||||
["Roogug"] = true,
|
["Roogug"] = true,
|
||||||
["Rotgrip"] = true,
|
["Rotgrip"] = true,
|
||||||
|
["Rotthorn"] = true,
|
||||||
["Rotmaw"] = true,
|
["Rotmaw"] = true,
|
||||||
["Roughshod Pike"] = true,
|
["Roughshod Pike"] = true,
|
||||||
["Ruins of Ahn'Qiraj"] = true,
|
["Ruins of Ahn'Qiraj"] = true,
|
||||||
@@ -1512,6 +1515,7 @@ AL:RegisterTranslations("enUS", function() return {
|
|||||||
["Emperor Vek'nilash"] = true,
|
["Emperor Vek'nilash"] = true,
|
||||||
["Vek'lor's Diadem"] = true,
|
["Vek'lor's Diadem"] = true,
|
||||||
["Vek'nilash's Circlet"] = true,
|
["Vek'nilash's Circlet"] = true,
|
||||||
|
["Velthelaxx the Defiler"] = true,
|
||||||
["Vem"] = true,
|
["Vem"] = true,
|
||||||
["Veng (The Fifth Khan)"] = true,
|
["Veng (The Fifth Khan)"] = true,
|
||||||
["Verdan the Everliving"] = true,
|
["Verdan the Everliving"] = true,
|
||||||
@@ -1610,6 +1614,7 @@ AL:RegisterTranslations("enUS", function() return {
|
|||||||
["Zanzil's Concentration"] = true,
|
["Zanzil's Concentration"] = true,
|
||||||
["Zareth Terrorblade"] = true,
|
["Zareth Terrorblade"] = true,
|
||||||
["Zelemar the Wrathful"] = true,
|
["Zelemar the Wrathful"] = true,
|
||||||
|
["Zel'jeb the Ancient"] = true,
|
||||||
["Zerillis"] = true,
|
["Zerillis"] = true,
|
||||||
["Zevrim Thornhoof"] = true,
|
["Zevrim Thornhoof"] = true,
|
||||||
["Zolo"] = true,
|
["Zolo"] = true,
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ AtlasLoot_TableNames = {
|
|||||||
["BFDLadySarevess"] = { AL["Blackfathom Deeps"].." - "..AL["Lady Sarevess"], "AtlasLootItems" },
|
["BFDLadySarevess"] = { AL["Blackfathom Deeps"].." - "..AL["Lady Sarevess"], "AtlasLootItems" },
|
||||||
["BFDGelihast"] = { AL["Blackfathom Deeps"].." - "..AL["Gelihast"], "AtlasLootItems" },
|
["BFDGelihast"] = { AL["Blackfathom Deeps"].." - "..AL["Gelihast"], "AtlasLootItems" },
|
||||||
["BFDBaronAquanis"] = { AL["Blackfathom Deeps"].." - "..AL["Baron Aquanis"], "AtlasLootItems" },
|
["BFDBaronAquanis"] = { AL["Blackfathom Deeps"].." - "..AL["Baron Aquanis"], "AtlasLootItems" },
|
||||||
|
["BFDVelthelaxx"] = { AL["Blackfathom Deeps"].." - "..AL["Velthelaxx the Defiler"], "AtlasLootItems"},
|
||||||
["BFDTwilightLordKelris"] = { AL["Blackfathom Deeps"].." - "..AL["Twilight Lord Kelris"], "AtlasLootItems" },
|
["BFDTwilightLordKelris"] = { AL["Blackfathom Deeps"].." - "..AL["Twilight Lord Kelris"], "AtlasLootItems" },
|
||||||
["BFDOldSerrakis"] = { AL["Blackfathom Deeps"].." - "..AL["Old Serra'kis"], "AtlasLootItems" },
|
["BFDOldSerrakis"] = { AL["Blackfathom Deeps"].." - "..AL["Old Serra'kis"], "AtlasLootItems" },
|
||||||
["BFDAkumai"] = { AL["Blackfathom Deeps"].." - "..AL["Aku'mai"], "AtlasLootItems" },
|
["BFDAkumai"] = { AL["Blackfathom Deeps"].." - "..AL["Aku'mai"], "AtlasLootItems" },
|
||||||
@@ -229,6 +230,7 @@ AtlasLoot_TableNames = {
|
|||||||
["RFDLadyF"] = { AL["Razorfen Downs"].." - "..AL["Lady Falther'ess"] .. " (" .. AL["Scourge Invasion"] .. ")", "AtlasLootItems" },
|
["RFDLadyF"] = { AL["Razorfen Downs"].." - "..AL["Lady Falther'ess"] .. " (" .. AL["Scourge Invasion"] .. ")", "AtlasLootItems" },
|
||||||
["RFDMordreshFireEye"] = { AL["Razorfen Downs"].." - "..AL["Mordresh Fire Eye"], "AtlasLootItems" },
|
["RFDMordreshFireEye"] = { AL["Razorfen Downs"].." - "..AL["Mordresh Fire Eye"], "AtlasLootItems" },
|
||||||
["RFDGlutton"] = { AL["Razorfen Downs"].." - "..AL["Glutton"], "AtlasLootItems" },
|
["RFDGlutton"] = { AL["Razorfen Downs"].." - "..AL["Glutton"], "AtlasLootItems" },
|
||||||
|
["RFDDeathProphet"] = { AL["Razorfen Downs"].." - "..AL["Death Prophet Rakameg"], "AtlasLootItems" },
|
||||||
["RFDRagglesnout"] = { AL["Razorfen Downs"].." - "..AL["Ragglesnout"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
["RFDRagglesnout"] = { AL["Razorfen Downs"].." - "..AL["Ragglesnout"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
||||||
["RFDAmnennar"] = { AL["Razorfen Downs"].." - "..AL["Amnennar the Coldbringer"], "AtlasLootItems" },
|
["RFDAmnennar"] = { AL["Razorfen Downs"].." - "..AL["Amnennar the Coldbringer"], "AtlasLootItems" },
|
||||||
["RFDPlaguemaw"] = { AL["Razorfen Downs"].." - "..AL["Plaguemaw the Rotting"], "AtlasLootItems" },
|
["RFDPlaguemaw"] = { AL["Razorfen Downs"].." - "..AL["Plaguemaw the Rotting"], "AtlasLootItems" },
|
||||||
@@ -242,7 +244,7 @@ AtlasLoot_TableNames = {
|
|||||||
["RFKBlindHunter"] = { AL["Razorfen Kraul"].." - "..AL["Blind Hunter"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
["RFKBlindHunter"] = { AL["Razorfen Kraul"].." - "..AL["Blind Hunter"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
||||||
["RFKCharlgaRazorflank"] = { AL["Razorfen Kraul"].." - "..AL["Charlga Razorflank"], "AtlasLootItems" },
|
["RFKCharlgaRazorflank"] = { AL["Razorfen Kraul"].." - "..AL["Charlga Razorflank"], "AtlasLootItems" },
|
||||||
["RFKEarthcallerHalmgar"] = { AL["Razorfen Kraul"].." - "..AL["Earthcaller Halmgar"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
["RFKEarthcallerHalmgar"] = { AL["Razorfen Kraul"].." - "..AL["Earthcaller Halmgar"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
||||||
["RFKRoogug"] = { AL["Razorfen Kraul"].." - "..AL["Roogug"], "AtlasLootItems" },
|
["RFKRotthorn"] = { AL["Razorfen Kraul"].." - "..AL["Rotthorn"], "AtlasLootItems" },
|
||||||
["RFKTrash"] = { AL["Razorfen Kraul"].." - "..AL["Trash Mobs"], "AtlasLootItems" },
|
["RFKTrash"] = { AL["Razorfen Kraul"].." - "..AL["Trash Mobs"], "AtlasLootItems" },
|
||||||
--The Ruins of Ahn'Qiraj
|
--The Ruins of Ahn'Qiraj
|
||||||
["AQ20Kurinnaxx"] = { AL["Ruins of Ahn'Qiraj"].." - "..AL["Kurinnaxx"], "AtlasLootItems" },
|
["AQ20Kurinnaxx"] = { AL["Ruins of Ahn'Qiraj"].." - "..AL["Kurinnaxx"], "AtlasLootItems" },
|
||||||
@@ -482,6 +484,8 @@ AtlasLoot_TableNames = {
|
|||||||
["ZFChiefUkorzSandscalp"] = { AL["Zul'Farrak"].." - "..AL["Chief Ukorz Sandscalp"], "AtlasLootItems" },
|
["ZFChiefUkorzSandscalp"] = { AL["Zul'Farrak"].." - "..AL["Chief Ukorz Sandscalp"], "AtlasLootItems" },
|
||||||
["ZFZerillis"] = { AL["Zul'Farrak"].." - "..AL["Zerillis"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
["ZFZerillis"] = { AL["Zul'Farrak"].." - "..AL["Zerillis"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
||||||
["ZFTrash"] = { AL["Zul'Farrak"].." - "..AL["Trash Mobs"], "AtlasLootItems" },
|
["ZFTrash"] = { AL["Zul'Farrak"].." - "..AL["Trash Mobs"], "AtlasLootItems" },
|
||||||
|
["ZFZeljeb"] = { AL["Zul'Farrak"].." - "..AL["Zel'jeb the Ancient"], "AtlasLootItems" },
|
||||||
|
["ZFChampion"] = { AL["Zul'Farrak"].." - "..AL["Champion Razjal the Quick"], "AtlasLootItems"},
|
||||||
--Zul'Gurub
|
--Zul'Gurub
|
||||||
["ZGJeklik"] = { AL["Zul'Gurub"].." - "..AL["High Priestess Jeklik"], "AtlasLootItems" },
|
["ZGJeklik"] = { AL["Zul'Gurub"].." - "..AL["High Priestess Jeklik"], "AtlasLootItems" },
|
||||||
["ZGVenoxis"] = { AL["Zul'Gurub"].." - "..AL["High Priest Venoxis"], "AtlasLootItems" },
|
["ZGVenoxis"] = { AL["Zul'Gurub"].." - "..AL["High Priest Venoxis"], "AtlasLootItems" },
|
||||||
@@ -1099,6 +1103,7 @@ AtlasLoot_TableNamesBoss = {
|
|||||||
["BFDLadySarevess"] = { AL["Lady Sarevess"], "AtlasLootItems" },
|
["BFDLadySarevess"] = { AL["Lady Sarevess"], "AtlasLootItems" },
|
||||||
["BFDGelihast"] = { AL["Gelihast"], "AtlasLootItems" },
|
["BFDGelihast"] = { AL["Gelihast"], "AtlasLootItems" },
|
||||||
["BFDBaronAquanis"] = { AL["Baron Aquanis"], "AtlasLootItems" },
|
["BFDBaronAquanis"] = { AL["Baron Aquanis"], "AtlasLootItems" },
|
||||||
|
["BFDVelthelaxx"] = { AL["Velthelaxx the Defiler"], "AtlasLootItems"},
|
||||||
["BFDTwilightLordKelris"] = { AL["Twilight Lord Kelris"], "AtlasLootItems" },
|
["BFDTwilightLordKelris"] = { AL["Twilight Lord Kelris"], "AtlasLootItems" },
|
||||||
["BFDOldSerrakis"] = { AL["Old Serra'kis"], "AtlasLootItems" },
|
["BFDOldSerrakis"] = { AL["Old Serra'kis"], "AtlasLootItems" },
|
||||||
["BFDAkumai"] = { AL["Aku'mai"], "AtlasLootItems" },
|
["BFDAkumai"] = { AL["Aku'mai"], "AtlasLootItems" },
|
||||||
@@ -1380,6 +1385,7 @@ AtlasLoot_TableNamesBoss = {
|
|||||||
["RFDLadyF"] = { AL["Lady Falther'ess"] .. " (" .. AL["Scourge Invasion"] .. ")", "AtlasLootItems" },
|
["RFDLadyF"] = { AL["Lady Falther'ess"] .. " (" .. AL["Scourge Invasion"] .. ")", "AtlasLootItems" },
|
||||||
["RFDMordreshFireEye"] = { AL["Mordresh Fire Eye"], "AtlasLootItems" },
|
["RFDMordreshFireEye"] = { AL["Mordresh Fire Eye"], "AtlasLootItems" },
|
||||||
["RFDGlutton"] = { AL["Glutton"], "AtlasLootItems" },
|
["RFDGlutton"] = { AL["Glutton"], "AtlasLootItems" },
|
||||||
|
["RFDDeathProphet"] = { AL["Death Prophet Rakameg"], "AtlasLootItems" },
|
||||||
["RFDRagglesnout"] = { AL["Ragglesnout"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
["RFDRagglesnout"] = { AL["Ragglesnout"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
||||||
["RFDAmnennar"] = { AL["Amnennar the Coldbringer"], "AtlasLootItems" },
|
["RFDAmnennar"] = { AL["Amnennar the Coldbringer"], "AtlasLootItems" },
|
||||||
["RFDPlaguemaw"] = { AL["Plaguemaw the Rotting"], "AtlasLootItems" },
|
["RFDPlaguemaw"] = { AL["Plaguemaw the Rotting"], "AtlasLootItems" },
|
||||||
@@ -1394,7 +1400,7 @@ AtlasLoot_TableNamesBoss = {
|
|||||||
["RFKBlindHunter"] = { AL["Blind Hunter"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
["RFKBlindHunter"] = { AL["Blind Hunter"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
||||||
["RFKCharlgaRazorflank"] = { AL["Charlga Razorflank"], "AtlasLootItems" },
|
["RFKCharlgaRazorflank"] = { AL["Charlga Razorflank"], "AtlasLootItems" },
|
||||||
["RFKEarthcallerHalmgar"] = { AL["Earthcaller Halmgar"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
["RFKEarthcallerHalmgar"] = { AL["Earthcaller Halmgar"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
||||||
["RFKRoogug"] = { AL["Roogug"], "AtlasLootItems" },
|
["RFKRotthorn"] = { AL["Rotthorn"], "AtlasLootItems" },
|
||||||
["RFKTrash"] = { AL["Trash Mobs"] .. " (" .. AL["Razorfen Kraul"] .. ")", "AtlasLootItems" },
|
["RFKTrash"] = { AL["Trash Mobs"] .. " (" .. AL["Razorfen Kraul"] .. ")", "AtlasLootItems" },
|
||||||
},
|
},
|
||||||
["The Ruins of Ahn'Qiraj"] = {
|
["The Ruins of Ahn'Qiraj"] = {
|
||||||
@@ -1612,6 +1618,8 @@ AtlasLoot_TableNamesBoss = {
|
|||||||
["ZFChiefUkorzSandscalp"] = { AL["Chief Ukorz Sandscalp"], "AtlasLootItems" },
|
["ZFChiefUkorzSandscalp"] = { AL["Chief Ukorz Sandscalp"], "AtlasLootItems" },
|
||||||
["ZFZerillis"] = { AL["Zerillis"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
["ZFZerillis"] = { AL["Zerillis"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" },
|
||||||
["ZFTrash"] = { AL["Trash Mobs"] .. " (" .. AL["Zul'Farrak"] .. ")", "AtlasLootItems" },
|
["ZFTrash"] = { AL["Trash Mobs"] .. " (" .. AL["Zul'Farrak"] .. ")", "AtlasLootItems" },
|
||||||
|
["ZFZeljeb"] = { AL["Zel'jeb the Ancient"], "AtlasLootItems" },
|
||||||
|
["ZFChampion"] = { AL["Champion Razjal the Quick"], "AtlasLootItems"},
|
||||||
},
|
},
|
||||||
["Zul'Gurub"] = {
|
["Zul'Gurub"] = {
|
||||||
["ZGJeklik"] = { AL["High Priestess Jeklik"], "AtlasLootItems" },
|
["ZGJeklik"] = { AL["High Priestess Jeklik"], "AtlasLootItems" },
|
||||||
|
|||||||
Reference in New Issue
Block a user