You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UI/Options/EncounterAlerts.lua
+18-69Lines changed: 18 additions & 69 deletions
Original file line number
Diff line number
Diff line change
@@ -377,75 +377,8 @@ local function BuildEncounterAlertsOptions()
377
377
},
378
378
{
379
379
type="label",
380
-
get=function() return"In Mythic you will want your Tank to be raidlead and click for Runes 1&4.\nHealers need to dynamically decide who is clicking, their presses will be registered for Runes 2, 3 & 5" end,
380
+
get=function() return"Settings changes will take into effect when you toggle the preview off & on again." end,
@@ -461,10 +394,26 @@ local function BuildEncounterAlertsOptions()
461
394
end,
462
395
nocombat=true
463
396
},
397
+
{
398
+
type="button",
399
+
name="Create Rune-Macros",
400
+
desc="This will create the macros you need for the 5 different runes, automatically using the correct icons as well. Clickable Buttons have been removed as they caused too many issues.",
get=function() return"Settings changes will take into effect when you toggle the preview off & on again." end,
414
+
get=function() return"In Mythic you will want your Tank to be raidlead and click for Runes 1&4.\nHealers need to dynamically decide who is clicking, their presses will be registered for Runes 2, 3 & 5" end,
0 commit comments