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
Valery Kornilovich
VuhDo
Commits
5774e557
Commit
5774e557
authored
8 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Add Priest 'Atonement' and Druid 'Spring Blossoms' as default HoT icons. Bump TOCs to 3.73.
parent
73a60356
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
2 deletions
+36
-2
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoConst.lua
VuhDoConst.lua
+2
-0
VuhDoConstSpells.lua
VuhDoConstSpells.lua
+2
-0
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
VuhDoSpellEstimator.lua
VuhDoSpellEstimator.lua
+2
-0
changelog.txt
changelog.txt
+28
-0
No files found.
VuhDo.toc
View file @
5774e557
## Interface: 70000
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.7
2
## Version: 3.7
3
## 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
...
...
This diff is collapsed.
Click to expand it.
VuhDoConst.lua
View file @
5774e557
...
...
@@ -323,6 +323,7 @@ VUHDO_HEALING_HOTS = {
[
VUHDO_SPELL_ID
.
POWERWORD_SHIELD
]
=
true
,
[
VUHDO_SPELL_ID
.
PAIN_SUPPRESSION
]
=
true
,
[
VUHDO_SPELL_ID
.
ECHO_OF_LIGHT
]
=
true
,
[
VUHDO_SPELL_ID
.
ATONEMENT
]
=
true
,
-- Druid
[
VUHDO_SPELL_ID
.
REJUVENATION
]
=
true
,
[
VUHDO_SPELL_ID
.
REGROWTH
]
=
true
,
...
...
@@ -331,6 +332,7 @@ VUHDO_HEALING_HOTS = {
[
VUHDO_SPELL_ID
.
CENARION_WARD
]
=
true
,
[
VUHDO_SPELL_ID
.
GENESIS
]
=
true
,
[
VUHDO_SPELL_ID
.
GERMINATION
]
=
true
,
[
VUHDO_SPELL_ID
.
SPRING_BLOSSOMS
]
=
true
,
-- Shaman
[
VUHDO_SPELL_ID
.
RIPTIDE
]
=
true
,
[
VUHDO_SPELL_ID
.
EARTHLIVING
]
=
true
,
...
...
This diff is collapsed.
Click to expand it.
VuhDoConstSpells.lua
View file @
5774e557
...
...
@@ -15,6 +15,7 @@ VUHDO_SPELL_ID = { };
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
.
ATONEMENT
=
VUHDO_getSpellInfo
(
194384
);
VUHDO_SPELL_ID
.
BINDING_HEAL
=
VUHDO_getSpellInfo
(
32546
);
VUHDO_SPELL_ID
.
BLOOD_PACT
=
VUHDO_getSpellInfo
(
166928
);
VUHDO_SPELL_ID
.
CALL_OF_THE_ELEMENTS
=
VUHDO_getSpellInfo
(
66842
);
...
...
@@ -92,6 +93,7 @@ VUHDO_SPELL_ID.SERENDIPITY = VUHDO_getSpellInfo(63733);
VUHDO_SPELL_ID
.
SHADOWFORM
=
VUHDO_getSpellInfo
(
15473
);
VUHDO_SPELL_ID
.
SOULSTONE
=
VUHDO_getSpellInfo
(
20707
);
VUHDO_SPELL_ID
.
SPELLSTEAL
=
VUHDO_getSpellInfo
(
30449
);
VUHDO_SPELL_ID
.
SPRING_BLOSSOMS
=
VUHDO_getSpellInfo
(
207386
);
VUHDO_SPELL_ID
.
SWIFTMEND
=
VUHDO_getSpellInfo
(
18562
);
VUHDO_SPELL_ID
.
TEMPORAL_SHIELD
=
VUHDO_getSpellInfo
(
115610
);
VUHDO_SPELL_ID
.
TIDAL_WAVES
=
VUHDO_getSpellInfo
(
51564
);
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoOptions.toc
View file @
5774e557
## Interface: 70000
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.7
2
## Version: 3.7
3
## Notes: VuhDo Options
## SavedVariables: VUHDO
_
OPTIONS
_
SETTINGS
## SavedVariablesPerCharacter: VUHDO
_
GLOBAL
_
ICONS, VUHDO
_
GI
_
SCAN
_
IDX
...
...
This diff is collapsed.
Click to expand it.
VuhDoSpellEstimator.lua
View file @
5774e557
...
...
@@ -47,6 +47,7 @@ VUHDO_SPELLS = {
[
VUHDO_SPELL_ID
.
ECHO_OF_LIGHT
]
=
{
[
"isHot"
]
=
true
},
[
VUHDO_SPELL_ID
.
SERENDIPITY
]
=
{
[
"isHot"
]
=
true
,
[
"nodefault"
]
=
true
},
[
VUHDO_SPELL_ID
.
CLARITY_OF_WILL
]
=
{
[
"isHot"
]
=
true
},
[
VUHDO_SPELL_ID
.
ATONEMENT
]
=
{
[
"isHot"
]
=
true
},
-- Shaman
[
VUHDO_SPELL_ID
.
RIPTIDE
]
=
{
[
"isHot"
]
=
true
},
...
...
@@ -63,6 +64,7 @@ VUHDO_SPELLS = {
[
VUHDO_SPELL_ID
.
CENARION_WARD
]
=
{
[
"isHot"
]
=
true
},
[
VUHDO_SPELL_ID
.
GENESIS
]
=
{
[
"isHot"
]
=
true
},
[
VUHDO_SPELL_ID
.
GERMINATION
]
=
{
[
"isHot"
]
=
true
},
[
VUHDO_SPELL_ID
.
SPRING_BLOSSOMS
]
=
{
[
"isHot"
]
=
true
},
-- Hunter
[
VUHDO_SPELL_ID
.
MEND_PET
]
=
{
[
"isHot"
]
=
true
},
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
5774e557
Version 3.73
Known issues:
-- Limited support for Class Order Hall Bodyguards
-- Bodyguards can be used in panels when set to target or focus
-- Bodyguards have no unit ID so for now are only partially supported
-- AOE advisor not yet updated for Legion
-- Need new spell formulas and coefficients
-- Incoming heal estimation reported is not even close to accurate
-- Bug in Blizzard API UnitGetIncomingHeals() - returns bogus values
-- Holy Priest spells derived from Chakra stance behave oddly as of 6.0.2
-- Stance specific spells must all use the spell name Holy Word: Chastise
-- Morphing spells (spells that change based on a spec or talent) such as
-- Disc Priest 'Purge the Wicked' should always be bound by their orginal
-- base spell name (eg. 'Shadow Word: Pain')
Bugfixes:
-- Fixed frame strata on import/export dialogs to always be 'on top'
Improvements:
-- Added Priest 'Atonement' as a default HoT icon option
-- Added Druid 'Spring Blossoms' as a default HoT icon option
--------------------------------------------------------------
Version 3.72.
...
...
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