This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
This is a very simple addon that will whisper the target of The Lich King's Defile cast, as he begins to cast it.
This requires that you keep The Lich King focused. It will whisper the target and send a raid warning. There are currently no configuration options.
I tried this on our Lich King attempt last night, it worked fine the first 2 times but then started constantly spamming a random raid member right from the star of the encounter until I took the lich king of my focus.
It works with german client when I change Line 25 : if (self.focustarget ~= nil) and spell == "Defile" then to if (self.focustarget ~= nil) and spell == "Entweihen" then
It would be better to change that into SpellIDs :)
Message: ...Ons\DefileWhisper\Libs\AceEvent-3.0\AceEvent-3.0.lua line 21: Cannot find a library instance of "CallbackHandler-1.0". Message: ..\AddOns\DefileWhisper\DefileWhisper.lua line 1: Usage: EmbedLibrary(addon, libname, silent, offset): 'libname' - Library 'AceEvent-3.0' is not Embed capable
Line 25 :
if (self.focustarget ~= nil) and spell == "Defile" then
to
if (self.focustarget ~= nil) and spell == "Entweihen" then
It would be better to change that into SpellIDs :)
Message: ...Ons\DefileWhisper\Libs\AceEvent-3.0\AceEvent-3.0.lua line 21:
Cannot find a library instance of "CallbackHandler-1.0".
Message: ..\AddOns\DefileWhisper\DefileWhisper.lua line 1:
Usage: EmbedLibrary(addon, libname, silent, offset): 'libname' - Library 'AceEvent-3.0' is not Embed capable
A shame as it seemed a great idea :(
When he desabled this addon, they worked again.
"Defile" is "Entweihen" in german. Perhaps you can make your addon multilanguage? :)
mfg, binolino
I suspect there's some delay in updating focustarget. I'll take a look at it shortly.
I did some minor cleanup after, but it should still work!