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
Open sidebar
Jay
VuhDo
Commits
c5b64bde
Commit
c5b64bde
authored
4 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Cleanup for merge request !22
parent
1d58f0dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
VuhDoBarCustomizerDebuffIcon.lua
VuhDoBarCustomizerDebuffIcon.lua
+2
-1
VuhDoDebuffs.lua
VuhDoDebuffs.lua
+3
-1
No files found.
VuhDoBarCustomizerDebuffIcon.lua
View file @
c5b64bde
...
...
@@ -2,6 +2,7 @@ VUHDO_MAY_DEBUFF_ANIM = true;
local
VUHDO_DEBUFF_ICONS
=
{
};
local
sIsName
;
local
sIsShowOnlyForFriendly
;
-- BURST CACHE ---------------------------------------------------
...
...
@@ -48,6 +49,7 @@ function VUHDO_customDebuffIconsInitLocalOverrides()
sMaxIcons
=
1
;
end
sIsName
=
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"isName"
];
sIsShowOnlyForFriendly
=
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"isShowOnlyForFriendly"
];
sStaticConfig
=
{
[
"isStaticConfig"
]
=
true
,
...
...
@@ -61,7 +63,6 @@ function VUHDO_customDebuffIconsInitLocalOverrides()
[
"isBarGlow"
]
=
false
,
[
"isIconGlow"
]
=
false
,
};
sIsShowOnlyForFriendly
=
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"isShowOnlyForFriendly"
];
end
...
...
This diff is collapsed.
Click to expand it.
VuhDoDebuffs.lua
View file @
c5b64bde
...
...
@@ -67,6 +67,7 @@ local sIsUseDebuffIconBossOnly;
local
sIsMiBuColorsInFight
;
local
sStdDebuffSound
;
local
sAllDebuffSettings
;
local
sIsShowOnlyForFriendly
;
local
sEmpty
=
{
};
--local sColorArray = nil;
...
...
@@ -85,6 +86,8 @@ function VUHDO_debuffsInitLocalOverrides()
sIsMiBuColorsInFight
=
VUHDO_BUFF_SETTINGS
[
"CONFIG"
][
"BAR_COLORS_IN_FIGHT"
];
sStdDebuffSound
=
VUHDO_CONFIG
[
"SOUND_DEBUFF"
];
sAllDebuffSettings
=
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"STORED_SETTINGS"
];
sIsShowOnlyForFriendly
=
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"isShowOnlyForFriendly"
];
VUHDO_DEBUFF_COLORS
=
{
[
1
]
=
VUHDO_PANEL_SETUP
[
"BAR_COLORS"
][
"DEBUFF1"
],
[
2
]
=
VUHDO_PANEL_SETUP
[
"BAR_COLORS"
][
"DEBUFF2"
],
...
...
@@ -99,7 +102,6 @@ function VUHDO_debuffsInitLocalOverrides()
sColorArray[tCnt] = { };
end
end]]
sIsShowOnlyForFriendly
=
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"isShowOnlyForFriendly"
];
end
----------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
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