Results: 2Comments by: Noryia
File: DrainSoulTimer03-20-09
Re: possible fix
Posted By: Noryia
I tested this last night in Naxx 25 and didn't see any issues. Originally posted by Noryia I spent some time with it and I think I might have a solution. Edit the DrainSoulTimer.lua file and move the PlayerName = UnitName("player"); line from DST_OnLoad() to DST_OnEvent(). I also made it local so DST_OnLoad() should look li...
File: DrainSoulTimer03-18-09
possible fix
Posted By: Noryia
I spent some time with it and I think I might have a solution. Edit the DrainSoulTimer.lua file and move the PlayerName = UnitName("player"); line from DST_OnLoad() to DST_OnEvent(). I also made it local so DST_OnLoad() should look like this : function DST_OnLoad() DST_Sound = true; DST_Raidwarning = true; DST_RWColor =...