- Added Spirit Link Totem damage and healing on death log.
- Added the total of life exchanged by the Spirit Link Totem on player detail window. - Added more spells for crowd control. - Added scroll on bookmark panel.
This commit is contained in:
@@ -1175,6 +1175,7 @@ do
|
||||
end
|
||||
end
|
||||
|
||||
-- ~button
|
||||
--summary
|
||||
BossFrame.buttonSwitchNormal = DetailsFrameWork:NewDetailsButton (BossFrame, BossFrame, _, BossFrame.switch, "main", nil, 26, 33)
|
||||
BossFrame.buttonSwitchNormal:SetPoint ("bottomright", BossFrame, "bottomright", -270, 5)
|
||||
@@ -1212,6 +1213,23 @@ do
|
||||
aa:SetHeight (33)
|
||||
aa:SetAllPoints()
|
||||
|
||||
--> tutorial frame
|
||||
function EncounterDetails:ButtonsTutorial()
|
||||
|
||||
local tutorial_frame = CreateFrame ("frame", nil, BossFrame)
|
||||
tutorial_frame:SetFrameStrata ("FULLSCREEN")
|
||||
tutorial_frame:SetPoint ("topleft", t, "topleft")
|
||||
tutorial_frame:SetPoint ("bottomright", aa, "bottomright")
|
||||
|
||||
local plugin_icon_alert = CreateFrame ("frame", "EncounterDetailsPopUp2", tutorial_frame, "DetailsHelpBoxTemplate")
|
||||
plugin_icon_alert.ArrowUP:Show()
|
||||
plugin_icon_alert.ArrowGlowUP:Show()
|
||||
plugin_icon_alert.Text:SetText ("Select here, the module you want to see:")
|
||||
plugin_icon_alert:SetPoint ("bottom", tutorial_frame, "top", 0, 30)
|
||||
plugin_icon_alert:Show()
|
||||
|
||||
end
|
||||
|
||||
u = BossFrame.buttonSwitchGraphic:CreateTexture (nil, "overlay")
|
||||
u:SetTexture ("Interface\\AddOns\\Details_EncounterDetails\\images\\boss_frame_buttons")
|
||||
u:SetTexCoord (0.8984375, 1, 0, 0.515625)
|
||||
|
||||
Reference in New Issue
Block a user