Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VuhDo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
122
Issues
122
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
VuhDo
VuhDo
Commits
e9b528a1
Commit
e9b528a1
authored
Dec 22, 2019
by
Ivaria
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Paladin 'Glimmer of Light' as default HoT icon option
parent
3e951a42
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
3 deletions
+28
-3
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoConst.lua
VuhDoConst.lua
+2
-1
VuhDoConstSpells.lua
VuhDoConstSpells.lua
+1
-0
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
VuhDoSpellEstimator.lua
VuhDoSpellEstimator.lua
+1
-0
changelog.txt
changelog.txt
+22
-0
No files found.
VuhDo.toc
View file @
e9b528a1
## Interface: 80205
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.1
09
## Version: 3.1
10
## Notes: Raid Frames providing click-heal functionality, buff and debuff control, main tank management and much more
## SavedVariablesPerCharacter: VUHDO
_
CONFIG, VUHDO
_
PANEL
_
SETUP, VUHDO
_
SPELL
_
ASSIGNMENTS, VUHDO
_
HOSTILE
_
SPELL
_
ASSIGNMENTS, VUHDO
_
MM
_
SETTINGS, VUHDO
_
PLAYER
_
TARGETS, VUHDO
_
MAINTANK
_
NAMES, VUHDO
_
BUFF
_
SETTINGS, VUHDO
_
POWER
_
TYPE
_
COLORS, VUHDO
_
SPELLS
_
KEYBOARD, VUHDO
_
SPELL
_
CONFIG, VUHDO
_
BUFF
_
ORDER, VUHDO
_
SPEC
_
LAYOUTS, VUHDO
_
GROUP
_
SIZE, VUHDO
_
RAID, VUHDO
_
INDICATOR
_
CONFIG
## SavedVariables: VUHDO
_
DEFAULT
_
LAYOUT, VUHDO
_
DEFAULT
_
PROFILE, VUHDO
_
PROFILES, VUHDO
_
MANUAL
_
ROLES, VUHDO
_
SPELL
_
LAYOUTS, VUHDO
_
USER
_
CLASS
_
COLORS, VUHDO
_
DEBUFF
_
BLACKLIST, VUHDO
_
BOUQUETS, VUHDO
_
COMBAT
_
LOG
_
TRACE, VUHDO
_
GLOBAL
_
CONFIG, VUHDO
_
DEBUG
...
...
VuhDoConst.lua
View file @
e9b528a1
...
...
@@ -383,7 +383,8 @@ VUHDO_HEALING_HOTS = {
[
VUHDO_SPELL_ID
.
BUFF_BEACON_OF_FAITH
]
=
true
,
[
VUHDO_SPELL_ID
.
BUFF_BEACON_OF_LIGHT
]
=
true
,
[
VUHDO_SPELL_ID
.
FLASH_OF_LIGHT
]
=
true
,
[
VUHDO_SPELL_ID
.
BUFF_STAY_OF_EXECUTION
]
=
true
,
[
VUHDO_SPELL_ID
.
BUFF_STAY_OF_EXECUTION
]
=
true
,
[
VUHDO_SPELL_ID
.
GLIMMER_OF_LIGHT
]
=
true
,
-- Hunter
[
VUHDO_SPELL_ID
.
MEND_PET
]
=
true
,
-- Monk
...
...
VuhDoConstSpells.lua
View file @
e9b528a1
...
...
@@ -41,6 +41,7 @@ VUHDO_SPELL_ID.FROSTBOLT_VOLLEY = VUHDO_getSpellInfo(72905);
VUHDO_SPELL_ID
.
GIFT_OF_THE_NAARU
=
VUHDO_getSpellInfo
(
59547
);
VUHDO_SPELL_ID
.
GENESIS
=
VUHDO_getSpellInfo
(
162359
);
VUHDO_SPELL_ID
.
GERMINATION
=
VUHDO_getSpellInfo
(
155777
);
VUHDO_SPELL_ID
.
GLIMMER_OF_LIGHT
=
VUHDO_getSpellInfo
(
287280
);
VUHDO_SPELL_ID
.
GUARDIAN_SPIRIT
=
VUHDO_getSpellInfo
(
47788
);
VUHDO_SPELL_ID
.
HEAL
=
VUHDO_getSpellInfo
(
2060
);
VUHDO_SPELL_ID
.
HEALING_TOUCH
=
VUHDO_getSpellInfo
(
5185
);
...
...
VuhDoOptions/VuhDoOptions.toc
View file @
e9b528a1
## Interface: 80205
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.1
09
## Version: 3.1
10
## Notes: VuhDo Options
## SavedVariables: VUHDO
_
OPTIONS
_
SETTINGS
## SavedVariablesPerCharacter: VUHDO
_
GLOBAL
_
ICONS, VUHDO
_
GI
_
SCAN
_
IDX
...
...
VuhDoSpellEstimator.lua
View file @
e9b528a1
...
...
@@ -18,6 +18,7 @@ VUHDO_SPELLS = {
[
VUHDO_SPELL_ID
.
BUFF_BEACON_OF_LIGHT
]
=
{
[
"isHot"
]
=
true
,
},
[
VUHDO_SPELL_ID
.
BUFF_STAY_OF_EXECUTION
]
=
{
[
"isHot"
]
=
true
,
},
[
VUHDO_SPELL_ID
.
ETERNAL_FLAME
]
=
{
[
"isHot"
]
=
true
,
},
[
VUHDO_SPELL_ID
.
GLIMMER_OF_LIGHT
]
=
{
[
"isHot"
]
=
true
,
},
-- Priest
[
VUHDO_SPELL_ID
.
RENEW
]
=
{
[
"isHot"
]
=
true
},
...
...
changelog.txt
View file @
e9b528a1
Version 3.110
Known issues:
-- BfA 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'
-- In 8.2.0 Blizzard removed the ability to play sounds by file path
-- If you have LibSharedMedia installed make sure it is up to date
-- You may need to reselect your sound options in VuhDo for debuffs
Bugfixes:
Improvements:
-- Added Paladin 'Glimmer of Light' as default HoT icon option
--------------------------------------------------------------
Version 3.109
...
...
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