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
9432380c
Commit
9432380c
authored
10 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Warlock spell Dark Intent now longer provides stam buff
parent
b1226afa
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
4 deletions
+28
-4
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoBuffConst.lua
VuhDoBuffConst.lua
+1
-2
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
changelog.txt
changelog.txt
+25
-0
No files found.
VuhDo.toc
View file @
9432380c
## Interface: 60000
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras
## Version: 3.6
5
## Version: 3.6
6
## 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.
VuhDoBuffConst.lua
View file @
9432380c
...
...
@@ -69,7 +69,6 @@ local GROUP_STAM = {
VUHDO_SPELL_ID
.
BLOOD_PAKT
,
VUHDO_SPELL_ID
.
BUFF_COMMANDING_SHOUT
,
VUHDO_SPELL_ID
.
QIRAJI_FORTITUDE
,
VUHDO_SPELL_ID
.
BUFF_DARK_INTENT
};
...
...
@@ -183,7 +182,7 @@ VUHDO_CLASS_BUFFS = {
[
"WARLOCK"
]
=
{
[
VUHDO_SPELL_ID
.
BUFF_DARK_INTENT
]
=
{
{
VUHDO_SPELL_ID
.
BUFF_DARK_INTENT
,
VUHDO_BUFF_TARGET_RAID
,
GROUP_SPELL_POWER
--[[, GROUP_STAM]]
},
-- 5.2
{
VUHDO_SPELL_ID
.
BUFF_DARK_INTENT
,
VUHDO_BUFF_TARGET_RAID
,
GROUP_SPELL_POWER
},
},
[
VUHDO_SPELL_ID
.
BUFF_GRIMOIR_OF_SACRIFICE
]
=
{
{
VUHDO_SPELL_ID
.
BUFF_GRIMOIR_OF_SACRIFICE
,
VUHDO_BUFF_TARGET_SELF
},
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoOptions.toc
View file @
9432380c
## Interface: 60000
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras
## Version: 3.6
5
## Version: 3.6
6
## Notes: VuhDo Options
## SavedVariables: VUHDO
_
OPTIONS
_
SETTINGS
## SavedVariablesPerCharacter: VUHDO
_
GLOBAL
_
ICONS, VUHDO
_
GI
_
SCAN
_
IDX
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
9432380c
Version 3.66.
Known issues:
-- Settings are not saved when the character name includes a special character
-- Mac OS X WoW client bug - http://us.battle.net/wow/en/forum/topic/14880818884
-- 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
-- Incoming heal estimation reported is not even close to accurate
-- Bug in Blizzard API UnitGetIncomingHeals() - returns bogus values
-- AOE advisor not yet updated for Warlords of Draenor
-- Need new spell formulas and coefficients
Bugfixes:
-- Warlock spell Dark Intent no longer provides raid wide stamina buff
Improvements:
--------------------------------------------------------------
Version 3.65.
Known issues:
-- Settings are not saved when the character name includes a special character
-- Mac OS X WoW client bug - http://us.battle.net/wow/en/forum/topic/14880818884
-- 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
-- Incoming heal estimation reported is not even close to accurate
-- Bug in Blizzard API UnitGetIncomingHeals() - returns bogus values
-- AOE advisor not yet updated for Warlords of Draenor
-- Need new spell formulas and coefficients
Bugfixes:
-- Fixed profile activation due to group size 20
-- Fixed the inability of players without assist to see ready checks
...
...
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