Results: 6Comments by: e4e
File: Classic ThreatMeter12-13-08
I love this threat meter! Why Bliz...
Posted By: e4e
I love this threat meter! Why Blizzard took it out, I'm not certain. I would highly recommend this over any other threat meter, including Omen.
File: PerfectRaid12-10-08
Please consider adding the followin...
Posted By: e4e
Please consider adding the following to the function Frames:CreateEditFrame(parent) in PerfectRaid_Frames.lua - Line 268, Col 2: makeCheck(L, "MAINTANK") This allows for the creation of a raid frame for Main Tanks. Thank you for all the great addons!
File: QuestHelper12-05-08
I just returned to WoW from a long...
Posted By: e4e
I just returned to WoW from a long break and the thing I missed most from AoC/WAR was having an awesome quest tracker. QuestHelper has worked perfectly and helped me enjoy the game (without the constant alt-tabbing to find quest information). It has all the features I was looking for. Thank you very much. Btw, any chance of...
File: NeedToKnow12-05-08
As promised, here are my proposed c...
Posted By: e4e
As promised, here are my proposed changes to v2.0.1 (NeedToKnow.lua): 1. Change both occurances of "PLAYER_ENTERING_WORLD" to "PLAYER_LOGIN". 2. Change both occurances of "COMBAT_LOG_EVENT_UNFILTERED" to "UNIT_AURA". 3. Replace the following function: function NeedToKnow.Bar_OnEvent(self, event, ...) if ( event == "PLAYER...
File: NeedToKnow12-05-08
Re: One little bug...
Posted By: e4e
Originally posted by ronaldscott This bug occurs in both NeedToKnow and TellMeWhen... for buffs that have "charges" such as Holy Shield or Redoubt, the count does not update when charges are expended unless you deselect and reselect the target. I love this addon, though. It has a tiny memory footprint and does everything I want...
File: Cirk's Blessings07-05-07
After Patch 2.1.2 it stopped workin...
Posted By: e4e
After Patch 2.1.2 it stopped working correctly in BGs. I notice that "arg4" coming back from a "UNIT_SPELLCAST_SENT" event does not contain the realm in the name. The following logic fails because it is comparing, as example, "Fred-Dragonblight" to "Fred": ---------------------------------------------------------------------...