From a06a45c77ea1793f57307b924b11874b05efa060 Mon Sep 17 00:00:00 2001 From: Lag <lagysera@gmail.com> Date: Mon, 30 Sep 2019 15:16:06 +0200 Subject: [PATCH 01/10] update release notes --- AtlasLootClassic/Documentation/Release_Notes.md | 7 +++++++ CHANGELOG.md | 7 +------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/AtlasLootClassic/Documentation/Release_Notes.md b/AtlasLootClassic/Documentation/Release_Notes.md index f8f5e70b..94f008e0 100644 --- a/AtlasLootClassic/Documentation/Release_Notes.md +++ b/AtlasLootClassic/Documentation/Release_Notes.md @@ -2,6 +2,13 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is included in this zip file with links to non-english translations. +## v1.2.0 (Sep. 30, 2019) + +- Add droprates for dungeons / raids +- Add auto select for dungeons / raids +- Update content phase items +- Add License back into zip file + ## v1.1.12 (Sep. 18, 2019) - Update BRD loottables diff --git a/CHANGELOG.md b/CHANGELOG.md index c5fe2102..61ee48a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,4 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ [Changelog history](https://github.com/Hoizame/AtlasLootClassic/blob/master/AtlasLootClassic/Documentation/Release_Notes.md) -## v1.2.0 (Sep. 30, 2019) - -- Add droprates for dungeons / raids -- Add auto select for dungeons / raids -- Update content phase items -- Add License back into zip file +## v1.2.X (Sep. XX, 2019) From dce56c5daddb42a5be82668483a50a71de3b0bc6 Mon Sep 17 00:00:00 2001 From: Lag <lagysera@gmail.com> Date: Tue, 1 Oct 2019 00:22:07 +0200 Subject: [PATCH 02/10] add level data --- AtlasLootClassic_Collections/data.lua | 7 +- AtlasLootClassic_DungeonsAndRaids/data.lua | 272 +++++++++++++++++++++ 2 files changed, 278 insertions(+), 1 deletion(-) diff --git a/AtlasLootClassic_Collections/data.lua b/AtlasLootClassic_Collections/data.lua index afa00b22..ee4c6877 100644 --- a/AtlasLootClassic_Collections/data.lua +++ b/AtlasLootClassic_Collections/data.lua @@ -318,6 +318,7 @@ data["Azuregos"] = { { -- AAzuregos name = AL["Azuregos"], npcId = 6109, + Level = 999, DisplayIDs = {{11460}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -357,6 +358,7 @@ data["LordKazzak"] = { { -- KKazzak name = AL["Lord Kazzak"], npcId = 12397, + Level = 999, DisplayIDs = {{12449}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -386,6 +388,7 @@ data["DragonsOfNightmare"] = { { -- DLethon name = AL["Lethon"], npcId = 14888, + Level = 999, DisplayIDs = {{15365}}, [NORMAL_DIFF] = { { 1, 20628 }, -- Deviate Growth Cap @@ -411,6 +414,7 @@ data["DragonsOfNightmare"] = { { -- DEmeriss name = AL["Emeriss"], npcId = 14889, + Level = 999, DisplayIDs = {{15366}}, [NORMAL_DIFF] = { { 1, 20623 }, -- Circlet of Restless Dreams @@ -435,6 +439,7 @@ data["DragonsOfNightmare"] = { { -- DTaerar name = AL["Taerar"], npcId = 14890, + Level = 999, DisplayIDs = {{15363}, {15367}}, [NORMAL_DIFF] = { { 1, 20633 }, -- Unnatural Leather Spaulders @@ -459,6 +464,7 @@ data["DragonsOfNightmare"] = { { -- DYsondre name = AL["Ysondre"], npcId = 14887, + Level = 999, DisplayIDs = {{15364}}, [NORMAL_DIFF] = { { 1, 20637 }, -- Acid Inscribed Pauldrons @@ -696,7 +702,6 @@ data["Tabards"] = { }, } - data["GurubashiArena"] = { name = AL["Gurubashi Arena"], ContentType = WORLD_EVENT_CONTENT, diff --git a/AtlasLootClassic_DungeonsAndRaids/data.lua b/AtlasLootClassic_DungeonsAndRaids/data.lua index bfb601c5..d3a7c070 100644 --- a/AtlasLootClassic_DungeonsAndRaids/data.lua +++ b/AtlasLootClassic_DungeonsAndRaids/data.lua @@ -215,6 +215,7 @@ data["Ragefire"] = { { -- RFCTaragaman name = AL["Taragaman the Hungerer"], npcID = 11520, + Level = 16, DisplayIDs = {{7970}}, AtlasMapBossID = 2, [NORMAL_DIFF] = { @@ -226,6 +227,7 @@ data["Ragefire"] = { { -- RFCJergosh name = AL["Jergosh the Invoker"], npcID = 11518, + Level = 16, DisplayIDs = {{11429}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -250,6 +252,7 @@ data["WailingCaverns"] = { { -- WCLordCobrahn name = AL["Lord Cobrahn"], npcID = 3669, + Level = 20, SubAreaID = 15300, DisplayIDs = {{4213}}, AtlasMapBossID = 2, @@ -262,6 +265,7 @@ data["WailingCaverns"] = { { -- WCLadyAnacondra name = AL["Lady Anacondra"], npcID = 3671, + Level = 20, DisplayIDs = {{4313}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -273,6 +277,7 @@ data["WailingCaverns"] = { { -- WCKresh name = AL["Kresh"], npcID = 3653, + Level = 20, DisplayIDs = {{5126}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -283,6 +288,7 @@ data["WailingCaverns"] = { { -- WCLordPythas name = AL["Lord Pythas"], npcID = 3670, + Level = 21, SubAreaID = 17731, DisplayIDs = {{4214}}, AtlasMapBossID = 5, @@ -294,6 +300,7 @@ data["WailingCaverns"] = { { -- WCSkum name = AL["Skum"], npcID = 3674, + Level = 21, DisplayIDs = {{4203}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -304,6 +311,7 @@ data["WailingCaverns"] = { { -- WCLordSerpentis name = AL["Lord Serpentis"], npcID = 3673, + Level = 21, DisplayIDs = {{4215}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -316,6 +324,7 @@ data["WailingCaverns"] = { { -- WCVerdan name = AL["Verdan the Everliving"], npcID = 5775, + Level = 21, DisplayIDs = {{4256}}, AtlasMapBossID = 8, [NORMAL_DIFF] = { @@ -327,6 +336,7 @@ data["WailingCaverns"] = { { -- WCMutanus name = AL["Mutanus the Devourer"], npcID = 3654, + Level = 22, SubAreaID = 15294, DisplayIDs = {{4088}}, AtlasMapBossID = 9, @@ -340,6 +350,7 @@ data["WailingCaverns"] = { { -- WCDeviateFaerieDragon name = AL["Deviate Faerie Dragon"], npcID = 5912, + Level = 20, DisplayIDs = {{1267}}, AtlasMapBossID = 10, specialType = "rare", @@ -371,6 +382,7 @@ data["TheDeadmines"] = { { --DMRhahkZor name = AL["Rhahk'Zor"], npcID = 644, + Level = 19, DisplayIDs = {{14403}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -381,6 +393,7 @@ data["TheDeadmines"] = { { --DMMinerJohnson name = AL["Miner Johnson"], npcID = 3586, + Level = 19, DisplayIDs = {{556}}, specialType = "rare", AtlasMapBossID = 2, @@ -392,6 +405,7 @@ data["TheDeadmines"] = { { --DMSneed name = AL["Sneed"], npcID = 643, + Level = 20, SubAreaID = 19529, DisplayIDs = {{7125}}, AtlasMapBossID = 3, @@ -403,6 +417,7 @@ data["TheDeadmines"] = { { --DMSneedsShredder name = AL["Sneed's Shredder"], npcID = 642, + Level = 20, DisplayIDs = {{1269}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -413,6 +428,7 @@ data["TheDeadmines"] = { { --DMGilnid name = AL["Gilnid"], npcID = 1763, + Level = 20, SubAreaID = 19502, DisplayIDs = {{7124}}, AtlasMapBossID = 4, @@ -431,6 +447,7 @@ data["TheDeadmines"] = { { --DMMrSmite name = AL["Mr. Smite"], npcID = 646, + Level = 20, SubAreaID = 26104, DisplayIDs = {{2026}}, AtlasMapBossID = 6, @@ -443,6 +460,7 @@ data["TheDeadmines"] = { { --DMCaptainGreenskin name = AL["Captain Greenskin"], npcID = 647, + Level = 20, DisplayIDs = {{7113},{2349},{2347},{5207}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -454,6 +472,7 @@ data["TheDeadmines"] = { { --DMVanCleef name = AL["Edwin VanCleef"], npcID = 639, + Level = 21, DisplayIDs = {{2029}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -467,6 +486,7 @@ data["TheDeadmines"] = { { --DMCookie name = AL["Cookie"], npcID = 645, + Level = 20, DisplayIDs = {{1305}}, specialType = "elite", AtlasMapBossID = 6, @@ -499,6 +519,7 @@ data["ShadowfangKeep"] = { { -- SFKRethilgore name = AL["Rethilgore"], npcID = 3914, + Level = 20, DisplayIDs = {{524}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -508,6 +529,7 @@ data["ShadowfangKeep"] = { { -- SFKFelSteed name = AL["Fel Steed / Shadow Charger"], npcID = {3865, 3864}, + Level = {19, 20}, DisplayIDs = {{1952},{1951}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -518,6 +540,7 @@ data["ShadowfangKeep"] = { { -- SFKRazorclawtheButcher name = AL["Razorclaw the Butcher"], npcID = 3886, + Level = 22, DisplayIDs = {{524}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -529,6 +552,7 @@ data["ShadowfangKeep"] = { { -- SFKSilverlaine name = AL["Baron Silverlaine"], npcID = 3887, + Level = 24, DisplayIDs = {{3222}}, AtlasMapBossID = 5, [NORMAL_DIFF] = { @@ -539,6 +563,7 @@ data["ShadowfangKeep"] = { { -- SFKSpringvale name = AL["Commander Springvale"], npcID = 4278, + Level = 24, DisplayIDs = {{3223}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -560,6 +585,7 @@ data["ShadowfangKeep"] = { { -- SFKOdotheBlindwatcher name = AL["Odo the Blindwatcher"], npcID = 4279, + Level = 24, DisplayIDs = {{522}}, AtlasMapBossID = 8, [NORMAL_DIFF] = { @@ -570,6 +596,7 @@ data["ShadowfangKeep"] = { { -- SFKDeathswornCaptain name = AL["Deathsworn Captain"], npcID = 3872, + Level = 25, DisplayIDs = {{3224}}, specialType = "rare", AtlasMapBossID = 9, @@ -581,6 +608,7 @@ data["ShadowfangKeep"] = { { -- SFKArugalsVoidwalker name = AL["Arugal's Voidwalker"], npcID = 4627, + Level = {24, 25}, DisplayIDs = {{1131}}, AtlasMapBossID = 10, [NORMAL_DIFF] = { @@ -590,6 +618,7 @@ data["ShadowfangKeep"] = { { -- SFKFenrustheDevourer name = AL["Fenrus the Devourer"], npcID = 4274, + Level = 25, DisplayIDs = {{2352}}, AtlasMapBossID = 10, [NORMAL_DIFF] = { @@ -600,6 +629,7 @@ data["ShadowfangKeep"] = { { -- SFKWolfMasterNandos name = AL["Wolf Master Nandos"], npcID = 3927, + Level = 25, DisplayIDs = {{11179}}, AtlasMapBossID = 11, [NORMAL_DIFF] = { @@ -610,6 +640,7 @@ data["ShadowfangKeep"] = { { -- SFKArchmageArugal name = AL["Archmage Arugal"], npcID = 4275, + Level = 26, DisplayIDs = {{2353}}, AtlasMapBossID = 12, [NORMAL_DIFF] = { @@ -666,6 +697,7 @@ data["BlackfathomDeeps"] = { { -- BFDGhamoora name = AL["Ghamoo-ra"], npcID = 4887, + Level = 25, DisplayIDs = {{5027}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -676,6 +708,7 @@ data["BlackfathomDeeps"] = { { -- BFDLadySarevess name = AL["Lady Sarevess"], npcID = 4831, + Level = 25, DisplayIDs = {{4979}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -687,6 +720,7 @@ data["BlackfathomDeeps"] = { { -- BFDGelihast name = AL["Gelihast"], npcID = 6243, + Level = 26, DisplayIDs = {{1773}}, AtlasMapBossID = 5, [NORMAL_DIFF] = { @@ -698,6 +732,7 @@ data["BlackfathomDeeps"] = { { -- BFDBaronAquanis name = AL["Baron Aquanis"], npcID = 12876, + Level = 28, DisplayIDs = {{110}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -707,6 +742,7 @@ data["BlackfathomDeeps"] = { { -- BFDTwilightLordKelris name = AL["Twilight Lord Kelris"], npcID = 4832, + Level = 27, DisplayIDs = {{4939}}, AtlasMapBossID = 8, [NORMAL_DIFF] = { @@ -717,6 +753,7 @@ data["BlackfathomDeeps"] = { { -- BFDOldSerrakis name = AL["Old Serra'kis"], npcID = 4830, + Level = 26, DisplayIDs = {{1816}}, AtlasMapBossID = 9, [NORMAL_DIFF] = { @@ -728,6 +765,7 @@ data["BlackfathomDeeps"] = { { -- BFDAkumai name = AL["Aku'mai"], npcID = 4829, + Level = 28, DisplayIDs = {{2837}}, AtlasMapBossID = 10, [NORMAL_DIFF] = { @@ -768,6 +806,7 @@ data["TheStockade"] = { { -- SWStKamDeepfury name = AL["Kam Deepfury"], npcID = 1666, + Level = 27, DisplayIDs = {{825}}, AtlasMapBossID = 2, [NORMAL_DIFF] = { @@ -777,6 +816,7 @@ data["TheStockade"] = { { -- SWStBruegalIronknuckle name = AL["Bruegal Ironknuckle"], npcID = 1720, + Level = 26, DisplayIDs = {{2142}}, AtlasMapBossID = 6, specialType = "rare", @@ -808,6 +848,7 @@ data["Gnomeregan"] = { { -- GnTechbot name = AL["Techbot"], npcID = 6231, + Level = 26, DisplayIDs = {{7288}}, [NORMAL_DIFF] = { { 1, 9444 }, -- Techbot CPU Shell @@ -816,6 +857,7 @@ data["Gnomeregan"] = { { -- GnGrubbis name = AL["Grubbis"], npcID = 7361, + Level = 32, DisplayIDs = {{6533}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -825,6 +867,7 @@ data["Gnomeregan"] = { { -- GnViscousFallout name = AL["Viscous Fallout"], npcID = 7079, + Level = 30, DisplayIDs = {{5497}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -836,6 +879,7 @@ data["Gnomeregan"] = { { -- GnElectrocutioner6000 name = AL["Electrocutioner 6000"], npcID = 6235, + Level = 32, DisplayIDs = {{6915}}, AtlasMapBossID = 5, [NORMAL_DIFF] = { @@ -848,6 +892,7 @@ data["Gnomeregan"] = { { -- GnCrowdPummeler960 name = AL["Crowd Pummeler 9-60"], npcID = 6229, + Level = 32, DisplayIDs = {{6774}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -858,6 +903,7 @@ data["Gnomeregan"] = { { -- GnDIAmbassador name = AL["Dark Iron Ambassador"], npcID = 6228, + Level = 33, DisplayIDs = {{6669}}, AtlasMapBossID = 7, specialType = "rare", @@ -870,6 +916,7 @@ data["Gnomeregan"] = { { -- GnMekgineerThermaplugg name = AL["Mekgineer Thermaplugg"], npcID = 7800, + Level = 34, DisplayIDs = {{6980}}, AtlasMapBossID = 8, [NORMAL_DIFF] = { @@ -927,6 +974,7 @@ data["RazorfenKraul"] = { { -- RFKAggem name = AL["Aggem Thorncurse"], npcID = 4424, + Level = 30, DisplayIDs = {{6097}}, AtlasMapBossID = 2, [NORMAL_DIFF] = { @@ -936,6 +984,7 @@ data["RazorfenKraul"] = { { -- RFKDeathSpeakerJargba name = AL["Death Speaker Jargba"], npcID = 4428, + Level = 30, DisplayIDs = {{4644}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -947,6 +996,7 @@ data["RazorfenKraul"] = { { -- RFKOverlordRamtusk name = AL["Overlord Ramtusk"], npcID = 4420, + Level = 32, DisplayIDs = {{4652}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -957,6 +1007,7 @@ data["RazorfenKraul"] = { { -- RFKRazorfenSpearhide name = AL["Razorfen Spearhide"], npcID = 4438, + Level = {29, 30}, DisplayIDs = {{6078}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -966,6 +1017,7 @@ data["RazorfenKraul"] = { { -- RFKAgathelos name = AL["Agathelos the Raging"], npcID = 4422, + Level = 33, DisplayIDs = {{2450}}, AtlasMapBossID = 5, [NORMAL_DIFF] = { @@ -976,6 +1028,7 @@ data["RazorfenKraul"] = { { -- RFKBlindHunter name = AL["Blind Hunter"], npcID = 4425, + Level = 32, DisplayIDs = {{4735}}, AtlasMapBossID = 6, specialType = "rare", @@ -988,6 +1041,7 @@ data["RazorfenKraul"] = { { -- RFKCharlgaRazorflank name = AL["Charlga Razorflank"], npcID = 4421, + Level = 33, DisplayIDs = {{4642}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -1000,6 +1054,7 @@ data["RazorfenKraul"] = { { -- RFKEarthcallerHalmgar name = AL["Earthcaller Halmgar"], npcID = 4842, + Level = 32, DisplayIDs = {{6102}}, AtlasMapBossID = 9, specialType = "rare", @@ -1042,6 +1097,7 @@ data["ScarletMonasteryGraveyard"] = { { -- SMVishas name = AL["Interrogator Vishas"], npcID = 3983, + Level = 32, DisplayIDs = {{2044}}, SubAreaID = 21379, AtlasMapBossID = 1, @@ -1053,6 +1109,7 @@ data["ScarletMonasteryGraveyard"] = { { -- SMAzshir name = AL["Azshir the Sleepless"], npcID = 6490, + Level = 33, DisplayIDs = {{5534}}, SubAreaID = 24000, AtlasMapBossID = "1'", @@ -1066,6 +1123,7 @@ data["ScarletMonasteryGraveyard"] = { { -- SMFallenChampion name = AL["Fallen Champion"], npcID = 6488, + Level = 33, DisplayIDs = {{5230}}, specialType = "rare", AtlasMapBossID = "1'", @@ -1078,6 +1136,7 @@ data["ScarletMonasteryGraveyard"] = { { -- SMIronspine name = AL["Ironspine"], npcID = 6489, + Level = 33, DisplayIDs = {{5231}}, AtlasMapBossID = "1'", specialType = "rare", @@ -1090,6 +1149,7 @@ data["ScarletMonasteryGraveyard"] = { { -- SMBloodmageThalnos name = AL["Bloodmage Thalnos"], npcID = 4543, + Level = 34, SubAreaID = 23805, DisplayIDs = {{11396}}, AtlasMapBossID = 3, @@ -1137,6 +1197,7 @@ data["ScarletMonasteryLibrary"] = { { -- SMHoundmasterLoksey name = AL["Houndmaster Loksey"], npcID = 3974, + Level = 34, SubAreaID = 21444, DisplayIDs = {{2040}}, AtlasMapBossID = 1, @@ -1149,6 +1210,7 @@ data["ScarletMonasteryLibrary"] = { { -- SMDoan name = AL["Arcanist Doan"], npcID = 6487, + Level = 37, SubAreaID = 21420, DisplayIDs = {{5266}}, AtlasMapBossID = 2, @@ -1215,6 +1277,7 @@ data["ScarletMonasteryArmory"] = { { -- SMHerod name = AL["Herod"], npcID = 3975, + Level = 40, SubAreaID = 21448, DisplayIDs = {{2041}}, AtlasMapBossID = 1, @@ -1274,6 +1337,7 @@ data["ScarletMonasteryCathedral"] = { { -- SMFairbanks name = AL["High Inquisitor Fairbanks"], npcID = 4542, + Level = 40, DisplayIDs = {{2605}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -1285,6 +1349,7 @@ data["ScarletMonasteryCathedral"] = { { -- SMMograine name = AL["Scarlet Commander Mograine"], npcID = 3976, + Level = 42, DisplayIDs = {{2042}}, AtlasMapBossID = 2, [NORMAL_DIFF] = { @@ -1297,6 +1362,7 @@ data["ScarletMonasteryCathedral"] = { { -- SMWhitemane name = AL["High Inquisitor Whitemane"], npcID = 3977, + Level = 42, DisplayIDs = {{2043}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -1597,6 +1663,7 @@ data["RazorfenDowns"] = { { -- RFDTutenkash name = AL["Tuten'kash"], npcID = 7355, + Level = 40, DisplayIDs = {{7845}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -1619,6 +1686,7 @@ data["RazorfenDowns"] = { { -- RFDMordreshFireEye name = AL["Mordresh Fire Eye"], npcID = 7357, + Level = 39, DisplayIDs = {{8055}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -1630,6 +1698,7 @@ data["RazorfenDowns"] = { { -- RFDGlutton name = AL["Glutton"], npcID = 8567, + Level = 40, DisplayIDs = {{7864}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -1640,6 +1709,7 @@ data["RazorfenDowns"] = { { -- RFDRagglesnout name = AL["Ragglesnout"], npcID = 7354, + Level = 40, DisplayIDs = {{11382}}, AtlasMapBossID = 5, [NORMAL_DIFF] = { @@ -1651,6 +1721,7 @@ data["RazorfenDowns"] = { { -- RFDAmnennar name = AL["Amnennar the Coldbringer"], npcID = 7358, + Level = 41, DisplayIDs = {{7971}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -1664,6 +1735,7 @@ data["RazorfenDowns"] = { { -- RFDPlaguemaw name = AL["Plaguemaw the Rotting"], npcID = 7356, + Level = 40, DisplayIDs = {{6124}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -1714,6 +1786,7 @@ data["Uldaman"] = { { -- UldEric name = AL["Eric \"The Swift\""], npcID = 6907, + Level = 40, DisplayIDs = {{5708}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -1725,6 +1798,7 @@ data["Uldaman"] = { { -- UldBaelog name = AL["Baelog"], npcID = 6906, + Level = 41, DisplayIDs = {{5710}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -1736,6 +1810,7 @@ data["Uldaman"] = { { -- UldOlaf name = AL["Olaf"], npcID = 6908, + Level = 40, DisplayIDs = {{5709}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -1747,6 +1822,7 @@ data["Uldaman"] = { { -- UldRevelosh name = AL["Revelosh"], npcID = 6910, + Level = 40, DisplayIDs = {{5945}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -1760,6 +1836,7 @@ data["Uldaman"] = { { -- UldIronaya name = AL["Ironaya"], npcID = 7228, + Level = 40, DisplayIDs = {{6089}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -1771,6 +1848,7 @@ data["Uldaman"] = { { -- UldAncientStoneKeeper name = AL["Ancient Stone Keeper"], npcID = 7206, + Level = 44, DisplayIDs = {{10798}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -1781,6 +1859,7 @@ data["Uldaman"] = { { -- UldGalgannFirehammer name = AL["Galgann Firehammer"], npcID = 7291, + Level = 45, DisplayIDs = {{6059}}, AtlasMapBossID = 8, [NORMAL_DIFF] = { @@ -1793,6 +1872,7 @@ data["Uldaman"] = { { -- UldGrimlok name = AL["Grimlok"], npcID = 4854, + Level = 45, DisplayIDs = {{11165}}, AtlasMapBossID = 9, [NORMAL_DIFF] = { @@ -1804,6 +1884,7 @@ data["Uldaman"] = { { -- UldArchaedas name = AL["Archaedas"], npcID = 2748, + Level = 47, DisplayIDs = {{5988}}, AtlasMapBossID = 10, [NORMAL_DIFF] = { @@ -1882,6 +1963,7 @@ data["Zul'Farrak"] = { { -- ZFAntusul name = AL["Antu'sul"], npcID = 8127, + Level = 48, DisplayIDs = {{7353}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -1894,6 +1976,7 @@ data["Zul'Farrak"] = { { -- ZFThekatheMartyr name = AL["Theka the Martyr"], npcID = 7272, + Level = {45, 46}, DisplayIDs = {{6696}}, AtlasMapBossID = 2, specialType = "quest", @@ -1904,6 +1987,7 @@ data["Zul'Farrak"] = { { -- ZFWitchDoctorZumrah name = AL["Witch Doctor Zum'rah"], npcID = 7271, + Level = 46, DisplayIDs = {{6434}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -1914,6 +1998,7 @@ data["Zul'Farrak"] = { { -- ZFNekrumGutchewer name = AL["Nekrum Gutchewer"], npcID = 7796, + Level = {45, 46}, DisplayIDs = {{6690}}, AtlasMapBossID = 4, specialType = "quest", @@ -1924,6 +2009,7 @@ data["Zul'Farrak"] = { { -- ZFSezzziz name = AL["Shadowpriest Sezz'ziz"], npcID = 7275, + Level = 47, DisplayIDs = {{6441}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -1936,6 +2022,7 @@ data["Zul'Farrak"] = { { -- ZFDustwraith name = AL["Dustwraith"], npcID = 10081, + Level = 47, DisplayIDs = {{9292}}, ContentPhase = 5, AtlasMapBossID = 4, @@ -1946,6 +2033,7 @@ data["Zul'Farrak"] = { { -- ZFSandfury name = AL["Sandfury Executioner"], npcID = 7274, + Level = 46, DisplayIDs = {{6440}}, AtlasMapBossID = 5, [NORMAL_DIFF] = { @@ -1955,6 +2043,7 @@ data["Zul'Farrak"] = { { -- ZFSergeantBly name = AL["Sergeant Bly"], npcID = 7604, + Level = 45, DisplayIDs = {{6433}}, AtlasMapBossID = 5, specialType = "quest", @@ -1965,6 +2054,7 @@ data["Zul'Farrak"] = { { -- ZFHydromancerVelratha name = AL["Hydromancer Velratha"], npcID = 7795, + Level = 46, DisplayIDs = {{6685}}, AtlasMapBossID = 6, specialType = "quest", @@ -1976,6 +2066,7 @@ data["Zul'Farrak"] = { { -- ZFGahzrilla name = AL["Gahz'rilla"], npcID = 7273, + Level = 46, DisplayIDs = {{7271}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -1986,6 +2077,7 @@ data["Zul'Farrak"] = { { -- ZFChiefUkorzSandscalp name = AL["Chief Ukorz Sandscalp"], npcID = 7267, + Level = 48, DisplayIDs = {{6439}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -1999,6 +2091,7 @@ data["Zul'Farrak"] = { { -- ZFZerillis name = AL["Zerillis"], npcID = 10082, + Level = 45, DisplayIDs = {{9293}}, AtlasMapBossID = 8, [NORMAL_DIFF] = { @@ -2048,6 +2141,7 @@ data["Maraudon"] = { { -- MaraNoxxion name = AL["Noxxion"], npcID = 13282, + Level = 48, DisplayIDs = {{11172}}, AtlasMapBossID = 2, [NORMAL_DIFF] = { @@ -2059,6 +2153,7 @@ data["Maraudon"] = { { -- MaraRazorlash name = AL["Razorlash"], npcID = 12258, + Level = 48, DisplayIDs = {{12389}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -2081,6 +2176,7 @@ data["Maraudon"] = { { -- MaraLordVyletongue name = AL["Lord Vyletongue"], npcID = 12236, + Level = 47, DisplayIDs = {{12334}}, AtlasMapBossID = 5, [NORMAL_DIFF] = { @@ -2092,6 +2188,7 @@ data["Maraudon"] = { { -- MaraMeshlok name = AL["Meshlok the Harvester"], npcID = 12237, + Level = 48, DisplayIDs = {{9014}}, AtlasMapBossID = 6, specialType = "rare", @@ -2104,6 +2201,7 @@ data["Maraudon"] = { { -- MaraCelebras name = AL["Celebras the Cursed"], npcID = 12225, + Level = 49, DisplayIDs = {{12350}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -2115,6 +2213,7 @@ data["Maraudon"] = { { -- MaraLandslide name = AL["Landslide"], npcID = 12203, + Level = 50, DisplayIDs = {{12293}}, AtlasMapBossID = 8, [NORMAL_DIFF] = { @@ -2127,6 +2226,7 @@ data["Maraudon"] = { { -- MaraTinkererGizlock name = AL["Tinkerer Gizlock"], npcID = 13601, + Level = 50, DisplayIDs = {{7125}}, AtlasMapBossID = 9, [NORMAL_DIFF] = { @@ -2138,6 +2238,7 @@ data["Maraudon"] = { { -- MaraRotgrip name = AL["Rotgrip"], npcID = 13596, + Level = 50, DisplayIDs = {{13589}}, AtlasMapBossID = 10, [NORMAL_DIFF] = { @@ -2149,6 +2250,7 @@ data["Maraudon"] = { { -- MaraPrincessTheradras name = AL["Princess Theradras"], npcID = 12201, + Level = 51, DisplayIDs = {{12292}}, AtlasMapBossID = 11, [NORMAL_DIFF] = { @@ -2225,6 +2327,7 @@ data["TheTempleOfAtal'Hakkar"] = { { -- STBalconyMinibosses name = AL["Balcony Minibosses"], npcID = {5716, 5712, 5717, 5714, 5715, 5713}, + Level = {51, 52}, DisplayIDs = {{6701},{6699},{6707},{6700},{6702},{6698}}, AtlasMapBossID = "C", [NORMAL_DIFF] = { @@ -2242,6 +2345,7 @@ data["TheTempleOfAtal'Hakkar"] = { { -- STAtalalarion name = AL["Atal'alarion"], npcID = 8580, + Level = 50, DisplayIDs = {{7873}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -2253,6 +2357,7 @@ data["TheTempleOfAtal'Hakkar"] = { { -- STSpawnOfHakkar name = AL["Spawn of Hakkar"], npcID = 5708, + Level = 51, DisplayIDs = {{4065}}, AtlasMapBossID = 2, [NORMAL_DIFF] = { @@ -2278,6 +2383,7 @@ data["TheTempleOfAtal'Hakkar"] = { { -- STJammalan name = AL["Jammal'an the Prophet"], npcID = 5710, + Level = 54, DisplayIDs = {{6708}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -2289,6 +2395,7 @@ data["TheTempleOfAtal'Hakkar"] = { { -- STOgom name = AL["Ogom the Wretched"], npcID = 5711, + Level = 53, DisplayIDs = {{6709}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -2300,6 +2407,7 @@ data["TheTempleOfAtal'Hakkar"] = { { -- STDreamscythe name = AL["Dreamscythe"], npcID = 5721, + Level = 53, DisplayIDs = {{7553}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -2316,6 +2424,7 @@ data["TheTempleOfAtal'Hakkar"] = { { -- STWeaver name = AL["Weaver"], npcID = 5720, + Level = 51, DisplayIDs = {{6375}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -2332,6 +2441,7 @@ data["TheTempleOfAtal'Hakkar"] = { { -- STHazzas name = AL["Hazzas"], npcID = 5722, + Level = 53, DisplayIDs = {{9584}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -2348,6 +2458,7 @@ data["TheTempleOfAtal'Hakkar"] = { { -- STMorphaz name = AL["Morphaz"], npcID = 5719, + Level = 52, DisplayIDs = {{7975}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -2364,6 +2475,7 @@ data["TheTempleOfAtal'Hakkar"] = { { -- STEranikus name = AL["Shade of Eranikus"], npcID = 5709, + Level = 55, DisplayIDs = {{7806}}, AtlasMapBossID = 8, [NORMAL_DIFF] = { @@ -2416,6 +2528,7 @@ data["BlackrockDepths"] = { { -- BRDLordRoccor name = AL["Lord Roccor"], npcID = 9025, + Level = 51, SubAreaID = 26735, DisplayIDs = {{5781}}, AtlasMapBossID = 1, @@ -2432,6 +2545,7 @@ data["BlackrockDepths"] = { { -- BRDHighInterrogatorGerstahn name = AL["High Interrogator Gerstahn "], npcID = 9018, + Level = 52, SubAreaID = 26733, DisplayIDs = {{8761}}, AtlasMapBossID = 5, @@ -2446,6 +2560,7 @@ data["BlackrockDepths"] = { { -- BRDHoundmaster name = AL["Houndmaster Grebmar"], npcID = 9319, + Level = 52, SubAreaID = 26735, DisplayIDs = {{9212}}, AtlasMapBossID = 6, @@ -2459,6 +2574,7 @@ data["BlackrockDepths"] = { { -- BRDGorosh name = AL["Gorosh the Dervish"], npcID = 9027, + Level = 56, SubAreaID = 26742, DisplayIDs = {{8760}}, AtlasMapBossID = 6, @@ -2476,6 +2592,7 @@ data["BlackrockDepths"] = { { -- BRDGrizzle name = AL["Grizzle"], npcID = 9028, + Level = 54, DisplayIDs = {{7873}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -2490,6 +2607,7 @@ data["BlackrockDepths"] = { { -- BRDEviscerator name = AL["Eviscerator"], npcID = 9029, + Level = 54, DisplayIDs = {{523}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -2502,6 +2620,7 @@ data["BlackrockDepths"] = { { -- BRDOkthor name = AL["Ok'thor the Breaker"], npcID = 9030, + Level = 53, DisplayIDs = {{11538}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -2513,6 +2632,7 @@ data["BlackrockDepths"] = { { -- BRDAnubshiah name = AL["Anub'shiah"], npcID = 9031, + Level = 54, DisplayIDs = {{3004}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -2524,6 +2644,7 @@ data["BlackrockDepths"] = { { -- BRDHedrum name = AL["Hedrum the Creeper"], npcID = 9032, + Level = 53, DisplayIDs = {{8271}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -2537,6 +2658,7 @@ data["BlackrockDepths"] = { { -- BRDPyromancerLoregrain name = AL["Pyromancer Loregrain"], npcID = 9024, + Level = 52, SubAreaID = 26745, DisplayIDs = {{8762}}, AtlasMapBossID = 7, @@ -2576,6 +2698,7 @@ data["BlackrockDepths"] = { { -- BRDWarderStilgiss name = AL["Warder Stilgiss"], npcID = 9041, + Level = 56, SubAreaID = 26758, DisplayIDs = {{9089}}, AtlasMapBossID = 8, @@ -2589,6 +2712,7 @@ data["BlackrockDepths"] = { { -- BRDVerek name = AL["Verek"], npcID = 9042, + Level = 55, SubAreaID = 26758, DisplayIDs = {{9019}}, AtlasMapBossID = 8, @@ -2600,6 +2724,7 @@ data["BlackrockDepths"] = { { -- BRDWatchmanDoomgrip name = AL["Watchman Doomgrip"], npcID = 9476, + Level = 55, SubAreaID = 26758, DisplayIDs = {{8655}}, AtlasMapBossID = 8, @@ -2613,6 +2738,7 @@ data["BlackrockDepths"] = { { -- BRDFineousDarkvire name = AL["Fineous Darkvire"], npcID = 9056, + Level = 54, SubAreaID = 26759, DisplayIDs = {{8704}}, AtlasMapBossID = 9, @@ -2627,6 +2753,7 @@ data["BlackrockDepths"] = { { -- BRDLordIncendius name = AL["Lord Incendius"], npcID = 9017, + Level = 55, SubAreaID = 26750, DisplayIDs = {{1204}}, AtlasMapBossID = 10, @@ -2642,6 +2769,7 @@ data["BlackrockDepths"] = { { -- BRDBaelGar name = AL["Bael'Gar"], npcID = 9016, + Level = 54, SubAreaID = 26747, DisplayIDs = {{12162}}, AtlasMapBossID = 11, @@ -2655,6 +2783,7 @@ data["BlackrockDepths"] = { { -- BRDGeneralAngerforge name = AL["General Angerforge"], npcID = 9033, + Level = 57, SubAreaID = 26749, DisplayIDs = {{8756}}, AtlasMapBossID = 13, @@ -2670,6 +2799,7 @@ data["BlackrockDepths"] = { { -- BRDGolemLordArgelmach name = AL["Golem Lord Argelmach"], npcID = 8983, + Level = 57, SubAreaID = 26781, DisplayIDs = {{8759}}, AtlasMapBossID = 14, @@ -2684,6 +2814,7 @@ data["BlackrockDepths"] = { name = AL["Guzzler"], SubAreaID = 26751, npcID = {9537, 9502, 12944, 9543, 9499}, + Level = 55, DisplayIDs = {{8658},{8177},{14666},{8667},{8652}}, AtlasMapBossID = 15, [NORMAL_DIFF] = { @@ -2717,6 +2848,7 @@ data["BlackrockDepths"] = { { -- BRDFlamelash name = AL["Ambassador Flamelash"], npcID = 9156, + Level = 57, SubAreaID = 26761, DisplayIDs = {{8329}}, AtlasMapBossID = 16, @@ -2732,6 +2864,7 @@ data["BlackrockDepths"] = { { -- BRDPanzor name = AL["Panzor the Invincible"], npcID = 8923, + Level = 57, SubAreaID = 26764, DisplayIDs = {{8270}}, AtlasMapBossID = 17, @@ -2746,6 +2879,7 @@ data["BlackrockDepths"] = { name = AL["Chest of The Seven"], SubAreaID = 26784, npcID = {9034, 9035, 9036, 9037, 9038, 9039, 9040}, + Level = {55, 57}, DisplayIDs = {{8690},{8686},{8692},{8689},{8691},{8687},{8688}}, AtlasMapBossID = 18, [NORMAL_DIFF] = { @@ -2762,6 +2896,7 @@ data["BlackrockDepths"] = { { -- BRDMagmus name = AL["Magmus"], npcID = 9938, + Level = 57, SubAreaID = 26768, DisplayIDs = {{12162}}, AtlasMapBossID = 20, @@ -2775,6 +2910,7 @@ data["BlackrockDepths"] = { { -- BRDPrincess name = AL["Princess Moira Bronzebeard "], npcID = 8929, + Level = 58, SubAreaID = 26769, DisplayIDs = {{8705}}, AtlasMapBossID = 21, @@ -2788,6 +2924,7 @@ data["BlackrockDepths"] = { { -- BRDEmperorDagranThaurissan name = AL["Emperor Dagran Thaurissan"], npcID = 9019, + Level = 59, SubAreaID = 26769, DisplayIDs = {{8807}}, AtlasMapBossID = 21, @@ -2874,6 +3011,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSFelguard name = AL["Burning Felguard"], npcID = 10263, + Level = {56, 57}, DisplayIDs = {{5047}}, AtlasMapBossID = "1'", [NORMAL_DIFF] = { @@ -2884,6 +3022,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSSpirestoneButcher name = AL["Spirestone Butcher"], npcID = 9219, + Level = 57, DisplayIDs = {{11574}}, AtlasMapBossID = 4, specialType = "rare", @@ -2895,6 +3034,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSOmokk name = AL["Highlord Omokk"], npcID = 9196, + Level = 59, SubAreaID = 26713, DisplayIDs = {{11565}}, AtlasMapBossID = 5, @@ -2912,6 +3052,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSSpirestoneBattleLord name = AL["Spirestone Battle Lord"], npcID = 9218, + Level = 58, DisplayIDs = {{11576}}, AtlasMapBossID = 6, specialType = "rare", @@ -2923,6 +3064,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSSpirestoneLordMagus name = AL["Spirestone Lord Magus"], npcID = 9217, + Level = {57, 58}, DisplayIDs = {{11578}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -2934,6 +3076,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSVosh name = AL["Shadow Hunter Vosh'gajin"], npcID = 9236, + Level = 58, SubAreaID = 26688, DisplayIDs = {{9732}}, AtlasMapBossID = 7, @@ -2950,6 +3093,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSVoone name = AL["War Master Voone"], npcID = 9237, + Level = 59, SubAreaID = 26688, DisplayIDs = {{9733}}, AtlasMapBossID = 9, @@ -2967,6 +3111,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSGrimaxe name = AL["Bannok Grimaxe"], npcID = 9596, + Level = 59, DisplayIDs = {{9668}}, AtlasMapBossID = 12, specialType = "rare", @@ -2981,6 +3126,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSSmolderweb name = AL["Mother Smolderweb"], npcID = 10596, + Level = 59, SubAreaID = 26686, DisplayIDs = {{9929}}, AtlasMapBossID = 13, @@ -2994,6 +3140,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSCrystalFang name = AL["Crystal Fang"], npcID = 10376, + Level = 60, SubAreaID = 26686, DisplayIDs = {{9755}}, AtlasMapBossID = 14, @@ -3007,8 +3154,10 @@ data["LowerBlackrockSpire"] = { { -- LBRSDoomhowl name = AL["Urok Doomhowl"], npcID = 10584, + Level = 60, DisplayIDs = {{11583}}, AtlasMapBossID = 15, + specialType = "rare", [NORMAL_DIFF] = { { 1, 16670 }, -- Boots of Elements { 3, 13258 }, -- Slaghide Gauntlets @@ -3021,6 +3170,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSZigris name = AL["Quartermaster Zigris"], npcID = 9736, + Level = 59, SubAreaID = 32528, DisplayIDs = {{9738}}, AtlasMapBossID = 16, @@ -3035,6 +3185,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSHalycon name = AL["Halycon"], npcID = 10220, + Level = 59, SubAreaID = 26711, DisplayIDs = {{9567}}, AtlasMapBossID = 17, @@ -3048,6 +3199,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSSlavener name = AL["Gizrul the Slavener"], npcID = 10268, + Level = 60, SubAreaID = 26711, DisplayIDs = {{9564}}, AtlasMapBossID = 17, @@ -3061,6 +3213,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSBashguud name = AL["Ghok Bashguud"], npcID = 9718, + Level = 59, DisplayIDs = {{11809}}, AtlasMapBossID = 18, specialType = "rare", @@ -3073,6 +3226,7 @@ data["LowerBlackrockSpire"] = { { -- LBRSWyrmthalak name = AL["Overlord Wyrmthalak"], npcID = 9568, + Level = 60, SubAreaID = 26718, DisplayIDs = {{8711}}, AtlasMapBossID = 19, @@ -3148,6 +3302,7 @@ data["UpperBlackrockSpire"] = { { -- UBRSEmberseer name = AL["Pyroguard Emberseer"], npcID = 9816, + Level = 60, SubAreaID = 26662, DisplayIDs = {{2172}}, AtlasMapBossID = 1, @@ -3163,6 +3318,7 @@ data["UpperBlackrockSpire"] = { { -- UBRSSolakar name = AL["Solakar Flamewreath"], npcID = 10264, + Level = 60, SubAreaID = 26666, DisplayIDs = {{9581}}, AtlasMapBossID = 2, @@ -3178,6 +3334,7 @@ data["UpperBlackrockSpire"] = { { -- UBRSRunewatcher name = AL["Jed Runewatcher"], npcID = 10509, + Level = 59, SubAreaID = 26642, DisplayIDs = {{9686}}, AtlasMapBossID = 4, @@ -3191,6 +3348,7 @@ data["UpperBlackrockSpire"] = { { -- UBRSAnvilcrack name = AL["Goraluk Anvilcrack "], npcID = 10899, + Level = 61, SubAreaID = 26642, DisplayIDs = {{10222}}, AtlasMapBossID = 5, @@ -3210,6 +3368,7 @@ data["UpperBlackrockSpire"] = { { -- UBRSGyth name = AL["Gyth"], npcID = 10339, + Level = 62, SubAreaID = 26670, DisplayIDs = {{9806}}, AtlasMapBossID = 6, @@ -3226,6 +3385,7 @@ data["UpperBlackrockSpire"] = { { -- UBRSRend name = AL["Warchief Rend Blackhand"], npcID = 10429, + Level = 62, SubAreaID = 26670, DisplayIDs = {{9778}}, AtlasMapBossID = 6, @@ -3248,6 +3408,7 @@ data["UpperBlackrockSpire"] = { { -- UBRSBeast name = AL["The Beast"], npcID = 10430, + Level = 62, SubAreaID = 26684, DisplayIDs = {{10193}}, AtlasMapBossID = 8, @@ -3270,6 +3431,7 @@ data["UpperBlackrockSpire"] = { { -- UBRSDrakkisath name = AL["General Drakkisath"], npcID = 10363, + Level = 62, SubAreaID = 26715, DisplayIDs = {{10115}}, AtlasMapBossID = 9, @@ -3807,6 +3969,7 @@ data["Scholomance"] = { { -- SCHOLOBlood name = AL["Blood Steward of Kirtonos"], npcID = 14861, + Level = 61, SubAreaID = 32573, DisplayIDs = {{10925}}, AtlasMapBossID = 1, @@ -3817,6 +3980,7 @@ data["Scholomance"] = { { -- SCHOLOKirtonostheHerald name = AL["Kirtonos the Herald"], npcID = 10506, + Level = 60, SubAreaID = 32574, DisplayIDs = {{7534}}, AtlasMapBossID = 2, @@ -3835,6 +3999,7 @@ data["Scholomance"] = { { -- SCHOLOJandiceBarov name = AL["Jandice Barov"], npcID = 10503, + Level = 61, DisplayIDs = {{11073}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -3852,6 +4017,7 @@ data["Scholomance"] = { { -- SCHOLORattlegore name = AL["Rattlegore"], npcID = 11622, + Level = 61, SubAreaID = 32577, DisplayIDs = {{12073}}, AtlasMapBossID = 5, @@ -3870,6 +4036,7 @@ data["Scholomance"] = { { -- SCHOLODeathKnight name = AL["Death Knight Darkreaver"], npcID = 14516, + Level = 61, SubAreaID = 32577, DisplayIDs = {{14591}}, AtlasMapBossID = 5, @@ -3883,6 +4050,7 @@ data["Scholomance"] = { { -- SCHOLOMarduk name = AL["Marduk Blackpool"], npcID = 10433, + Level = 58, SubAreaID = 32576, DisplayIDs = {{10248}}, AtlasMapBossID = 6, @@ -3894,6 +4062,7 @@ data["Scholomance"] = { { -- SCHOLOVectus name = AL["Vectus"], npcID = 10432, + Level = 60, SubAreaID = 32576, DisplayIDs = {{2606}}, AtlasMapBossID = 6, @@ -3905,6 +4074,7 @@ data["Scholomance"] = { { -- SCHOLORasFrostwhisper name = AL["Ras Frostwhisper"], npcID = 10508, + Level = 62, SubAreaID = 32579, DisplayIDs = {{7919}}, AtlasMapBossID = 7, @@ -3928,6 +4098,7 @@ data["Scholomance"] = { { -- SCHOLOInstructorMalicia name = AL["Instructor Malicia"], npcID = 10505, + Level = 60, SubAreaID = 32567, DisplayIDs = {{11069}}, AtlasMapBossID = 8, @@ -3965,6 +4136,7 @@ data["Scholomance"] = { { -- SCHOLODoctorTheolenKrastinov name = AL["Doctor Theolen Krastinov"], npcID = 11261, + Level = 60, SubAreaID = 32565, DisplayIDs = {{10901}}, AtlasMapBossID = 9, @@ -4003,6 +4175,7 @@ data["Scholomance"] = { { -- SCHOLOLorekeeperPolkelt name = AL["Lorekeeper Polkelt"], npcID = 10901, + Level = 60, SubAreaID = 32566, DisplayIDs = {{11492}}, AtlasMapBossID = 10, @@ -4040,6 +4213,7 @@ data["Scholomance"] = { { -- SCHOLOTheRavenian name = AL["The Ravenian"], npcID = 10507, + Level = 60, SubAreaID = 32569, DisplayIDs = {{10433}}, AtlasMapBossID = 11, @@ -4077,6 +4251,7 @@ data["Scholomance"] = { { -- SCHOLOLordAlexeiBarov name = AL["Lord Alexei Barov"], npcID = 10504, + Level = 60, SubAreaID = 32549, DisplayIDs = {{11072}}, AtlasMapBossID = 12, @@ -4114,6 +4289,7 @@ data["Scholomance"] = { { -- SCHOLOLadyIlluciaBarov name = AL["Lady Illucia Barov"], npcID = 10502, + Level = 60, SubAreaID = 32568, DisplayIDs = {{11835}}, AtlasMapBossID = 13, @@ -4150,6 +4326,7 @@ data["Scholomance"] = { { -- SCHOLODarkmasterGandling name = AL["Darkmaster Gandling"], npcID = 1853, + Level = 61, SubAreaID = 32581, DisplayIDs = {{11070}}, AtlasMapBossID = 14, @@ -4207,6 +4384,20 @@ data["Scholomance"] = { { 29, 13920 }, -- Healthy Dragon Scale }, }, + { -- SCHOLODeathKnight + name = AL["Death Knight Darkreaver"], + npcID = 14516, + ExtraList = true, + SubAreaID = 32577, + DisplayIDs = {{14591}}, + AtlasMapBossID = 5, + [NORMAL_DIFF] = { + { 1, 18760 }, -- Necromantic Band + { 2, 18761 }, -- Oblivion's Touch + { 3, 18758 }, -- Specter's Blade + { 4, 18759 }, -- Malicious Axe + }, + }, { -- SCHOLOKormok name = AL["Kormok"].." - "..format(AL["Tier %s Sets"], "0.5"), npcID = 16118, @@ -4246,6 +4437,7 @@ data["Stratholme"] = { { -- STRATSkull name = AL["Skul"], npcID = 10393, + Level = 58, DisplayIDs = {{2606}}, AtlasMapBossID = 1, specialType = "rare", @@ -4258,6 +4450,7 @@ data["Stratholme"] = { { -- STRATStratholmeCourier name = AL["Stratholme Courier"], npcID = 11082, + Level = 57, DisplayIDs = {{10547}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -4272,6 +4465,7 @@ data["Stratholme"] = { { -- STRATHearthsingerForresten name = AL["Hearthsinger Forresten"], npcID = 10558, + Level = 57, SubAreaID = 32277, DisplayIDs = {{10482}}, AtlasMapBossID = 3, @@ -4287,6 +4481,7 @@ data["Stratholme"] = { { -- STRATTheUnforgiven name = AL["The Unforgiven"], npcID = 10516, + Level = 57, SubAreaID = 32281, DisplayIDs = {{10771}}, AtlasMapBossID = 4, @@ -4301,6 +4496,7 @@ data["Stratholme"] = { { -- STRATTimmytheCruel name = AL["Timmy the Cruel"], npcID = 10808, + Level = 58, SubAreaID = 32319, DisplayIDs = {{571}}, AtlasMapBossID = 6, @@ -4314,6 +4510,7 @@ data["Stratholme"] = { { -- STRATMalorsStrongbox name = AL["Malor the Zealous"], npcID = 11032, + Level = 60, SubAreaID = 32319, DisplayIDs = {{10458}}, AtlasMapBossID = 7, @@ -4325,6 +4522,7 @@ data["Stratholme"] = { { -- STRATCrimsonHammersmith name = AL["Crimson Hammersmith"], npcID = 11120, + Level = 60, SubAreaID = 32357, DisplayIDs = {{10637}}, AtlasMapBossID = 8, @@ -4336,6 +4534,7 @@ data["Stratholme"] = { { -- STRATCannonMasterWilley name = AL["Cannon Master Willey"], npcID = 10997, + Level = 60, SubAreaID = 32357, DisplayIDs = {{10674}}, AtlasMapBossID = 9, @@ -4357,6 +4556,7 @@ data["Stratholme"] = { { -- STRATArchivistGalford name = AL["Archivist Galford"], npcID = 10811, + Level = 60, SubAreaID = 32331, DisplayIDs = {{10544}}, AtlasMapBossID = 10, @@ -4373,6 +4573,7 @@ data["Stratholme"] = { { -- STRATBalnazzar name = AL["Balnazzar"], npcID = 10813, + Level = 999, SubAreaID = 32367, DisplayIDs = {{10691}}, AtlasMapBossID = 11, @@ -4396,6 +4597,7 @@ data["Stratholme"] = { { -- STRATMagistrateBarthilas name = AL["Magistrate Barthilas"], npcID = 10435, + Level = 58, SubAreaID = 32342, DisplayIDs = {{10433}}, AtlasMapBossID = 12, @@ -4412,6 +4614,7 @@ data["Stratholme"] = { { -- STRATStonespine name = AL["Stonespine"], npcID = 10809, + Level = 60, SubAreaID = 32303, DisplayIDs = {{7856}}, AtlasMapBossID = 14, @@ -4424,6 +4627,7 @@ data["Stratholme"] = { { -- STRATBaronessAnastari name = AL["Baroness Anastari"], npcID = 10436, + Level = 59, SubAreaID = 32344, DisplayIDs = {{10698}}, AtlasMapBossID = 15, @@ -4443,6 +4647,7 @@ data["Stratholme"] = { { -- STRATBlackGuardSwordsmith name = AL["Black Guard Swordsmith"], npcID = 11121, + Level = {61, 62}, SubAreaID = 32345, DisplayIDs = {{775}}, AtlasMapBossID = 15, @@ -4457,6 +4662,7 @@ data["Stratholme"] = { { -- STRATNerubenkan name = AL["Nerub'enkan"], npcID = 10437, + Level = 60, SubAreaID = 32345, DisplayIDs = {{9793}}, AtlasMapBossID = 16, @@ -4476,6 +4682,7 @@ data["Stratholme"] = { { -- STRATMalekithePallid name = AL["Maleki the Pallid"], npcID = 10438, + Level = 61, SubAreaID = 32349, DisplayIDs = {{10546}}, AtlasMapBossID = 17, @@ -4496,6 +4703,7 @@ data["Stratholme"] = { { -- STRATRamsteintheGorger name = AL["Ramstein the Gorger"], npcID = 10439, + Level = 61, SubAreaID = 32301, DisplayIDs = {{12818}}, AtlasMapBossID = 18, @@ -4512,6 +4720,7 @@ data["Stratholme"] = { { -- STRATBaronRivendare name = AL["Baron Rivendare"], npcID = 10440, + Level = 62, SubAreaID = 32352, DisplayIDs = {{10729}}, AtlasMapBossID = 19, @@ -4544,6 +4753,7 @@ data["Stratholme"] = { { -- STRATPostmaster name = AL["Postmaster Malown"], npcID = 11143, + Level = 60, DisplayIDs = {{10669}}, AtlasMapBossID = "6'", [NORMAL_DIFF] = { @@ -4653,6 +4863,7 @@ data["MoltenCore"] = { { --MCLucifron name = AL["Lucifron"], npcID = 12118, + Level = 999, DisplayIDs = {{13031},{12030}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -4679,6 +4890,7 @@ data["MoltenCore"] = { { --MCMagmadar name = AL["Magmadar"], npcID = 11982, + Level = 999, DisplayIDs = {{10193}}, AtlasMapBossID = 2, [NORMAL_DIFF] = { @@ -4711,6 +4923,7 @@ data["MoltenCore"] = { { --MCGehennas name = AL["Gehennas"], npcID = 12259, + Level = 999, DisplayIDs = {{13030},{12002}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -4735,6 +4948,7 @@ data["MoltenCore"] = { { --MCGarr name = AL["Garr"], npcID = 12057, + Level = 999, DisplayIDs = {{12110}, {5781}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -4768,6 +4982,7 @@ data["MoltenCore"] = { { --MCShazzrah name = AL["Shazzrah"], npcID = 12264, + Level = 999, DisplayIDs = {{13032}}, AtlasMapBossID = 5, [NORMAL_DIFF] = { @@ -4792,6 +5007,7 @@ data["MoltenCore"] = { { --MCGeddon name = AL["Baron Geddon"], npcID = 12056, + Level = 999, DisplayIDs = {{12129}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -4818,6 +5034,7 @@ data["MoltenCore"] = { { --MCGolemagg name = AL["Golemagg the Incinerator"], npcID = 11988, + Level = 999, DisplayIDs = {{11986}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -4850,6 +5067,7 @@ data["MoltenCore"] = { { -- MCSulfuron name = AL["Sulfuron Harbinger"], npcID = 12098, + Level = 999, DisplayIDs = {{13030},{12030}}, AtlasMapBossID = 8, [NORMAL_DIFF] = { @@ -4874,6 +5092,7 @@ data["MoltenCore"] = { { -- MCMajordomo name = AL["Majordomo Executus"], npcID = 12018, + Level = 999, ObjectID = 179703, DisplayIDs = {{12029},{13029},{12002}}, AtlasMapBossID = 9, @@ -4895,6 +5114,7 @@ data["MoltenCore"] = { { -- MCRagnaros name = AL["Ragnaros"], npcID = 11502, + Level = 999, DisplayIDs = {{11121}}, AtlasMapBossID = 10, [NORMAL_DIFF] = { @@ -4991,6 +5211,7 @@ data["Onyxia"] = { { -- Onyxia name = AL["Onyxia"], npcID = 10184, + Level = 999, DisplayIDs = {{8570}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -5023,6 +5244,7 @@ data["Onyxia"] = { data["Zul'Gurub"] = { MapID = 1977, InstanceID = 309, + Level = 999, AtlasMapID = "Zul'Gurub", -- ?? AtlasMapFile = "ZulGurub", ContentType = RAID20_CONTENT, @@ -5056,6 +5278,7 @@ data["Zul'Gurub"] = { { -- ZGVenoxis name = AL["High Priest Venoxis"], npcID = 14507, + Level = 999, DisplayIDs = {{15217}}, AtlasMapBossID = 2, [NORMAL_DIFF] = { @@ -5079,6 +5302,7 @@ data["Zul'Gurub"] = { { -- ZGMarli name = AL["High Priestess Mar'li"], npcID = 14510, + Level = 999, DisplayIDs = {{15220}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -5102,6 +5326,7 @@ data["Zul'Gurub"] = { { -- ZGMandokir name = AL["Bloodlord Mandokir"], npcID = 11382, + Level = 999, DisplayIDs = {{11288}}, AtlasMapBossID = 5, [NORMAL_DIFF] = { @@ -5133,6 +5358,7 @@ data["Zul'Gurub"] = { { -- ZGGrilek name = AL["Gri'lek"], npcID = 15082, + Level = 999, DisplayIDs = {{8390}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -5144,6 +5370,7 @@ data["Zul'Gurub"] = { { -- ZGHazzarah name = AL["Hazza'rah"], npcID = 15083, + Level = 999, DisplayIDs = {{15267}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -5155,6 +5382,7 @@ data["Zul'Gurub"] = { { -- ZGRenataki name = AL["Renataki"], npcID = 15084, + Level = 999, DisplayIDs = {{15268}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -5166,6 +5394,7 @@ data["Zul'Gurub"] = { { -- ZGWushoolay name = AL["Wushoolay"], npcID = 15085, + Level = 999, DisplayIDs = {{15269}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -5177,6 +5406,7 @@ data["Zul'Gurub"] = { { -- ZGGahzranka name = AL["Gahz'ranka"], npcID = 15114, + Level = 999, DisplayIDs = {{15288}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -5190,6 +5420,7 @@ data["Zul'Gurub"] = { { -- ZGThekal name = AL["High Priest Thekal"], npcID = 14509, + Level = 999, DisplayIDs = {{15216}}, AtlasMapBossID = 8, [NORMAL_DIFF] = { @@ -5215,6 +5446,7 @@ data["Zul'Gurub"] = { { -- ZGArlokk name = AL["High Priestess Arlokk"], npcID = 14515, + Level = 999, DisplayIDs = {{15218}}, AtlasMapBossID = 9, [NORMAL_DIFF] = { @@ -5238,6 +5470,7 @@ data["Zul'Gurub"] = { { -- ZGJindo name = AL["Jin'do the Hexxer"], npcID = 11380, + Level = 999, DisplayIDs = {{11311}}, AtlasMapBossID = 10, [NORMAL_DIFF] = { @@ -5268,6 +5501,7 @@ data["Zul'Gurub"] = { { -- ZGHakkar name = AL["Hakkar"], npcID = 14834, + Level = 999, DisplayIDs = {{15295}}, AtlasMapBossID = 11, [NORMAL_DIFF] = { @@ -5407,6 +5641,7 @@ data["BlackwingLair"] = { { -- BWLRazorgore name = AL["Razorgore the Untamed"], npcID = 12435, + Level = 999, DisplayIDs = {{10115}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -5430,6 +5665,7 @@ data["BlackwingLair"] = { { -- BWLVaelastrasz name = AL["Vaelastrasz the Corrupt"], npcID = 13020, + Level = 999, DisplayIDs = {{13992}}, AtlasMapBossID = 2, [NORMAL_DIFF] = { @@ -5453,6 +5689,7 @@ data["BlackwingLair"] = { { -- BWLLashlayer name = AL["Broodlord Lashlayer"], npcID = 12017, + Level = 999, DisplayIDs = {{14308}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -5477,6 +5714,7 @@ data["BlackwingLair"] = { { -- BWLFiremaw name = AL["Firemaw"], npcID = 11983, + Level = 999, DisplayIDs = {{6377}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -5508,6 +5746,7 @@ data["BlackwingLair"] = { { -- BWLEbonroc name = AL["Ebonroc"], npcID = 14601, + Level = 999, DisplayIDs = {{6377}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -5538,6 +5777,7 @@ data["BlackwingLair"] = { { -- BWLFlamegor name = AL["Flamegor"], npcID = 11981, + Level = 999, DisplayIDs = {{6377}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -5567,6 +5807,7 @@ data["BlackwingLair"] = { { -- BWLChromaggus name = AL["Chromaggus"], npcID = 14020, + Level = 999, DisplayIDs = {{14367}}, AtlasMapBossID = 8, [NORMAL_DIFF] = { @@ -5597,6 +5838,7 @@ data["BlackwingLair"] = { { -- BWLNefarian name = AL["Nefarian"], npcID = 11583, + Level = 999, DisplayIDs = {{11380}}, AtlasMapBossID = 9, [NORMAL_DIFF] = { @@ -5657,6 +5899,7 @@ data["TheRuinsofAhnQiraj"] = { -- AQ20 { -- AQ20Kurinnaxx name = AL["Kurinnaxx"], npcID = 15348, + Level = 999, DisplayIDs = {{15742}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -5675,6 +5918,7 @@ data["TheRuinsofAhnQiraj"] = { -- AQ20 { -- AQ20Rajaxx name = AL["General Rajaxx"], npcID = 15341, + Level = 999, DisplayIDs = {{15376}}, AtlasMapBossID = 2, [NORMAL_DIFF] = { @@ -5693,6 +5937,7 @@ data["TheRuinsofAhnQiraj"] = { -- AQ20 { -- AQ20Moam name = AL["Moam"], npcID = 15340, + Level = 999, DisplayIDs = {{15392}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -5720,6 +5965,7 @@ data["TheRuinsofAhnQiraj"] = { -- AQ20 { -- AQ20Buru name = AL["Buru the Gorger"], npcID = 15370, + Level = 999, DisplayIDs = {{15654}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -5741,6 +5987,7 @@ data["TheRuinsofAhnQiraj"] = { -- AQ20 { -- AQ20Ayamiss name = AL["Ayamiss the Hunter"], npcID = 15369, + Level = 999, DisplayIDs = {{15431}}, AtlasMapBossID = 5, [NORMAL_DIFF] = { @@ -5763,6 +6010,7 @@ data["TheRuinsofAhnQiraj"] = { -- AQ20 { -- AQ20Ossirian name = AL["Ossirian the Unscarred"], npcID = 15339, + Level = 999, DisplayIDs = {{15432}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -5867,6 +6115,7 @@ data["TheTempleofAhnQiraj"] = { -- AQ40 { -- AQ40Skeram name = AL["The Prophet Skeram"], npcID = 15263, + Level = 999, DisplayIDs = {{15345}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -5892,6 +6141,7 @@ data["TheTempleofAhnQiraj"] = { -- AQ40 { -- AQ40Trio name = AL["Bug Trio"], npcID = {15543, 15544, 15511}, + Level = 999, DisplayIDs = {{15657},{15658},{15656}}, AtlasMapBossID = 2, [NORMAL_DIFF] = { @@ -5921,6 +6171,7 @@ data["TheTempleofAhnQiraj"] = { -- AQ40 { -- AQ40Sartura name = AL["Battleguard Sartura"], npcID = 15516, + Level = 999, DisplayIDs = {{15583}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -5944,6 +6195,7 @@ data["TheTempleofAhnQiraj"] = { -- AQ40 { -- AQ40Fankriss name = AL["Fankriss the Unyielding"], npcID = 15510, + Level = 999, DisplayIDs = {{15743}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -5967,6 +6219,7 @@ data["TheTempleofAhnQiraj"] = { -- AQ40 { -- AQ40Viscidus name = AL["Viscidus"], npcID = 15299, + Level = 999, DisplayIDs = {{15686}}, AtlasMapBossID = 5, [NORMAL_DIFF] = { @@ -5986,6 +6239,7 @@ data["TheTempleofAhnQiraj"] = { -- AQ40 { -- AQ40Huhuran name = AL["Princess Huhuran"], npcID = 15509, + Level = 999, DisplayIDs = {{15739}}, AtlasMapBossID = 6, [NORMAL_DIFF] = { @@ -6004,6 +6258,7 @@ data["TheTempleofAhnQiraj"] = { -- AQ40 { -- AQ40Emperors name = AL["Twin Emperors"], npcID = {15275, 15276}, + Level = 999, DisplayIDs = {{15761},{15778}}, AtlasMapBossID = 7, [NORMAL_DIFF] = { @@ -6033,6 +6288,7 @@ data["TheTempleofAhnQiraj"] = { -- AQ40 { -- AQ40Ouro name = AL["Ouro"], npcID = 15517, + Level = 999, DisplayIDs = {{15509}}, AtlasMapBossID = 8, [NORMAL_DIFF] = { @@ -6051,6 +6307,7 @@ data["TheTempleofAhnQiraj"] = { -- AQ40 { -- AQ40CThun name = AL["C'Thun"], npcID = 15727, + Level = 999, DisplayIDs = {{15787}}, AtlasMapBossID = 9, [NORMAL_DIFF] = { @@ -6154,6 +6411,7 @@ data["Naxxramas"] = { { -- NAXAnubRekhan name = AL["Anub'Rekhan"], npcID = 15956, + Level = 999, DisplayIDs = {{15931}}, AtlasMapBossID = BLUE.."1", [NORMAL_DIFF] = { @@ -6172,6 +6430,7 @@ data["Naxxramas"] = { { -- NAXGrandWidowFaerlina name = AL["Grand Widow Faerlina"], npcID = 15953, + Level = 999, DisplayIDs = {{15940}}, AtlasMapBossID = BLUE.."2", [NORMAL_DIFF] = { @@ -6190,6 +6449,7 @@ data["Naxxramas"] = { { -- NAXMaexxna name = AL["Maexxna"], npcID = 15952, + Level = 999, DisplayIDs = {{15928}}, AtlasMapBossID = BLUE.."3", [NORMAL_DIFF] = { @@ -6209,6 +6469,7 @@ data["Naxxramas"] = { { -- NAXNoththePlaguebringer name = AL["Noth the Plaguebringer"], npcID = 15954, + Level = 999, DisplayIDs = {{16590}}, AtlasMapBossID = PURP.."1", [NORMAL_DIFF] = { @@ -6229,6 +6490,7 @@ data["Naxxramas"] = { { -- NAXHeigantheUnclean name = AL["Heigan the Unclean"], npcID = 15936, + Level = 999, DisplayIDs = {{16309}}, AtlasMapBossID = PURP.."2", [NORMAL_DIFF] = { @@ -6247,6 +6509,7 @@ data["Naxxramas"] = { { -- NAXLoatheb name = AL["Loatheb"], npcID = 16011, + Level = 999, DisplayIDs = {{16110}}, AtlasMapBossID = PURP.."3", [NORMAL_DIFF] = { @@ -6266,6 +6529,7 @@ data["Naxxramas"] = { { -- NAXInstructorRazuvious name = AL["Instructor Razuvious"], npcID = 16061, + Level = 999, DisplayIDs = {{16582}}, AtlasMapBossID = _RED.."1", [NORMAL_DIFF] = { @@ -6285,6 +6549,7 @@ data["Naxxramas"] = { { -- NAXGothiktheHarvester name = AL["Gothik the Harvester"], npcID = 16060, + Level = 999, DisplayIDs = {{16279}}, AtlasMapBossID = _RED.."2", [NORMAL_DIFF] = { @@ -6303,6 +6568,7 @@ data["Naxxramas"] = { { -- NAXTheFourHorsemen name = AL["The Four Horsemen"], npcID = {16064, 16065, 30549, 16063}, + Level = 999, DisplayIDs = {{16155},{16153},{10729},{16154}}, AtlasMapBossID = _RED.."3", [NORMAL_DIFF] = { @@ -6323,6 +6589,7 @@ data["Naxxramas"] = { { -- NAXPatchwerk name = AL["Patchwerk"], npcID = 16028, + Level = 999, DisplayIDs = {{16174}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { @@ -6341,6 +6608,7 @@ data["Naxxramas"] = { { -- NAXGrobbulus name = AL["Grobbulus"], npcID = 15931, + Level = 999, DisplayIDs = {{16035}}, AtlasMapBossID = 2, [NORMAL_DIFF] = { @@ -6359,6 +6627,7 @@ data["Naxxramas"] = { { -- NAXGluth name = AL["Gluth"], npcID = 15932, + Level = 999, DisplayIDs = {{16064}}, AtlasMapBossID = 3, [NORMAL_DIFF] = { @@ -6386,6 +6655,7 @@ data["Naxxramas"] = { { -- NAXThaddius name = AL["Thaddius"], npcID = 15928, + Level = 999, DisplayIDs = {{16137}}, AtlasMapBossID = 4, [NORMAL_DIFF] = { @@ -6405,6 +6675,7 @@ data["Naxxramas"] = { { -- NAXSapphiron name = AL["Sapphiron"], npcID = 15989, + Level = 999, DisplayIDs = {{16033}}, AtlasMapBossID = GREN.."1", [NORMAL_DIFF] = { @@ -6427,6 +6698,7 @@ data["Naxxramas"] = { { -- NAXKelThuzard name = AL["Kel'Thuzad"], npcID = 15990, + Level = 999, DisplayIDs = {{15945}}, AtlasMapBossID = GREN.."2", [NORMAL_DIFF] = { From efdb6295c5118c2e3f84e1e7b806e4e83f11df62 Mon Sep 17 00:00:00 2001 From: Lag <lagysera@gmail.com> Date: Tue, 1 Oct 2019 00:23:45 +0200 Subject: [PATCH 03/10] add boss level display support --- AtlasLootClassic/ItemDB/ItemDB.lua | 13 +++++++++++-- AtlasLootClassic/db.lua | 1 + 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/AtlasLootClassic/ItemDB/ItemDB.lua b/AtlasLootClassic/ItemDB/ItemDB.lua index 7d71b32e..8c47d74c 100644 --- a/AtlasLootClassic/ItemDB/ItemDB.lua +++ b/AtlasLootClassic/ItemDB/ItemDB.lua @@ -404,6 +404,7 @@ local SpecialMobList = { elite = format(ATLAS_TEXTURE, "nameplates-icon-elite-gold"), quest = format(ATLAS_TEXTURE, "QuestNormal"), questTurnIn = format(ATLAS_TEXTURE, "QuestTurnin"), + boss = format(PATH_TEXTURE, "Interface\\TargetingFrame\\UI-TargetingFrame-Skull"), } --- Get the content Type @@ -464,12 +465,20 @@ function ItemDB.ContentProto:GetNameForItemTable(index, raw) addEnd = addEnd.." "..format(CONTENT_PHASE_FORMAT, index.ContentPhase) end if IsMapsModuleAviable() and index.AtlasMapBossID then - addStart = "|cffffffff"..index.AtlasMapBossID..")|r " + addStart = addStart.."|cffffffff"..index.AtlasMapBossID..")|r " + end + if AtlasLoot.db.enableBossLevel and index.Level then + if type(index.Level) == "table" then + addStart = addStart.."|cff808080<"..index.Level[1].." - "..index.Level[2]..">|r " + elseif index.Level == 999 then + addStart = addStart..SpecialMobList.boss + else + addStart = addStart.."|cff808080<"..(index.Level == 999 and SpecialMobList.boss or index.Level)..">|r " + end end if index.specialType and SpecialMobList[index.specialType] then addStart = addStart..SpecialMobList[index.specialType] end - end if index.name then return addStart..index.name..addEnd diff --git a/AtlasLootClassic/db.lua b/AtlasLootClassic/db.lua index 2d9be753..263fce20 100644 --- a/AtlasLootClassic/db.lua +++ b/AtlasLootClassic/db.lua @@ -2,6 +2,7 @@ AtlasLoot.AtlasLootDBDefaults = { profile = { showIDsInTT = false, showLvlRange = true, + enableBossLevel = true, showMinEnterLvl = false, enableWoWHeadIntegration = true, useEnglishWoWHead = false, From b92b6e280eb4b792c8170fb597e923324ed69b8e Mon Sep 17 00:00:00 2001 From: Lag <lagysera@gmail.com> Date: Tue, 1 Oct 2019 00:26:45 +0200 Subject: [PATCH 04/10] add show boss level option --- AtlasLootClassic_Options/Main.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/AtlasLootClassic_Options/Main.lua b/AtlasLootClassic_Options/Main.lua index 83d7b9f1..8c2bcf00 100644 --- a/AtlasLootClassic_Options/Main.lua +++ b/AtlasLootClassic_Options/Main.lua @@ -40,11 +40,19 @@ Options.config.args.atlasloot = { showLvlRange = { order = 3, type = "toggle", - width = "full", + --width = "full", name = AL["Show level range if aviable."], get = function(info) return AtlasLoot.db.showLvlRange end, set = function(info, value) AtlasLoot.db.showLvlRange = value AtlasLoot.GUI.OnLevelRangeRefresh() end, }, + enableBossLevel = { + order = 3.5, + type = "toggle", + --width = "full", + name = AL["Show boss level if aviable."], + get = function(info) return AtlasLoot.db.enableBossLevel end, + set = function(info, value) AtlasLoot.db.enableBossLevel = value AtlasLoot.GUI.OnLevelRangeRefresh() end, + }, showMinEnterLvl = { order = 4, type = "toggle", From 08d55506d5a2e39fa0fa16a77f82dedd97495836 Mon Sep 17 00:00:00 2001 From: Lag <lagysera@gmail.com> Date: Tue, 1 Oct 2019 02:46:41 +0200 Subject: [PATCH 05/10] enableBossLevel default to false --- AtlasLootClassic/db.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AtlasLootClassic/db.lua b/AtlasLootClassic/db.lua index 263fce20..4dea0b02 100644 --- a/AtlasLootClassic/db.lua +++ b/AtlasLootClassic/db.lua @@ -2,7 +2,7 @@ AtlasLoot.AtlasLootDBDefaults = { profile = { showIDsInTT = false, showLvlRange = true, - enableBossLevel = true, + enableBossLevel = false, showMinEnterLvl = false, enableWoWHeadIntegration = true, useEnglishWoWHead = false, From 6dd3525bea410814f91df652baaef8ea627f690e Mon Sep 17 00:00:00 2001 From: Lag <lagysera@gmail.com> Date: Tue, 1 Oct 2019 13:32:58 +0200 Subject: [PATCH 06/10] fix Soul Pouch content phase #32 --- AtlasLootClassic/Data/ContentPhase.lua | 176 ++++++++++++------------- 1 file changed, 88 insertions(+), 88 deletions(-) diff --git a/AtlasLootClassic/Data/ContentPhase.lua b/AtlasLootClassic/Data/ContentPhase.lua index df6f8a6c..bcbde7b5 100644 --- a/AtlasLootClassic/Data/ContentPhase.lua +++ b/AtlasLootClassic/Data/ContentPhase.lua @@ -161,94 +161,94 @@ local PHASE_ITEMS = { [21298] = 5, [21299] = 5, [21300] = 5, [21302] = 5, [21303] = 5, [21304] = 5, [21306] = 5, [21307] = 5, [21321] = 5, [21323] = 5, [21324] = 5, [21326] = 5, [21329] = 5, [21330] = 5, [21331] = 5, [21332] = 5, [21333] = 5, [21334] = 5, [21335] = 5, [21336] = 5, [21337] = 5, [21338] = 5, [21343] = 5, [21344] = 5, [21345] = 5, [21346] = 5, [21347] = 5, [21348] = 5, [21349] = 5, [21350] = 5, [21351] = 5, [21352] = 5, [21353] = 5, - [21354] = 5, [21355] = 5, [21356] = 5, [21357] = 5, [21358] = 5, [21359] = 5, [21360] = 5, [21361] = 5, [21362] = 5, [21364] = 5, [21365] = 5, - [21366] = 5, [21367] = 5, [21368] = 5, [21370] = 5, [21371] = 5, [21372] = 5, [21373] = 5, [21374] = 5, [21375] = 5, [21376] = 5, [21387] = 5, - [21388] = 5, [21389] = 5, [21390] = 5, [21391] = 5, [21392] = 5, [21393] = 5, [21394] = 5, [21395] = 5, [21396] = 5, [21397] = 5, [21398] = 5, - [21399] = 5, [21400] = 5, [21401] = 5, [21402] = 5, [21403] = 5, [21404] = 5, [21405] = 5, [21406] = 5, [21407] = 5, [21408] = 5, [21409] = 5, - [21410] = 5, [21411] = 5, [21412] = 5, [21413] = 5, [21414] = 5, [21415] = 5, [21416] = 5, [21417] = 5, [21418] = 5, [21452] = 5, [21453] = 5, - [21454] = 5, [21455] = 5, [21456] = 5, [21457] = 5, [21458] = 5, [21459] = 5, [21460] = 5, [21461] = 5, [21462] = 5, [21463] = 5, [21464] = 5, - [21466] = 5, [21467] = 5, [21468] = 5, [21469] = 5, [21470] = 5, [21471] = 5, [21472] = 5, [21473] = 5, [21474] = 5, [21475] = 5, [21476] = 5, - [21477] = 5, [21478] = 5, [21479] = 5, [21480] = 5, [21481] = 5, [21482] = 5, [21483] = 5, [21484] = 5, [21485] = 5, [21486] = 5, [21487] = 5, - [21488] = 5, [21489] = 5, [21490] = 5, [21491] = 5, [21492] = 5, [21493] = 5, [21494] = 5, [21495] = 5, [21496] = 5, [21497] = 5, [21498] = 5, - [21499] = 5, [21500] = 5, [21501] = 5, [21502] = 5, [21503] = 5, [21504] = 5, [21505] = 5, [21506] = 5, [21507] = 5, [21517] = 5, [21520] = 5, - [21521] = 5, [21522] = 5, [21523] = 5, [21526] = 5, [21527] = 5, [21529] = 5, [21530] = 5, [21531] = 5, [21532] = 5, [21537] = 5, [21538] = 5, - [21539] = 5, [21541] = 5, [21542] = 5, [21543] = 5, [21544] = 5, [21547] = 5, [21548] = 5, [21563] = 5, [21565] = 5, [21566] = 5, [21567] = 5, - [21568] = 5, [21579] = 5, [21581] = 5, [21582] = 5, [21583] = 5, [21585] = 5, [21586] = 5, [21596] = 5, [21597] = 5, [21598] = 5, [21599] = 5, - [21600] = 5, [21601] = 5, [21602] = 5, [21603] = 5, [21604] = 5, [21605] = 5, [21606] = 5, [21607] = 5, [21608] = 5, [21609] = 5, [21610] = 5, - [21611] = 5, [21615] = 5, [21616] = 5, [21617] = 5, [21618] = 5, [21619] = 5, [21620] = 5, [21621] = 5, [21622] = 5, [21623] = 5, [21624] = 5, - [21625] = 5, [21626] = 5, [21627] = 5, [21635] = 5, [21639] = 5, [21640] = 5, [21645] = 5, [21647] = 5, [21648] = 5, [21650] = 5, [21651] = 5, - [21652] = 5, [21663] = 5, [21664] = 5, [21665] = 5, [21666] = 5, [21667] = 5, [21668] = 5, [21669] = 5, [21670] = 5, [21671] = 5, [21672] = 5, - [21673] = 5, [21674] = 5, [21675] = 5, [21676] = 5, [21677] = 5, [21678] = 5, [21679] = 5, [21680] = 5, [21681] = 5, [21682] = 5, [21683] = 5, - [21684] = 5, [21685] = 5, [21686] = 5, [21687] = 5, [21688] = 5, [21689] = 5, [21690] = 5, [21691] = 5, [21692] = 5, [21693] = 5, [21694] = 5, - [21695] = 5, [21696] = 5, [21697] = 5, [21698] = 5, [21699] = 5, [21700] = 5, [21701] = 5, [21702] = 5, [21703] = 5, [21704] = 5, [21705] = 5, - [21706] = 5, [21707] = 5, [21708] = 5, [21709] = 5, [21710] = 5, [21711] = 5, [21712] = 5, [21713] = 5, [21715] = 5, [21800] = 5, [21801] = 5, - [21802] = 5, [21803] = 5, [21804] = 5, [21805] = 5, [21806] = 5, [21809] = 5, [21810] = 5, [21814] = 5, [21836] = 5, [21837] = 5, [21838] = 5, - [21839] = 5, [21856] = 5, [21888] = 5, [21889] = 5, [21890] = 5, [21891] = 5, [21984] = 5, [21994] = 5, [21995] = 5, [21996] = 5, [21997] = 5, - [21998] = 5, [21999] = 5, [22000] = 5, [22001] = 5, [22002] = 5, [22003] = 5, [22004] = 5, [22005] = 5, [22006] = 5, [22007] = 5, [22008] = 5, - [22009] = 5, [22010] = 5, [22011] = 5, [22013] = 5, [22015] = 5, [22016] = 5, [22017] = 5, [22046] = 5, [22060] = 5, [22061] = 5, [22062] = 5, - [22063] = 5, [22064] = 5, [22065] = 5, [22066] = 5, [22067] = 5, [22068] = 5, [22069] = 5, [22070] = 5, [22071] = 5, [22072] = 5, [22073] = 5, - [22074] = 5, [22075] = 5, [22076] = 5, [22077] = 5, [22078] = 5, [22079] = 5, [22080] = 5, [22081] = 5, [22082] = 5, [22083] = 5, [22084] = 5, - [22085] = 5, [22086] = 5, [22087] = 5, [22088] = 5, [22089] = 5, [22090] = 5, [22091] = 5, [22092] = 5, [22093] = 5, [22095] = 5, [22096] = 5, - [22097] = 5, [22098] = 5, [22099] = 5, [22100] = 5, [22101] = 5, [22102] = 5, [22106] = 5, [22107] = 5, [22108] = 5, [22109] = 5, [22110] = 5, - [22111] = 5, [22112] = 5, [22113] = 5, [22149] = 5, [22150] = 5, [22191] = 5, [22194] = 5, [22195] = 5, [22196] = 5, [22197] = 5, [22198] = 5, - [22202] = 5, [22203] = 5, [22204] = 5, [22205] = 5, [22207] = 5, [22208] = 5, [22209] = 5, [22212] = 5, [22214] = 5, [22219] = 5, [22220] = 5, - [22221] = 5, [22222] = 5, [22223] = 5, [22224] = 6, [22225] = 5, [22231] = 5, [22232] = 5, [22234] = 5, [22240] = 5, [22241] = 5, [22242] = 5, - [22245] = 5, [22247] = 5, [22248] = 5, [22249] = 5, [22251] = 5, [22252] = 5, [22253] = 5, [22254] = 5, [22255] = 5, [22256] = 5, [22257] = 5, - [22266] = 5, [22267] = 5, [22268] = 5, [22269] = 5, [22270] = 5, [22271] = 5, [22272] = 4, [22274] = 4, [22275] = 5, [22276] = 5, [22277] = 5, - [22278] = 5, [22279] = 5, [22280] = 5, [22281] = 5, [22282] = 5, [22301] = 5, [22302] = 5, [22303] = 5, [22304] = 5, [22305] = 5, [22306] = 5, - [22307] = 5, [22308] = 5, [22309] = 5, [22310] = 5, [22311] = 5, [22312] = 5, [22313] = 5, [22314] = 5, [22315] = 5, [22317] = 5, [22318] = 5, - [22319] = 5, [22321] = 5, [22322] = 5, [22325] = 5, [22326] = 5, [22327] = 5, [22328] = 5, [22329] = 5, [22330] = 5, [22331] = 5, [22332] = 5, - [22333] = 5, [22334] = 5, [22335] = 5, [22336] = 5, [22337] = 5, [22339] = 5, [22340] = 5, [22342] = 5, [22343] = 5, [22345] = 5, [22347] = 5, - [22348] = 5, [22352] = 6, [22353] = 6, [22354] = 6, [22355] = 6, [22356] = 6, [22357] = 6, [22358] = 6, [22359] = 6, [22360] = 6, [22361] = 6, - [22362] = 6, [22363] = 6, [22364] = 6, [22365] = 6, [22366] = 6, [22367] = 6, [22368] = 6, [22369] = 6, [22370] = 6, [22371] = 6, [22372] = 6, - [22377] = 5, [22378] = 5, [22379] = 5, [22380] = 5, [22383] = 5, [22384] = 5, [22385] = 5, [22388] = 5, [22389] = 5, [22390] = 5, [22392] = 5, - [22393] = 5, [22394] = 5, [22395] = 5, [22396] = 5, [22397] = 5, [22398] = 5, [22399] = 5, [22400] = 5, [22401] = 5, [22402] = 5, [22403] = 5, - [22404] = 5, [22405] = 5, [22406] = 5, [22407] = 5, [22408] = 5, [22409] = 5, [22410] = 5, [22411] = 5, [22412] = 5, [22416] = 6, [22417] = 6, - [22418] = 6, [22419] = 6, [22420] = 6, [22421] = 6, [22422] = 6, [22423] = 6, [22424] = 6, [22425] = 6, [22426] = 6, [22427] = 6, [22428] = 6, - [22429] = 6, [22430] = 6, [22431] = 6, [22433] = 5, [22436] = 6, [22437] = 6, [22438] = 6, [22439] = 6, [22440] = 6, [22441] = 6, [22442] = 6, - [22443] = 6, [22458] = 4, [22464] = 6, [22465] = 6, [22466] = 6, [22467] = 6, [22468] = 6, [22469] = 6, [22470] = 6, [22471] = 6, [22472] = 5, - [22476] = 6, [22477] = 6, [22478] = 6, [22479] = 6, [22480] = 6, [22481] = 6, [22482] = 6, [22483] = 6, [22484] = 6, [22488] = 6, [22489] = 6, - [22490] = 6, [22491] = 6, [22492] = 6, [22493] = 6, [22494] = 6, [22495] = 6, [22496] = 6, [22497] = 6, [22498] = 6, [22499] = 6, [22500] = 6, - [22501] = 6, [22502] = 6, [22503] = 6, [22504] = 6, [22505] = 6, [22506] = 6, [22507] = 6, [22508] = 6, [22509] = 6, [22510] = 6, [22511] = 6, - [22512] = 6, [22513] = 6, [22514] = 6, [22515] = 6, [22516] = 6, [22517] = 6, [22518] = 6, [22519] = 6, [22520] = 6, [22527] = 6, [22528] = 5, - [22529] = 6, [22589] = 6, [22600] = 6, [22601] = 6, [22602] = 6, [22603] = 6, [22604] = 6, [22605] = 6, [22606] = 6, [22607] = 6, [22608] = 6, - [22609] = 6, [22610] = 6, [22611] = 6, [22612] = 6, [22613] = 6, [22614] = 6, [22615] = 6, [22616] = 6, [22617] = 6, [22618] = 6, [22619] = 6, - [22620] = 6, [22621] = 6, [22622] = 6, [22623] = 6, [22624] = 6, [22625] = 6, [22626] = 6, [22630] = 6, [22631] = 6, [22632] = 6, [22635] = 6, - [22636] = 6, [22637] = 6, [22638] = 6, [22651] = 6, [22652] = 6, [22654] = 6, [22655] = 6, [22656] = 6, [22657] = 6, [22658] = 6, [22659] = 6, - [22660] = 6, [22661] = 6, [22662] = 6, [22663] = 6, [22664] = 6, [22665] = 6, [22666] = 6, [22667] = 6, [22668] = 6, [22669] = 6, [22670] = 6, - [22671] = 6, [22672] = 6, [22673] = 6, [22676] = 6, [22678] = 6, [22679] = 6, [22680] = 6, [22681] = 6, [22682] = 6, [22683] = 5, [22684] = 6, - [22685] = 6, [22686] = 6, [22687] = 6, [22688] = 6, [22689] = 6, [22690] = 6, [22691] = 6, [22692] = 6, [22694] = 6, [22695] = 6, [22696] = 6, - [22697] = 6, [22698] = 6, [22699] = 6, [22700] = 6, [22701] = 6, [22702] = 6, [22703] = 6, [22704] = 6, [22705] = 6, [22707] = 6, [22711] = 6, - [22712] = 6, [22713] = 6, [22714] = 6, [22715] = 6, [22716] = 6, [22718] = 6, [22720] = 6, [22721] = 4, [22722] = 4, [22725] = 6, [22726] = 6, - [22727] = 6, [22730] = 5, [22731] = 5, [22732] = 5, [22733] = 6, [22734] = 6, [22736] = 6, [22737] = 6, [22739] = 6, [22740] = 6, [22741] = 6, - [22742] = 6, [22743] = 6, [22744] = 6, [22745] = 6, [22747] = 6, [22748] = 6, [22749] = 6, [22750] = 6, [22752] = 6, [22753] = 6, [22756] = 6, - [22757] = 6, [22758] = 6, [22759] = 6, [22760] = 6, [22761] = 6, [22762] = 6, [22763] = 6, [22764] = 6, [22766] = 5, [22767] = 5, [22768] = 5, - [22769] = 5, [22770] = 5, [22771] = 5, [22772] = 5, [22773] = 5, [22774] = 5, [22798] = 6, [22799] = 6, [22800] = 6, [22801] = 6, [22802] = 6, - [22803] = 6, [22804] = 6, [22806] = 6, [22807] = 6, [22808] = 6, [22809] = 6, [22810] = 6, [22811] = 6, [22812] = 6, [22813] = 6, [22815] = 6, - [22816] = 6, [22818] = 6, [22819] = 6, [22820] = 6, [22821] = 6, [22843] = 6, [22852] = 6, [22855] = 6, [22856] = 6, [22857] = 6, [22858] = 6, - [22859] = 6, [22860] = 6, [22862] = 6, [22863] = 6, [22864] = 6, [22865] = 6, [22867] = 6, [22868] = 6, [22869] = 6, [22870] = 6, [22872] = 6, - [22873] = 6, [22874] = 6, [22875] = 6, [22876] = 6, [22877] = 6, [22878] = 6, [22879] = 6, [22880] = 6, [22881] = 6, [22882] = 6, [22883] = 6, - [22884] = 6, [22885] = 6, [22886] = 6, [22887] = 6, [22890] = 6, [22891] = 6, [22897] = 6, [22932] = 4, [22935] = 6, [22936] = 6, [22937] = 6, - [22938] = 6, [22939] = 6, [22940] = 6, [22941] = 6, [22942] = 6, [22943] = 6, [22947] = 6, [22954] = 6, [22960] = 6, [22961] = 6, [22967] = 6, - [22968] = 6, [22981] = 6, [22983] = 6, [22988] = 6, [22994] = 6, [22999] = 6, [23000] = 6, [23001] = 6, [23004] = 6, [23005] = 6, [23006] = 6, - [23009] = 6, [23014] = 6, [23017] = 6, [23018] = 6, [23019] = 6, [23020] = 6, [23021] = 6, [23023] = 6, [23025] = 6, [23027] = 6, [23028] = 6, - [23029] = 6, [23030] = 6, [23031] = 6, [23032] = 6, [23033] = 6, [23035] = 6, [23036] = 6, [23037] = 6, [23038] = 6, [23039] = 6, [23040] = 6, - [23041] = 6, [23042] = 6, [23043] = 6, [23044] = 6, [23045] = 6, [23046] = 6, [23047] = 6, [23048] = 6, [23049] = 6, [23050] = 6, [23053] = 6, - [23054] = 6, [23056] = 6, [23057] = 6, [23059] = 6, [23060] = 6, [23061] = 6, [23062] = 6, [23063] = 6, [23064] = 6, [23065] = 6, [23066] = 6, - [23067] = 6, [23068] = 6, [23069] = 6, [23070] = 6, [23071] = 6, [23073] = 6, [23075] = 6, [23078] = 6, [23081] = 6, [23082] = 6, [23084] = 6, - [23085] = 6, [23087] = 6, [23088] = 6, [23089] = 6, [23090] = 6, [23091] = 6, [23092] = 6, [23093] = 6, [23124] = 6, [23125] = 6, [23126] = 6, - [23127] = 6, [23128] = 6, [23129] = 6, [23132] = 6, [23139] = 6, [23156] = 6, [23168] = 6, [23169] = 6, [23170] = 6, [23171] = 6, [23173] = 6, - [23177] = 6, [23178] = 6, [23197] = 6, [23198] = 6, [23199] = 6, [23200] = 6, [23201] = 6, [23203] = 6, [23206] = 6, [23207] = 6, [23219] = 6, - [23220] = 6, [23221] = 6, [23226] = 6, [23237] = 6, [23238] = 6, [23242] = 6, [23243] = 6, [23244] = 6, [23251] = 6, [23252] = 6, [23253] = 6, - [23254] = 6, [23255] = 6, [23256] = 6, [23257] = 6, [23258] = 6, [23259] = 6, [23260] = 6, [23261] = 6, [23262] = 6, [23263] = 6, [23264] = 6, - [23272] = 6, [23273] = 6, [23274] = 6, [23275] = 6, [23276] = 6, [23277] = 6, [23278] = 6, [23279] = 6, [23280] = 6, [23281] = 6, [23282] = 6, - [23283] = 6, [23284] = 6, [23285] = 6, [23286] = 6, [23287] = 6, [23288] = 6, [23289] = 6, [23290] = 6, [23291] = 6, [23292] = 6, [23293] = 6, - [23294] = 6, [23295] = 6, [23296] = 6, [23297] = 6, [23298] = 6, [23299] = 6, [23300] = 6, [23301] = 6, [23302] = 6, [23303] = 6, [23304] = 6, - [23305] = 6, [23306] = 6, [23307] = 6, [23308] = 6, [23309] = 6, [23310] = 6, [23311] = 6, [23312] = 6, [23313] = 6, [23314] = 6, [23315] = 6, - [23316] = 6, [23317] = 6, [23318] = 6, [23319] = 6, [23320] = 6, [23323] = 6, [23324] = 6, [23451] = 6, [23452] = 6, [23453] = 6, [23454] = 6, - [23455] = 6, [23456] = 6, [23464] = 6, [23465] = 6, [23466] = 6, [23467] = 6, [23468] = 6, [23469] = 6, [23545] = 6, [23548] = 6, [23557] = 5, - [23558] = 5, [23570] = 5, [23577] = 6, [23663] = 6, [23664] = 6, [23665] = 6, [23666] = 6, [23667] = 6, [23668] = 6, [23705] = 6, [23709] = 6, - [23714] = 6, [23716] = 6, [23794] = 4, [23795] = 4, [23796] = 4, [24101] = 6, [24102] = 6, [24222] = 6, + [21354] = 5, [21355] = 5, [21356] = 5, [21357] = 5, [21359] = 5, [21360] = 5, [21361] = 5, [21362] = 5, [21364] = 5, [21365] = 5, [21366] = 5, + [21367] = 5, [21368] = 5, [21370] = 5, [21371] = 5, [21372] = 5, [21373] = 5, [21374] = 5, [21375] = 5, [21376] = 5, [21387] = 5, [21388] = 5, + [21389] = 5, [21390] = 5, [21391] = 5, [21392] = 5, [21393] = 5, [21394] = 5, [21395] = 5, [21396] = 5, [21397] = 5, [21398] = 5, [21399] = 5, + [21400] = 5, [21401] = 5, [21402] = 5, [21403] = 5, [21404] = 5, [21405] = 5, [21406] = 5, [21407] = 5, [21408] = 5, [21409] = 5, [21410] = 5, + [21411] = 5, [21412] = 5, [21413] = 5, [21414] = 5, [21415] = 5, [21416] = 5, [21417] = 5, [21418] = 5, [21452] = 5, [21453] = 5, [21454] = 5, + [21455] = 5, [21456] = 5, [21457] = 5, [21458] = 5, [21459] = 5, [21460] = 5, [21461] = 5, [21462] = 5, [21463] = 5, [21464] = 5, [21466] = 5, + [21467] = 5, [21468] = 5, [21469] = 5, [21470] = 5, [21471] = 5, [21472] = 5, [21473] = 5, [21474] = 5, [21475] = 5, [21476] = 5, [21477] = 5, + [21478] = 5, [21479] = 5, [21480] = 5, [21481] = 5, [21482] = 5, [21483] = 5, [21484] = 5, [21485] = 5, [21486] = 5, [21487] = 5, [21488] = 5, + [21489] = 5, [21490] = 5, [21491] = 5, [21492] = 5, [21493] = 5, [21494] = 5, [21495] = 5, [21496] = 5, [21497] = 5, [21498] = 5, [21499] = 5, + [21500] = 5, [21501] = 5, [21502] = 5, [21503] = 5, [21504] = 5, [21505] = 5, [21506] = 5, [21507] = 5, [21517] = 5, [21520] = 5, [21521] = 5, + [21522] = 5, [21523] = 5, [21526] = 5, [21527] = 5, [21529] = 5, [21530] = 5, [21531] = 5, [21532] = 5, [21537] = 5, [21538] = 5, [21539] = 5, + [21541] = 5, [21542] = 5, [21543] = 5, [21544] = 5, [21547] = 5, [21548] = 5, [21563] = 5, [21565] = 5, [21566] = 5, [21567] = 5, [21568] = 5, + [21579] = 5, [21581] = 5, [21582] = 5, [21583] = 5, [21585] = 5, [21586] = 5, [21596] = 5, [21597] = 5, [21598] = 5, [21599] = 5, [21600] = 5, + [21601] = 5, [21602] = 5, [21603] = 5, [21604] = 5, [21605] = 5, [21606] = 5, [21607] = 5, [21608] = 5, [21609] = 5, [21610] = 5, [21611] = 5, + [21615] = 5, [21616] = 5, [21617] = 5, [21618] = 5, [21619] = 5, [21620] = 5, [21621] = 5, [21622] = 5, [21623] = 5, [21624] = 5, [21625] = 5, + [21626] = 5, [21627] = 5, [21635] = 5, [21639] = 5, [21640] = 5, [21645] = 5, [21647] = 5, [21648] = 5, [21650] = 5, [21651] = 5, [21652] = 5, + [21663] = 5, [21664] = 5, [21665] = 5, [21666] = 5, [21667] = 5, [21668] = 5, [21669] = 5, [21670] = 5, [21671] = 5, [21672] = 5, [21673] = 5, + [21674] = 5, [21675] = 5, [21676] = 5, [21677] = 5, [21678] = 5, [21679] = 5, [21680] = 5, [21681] = 5, [21682] = 5, [21683] = 5, [21684] = 5, + [21685] = 5, [21686] = 5, [21687] = 5, [21688] = 5, [21689] = 5, [21690] = 5, [21691] = 5, [21692] = 5, [21693] = 5, [21694] = 5, [21695] = 5, + [21696] = 5, [21697] = 5, [21698] = 5, [21699] = 5, [21700] = 5, [21701] = 5, [21702] = 5, [21703] = 5, [21704] = 5, [21705] = 5, [21706] = 5, + [21707] = 5, [21708] = 5, [21709] = 5, [21710] = 5, [21711] = 5, [21712] = 5, [21713] = 5, [21715] = 5, [21800] = 5, [21801] = 5, [21802] = 5, + [21803] = 5, [21804] = 5, [21805] = 5, [21806] = 5, [21809] = 5, [21810] = 5, [21814] = 5, [21836] = 5, [21837] = 5, [21838] = 5, [21839] = 5, + [21856] = 5, [21888] = 5, [21889] = 5, [21890] = 5, [21891] = 5, [21984] = 5, [21994] = 5, [21995] = 5, [21996] = 5, [21997] = 5, [21998] = 5, + [21999] = 5, [22000] = 5, [22001] = 5, [22002] = 5, [22003] = 5, [22004] = 5, [22005] = 5, [22006] = 5, [22007] = 5, [22008] = 5, [22009] = 5, + [22010] = 5, [22011] = 5, [22013] = 5, [22015] = 5, [22016] = 5, [22017] = 5, [22046] = 5, [22060] = 5, [22061] = 5, [22062] = 5, [22063] = 5, + [22064] = 5, [22065] = 5, [22066] = 5, [22067] = 5, [22068] = 5, [22069] = 5, [22070] = 5, [22071] = 5, [22072] = 5, [22073] = 5, [22074] = 5, + [22075] = 5, [22076] = 5, [22077] = 5, [22078] = 5, [22079] = 5, [22080] = 5, [22081] = 5, [22082] = 5, [22083] = 5, [22084] = 5, [22085] = 5, + [22086] = 5, [22087] = 5, [22088] = 5, [22089] = 5, [22090] = 5, [22091] = 5, [22092] = 5, [22093] = 5, [22095] = 5, [22096] = 5, [22097] = 5, + [22098] = 5, [22099] = 5, [22100] = 5, [22101] = 5, [22102] = 5, [22106] = 5, [22107] = 5, [22108] = 5, [22109] = 5, [22110] = 5, [22111] = 5, + [22112] = 5, [22113] = 5, [22149] = 5, [22150] = 5, [22191] = 5, [22194] = 5, [22195] = 5, [22196] = 5, [22197] = 5, [22198] = 5, [22202] = 5, + [22203] = 5, [22204] = 5, [22205] = 5, [22207] = 5, [22208] = 5, [22209] = 5, [22212] = 5, [22214] = 5, [22219] = 5, [22220] = 5, [22221] = 5, + [22222] = 5, [22223] = 5, [22224] = 6, [22225] = 5, [22231] = 5, [22232] = 5, [22234] = 5, [22240] = 5, [22241] = 5, [22242] = 5, [22245] = 5, + [22247] = 5, [22248] = 5, [22249] = 5, [22251] = 5, [22252] = 5, [22253] = 5, [22254] = 5, [22255] = 5, [22256] = 5, [22257] = 5, [22266] = 5, + [22267] = 5, [22268] = 5, [22269] = 5, [22270] = 5, [22271] = 5, [22272] = 4, [22274] = 4, [22275] = 5, [22276] = 5, [22277] = 5, [22278] = 5, + [22279] = 5, [22280] = 5, [22281] = 5, [22282] = 5, [22301] = 5, [22302] = 5, [22303] = 5, [22304] = 5, [22305] = 5, [22306] = 5, [22307] = 5, + [22308] = 5, [22309] = 5, [22310] = 5, [22311] = 5, [22312] = 5, [22313] = 5, [22314] = 5, [22315] = 5, [22317] = 5, [22318] = 5, [22319] = 5, + [22321] = 5, [22322] = 5, [22325] = 5, [22326] = 5, [22327] = 5, [22328] = 5, [22329] = 5, [22330] = 5, [22331] = 5, [22332] = 5, [22333] = 5, + [22334] = 5, [22335] = 5, [22336] = 5, [22337] = 5, [22339] = 5, [22340] = 5, [22342] = 5, [22343] = 5, [22345] = 5, [22347] = 5, [22348] = 5, + [22352] = 6, [22353] = 6, [22354] = 6, [22355] = 6, [22356] = 6, [22357] = 6, [22358] = 6, [22359] = 6, [22360] = 6, [22361] = 6, [22362] = 6, + [22363] = 6, [22364] = 6, [22365] = 6, [22366] = 6, [22367] = 6, [22368] = 6, [22369] = 6, [22370] = 6, [22371] = 6, [22372] = 6, [22377] = 5, + [22378] = 5, [22379] = 5, [22380] = 5, [22383] = 5, [22384] = 5, [22385] = 5, [22388] = 5, [22389] = 5, [22390] = 5, [22392] = 5, [22393] = 5, + [22394] = 5, [22395] = 5, [22396] = 5, [22397] = 5, [22398] = 5, [22399] = 5, [22400] = 5, [22401] = 5, [22402] = 5, [22403] = 5, [22404] = 5, + [22405] = 5, [22406] = 5, [22407] = 5, [22408] = 5, [22409] = 5, [22410] = 5, [22411] = 5, [22412] = 5, [22416] = 6, [22417] = 6, [22418] = 6, + [22419] = 6, [22420] = 6, [22421] = 6, [22422] = 6, [22423] = 6, [22424] = 6, [22425] = 6, [22426] = 6, [22427] = 6, [22428] = 6, [22429] = 6, + [22430] = 6, [22431] = 6, [22433] = 5, [22436] = 6, [22437] = 6, [22438] = 6, [22439] = 6, [22440] = 6, [22441] = 6, [22442] = 6, [22443] = 6, + [22458] = 4, [22464] = 6, [22465] = 6, [22466] = 6, [22467] = 6, [22468] = 6, [22469] = 6, [22470] = 6, [22471] = 6, [22472] = 5, [22476] = 6, + [22477] = 6, [22478] = 6, [22479] = 6, [22480] = 6, [22481] = 6, [22482] = 6, [22483] = 6, [22484] = 6, [22488] = 6, [22489] = 6, [22490] = 6, + [22491] = 6, [22492] = 6, [22493] = 6, [22494] = 6, [22495] = 6, [22496] = 6, [22497] = 6, [22498] = 6, [22499] = 6, [22500] = 6, [22501] = 6, + [22502] = 6, [22503] = 6, [22504] = 6, [22505] = 6, [22506] = 6, [22507] = 6, [22508] = 6, [22509] = 6, [22510] = 6, [22511] = 6, [22512] = 6, + [22513] = 6, [22514] = 6, [22515] = 6, [22516] = 6, [22517] = 6, [22518] = 6, [22519] = 6, [22520] = 6, [22527] = 6, [22528] = 5, [22529] = 6, + [22589] = 6, [22600] = 6, [22601] = 6, [22602] = 6, [22603] = 6, [22604] = 6, [22605] = 6, [22606] = 6, [22607] = 6, [22608] = 6, [22609] = 6, + [22610] = 6, [22611] = 6, [22612] = 6, [22613] = 6, [22614] = 6, [22615] = 6, [22616] = 6, [22617] = 6, [22618] = 6, [22619] = 6, [22620] = 6, + [22621] = 6, [22622] = 6, [22623] = 6, [22624] = 6, [22625] = 6, [22626] = 6, [22630] = 6, [22631] = 6, [22632] = 6, [22635] = 6, [22636] = 6, + [22637] = 6, [22638] = 6, [22651] = 6, [22652] = 6, [22654] = 6, [22655] = 6, [22656] = 6, [22657] = 6, [22658] = 6, [22659] = 6, [22660] = 6, + [22661] = 6, [22662] = 6, [22663] = 6, [22664] = 6, [22665] = 6, [22666] = 6, [22667] = 6, [22668] = 6, [22669] = 6, [22670] = 6, [22671] = 6, + [22672] = 6, [22673] = 6, [22676] = 6, [22678] = 6, [22679] = 6, [22680] = 6, [22681] = 6, [22682] = 6, [22683] = 5, [22684] = 6, [22685] = 6, + [22686] = 6, [22687] = 6, [22688] = 6, [22689] = 6, [22690] = 6, [22691] = 6, [22692] = 6, [22694] = 6, [22695] = 6, [22696] = 6, [22697] = 6, + [22698] = 6, [22699] = 6, [22700] = 6, [22701] = 6, [22702] = 6, [22703] = 6, [22704] = 6, [22705] = 6, [22707] = 6, [22711] = 6, [22712] = 6, + [22713] = 6, [22714] = 6, [22715] = 6, [22716] = 6, [22718] = 6, [22720] = 6, [22721] = 4, [22722] = 4, [22725] = 6, [22726] = 6, [22727] = 6, + [22730] = 5, [22731] = 5, [22732] = 5, [22733] = 6, [22734] = 6, [22736] = 6, [22737] = 6, [22739] = 6, [22740] = 6, [22741] = 6, [22742] = 6, + [22743] = 6, [22744] = 6, [22745] = 6, [22747] = 6, [22748] = 6, [22749] = 6, [22750] = 6, [22752] = 6, [22753] = 6, [22756] = 6, [22757] = 6, + [22758] = 6, [22759] = 6, [22760] = 6, [22761] = 6, [22762] = 6, [22763] = 6, [22764] = 6, [22766] = 5, [22767] = 5, [22768] = 5, [22769] = 5, + [22770] = 5, [22771] = 5, [22772] = 5, [22773] = 5, [22774] = 5, [22798] = 6, [22799] = 6, [22800] = 6, [22801] = 6, [22802] = 6, [22803] = 6, + [22804] = 6, [22806] = 6, [22807] = 6, [22808] = 6, [22809] = 6, [22810] = 6, [22811] = 6, [22812] = 6, [22813] = 6, [22815] = 6, [22816] = 6, + [22818] = 6, [22819] = 6, [22820] = 6, [22821] = 6, [22843] = 6, [22852] = 6, [22855] = 6, [22856] = 6, [22857] = 6, [22858] = 6, [22859] = 6, + [22860] = 6, [22862] = 6, [22863] = 6, [22864] = 6, [22865] = 6, [22867] = 6, [22868] = 6, [22869] = 6, [22870] = 6, [22872] = 6, [22873] = 6, + [22874] = 6, [22875] = 6, [22876] = 6, [22877] = 6, [22878] = 6, [22879] = 6, [22880] = 6, [22881] = 6, [22882] = 6, [22883] = 6, [22884] = 6, + [22885] = 6, [22886] = 6, [22887] = 6, [22890] = 6, [22891] = 6, [22897] = 6, [22932] = 4, [22935] = 6, [22936] = 6, [22937] = 6, [22938] = 6, + [22939] = 6, [22940] = 6, [22941] = 6, [22942] = 6, [22943] = 6, [22947] = 6, [22954] = 6, [22960] = 6, [22961] = 6, [22967] = 6, [22968] = 6, + [22981] = 6, [22983] = 6, [22988] = 6, [22994] = 6, [22999] = 6, [23000] = 6, [23001] = 6, [23004] = 6, [23005] = 6, [23006] = 6, [23009] = 6, + [23014] = 6, [23017] = 6, [23018] = 6, [23019] = 6, [23020] = 6, [23021] = 6, [23023] = 6, [23025] = 6, [23027] = 6, [23028] = 6, [23029] = 6, + [23030] = 6, [23031] = 6, [23032] = 6, [23033] = 6, [23035] = 6, [23036] = 6, [23037] = 6, [23038] = 6, [23039] = 6, [23040] = 6, [23041] = 6, + [23042] = 6, [23043] = 6, [23044] = 6, [23045] = 6, [23046] = 6, [23047] = 6, [23048] = 6, [23049] = 6, [23050] = 6, [23053] = 6, [23054] = 6, + [23056] = 6, [23057] = 6, [23059] = 6, [23060] = 6, [23061] = 6, [23062] = 6, [23063] = 6, [23064] = 6, [23065] = 6, [23066] = 6, [23067] = 6, + [23068] = 6, [23069] = 6, [23070] = 6, [23071] = 6, [23073] = 6, [23075] = 6, [23078] = 6, [23081] = 6, [23082] = 6, [23084] = 6, [23085] = 6, + [23087] = 6, [23088] = 6, [23089] = 6, [23090] = 6, [23091] = 6, [23092] = 6, [23093] = 6, [23124] = 6, [23125] = 6, [23126] = 6, [23127] = 6, + [23128] = 6, [23129] = 6, [23132] = 6, [23139] = 6, [23156] = 6, [23168] = 6, [23169] = 6, [23170] = 6, [23171] = 6, [23173] = 6, [23177] = 6, + [23178] = 6, [23197] = 6, [23198] = 6, [23199] = 6, [23200] = 6, [23201] = 6, [23203] = 6, [23206] = 6, [23207] = 6, [23219] = 6, [23220] = 6, + [23221] = 6, [23226] = 6, [23237] = 6, [23238] = 6, [23242] = 6, [23243] = 6, [23244] = 6, [23251] = 6, [23252] = 6, [23253] = 6, [23254] = 6, + [23255] = 6, [23256] = 6, [23257] = 6, [23258] = 6, [23259] = 6, [23260] = 6, [23261] = 6, [23262] = 6, [23263] = 6, [23264] = 6, [23272] = 6, + [23273] = 6, [23274] = 6, [23275] = 6, [23276] = 6, [23277] = 6, [23278] = 6, [23279] = 6, [23280] = 6, [23281] = 6, [23282] = 6, [23283] = 6, + [23284] = 6, [23285] = 6, [23286] = 6, [23287] = 6, [23288] = 6, [23289] = 6, [23290] = 6, [23291] = 6, [23292] = 6, [23293] = 6, [23294] = 6, + [23295] = 6, [23296] = 6, [23297] = 6, [23298] = 6, [23299] = 6, [23300] = 6, [23301] = 6, [23302] = 6, [23303] = 6, [23304] = 6, [23305] = 6, + [23306] = 6, [23307] = 6, [23308] = 6, [23309] = 6, [23310] = 6, [23311] = 6, [23312] = 6, [23313] = 6, [23314] = 6, [23315] = 6, [23316] = 6, + [23317] = 6, [23318] = 6, [23319] = 6, [23320] = 6, [23323] = 6, [23324] = 6, [23451] = 6, [23452] = 6, [23453] = 6, [23454] = 6, [23455] = 6, + [23456] = 6, [23464] = 6, [23465] = 6, [23466] = 6, [23467] = 6, [23468] = 6, [23469] = 6, [23545] = 6, [23548] = 6, [23557] = 5, [23558] = 5, + [23570] = 5, [23577] = 6, [23663] = 6, [23664] = 6, [23665] = 6, [23666] = 6, [23667] = 6, [23668] = 6, [23705] = 6, [23709] = 6, [23714] = 6, + [23716] = 6, [23794] = 4, [23795] = 4, [23796] = 4, [24101] = 6, [24102] = 6, [24222] = 6, } --##END-DATA## From c76de3dae5eae335f7dcfe299e640d6cff0da4d7 Mon Sep 17 00:00:00 2001 From: Lag <lagysera@gmail.com> Date: Tue, 1 Oct 2019 13:35:01 +0200 Subject: [PATCH 07/10] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ee48a8..85e755d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,5 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ [Changelog history](https://github.com/Hoizame/AtlasLootClassic/blob/master/AtlasLootClassic/Documentation/Release_Notes.md) ## v1.2.X (Sep. XX, 2019) + +- Add a option to show level for bosses From c66c09c32b541ea30754a9e26c932a30cbe92145 Mon Sep 17 00:00:00 2001 From: Lag <lagysera@gmail.com> Date: Tue, 1 Oct 2019 14:32:37 +0200 Subject: [PATCH 08/10] ZG boss lvl fix --- AtlasLootClassic_DungeonsAndRaids/data.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AtlasLootClassic_DungeonsAndRaids/data.lua b/AtlasLootClassic_DungeonsAndRaids/data.lua index d3a7c070..a6335e59 100644 --- a/AtlasLootClassic_DungeonsAndRaids/data.lua +++ b/AtlasLootClassic_DungeonsAndRaids/data.lua @@ -5244,7 +5244,6 @@ data["Onyxia"] = { data["Zul'Gurub"] = { MapID = 1977, InstanceID = 309, - Level = 999, AtlasMapID = "Zul'Gurub", -- ?? AtlasMapFile = "ZulGurub", ContentType = RAID20_CONTENT, @@ -5254,6 +5253,7 @@ data["Zul'Gurub"] = { { -- ZGJeklik name = AL["High Priestess Jeklik"], npcID = 14517, + Level = 999, DisplayIDs = {{15219}}, AtlasMapBossID = 1, [NORMAL_DIFF] = { From 0ffa35a93f2d1bcd5e08a68acc8873209d6862db Mon Sep 17 00:00:00 2001 From: Lag <lagysera@gmail.com> Date: Tue, 1 Oct 2019 15:07:34 +0200 Subject: [PATCH 09/10] fix button count position --- AtlasLootClassic/Button/Button.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AtlasLootClassic/Button/Button.lua b/AtlasLootClassic/Button/Button.lua index 74b194e0..81ea0531 100644 --- a/AtlasLootClassic/Button/Button.lua +++ b/AtlasLootClassic/Button/Button.lua @@ -275,7 +275,7 @@ function Button:Create() -- counter button.count = button:CreateFontString(buttonName.."_count", "ARTWORK", "AtlasLoot_ItemAmountFont") - button.count:SetPoint("BOTTOMRIGHT", button.icon, "BOTTOMRIGHT", 0, 1) + button.count:SetPoint("BOTTOMRIGHT", button.icon, "BOTTOMRIGHT", -1, 1) button.count:SetJustifyH("RIGHT") button.count:SetHeight(15) button.count:SetText(15) @@ -333,7 +333,7 @@ function Button:Create() button.secButton.completed:Hide() button.secButton.count = button.secButton:CreateFontString(buttonName.."_secCount", "ARTWORK", "AtlasLoot_ItemAmountFont") - button.secButton.count:SetPoint("BOTTOMRIGHT", button.secButton.icon, "BOTTOMRIGHT", 0, 1) + button.secButton.count:SetPoint("BOTTOMRIGHT", button.secButton.icon, "BOTTOMRIGHT", -1, 1) button.secButton.count:SetJustifyH("RIGHT") button.secButton.count:SetHeight(15) button.secButton.count:SetText(15) From 2a3806c3effeb893b07727d5eebba601f3d3304a Mon Sep 17 00:00:00 2001 From: Lag <lagysera@gmail.com> Date: Tue, 1 Oct 2019 19:52:07 +0200 Subject: [PATCH 10/10] changelog update --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e755d9..84c3e826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ [Changelog history](https://github.com/Hoizame/AtlasLootClassic/blob/master/AtlasLootClassic/Documentation/Release_Notes.md) -## v1.2.X (Sep. XX, 2019) +## v1.2.1 (Oct. 01, 2019) - Add a option to show level for bosses +- Small fixes