Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ElvUI_RayUI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fgprodigal
ElvUI_RayUI
Commits
1c338ed2
Commit
1c338ed2
authored
Feb 21, 2020
by
fgprodigal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update profiles
parent
bb0cffe4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
9 deletions
+30
-9
Core/AddonProfiles/ProjectAzilroka.lua
Core/AddonProfiles/ProjectAzilroka.lua
+4
-0
Core/Install.lua
Core/Install.lua
+26
-9
No files found.
Core/AddonProfiles/ProjectAzilroka.lua
View file @
1c338ed2
...
...
@@ -55,12 +55,16 @@ function RayUI:LoadPAProfile()
PA
.
db
[
"iFilger"
][
"Procs"
][
"Enable"
]
=
false
PA
.
db
[
"iFilger"
][
"Cooldowns"
][
"Enable"
]
=
false
PA
.
db
[
"iFilger"
][
"Buffs"
][
"Enable"
]
=
true
PA
.
db
[
"iFilger"
][
"Buffs"
][
"Direction"
]
=
"LEFT"
PA
.
db
[
"iFilger"
][
"Buffs"
][
"Size"
]
=
40
PA
.
db
[
"iFilger"
][
"Buffs"
][
"FilterByList"
]
=
"Whitelist"
PA
.
db
[
"iFilger"
][
"Buffs"
][
"StackCountFont"
]
=
E
.
Libs
.
LSM
.
DefaultMedia
[
"font"
]
PA
.
db
[
"iFilger"
][
"Buffs"
][
"StackCountFontFlag"
]
=
"OUTLINE"
PA
.
db
[
"iFilger"
][
"Buffs"
][
"StackCountFontSize"
]
=
12
PA
.
db
[
"iFilger"
][
"Buffs"
][
"Whitelist"
][
275863
]
=
true
PA
.
db
[
"iFilger"
][
"Buffs"
][
"StackCountFont"
]
=
E
.
Libs
.
LSM
.
DefaultMedia
[
"font"
]
PA
.
db
[
"iFilger"
][
"Buffs"
][
"StatusBarFont"
]
=
E
.
Libs
.
LSM
.
DefaultMedia
[
"font"
]
PA
.
db
[
"iFilger"
][
"Buffs"
][
"StatusBarTexture"
]
=
"Kringel"
PA
.
db
[
"iFilger"
][
"TargetDebuffs"
][
"Enable"
]
=
false
PA
.
db
[
"iFilger"
][
"ItemCooldowns"
][
"Enable"
]
=
true
PA
.
db
[
"iFilger"
][
"ItemCooldowns"
][
"StatusBarTexture"
]
=
"Kringel"
...
...
Core/Install.lua
View file @
1c338ed2
...
...
@@ -202,9 +202,13 @@ function RayUI:SetupLayout(layout)
E
.
db
[
"actionbar"
][
"bar4"
][
"widthMult"
]
=
1
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"width"
]
=
79
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"height"
]
=
40
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"orientation"
]
=
"LEFT"
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"width"
]
=
79
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"height"
]
=
40
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"orientation"
]
=
"LEFT"
E
.
db
[
"unitframe"
][
"units"
][
"target"
][
"buffs"
][
"sortMethod"
]
=
"TIME_REMAINING"
E
.
db
[
"unitframe"
][
"smartRaidFilter"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"enable"
]
=
true
E
:
StaggeredUpdateAll
(
nil
,
true
)
...
...
@@ -242,9 +246,13 @@ function RayUI:SetupLayout(layout)
E
.
db
[
"actionbar"
][
"bar4"
][
"widthMult"
]
=
2
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"width"
]
=
83
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"height"
]
=
40
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"orientation"
]
=
"MIDDLE"
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"width"
]
=
83
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"height"
]
=
30
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"orientation"
]
=
"MIDDLE"
E
.
db
[
"unitframe"
][
"units"
][
"target"
][
"buffs"
][
"sortMethod"
]
=
"PLAYER"
E
.
db
[
"unitframe"
][
"smartRaidFilter"
]
=
false
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"enable"
]
=
false
E
:
StaggeredUpdateAll
(
nil
,
true
)
...
...
@@ -310,6 +318,8 @@ function RayUI:SetupLayout(layout)
self
:
SetMoverPosition
(
"VehicleSeatMover"
,
"BOTTOMRIGHT"
,
_G
.
RightChatPanel
,
"BOTTOMLEFT"
,
-
59
,
0
)
self
:
SetMoverPosition
(
"BelowMinimapContainerMover"
,
"TOPLEFT"
,
E
.
UIParent
,
"TOPLEFT"
,
45
,
-
211
)
self
:
SetMoverPosition
(
"OzCooldownsMover"
,
"BOTTOM"
,
E
.
UIParent
,
"BOTTOM"
,
0
,
430
)
self
:
SetMoverPosition
(
"iFilger_ItemCooldownsMover"
,
"BOTTOM"
,
E
.
UIParent
,
"BOTTOM"
,
270
,
184
)
self
:
SetMoverPosition
(
"iFilger_BuffsMover"
,
"BOTTOM"
,
E
.
UIParent
,
"BOTTOM"
,
-
135
,
470
)
PluginInstallStepComplete
.
message
=
self
.
Title
..
L
[
"Layout Set"
]
PluginInstallStepComplete
:
Show
()
...
...
@@ -521,6 +531,7 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"unitframe"
][
"units"
][
"targettarget"
][
"raidicon"
][
"position"
]
=
"TOP"
E
.
db
[
"unitframe"
][
"units"
][
"targettarget"
][
"raidicon"
][
"yOffset"
]
=
15
E
.
db
[
"unitframe"
][
"units"
][
"targettarget"
][
"power"
][
"text_format"
]
=
""
E
.
db
[
"unitframe"
][
"units"
][
"targettarget"
][
"orientation"
]
=
"RIGHT"
E
.
db
[
"unitframe"
][
"units"
][
"targettargettarget"
][
"enable"
]
=
false
E
.
db
[
"unitframe"
][
"units"
][
"targettargettarget"
][
"health"
][
"frequentUpdates"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"tank"
][
"enable"
]
=
false
...
...
@@ -615,7 +626,7 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"unitframe"
][
"units"
][
"player"
][
"classbar"
][
"detachFromFrame"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"player"
][
"classbar"
][
"height"
]
=
15
E
.
db
[
"unitframe"
][
"units"
][
"player"
][
"classbar"
][
"timeToHold"
]
=
0
.
8
E
.
db
[
"unitframe"
][
"units"
][
"player"
][
"orientation"
]
=
"
RIGH
T"
E
.
db
[
"unitframe"
][
"units"
][
"player"
][
"orientation"
]
=
"
LEF
T"
E
.
db
[
"unitframe"
][
"units"
][
"player"
][
"buffs"
][
"countFontSize"
]
=
14
E
.
db
[
"unitframe"
][
"units"
][
"player"
][
"buffs"
][
"enable"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"player"
][
"buffs"
][
"yOffset"
]
=
5
...
...
@@ -687,6 +698,7 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"infoPanel"
][
"height"
]
=
13
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"infoPanel"
][
"transparent"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"groupBy"
]
=
"ROLE"
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"sortDir"
]
=
"DESC"
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"name"
][
"text_format"
]
=
""
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"buffs"
][
"enable"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"buffs"
][
"countFontSize"
]
=
12
...
...
@@ -711,6 +723,7 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"raidicon"
][
"size"
]
=
15
E
.
db
[
"unitframe"
][
"units"
][
"raid"
][
"raidicon"
][
"yOffset"
]
=
0
E
.
db
[
"unitframe"
][
"units"
][
"focustarget"
][
"health"
][
"frequentUpdates"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"focustarget"
][
"orientation"
]
=
"RIGHT"
E
.
db
[
"unitframe"
][
"units"
][
"pet"
][
"debuffs"
][
"countFontSize"
]
=
12
E
.
db
[
"unitframe"
][
"units"
][
"pet"
][
"debuffs"
][
"sizeOverride"
]
=
30
E
.
db
[
"unitframe"
][
"units"
][
"pet"
][
"debuffs"
][
"perrow"
]
=
3
...
...
@@ -766,6 +779,7 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"unitframe"
][
"units"
][
"pet"
][
"castbar"
][
"height"
]
=
18
E
.
db
[
"unitframe"
][
"units"
][
"pet"
][
"castbar"
][
"hidetext"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"pet"
][
"castbar"
][
"iconYOffset"
]
=
-
6
E
.
db
[
"unitframe"
][
"units"
][
"pet"
][
"orientation"
]
=
"LEFT"
E
.
db
[
"unitframe"
][
"units"
][
"assist"
][
"enable"
]
=
false
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"enable"
]
=
false
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"horizontalSpacing"
]
=
1
...
...
@@ -778,7 +792,7 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"debuffs"
][
"perrow"
]
=
2
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"debuffs"
][
"countFont"
]
=
E
.
Libs
.
LSM
.
DefaultMedia
[
"font"
]
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"debuffs"
][
"spacing"
]
=
4
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"rdebuffs"
][
"size"
]
=
2
0
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"rdebuffs"
][
"size"
]
=
2
5
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"rdebuffs"
][
"yOffset"
]
=
12
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"rdebuffs"
][
"font"
]
=
E
.
Libs
.
LSM
.
DefaultMedia
[
"font"
]
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"rdebuffs"
][
"fontOutline"
]
=
"OUTLINE"
...
...
@@ -789,7 +803,7 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"buffs"
][
"xOffset"
]
=
2
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"buffs"
][
"playerOnly"
]
=
false
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"buffs"
][
"useFilter"
]
=
"MER_RaidCDs"
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"buffs"
][
"yOffset"
]
=
-
15
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"buffs"
][
"yOffset"
]
=
0
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"buffs"
][
"anchorPoint"
]
=
"TOPLEFT"
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"buffs"
][
"noConsolidated"
]
=
false
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"buffs"
][
"enable"
]
=
true
...
...
@@ -798,16 +812,17 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"buffs"
][
"priority"
]
=
"MER_RaidCDs"
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"buffs"
][
"noDuration"
]
=
false
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"buffs"
][
"countFont"
]
=
E
.
Libs
.
LSM
.
DefaultMedia
[
"font"
]
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"orientation"
]
=
"
MIDDLE
"
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"orientation"
]
=
"
LEFT
"
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"groupBy"
]
=
"ROLE"
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"sortDir"
]
=
"DESC"
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"health"
][
"frequentUpdates"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"health"
][
"position"
]
=
"CENTER"
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"health"
][
"xOffset"
]
=
0
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"health"
][
"bgUseBarTexture"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"health"
][
"text_format"
]
=
""
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"health"
][
"yOffset"
]
=
2
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"roleIcon"
][
"xOffset"
]
=
1
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"roleIcon"
][
"size"
]
=
1
1
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"roleIcon"
][
"xOffset"
]
=
-
5
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"roleIcon"
][
"size"
]
=
1
2
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"roleIcon"
][
"position"
]
=
"LEFT"
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"targetsGroup"
][
"anchorPoint"
]
=
"BOTTOM"
E
.
db
[
"unitframe"
][
"units"
][
"party"
][
"targetsGroup"
][
"name"
][
"text_format"
]
=
nameColorTag
..
"[name:short]"
...
...
@@ -882,6 +897,7 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"health"
][
"text_format"
]
=
""
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"health"
][
"frequentUpdates"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"groupBy"
]
=
"ROLE"
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"sortDir"
]
=
"DESC"
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"classHover"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"positionOverride"
]
=
"BOTTOMRIGHT"
E
.
db
[
"unitframe"
][
"units"
][
"raid40"
][
"roleIcon"
][
"enable"
]
=
true
...
...
@@ -1006,7 +1022,7 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"unitframe"
][
"units"
][
"focus"
][
"width"
]
=
200
E
.
db
[
"unitframe"
][
"units"
][
"focus"
][
"infoPanel"
][
"height"
]
=
24
E
.
db
[
"unitframe"
][
"units"
][
"focus"
][
"infoPanel"
][
"transparent"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"focus"
][
"orientation"
]
=
"
LEF
T"
E
.
db
[
"unitframe"
][
"units"
][
"focus"
][
"orientation"
]
=
"
RIGH
T"
E
.
db
[
"unitframe"
][
"units"
][
"focus"
][
"health"
][
"attachTextTo"
]
=
"Frame"
E
.
db
[
"unitframe"
][
"units"
][
"focus"
][
"health"
][
"frequentUpdates"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"focus"
][
"health"
][
"xOffset"
]
=
0
...
...
@@ -1102,7 +1118,7 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"unitframe"
][
"units"
][
"target"
][
"castbar"
][
"insideInfoPanel"
]
=
false
E
.
db
[
"unitframe"
][
"units"
][
"target"
][
"castbar"
][
"timeToHold"
]
=
0
.
8
E
.
db
[
"unitframe"
][
"units"
][
"target"
][
"castbar"
][
"overlayOnFrame"
]
=
"None"
E
.
db
[
"unitframe"
][
"units"
][
"target"
][
"orientation"
]
=
"
LEF
T"
E
.
db
[
"unitframe"
][
"units"
][
"target"
][
"orientation"
]
=
"
RIGH
T"
E
.
db
[
"unitframe"
][
"units"
][
"target"
][
"buffs"
][
"enable"
]
=
true
E
.
db
[
"unitframe"
][
"units"
][
"target"
][
"buffs"
][
"anchorPoint"
]
=
"TOPLEFT"
E
.
db
[
"unitframe"
][
"units"
][
"target"
][
"buffs"
][
"sizeOverride"
]
=
30
...
...
@@ -1610,6 +1626,7 @@ function RayUI:SetupVariables(colorMode)
--[[----------------------------------
-- ProfileDB - mUI
--]]
----------------------------------
E
.
db
[
"mui"
][
"installed"
]
=
true
E
.
db
[
"mui"
][
"databars"
][
"progressbar"
]
=
false
E
.
db
[
"mui"
][
"general"
][
"LoginMsg"
]
=
false
E
.
db
[
"mui"
][
"general"
][
"splashScreen"
]
=
false
...
...
@@ -1676,7 +1693,7 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"mui"
][
"actionbars"
][
"autoButtons"
][
"usableAutoButtons"
][
"inheritGlobalFade"
]
=
true
E
.
db
[
"mui"
][
"actionbars"
][
"specBar"
][
"enable"
]
=
false
E
.
db
[
"mui"
][
"actionbars"
][
"equipBar"
][
"enable"
]
=
false
E
.
db
[
"mui"
][
"
installed"
]
=
tru
e
E
.
db
[
"mui"
][
"
tooltip"
][
"roleIcon"
]
=
fals
e
E
.
db
[
"mui"
][
"locPanel"
][
"enable"
]
=
true
E
.
db
[
"mui"
][
"locPanel"
][
"colorType_Coords"
]
=
"CLASS"
E
.
db
[
"mui"
][
"locPanel"
][
"template"
]
=
"NoBackdrop"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment