Author: Omega
Date: Tue Mar 09 11:17:44 CET 2010
Revision: 3781
Log:

#ICC/LichKing: Added missing enrage spellids for heroic. Adding 4 missing spellids for second remorseless winter cast detection.

Updated
trunk/DBM-Icecrown/TheFrozenThrone/LichKing.lua

trunk/DBM-Icecrown/TheFrozenThrone/LichKing.lua
Action: modified
Old revision: 3780
Old date: 2010-03-09 04:37:34 UTC

@@ -133,7 +133,7 @@
end

function mod:SPELL_CAST_START(args)
- if args:IsSpellID(68981, 74270, 74271, 74272) then -- Remorseless Winter (phase transition start)
+ if args:IsSpellID(68981, 74270, 74271, 74272) or args:IsSpellID(72259, 74273, 74274, 74275) then -- Remorseless Winter (phase transition start) Set1 is first cast, set2 is second cast
warnRemorselessWinter:Show()
timerPhaseTransition:Start()
timerShamblingHorror:Cancel()
@@ -209,17 +209,11 @@
end

function mod:SPELL_AURA_APPLIED(args)
- if args:IsSpellID(72143, 72146) then -- Shambling Horror enrage effect.
+ if args:IsSpellID(72143, 72146, 72147, 72148) then -- Shambling Horror enrage effect.
warnShamblingEnrage:Show(args.destName)
end
end
---[[
-function mod:SPELL_DISPEL(args)
- if args:IsSpellID(70337, 73912, 73913, 73914, 70338, 73785, 73786, 73787) then -- Necrotic Plague
- self:SetIcon(args.destName, 0)
- end
-end
---]]
+
do
local valkIcons = {}
local currentIcon = 2