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
momo
VuhDo
Commits
7d6b8cd1
Commit
7d6b8cd1
authored
9 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Added default custom debuffs for patch 6.2 (HFC raid encounters + Kazzak)
parent
304356dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
0 deletions
+60
-0
VuhDoDefaults.lua
VuhDoDefaults.lua
+59
-0
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoDefaults.lua
View file @
7d6b8cd1
...
...
@@ -1238,6 +1238,65 @@ function VUHDO_loadDefaultConfig()
-- Thogar
);
-- 6.2 - WoD - Hellfire Citadel
VUHDO_addCustomSpellIds
(
26
,
--[[ Hellfire Citadel ]]
-- Hellfire Assault
156096
,
-- Marked for Death
-- Iron Reaver
182001
,
-- Unstable Orb
-- Kormrok
181306
,
-- Explosive Burst
181321
,
-- Fel Touch
-- Hellfire High Council
184450
,
-- Mark of the Necromancer Purple
185065
,
-- Mark of the Necromancer Yellow
185066
,
-- Mark of the Necromancer Red
184358
,
-- Fel Rage
-- Killrogg Deadeye
180372
,
-- Heart Seeker
182159
,
-- Fel Corruption
-- Gorefiend
179864
,
-- Shadow of Death
179978
,
-- Touch of Doom
179909
,
-- Shared Fate
-- Shadow-Lord Iskar
179202
,
-- Eye of Anzu
181956
,
-- Phantasmal Winds
182323
,
-- Phantasmal Wounds
182173
,
-- Fel Chakram
181753
,
-- Fel Bomb
179218
,
-- Phantasmal Obliteration
-- Socrethar the Eternal
182635
,
-- Reverberating Blow
-- Fel Lord Zakuun
181508
,
-- Seed of Destruction
179620
,
-- Fel Crystal
189030
,
-- Befouled Red
189031
,
-- Befouled Yellow
189032
,
-- Befouled Green
-- Xhul'horac
186490
,
-- Chains of Fel
186546
,
-- Black Hole
-- Tyrant Velhari
180166
,
-- Touch of Harm
180128
,
-- Edict of Condemnation
180526
,
-- Font of Corruption
-- Mannoroth
181099
,
-- Mark of Doom
181597
,
-- Mannoroth's Gaze
-- Archimonde
185590
,
-- Desecrate
183864
,
-- Shadow Blast
183828
,
-- Death Brand
184931
,
-- Shackled Torment
-- [[ Draenor World Bosses ]]
-- Supreme Lord Kazzak
187664
,
-- Fel Breath
187668
-- Mark of Kazzak
);
for
_
,
tName
in
pairs
(
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"STORED"
])
do
VUHDO_customDebuffsAddDefaultSettings
(
tName
);
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"STORED_SETTINGS"
][
tName
]
=
VUHDO_ensureSanity
(
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
7d6b8cd1
...
...
@@ -19,6 +19,7 @@ Bugfixes:
Improvements:
-- Bumped TOCs for 6.2
-- Added default custom debuffs for patch 6.2 (HFC raid encounters + Kazzak)
--------------------------------------------------------------
...
...
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