- Fixed the avoidance tab on the player detail window for Demon Hunters.

- Added the tag {target} on custom text for the interrupt announcer.
- Merging Demon Hunter 'Fury of the Illidari' spell when the consolidade option is enabled under Spell Customization.
This commit is contained in:
Tercio
2016-09-22 14:08:17 -03:00
parent f7acdd327b
commit 01fa675160
4 changed files with 17 additions and 6 deletions
+7 -5
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -134,6 +134,7 @@
[210155] = 210153, --deamonhunter Death Sweep
[227518] = 201428, --deamonhunter Annihilation
[187727] = 178741, --deamonhunter Immolation Aura
[201789] = 201628, --deamonhunter Fury of the Illidari
[205164] = 205165, --death knight Crystalline Swords
+3 -1
View File
@@ -310,6 +310,7 @@
if (custom ~= "") then
custom = custom:gsub ("{spell}", spellname)
custom = custom:gsub ("{target}", alvo_name or "")
custom = custom:gsub ("{next}", next)
_detalhes:SendMsgToChannel (custom, channel, _detalhes.announce_interrupts.whisper)
else
@@ -335,6 +336,7 @@
if (custom ~= "") then
custom = custom:gsub ("{spell}", spellname)
custom = custom:gsub ("{next}", who_name)
custom = custom:gsub ("{target}", alvo_name or "")
_detalhes:SendMsgToChannel (custom, "PRINT")
else
local minute, second = _detalhes:GetCombat():GetFormatedCombatTime()
@@ -409,7 +411,7 @@
if (custom ~= "") then
custom = custom:gsub ("{spell}", spellname)
custom = custom:gsub ("{target}", alvo_name)
custom = custom:gsub ("{target}", alvo_name or "")
_detalhes:SendMsgToChannel (custom, channel, _detalhes.announce_interrupts.whisper)
else
local msg
+6
View File
@@ -2025,6 +2025,12 @@ function gump:CriaJanelaInfo()
[871] = true, --shield wall
[112048] = true, --shield barrier
},
["DEMONHUNTER"] = {
[178740] = true, --immolation aura --178741
[203819] = true, --Demon Spikes
[187827] = true, --Metamorphosis
[218256] = true, --Empower Wards
},
}
local avoidance_fill = function (tab, player, combat)