- Auras and Voidzones rework: now shows the total damage, dps and percentage. Also fixed its tooltip where many times the damage applied on players was showing as zero.
- Enemies now show damage taken from players on the tooltip. - Right clicking an Enemy Real-Time Damage Taken bar, back to enemies instead of showing bookmark panel. - Enemy Real-Time Damage Taken now show spells used by the player on its tooltip. - Fixed a bug with the slash command show, where it was ignoring the window limit estabilished on options panel. - Fixed few bugs with scroll bars on dropdowns and player details window. - Tank comparison percentages now uses the same percentage calc as comparison for players.
This commit is contained in:
@@ -1494,7 +1494,7 @@ function EncounterDetails:OnEvent (_, event, ...)
|
||||
local AddonName = select (1, ...)
|
||||
if (AddonName == "Details_EncounterDetails") then
|
||||
|
||||
if (_G._detalhes) then
|
||||
if (_G._detalhes and _G._detalhes:InstallOkey()) then
|
||||
|
||||
--> create widgets
|
||||
CreatePluginFrames (data)
|
||||
|
||||
@@ -114,7 +114,7 @@ local function CreatePluginFrames (data)
|
||||
local TimeAmount = DetailsFrameWork:NewSlider (TimeAttackFrame, nil, "DetailsTimeAttackTimeSelect", "TimeSelect", 270, 20, 30, 330, 10, TimeAttack.data.time)
|
||||
--local TimeAmount = DetailsFrameWork:NewSlider2 (TimeAttackFrame, "DetailsTimeAttackTimeSelect", "TimeSelect", 270, 20, 30, 330, 10, TimeAttack.data.time)
|
||||
TimeAmount:SetPoint ("topleft", TimeAttackFrame, 15, -270)
|
||||
TimeAmount.OnChangeHook = function() TimeAttack.data.time = TimeAmount.value end
|
||||
TimeAmount.OnChangeHook = function (_, _, value) TimeAttack.data.time = value end
|
||||
|
||||
--> main time/damage/dps texts
|
||||
local clock = DetailsFrameWork:NewLabel (TimeAttackFrame, TimeAttackFrame, nil, "TIMER", "00:00:00", "GameFontHighlightLarge")
|
||||
|
||||
Reference in New Issue
Block a user