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
304356dc
Commit
304356dc
authored
9 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Bumped TOCs for 6.2. Fixed tracking of debuffs with the same spell name but different IDs.
parent
9c34c29f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
6 deletions
+32
-6
VuhDo.toc
VuhDo.toc
+2
-2
VuhDoDebuffs.lua
VuhDoDebuffs.lua
+4
-2
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+2
-2
changelog.txt
changelog.txt
+24
-0
No files found.
VuhDo.toc
View file @
304356dc
## Interface: 60
1
00
## Interface: 60
2
00
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Zul'jin
## Version: 3.6
7
## Version: 3.6
8
## 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.
VuhDoDebuffs.lua
View file @
304356dc
...
...
@@ -365,8 +365,10 @@ function VUHDO_determineDebuff(aUnit)
-- note we only play sounds for debuff customs with isIcon set to true
for
tName
,
tDebuffInfo
in
pairs
(
sCurIcons
)
do
if
not
VUHDO_UNIT_CUSTOM_DEBUFFS
[
aUnit
][
tName
]
then
VUHDO_UNIT_CUSTOM_DEBUFFS
[
aUnit
][
tName
]
=
{
tDebuffInfo
[
2
],
tDebuffInfo
[
3
]
};
if
not
VUHDO_UNIT_CUSTOM_DEBUFFS
[
aUnit
][
tName
]
or
(
VUHDO_UNIT_CUSTOM_DEBUFFS
[
aUnit
][
tName
]
and
VUHDO_UNIT_CUSTOM_DEBUFFS
[
aUnit
][
tName
][
3
]
~=
tDebuffInfo
[
6
])
then
-- tExpiry, tStacks, tSpellId
VUHDO_UNIT_CUSTOM_DEBUFFS
[
aUnit
][
tName
]
=
{
tDebuffInfo
[
2
],
tDebuffInfo
[
3
],
tDebuffInfo
[
6
]
};
VUHDO_addDebuffIcon
(
aUnit
,
tDebuffInfo
[
1
],
tName
,
tDebuffInfo
[
2
],
tDebuffInfo
[
3
],
tDebuffInfo
[
4
],
tDebuffInfo
[
5
],
tDebuffInfo
[
6
]);
if
not
VUHDO_IS_CONFIG
and
VUHDO_MAY_DEBUFF_ANIM
then
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoOptions.toc
View file @
304356dc
## Interface: 60
1
00
## Interface: 60
2
00
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Zul'jin
## Version: 3.6
7
## Version: 3.6
8
## 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 @
304356dc
Version 3.68.
Known issues:
-- Limited support for Garrison 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 Warlords of Draenor
-- 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
Bugfixes:
-- Fixed tracking of debuffs with the same spell name but different IDs
Improvements:
-- Bumped TOCs for 6.2
--------------------------------------------------------------
Version 3.67.
...
...
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