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
-
View User Profile
-
Send Message
Posted Sep 5, 2010-
View User Profile
-
Send Message
Posted Jun 27, 2010-
View User Profile
-
Send Message
Posted Jul 12, 2010-
View User Profile
-
Send Message
Posted May 10, 2010Line 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 :)
-
View User Profile
-
Send Message
Posted May 10, 2010-
View User Profile
-
Send Message
Posted Apr 19, 2010Message: ...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 :(
-
View User Profile
-
Send Message
Posted May 3, 2010-
View User Profile
-
Send Message
Posted Apr 18, 2010When he desabled this addon, they worked again.
-
View User Profile
-
Send Message
Posted Apr 15, 2010"Defile" is "Entweihen" in german. Perhaps you can make your addon multilanguage? :)
mfg, binolino
-
View User Profile
-
Send Message
Posted Apr 9, 2010-
View User Profile
-
Send Message
Posted Apr 9, 2010I suspect there's some delay in updating focustarget. I'll take a look at it shortly.
-
View User Profile
-
Send Message
Posted Apr 9, 2010-
View User Profile
-
Send Message
Posted Apr 9, 2010-
View User Profile
-
Send Message
Posted Apr 12, 2010I did some minor cleanup after, but it should still work!