Results: 9Comments by: Shmii
File: EventHorizon Continued09-05-14
Changing the ns:LoadClassModule() m...
Posted By: Shmii
Changing the ns:LoadClassModule() method to the following code any LUA errors and loading problems for now, and lets the addon function. Removing the loadable check might lead to problems for some, but makes the addon functional for now and I haven't encountered any yet. YMMV. function ns:LoadClassModule() local class = select(2...
File: EventHorizon Continued07-23-12
This is what I've been using for Ro...
Posted By: Shmii
This is what I've been using for Rogue'ing through raid testing: http://pastebin.com/CBXnc9G0
File: EventHorizon Continued10-03-11
Has anyone been able to get this to...
Posted By: Shmii
Has anyone been able to get this to work with the glyphed bleed from Hemorrhage? Right now, EventHorizon is using the 60s debuff from the 30% bleed debuff, rather than the glyph bleed itself; so the bar lasts 60s instead of 24s. They share the same spell name (but different ID) so I assume there's a conditional that uses the name rat...
File: Energy Capped09-10-11
Originally posted by sp00n It's u...
Posted By: Shmii
Originally posted by sp00n It's using SPELL_ENERGIZE and SPELL_PERIODIC_ENERGIZE to check any energy procs. No idea if that's applicable for hunter focus as well. It also observes PLAYER_DAMAGE_DONE_MODS to trigger on energy rate changes (alongside UNIT_SPELL_HASTE). No idea why Blizzard chose PLAYER_DAMAGE_DONE_MODS to do that...
File: Energy Capped08-22-11
@sp00n, would you mind using the ch...
Posted By: Shmii
@sp00n, would you mind using the change log a bit more? I've been modding this myself a little bit to personalize it and I'm wondering if I should merge the two releases (or any subsequent releases). Originally posted by Lily.Petal My mac doesn't have a rar opener :P most of the addons on this site are .zip as well from what I'v...
File: MIR05-17-11
Whenever I attempt to use the /mir...
Posted By: Shmii
Whenever I attempt to use the /mir setAudio 1 or /mir setVisual 1 commands, it just repeats its list of /mir commands in the chat window. When I type in /mir enabled, it doesn't respond. I made a last minute change when I was uploading this, and my browser or zip tool must have cached the the lua file and reused the cache or somet...
File: stText_XP07-18-10
That sounds like an awesome idea. O...
Posted By: Shmii
That sounds like an awesome idea. On line 57 where it says: XP_text:SetText(colorCode.."XP:|r "..XPP) Change it to say: XP_text:SetText(strconcat(colorCode, "XP:|r ", XPP, colorCode, "\%")) If you don't want the percentage symbol to be colored, then use this: XP_text:SetText(strconcat(colorCode, "XP:|r ", XPP, "\%"))...
File: TOTTler06-18-10
Originally posted by Everdreamer...
Posted By: Shmii
Originally posted by Everdreamer Hello there :) Since this is a command-line-based addon, can you add an option that shows current settings? Like, "/tott status", or simply append information below the "/tott" usage menu. Sometimes I need to know what the current settings are, to make sure I have set it right, or to recheck th...
File: TOTTler04-26-10
Originally posted by natox I can'...
Posted By: Shmii
Originally posted by natox I can't use the ingame commands in the enGB version of WoW I haven't yet added localizations or support for other versions of the game. I'm not sure why the enGB keyboard of the game would differ from the enUS though. Thanks for letting me know.