- Added export/import for instances.
- Added export/import for customs displays. - More small changes on ElvUI Frame Style skin. - Fixed boss death recognition. - Fixed the time of buffs applied before the pull. - Fixed issue where sometimes the tooltip for break snap and lock buttons didn't disappear. - New API: _detalhes:GetNumInstancesAmount() return the amount of instances created.
This commit is contained in:
@@ -9,7 +9,9 @@ local Loc = LibStub ("AceLocale-3.0"):GetLocale ("Details_RaidInfo-SiegeOfOrgrim
|
||||
local _detalhes = _G._detalhes
|
||||
|
||||
local siege_of_orgrimmar = {
|
||||
|
||||
id = 1136,
|
||||
ej_id = 369,
|
||||
|
||||
name = Loc ["STRING_RAID_NAME"],
|
||||
|
||||
@@ -17,6 +19,8 @@ local siege_of_orgrimmar = {
|
||||
|
||||
icon = "Interface\\AddOns\\Details_RaidInfo-SiegeOfOrgrimmar\\images\\icon256x128",
|
||||
|
||||
is_raid = true,
|
||||
|
||||
background = "Interface\\AddOns\\Details_RaidInfo-SiegeOfOrgrimmar\\images\\wallpaper",
|
||||
backgroundEJ = [[Interface\EncounterJournal\UI-EJ-LOREBG-SiegeofOrgrimmar]],
|
||||
|
||||
@@ -54,6 +58,31 @@ local siege_of_orgrimmar = {
|
||||
end,
|
||||
|
||||
encounter_ids = {
|
||||
--> Ids by Index
|
||||
852, 849, 866, 867, 881, 864, 856, 850, 846, 870, 851, 865, 853, 869,
|
||||
-- Vale of Eternal Sorrows
|
||||
[852] = 1, -- Immerseus
|
||||
[849] = 2, -- Fallen Protectors
|
||||
[866] = 3, -- Norushen
|
||||
[867] = 4, -- Sha of Pride
|
||||
-- Gates of Retribution
|
||||
[881] = 5, -- Galakras
|
||||
[864] = 6, -- Iron Juggernaut
|
||||
[856] = 7, -- Kor'kron Dark Shaman
|
||||
[850] = 8, -- General Nazgrim
|
||||
|
||||
-- The Underhold
|
||||
[846] = 9, -- Malkorok
|
||||
[870] = 10, -- Spoils of Pandaria
|
||||
[851] = 11, -- Thok the Bloodthirsty
|
||||
|
||||
-- Downfall
|
||||
[865] = 12, -- Siegecrafter Blackfuse
|
||||
[853] = 13, -- Paragons of Klaxy
|
||||
[869] = 14, -- Garrosh Hellscream
|
||||
},
|
||||
|
||||
encounter_ids2 = {
|
||||
-- Vale of Eternal Sorrows
|
||||
[1602] = 1, -- Immerseus
|
||||
[1598] = 2, -- Fallen Protectors
|
||||
|
||||
@@ -9,7 +9,9 @@ local Loc = LibStub ("AceLocale-3.0"):GetLocale ("Details_RaidInfo-ThroneOfThund
|
||||
local _detalhes = _G._detalhes
|
||||
|
||||
local throne_of_thunder = {
|
||||
|
||||
id = 1098,
|
||||
ej_id = 362,
|
||||
|
||||
name = Loc ["STRING_RAID_NAME"],
|
||||
|
||||
@@ -17,6 +19,8 @@ local throne_of_thunder = {
|
||||
|
||||
icon = "Interface\\AddOns\\Details_RaidInfo-ThroneOfThunder\\images\\icon256x128",
|
||||
|
||||
is_raid = true,
|
||||
|
||||
background = "Interface\\AddOns\\Details_RaidInfo-ThroneOfThunder\\images\\raid_tot",
|
||||
backgroundEJ = [[Interface\EncounterJournal\UI-EJ-LOREBG-ThunderKingRaid]],
|
||||
|
||||
@@ -36,6 +40,24 @@ local throne_of_thunder = {
|
||||
"Ra-den"
|
||||
},
|
||||
|
||||
encounter_ids = {
|
||||
--> Ids by Index
|
||||
827, 819, 816, 825, 821, 828, 818, 820, 824, 817, 829, 832,
|
||||
[827] = 1, -- Jin'rokh the Breaker
|
||||
[819] = 2, -- Horridon
|
||||
[816] = 3, -- Frost King Malakk
|
||||
[825] = 4, -- Tortos
|
||||
[821] = 5, -- Magaera
|
||||
[828] = 6, -- Ji-Kun
|
||||
[818] = 7, -- Durumu the Forgotten
|
||||
[820] = 8, -- Primordius
|
||||
[824] = 9, -- Dark Animus
|
||||
[817] = 10, -- Iron Qon
|
||||
[829] = 11, -- Lu'lin
|
||||
[832] = 12, -- Lei Shen
|
||||
--[] = 13, -- Ra-den
|
||||
},
|
||||
|
||||
boss_ids = {
|
||||
-- Last Stand of the Zandalari
|
||||
[69465] = 1, -- Jin'rokh the Breaker
|
||||
|
||||
Reference in New Issue
Block a user