-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
62 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
### Version 1.25 [19-09-2024] | ||
Updated BigWigs profile | ||
Updated ElvUI blacklist | ||
Updated ElvUI profile (Top Buffs & Debuffs) | ||
Updated ElvUI profile (UnitFrame colors) | ||
### Version 1.26 [20-09-2024] | ||
Added CVars step to the installer and config panel | ||
Added important WeakAura to handle friendly nameplates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
local DoctorioUI, E, L, V, P, G = unpack((select(2, ...))) | ||
|
||
local SetCVar = SetCVar | ||
|
||
-- General CVars | ||
function DoctorioUI:Setup_CVars() | ||
-- Action Bars Tab | ||
SetCVar('enableMultiActionBars', 1) -- Remove Bar 2 Action Page | ||
SetCVar('enableMultiActionBars', 3) -- Remove Bar 3 Action Page | ||
SetCVar('enableMultiActionBars', 7) -- Remove Bar 4 Action Page | ||
SetCVar('enableMultiActionBars', 15) -- Remove Bar 5 Action Page | ||
-- Larger Nameplates off | ||
SetCVar('NamePlateHorizontalScale', 1) | ||
SetCVar('NamePlateVerticalScale', 1) | ||
SetCVar('NamePlateClassificationScale', 1) | ||
-- Hostile, Quest and Interactive NPCs | ||
SetCVar('UnitNameFriendlySpecialNPCName', 1) | ||
SetCVar('UnitNameHostleNPC', 1) | ||
SetCVar('UnitNameInteractiveNPC', 1) | ||
SetCVar('UnitNameNPC', 0) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters