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
Croc
VuhDo
Commits
0d4bb96b
Commit
0d4bb96b
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Added default custom debuffs for Ny'alotha raid encounters
parent
5d422304
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
66 additions
and
5 deletions
+66
-5
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoDebuffs.lua
VuhDoDebuffs.lua
+6
-2
VuhDoDefaults.lua
VuhDoDefaults.lua
+56
-0
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
changelog.txt
changelog.txt
+2
-1
No files found.
VuhDo.toc
View file @
0d4bb96b
## Interface: 80
205
## Interface: 80
300
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.110
...
...
This diff is collapsed.
Click to expand it.
VuhDoDebuffs.lua
View file @
0d4bb96b
...
...
@@ -298,8 +298,11 @@ local tCurChosenStoredName;
function
VUHDO_determineDebuff
(
aUnit
)
tInfo
=
(
VUHDO_RAID
or
sEmpty
)[
aUnit
];
if
not
tInfo
then
return
0
,
""
;
-- VUHDO_DEBUFF_TYPE_NONE
elseif
VUHDO_CONFIG_SHOW_RAID
then
return
tInfo
[
"debuff"
],
tInfo
[
"debuffName"
];
end
if
not
tInfo
then
return
0
,
""
;
-- VUHDO_DEBUFF_TYPE_NONE
elseif
VUHDO_CONFIG_SHOW_RAID
then
return
tInfo
[
"debuff"
],
tInfo
[
"debuffName"
];
end
tUnitDebuffInfo
=
VUHDO_initDebuffInfos
(
aUnit
);
...
...
@@ -368,6 +371,7 @@ function VUHDO_determineDebuff(aUnit)
end
-- Entweder Fhigkeit vorhanden ODER noch keiner gewhlt UND auch nicht entfernbare
-- Either ability available OR none selected AND not removable (DETECT_DEBUFFS_REMOVABLE_ONLY_ICONS)
if
tType
and
(
tAbility
or
(
sCurChosenType
==
0
and
sIsNotRemovableOnly
))
then
-- VUHDO_DEBUFF_TYPE_NONE
sCurChosenType
=
tType
;
tUnitDebuffInfo
[
"CHOSEN"
][
1
],
tUnitDebuffInfo
[
"CHOSEN"
][
2
]
=
tIcon
,
tStacks
;
...
...
This diff is collapsed.
Click to expand it.
VuhDoDefaults.lua
View file @
0d4bb96b
...
...
@@ -1949,6 +1949,62 @@ function VUHDO_loadDefaultConfig()
297907
-- Cursed Heart
);
-- 8.3.0 - Battle for Azeroth - Visions of N'Zoth
VUHDO_addCustomSpellIds
(
46
,
-- [[ Ny'alotha, The Waking City ]]
-- Wrathion
306163
,
-- Incineration
314347
,
-- Noxious Choke
307013
,
-- Burning Madness
-- Maut
307806
,
-- Devour Magic
306301
,
-- Forbidden Mana
-- The Prophet Skitra
308059
,
-- ShadowShockApplied
307950
,
-- Shred Psyche
308065
,
-- Shred Psyche
-- Dark Inquisitor Xanesh
313198
,
-- Void-Touched
312406
,
-- Voidwoken
309569
,
-- Voidwoken
-- Vexiona
307314
,
-- Encroaching Shadows
307359
,
-- Despair
310323
,
-- Desolation
-- The Hivemind
313461
,
-- Corrosion
313129
,
-- Mindless
313460
,
-- Nullification
-- Ra-den
313227
,
-- Decaying Wound
310019
,
-- Charged Bonds
310022
,
-- Charged Bonds
313077
,
-- Unstable Nightmare
315252
,
-- Dread Inferno Fixate
316065
,
-- Corrupted Existence
-- Shad'har the Insatiable
307358
,
-- Debilitating Spit
307945
,
-- Umbral Eruption
306929
,
-- Bubbling Breath
307260
,
-- Fixate
-- Drest'agath
310552
,
-- Mind Flay
310358
,
-- Muttering Insanity
-- Il'gynoth
275269
,
-- Fixate
311159
,
-- Cursed Blood
-- Carapice of N'Zoth
307008
,
-- Breed Madness
306973
,
-- Madness Bomb
306984
,
-- Insanity Bomb
-- N'Zoth
308885
,
-- Mind Flay
317112
,
-- Evoke Anguish
309980
,
-- Paranoia
316541
,
-- Paranoia
316542
-- Paranoia
);
local
debuffRemovalList
=
{};
for
tIndex
,
tName
in
pairs
(
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"STORED"
])
do
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoOptions.toc
View file @
0d4bb96b
## Interface: 80
205
## Interface: 80
300
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.110
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
0d4bb96b
...
...
@@ -12,12 +12,13 @@ Known issues:
-- You may need to reselect your sound options in VuhDo for debuffs
Bugfixes:
Bugfixes:
-- Cleanup and improve group member role checking
Improvements:
-- Added Paladin 'Glimmer of Light' as default HoT icon option
-- Added default custom debuffs for Ny'alotha raid encounters
--------------------------------------------------------------
...
...
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