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
wrathofkhan
VuhDo
Commits
fc08b939
Commit
fc08b939
authored
3 years ago
by
Ivaria
Browse files
Options
Download
Plain Diff
Merge branch 'master' into tbcc
parents
85f833c2
b8794c77
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
49 additions
and
5 deletions
+49
-5
README.md
README.md
+1
-1
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
VuhDoShieldAbsorb.lua
VuhDoShieldAbsorb.lua
+1
-1
changelog.txt
changelog.txt
+45
-1
No files found.
README.md
View file @
fc08b939
Get
[
VuhDo release v3.1
29
](
https://www.curseforge.com/wow/addons/vuhdo/download/35
22003
)
now with support for patch 9.1.5 Chains of Domination!
Get
[
VuhDo release v3.1
30
](
https://www.curseforge.com/wow/addons/vuhdo/download/35
74630
)
now with support for patch 9.1.5 Chains of Domination!
To get started read the updated
[
guide over at Icy-Veins
](
https://www.icy-veins.com/forums/topic/11805-vuhdo-a-comprehensive-guide/
)
.
...
...
This diff is collapsed.
Click to expand it.
VuhDo.toc
View file @
fc08b939
...
...
@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.13
0
-tbcc
## Version: 3.13
1
-tbcc
## Notes: Raid Frames providing click-heal functionality, buff and debuff control, main tank management and much more
## X-Curse-Project-ID: 7950
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoOptions.toc
View file @
fc08b939
...
...
@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.13
0
-tbcc
## Version: 3.13
1
-tbcc
## Notes: VuhDo Options
## X-Curse-Project-ID: 7950
...
...
This diff is collapsed.
Click to expand it.
VuhDoShieldAbsorb.lua
View file @
fc08b939
...
...
@@ -93,7 +93,7 @@ local VUHDO_ABSORB_DEBUFFS = {
[
223929
]
=
function
(
aUnit
)
return
select
(
16
,
VUHDO_unitDebuff
(
aUnit
,
VUHDO_SPELL_ID
.
DEBUFF_NECROTIC_WOUND
)),
18
;
end
,
-- Necrotic Wound
-- Patch 9.1.0 - Shadowlands - Sanctum of Domination
[
347704
]
=
function
(
aUnit
)
return
select
(
1
6
,
VUHDO_unitDebuff
(
aUnit
,
VUHDO_SPELL_ID
.
DEBUFF_VEIL_OF_DARKNESS
)),
10
*
60
;
end
,
-- Sylvanas Veil of Darkness
[
347704
]
=
function
(
aUnit
)
return
select
(
1
7
,
VUHDO_unitDebuff
(
aUnit
,
VUHDO_SPELL_ID
.
DEBUFF_VEIL_OF_DARKNESS
)),
10
*
60
;
end
,
-- Sylvanas Veil of Darkness
[
351091
]
=
function
(
aUnit
)
return
select
(
16
,
VUHDO_unitDebuff
(
aUnit
,
VUHDO_SPELL_ID
.
DEBUFF_DESTABILIZE
)),
6
;
end
,
-- Mawsworn Hopebreaker Destabilize
--[79105] = function(aUnit) return 280000, 60 * 60; end, -- @TESTING PW:F
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
fc08b939
Version 3.131-tbcc
Known issues:
-- Spells by rank can be specified using a rank suffix:
-- Example: Lesser Heal(Rank 1)
-- Debuff tooltips are currently bugged when using ElvUI
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
-- Shield bar is not working due to unavailable Blizzard APIs
-- Spell trace only works for known spells in the player's spellbook
-- Group roster changes will not be reflected during combat
-- Swapping a player between groups during combat will cause
-- unpredictable, negative results. Be warned!
-- Built-in Blizzard APIs for incoming healing only partially working
-- If other healers are using LibHealComm enable it under:
-- 'VuhDo Options > General > Threat / Incoming > Incoming Heal > Use LibHealComm'
Bugfixes:
Improvements:
-------------------------------------------------------------
Version 3.131
Known issues:
-- Shadowlands stat squish cleanup still a work in progress
-- AOE Advice spell equations need complete overhaul
-- Some text providers need changes to better display small numbers
-- Debuff tooltips are currently bugged when using ElvUI
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
Bugfixes:
-- Fixed debuff absorb tracking for Sylvanas 'Veil of Darkness'
Improvements:
--------------------------------------------------------------
Version 3.130-tbcc
...
...
@@ -25,7 +69,7 @@ Improvements:
-- Added additional Shaman weapon enchants to Buff Watch
-------------------------------------------------------------
-
-------------------------------------------------------------
Version 3.130
...
...
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