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
VuhDo
VuhDo
Commits
32463519
Commit
32463519
authored
Jan 19, 2023
by
Ivaria
Browse files
Merge branch 'master' into wotlkc
parents
12e83d4e
6aab688a
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
52 additions
and
2 deletions
+52
-2
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoConstSpells.lua
VuhDoConstSpells.lua
+3
-0
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
changelog.txt
changelog.txt
+47
-0
No files found.
VuhDo.toc
View file @
32463519
...
...
@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.14
6
-wotlkc
## Version: 3.14
7
-wotlkc
## Notes: Raid Frames providing click-heal functionality, buff and debuff control, main tank management and much more
## X-Curse-Project-ID: 7950
...
...
VuhDoConstSpells.lua
View file @
32463519
...
...
@@ -19,6 +19,7 @@ VUHDO_SPELL_ID.ACTIVATING_SPECIALIZATION = VUHDO_getSpellInfo(200749);
VUHDO_SPELL_ID
.
ANCESTRAL_FORTITUDE
=
VUHDO_getSpellInfo
(
85838
);
VUHDO_SPELL_ID
.
ANCESTRAL_SPIRIT
=
VUHDO_getSpellInfo
(
2008
);
VUHDO_SPELL_ID
.
ANCESTRAL_VISION
=
VUHDO_getSpellInfo
(
212048
);
VUHDO_SPELL_ID
.
APOTHEOSIS
=
VUHDO_getSpellInfo
(
392941
);
VUHDO_SPELL_ID
.
ATONEMENT
=
VUHDO_getSpellInfo
(
194384
);
VUHDO_SPELL_ID
.
BINDING_HEAL
=
VUHDO_getSpellInfo
(
32546
);
VUHDO_SPELL_ID
.
CALL_OF_THE_ELEMENTS
=
VUHDO_getSpellInfo
(
66842
);
...
...
@@ -65,6 +66,7 @@ VUHDO_SPELL_ID.HOLY_LIGHT = VUHDO_getSpellInfo(82326);
VUHDO_SPELL_ID
.
HOLY_RADIANCE
=
VUHDO_getSpellInfo
(
82327
);
VUHDO_SPELL_ID
.
HOLY_SHOCK
=
VUHDO_getSpellInfo
(
20473
);
VUHDO_SPELL_ID
.
HOLY_WORD_CHASTISE
=
VUHDO_getSpellInfo
(
88625
);
-- Segenswort: Zchtigung
VUHDO_SPELL_ID
.
HOLY_WORD_SALVATION
=
VUHDO_getSpellInfo
(
265202
);
VUHDO_SPELL_ID
.
HOLY_WORD_SANCTUARY
=
VUHDO_getSpellInfo
(
88686
);
-- Segenswort: Refugium
VUHDO_SPELL_ID
.
ICE_BARRIER
=
VUHDO_getSpellInfo
(
11426
);
VUHDO_SPELL_ID
.
INNERVATE
=
VUHDO_getSpellInfo
(
29166
);
...
...
@@ -404,6 +406,7 @@ VUHDO_NAME_TO_SPELL = {
[
VUHDO_SPELL_ID
.
PURGE_THE_WICKED
]
=
VUHDO_SPELL_ID
.
SHADOW_WORD_PAIN
,
[
VUHDO_SPELL_ID
.
ANCIENT_MISTWEAVER_ARTS
]
=
VUHDO_SPELL_ID
.
SOOTHING_MIST_HONOR_TALENT
,
[
VUHDO_SPELL_ID
.
NATURALIZE
]
=
VUHDO_SPELL_ID
.
EXPUNGE
,
[
VUHDO_SPELL_ID
.
HOLY_WORD_SALVATION
]
=
VUHDO_SPELL_ID
.
APOTHEOSIS
,
};
...
...
VuhDoOptions/VuhDoOptions.toc
View file @
32463519
...
...
@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.14
6
-wotlkc
## Version: 3.14
7
-wotlkc
## Notes: VuhDo Options
## X-Curse-Project-ID: 7950
...
...
changelog.txt
View file @
32463519
Version 3.147-wotlkc
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.147
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'
-- Blizzard continues to have a bug that breaks proper spell targeting.
-- Under 'Game Menu > Options > Gameplay > Combat' deselect 'Auto Self Cast'
-- and set 'Self Cast Key' to 'None'
Bugfixes:
-- Priest 'Holy Word: Salvation' is now recognized when talented
Improvements:
--------------------------------------------------------------
Version 3.146-wotlkc
...
...
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