64df5f1f90
* update to release 7.3.1 * minor tweaks - tweaked the drop location text to display a bit more cleanly - added boss sigils to bc raid tables - added right click context menu to boss name list so you can open db to that boss (only has raids atm) - the All dungeon items list now wont precache past the normal loot * fixs and text display change - updated old locations to have new display - frame now sits on top when selected - fixed some incorrect ids * favorites button change/loot table updates - Changed how favorites buttons are saved you now alt right click them to save - Added missing new t0 sets to classic dungeon sets - Added missing new trash loot weapons to Black temple * minor changes/fixs - fixed t3 incorrect itemids - added heroic bloodforged * merg from main repo * bug fix and item removals - some quest tooltip was showing up incorrect - removed depreciated high risk patterns * swapped to using ItemButtonTemplate for popup window buttons * added all the new heirloom items * all the changes from main git up to 7.3.9 * update to version 7.3.15 * Revert "Merge branch 'main' into anch-main" This reverts commit 8db63dc268f910dcc1df31d50072735263eeda58, reversing changes made to f536a382a8fce401e0d8dcfaae8eb0a2c61f1e08.
143 lines
5.8 KiB
Lua
143 lines
5.8 KiB
Lua
-- table of difficulties and there itemID references
|
|
|
|
AtlasLoot.Difficulties["Default"] = {}
|
|
|
|
AtlasLoot.Difficulties["ClassicDungeon"] = {
|
|
{"Normal", 2},
|
|
{"Heroic", 3},
|
|
{"Mythic", 4},
|
|
Max = 4
|
|
}
|
|
|
|
AtlasLoot.Difficulties["PVP"] = {
|
|
{"Normal", 2},
|
|
{"Bloodforged", 1},
|
|
{"Heroic Bloodforged", 100},
|
|
Max = 2
|
|
}
|
|
|
|
AtlasLoot.Difficulties["ClassicDungeonExt"] = {
|
|
{"Bloodforged", 1},
|
|
{"Heroic Bloodforged", 100},
|
|
{"Normal", 2},
|
|
{"Heroic", 3},
|
|
{"Mythic", 4},
|
|
{"Mythic 1", 5 }, {"Mythic 2", 6 }, {"Mythic 3", 7 }, {"Mythic 4", 8 }, {"Mythic 5", 9 },
|
|
{"Mythic 6", 10 }, {"Mythic 7", 11 }, {"Mythic 8", 12 }, {"Mythic 9", 13 }, {"Mythic 10", 14 },
|
|
{"Mythic 11", 15 }, {"Mythic 12", 16 }, {"Mythic 13", 17 }, {"Mythic 14", 18 }, {"Mythic 15", 19 },
|
|
{"Mythic 16", 20 }, {"Mythic 17", 21 }, {"Mythic 18", 22 }, {"Mythic 19", 23 }, {"Mythic 20", 24 },
|
|
{"Mythic 21", 25 }, {"Mythic 22", 26 }, {"Mythic 23", 27 }, {"Mythic 24", 28 }, {"Mythic 25", 29 },
|
|
{"Mythic 26", 30 }, {"Mythic 27", 31 }, {"Mythic 28", 32 }, {"Mythic 29", 33 }, {"Mythic 30", 34 },
|
|
{"Mythic 31", 35 }, {"Mythic 32", 36 }, {"Mythic 33", 37 }, {"Mythic 34", 38 }, {"Mythic 35", 39 },
|
|
{"Mythic 36", 40 }, {"Mythic 37", 41 }, {"Mythic 38", 42 }, {"Mythic 39", 43 }, {"Mythic 40", 44 },
|
|
Max = 44
|
|
}
|
|
|
|
AtlasLoot.Difficulties["ClassicRaid"] = {
|
|
{"Normal Raid", 2},
|
|
{"Heroic Raid", 3},
|
|
{"Mythic Raid", 4},
|
|
{"Ascended Raid", 5},
|
|
{"Bloodforged", 1},
|
|
{"Heroic Bloodforged", 100},
|
|
Max = 5
|
|
}
|
|
|
|
AtlasLoot.Difficulties["BCDungeon"] = {
|
|
{"Bloodforged", 1},
|
|
{"Heroic Bloodforged", 100},
|
|
{"Normal/Heroic", 2},
|
|
{"Mythic", 4},
|
|
{"Mythic 1", 5 }, {"Mythic 2", 6 }, {"Mythic 3", 7 }, {"Mythic 4", 8 }, {"Mythic 5", 9 },
|
|
{"Mythic 6", 10 }, {"Mythic 7", 11 }, {"Mythic 8", 12 }, {"Mythic 9", 13 }, {"Mythic 10", 14 },
|
|
{"Mythic 11", 15 }, {"Mythic 12", 16 }, {"Mythic 13", 17 }, {"Mythic 14", 18 }, {"Mythic 15", 19 },
|
|
{"Mythic 16", 20 }, {"Mythic 17", 21 }, {"Mythic 18", 22 }, {"Mythic 19", 23 }, {"Mythic 20", 24 },
|
|
{"Mythic 21", 25 }, {"Mythic 22", 26 }, {"Mythic 23", 27 }, {"Mythic 24", 28 }, {"Mythic 25", 29 },
|
|
{"Mythic 26", 30 }, {"Mythic 27", 31 }, {"Mythic 28", 32 }, {"Mythic 29", 33 }, {"Mythic 30", 34 },
|
|
{"Mythic 31", 35 }, {"Mythic 32", 36 }, {"Mythic 33", 37 }, {"Mythic 34", 38 }, {"Mythic 35", 39 },
|
|
{"Mythic 36", 40 }, {"Mythic 37", 41 }, {"Mythic 38", 42 }, {"Mythic 39", 43 }, {"Mythic 40", 44 },
|
|
Max = 44
|
|
}
|
|
|
|
AtlasLoot.Difficulties["BCRaid"] = {
|
|
{"Normal Raid", 2},
|
|
{"Heroic Raid", 3},
|
|
{"Mythic Raid", 4},
|
|
{"Ascended Raid", 5},
|
|
{"Bloodforged", 1},
|
|
{"Heroic Bloodforged", 100},
|
|
Max = 5
|
|
}
|
|
|
|
AtlasLoot.Difficulties["WrathDungeon"] = {
|
|
{"Bloodforged", 1},
|
|
{"Heroic Bloodforged", 100},
|
|
{"Normal/Heroic", 2},
|
|
{"Mythic", 4},
|
|
{"Mythic 1", 5 }, {"Mythic 2", 6 }, {"Mythic 3", 7 }, {"Mythic 4", 8 }, {"Mythic 5", 9 },
|
|
{"Mythic 6", 10 }, {"Mythic 7", 11 }, {"Mythic 8", 12 }, {"Mythic 9", 13 }, {"Mythic 10", 14 },
|
|
{"Mythic 11", 15 }, {"Mythic 12", 16 }, {"Mythic 13", 17 }, {"Mythic 14", 18 }, {"Mythic 15", 19 },
|
|
{"Mythic 16", 20 }, {"Mythic 17", 21 }, {"Mythic 18", 22 }, {"Mythic 19", 23 }, {"Mythic 20", 24 },
|
|
Max = 24
|
|
}
|
|
|
|
AtlasLoot.Difficulties["WrathRaid"] = {
|
|
{"Normal Raid", 2},
|
|
{"Heroic Raid", 3},
|
|
{"Mythic Raid", 4},
|
|
{"Ascended Raid", 5},
|
|
{"Bloodforged", 1},
|
|
{"Heroic Bloodforged", 100},
|
|
Max = 5
|
|
}
|
|
|
|
AtlasLoot.Difficulties["ClassicCrafting"] = {
|
|
{"Normal", 2 },
|
|
Max = 2
|
|
}
|
|
|
|
AtlasLoot.Difficulties["BCCrafting"] = {
|
|
{"Normal", 2 },
|
|
Max = 2
|
|
}
|
|
|
|
AtlasLoot.Difficulties["WrathCrafting"] = {
|
|
{"Normal", 2 },
|
|
Max = 2
|
|
}
|
|
|
|
AtlasLoot.Difficulties["Search"] = {
|
|
{"Bloodforged", 1},
|
|
{"Heroic Bloodforged", 100},
|
|
{"Normal", 2},
|
|
{"Heroic", 3},
|
|
{"Mythic", 4},
|
|
{"Mythic 1/Ascended Raid", 5 }, {"Mythic 2", 6 }, {"Mythic 3", 7 }, {"Mythic 4", 8 }, {"Mythic 5", 9 },
|
|
{"Mythic 6", 10 }, {"Mythic 7", 11 }, {"Mythic 8", 12 }, {"Mythic 9", 13 }, {"Mythic 10", 14 },
|
|
{"Mythic 11", 15 }, {"Mythic 12", 16 }, {"Mythic 13", 17 }, {"Mythic 14", 18 }, {"Mythic 15", 19 },
|
|
{"Mythic 16", 20 }, {"Mythic 17", 21 }, {"Mythic 18", 22 }, {"Mythic 19", 23 }, {"Mythic 20", 24 },
|
|
{"Mythic 21", 25 }, {"Mythic 22", 26 }, {"Mythic 23", 27 }, {"Mythic 24", 28 }, {"Mythic 25", 29 },
|
|
{"Mythic 26", 30 }, {"Mythic 27", 31 }, {"Mythic 28", 32 }, {"Mythic 29", 33 }, {"Mythic 30", 34 },
|
|
{"Mythic 31", 35 }, {"Mythic 32", 36 }, {"Mythic 33", 37 }, {"Mythic 34", 38 }, {"Mythic 35", 39 },
|
|
{"Mythic 36", 40 }, {"Mythic 37", 41 }, {"Mythic 38", 42 }, {"Mythic 39", 43 }, {"Mythic 40", 44 },
|
|
}
|
|
|
|
--Enums for comparisons in code
|
|
AtlasLoot.Difficulties.Bloodforged = 1
|
|
AtlasLoot.Difficulties["Heroic Bloodforged"] = 2
|
|
AtlasLoot.Difficulties.Normal = 3
|
|
AtlasLoot.Difficulties.Heroic = 4
|
|
AtlasLoot.Difficulties.Mythic = 5
|
|
AtlasLoot.Difficulties.Ascended = 5
|
|
|
|
AtlasLoot.Difficulties.MythicPlus = {
|
|
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
|
|
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
|
|
25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
|
|
35, 36, 37, 38, 39, 40, 41, 42, 43, 44
|
|
} --Usage AtlasLoot_Difficulty.MythicPlus[1-40]
|
|
|
|
AtlasLoot.Difficulties.DIF_SEARCH = 16
|
|
AtlasLoot.Difficulties.DUPLICATE = 17
|
|
AtlasLoot.Difficulties.MIN_DIF = 18
|
|
AtlasLoot.Difficulties.MAX_DIF = 19 |