Results: 837Comments by: Taroven
File: EventHorizon Continued05-29-11
I've got no way to check myself, bu...
Posted By: Taroven
I've got no way to check myself, but it may be an easy fix. One thing you may want to try is typing "/ehz redshift" a couple times (no quotes, of course). Redshift uses a sort of dual config which allows you to enable it even without the option set in config.lua, but it's a bit buggy. You'll know it works when EH disappears wit...
File: EventHorizon Continued05-17-11
That error pretty much says that Ev...
Posted By: Taroven
That error pretty much says that EventHorizon can't find the info for one of your spells. Unfortunately I have no idea which spell that would be. I'd suggest taking a look in EventHorizon_Druid/config.lua and checking spellIDs one at a time until you find the one that doesn't work. I have no way to check myself, but let me know th...
File: EventHorizon Continued05-13-11
Re: 1.9.3-4 hasted error
Posted By: Taroven
Originally posted by myrroddin I am using a custom Priest myconfig.lua and if you need me to post it, I can. That would be why. Look at the base Priest config, there's an extra entry that you're missing.
File: EventHorizon Continued05-02-11
Apologies for the delay. 1.9.3-4 is...
Posted By: Taroven
Apologies for the delay. 1.9.3-4 is awaiting approval now. Please post errors if you get any, I'm unable to test.
File: EventHorizon Continued04-27-11
Should be an easy fix, believe they...
Posted By: Taroven
Should be an easy fix, believe they just added an extra argument for combat log entries. I'll post a fix after I get back from work.
File: EventHorizon Continued04-04-11
No, sorry. I used an indicator on m...
Posted By: Taroven
No, sorry. I used an indicator on my raid frames for PoM bounces, doing so in EH would be an extremely complex task for a single spell (or very small group of spells).
File: EventHorizon Continued04-04-11
Rapture: Not possible, it doesn't h...
Posted By: Taroven
Rapture: Not possible, it doesn't have a buff to determine an internal cooldown with. Holy Fire: Easy, find the spellID and use cast, debuff, and cooldown flags. Edit: Well, also a dot flag. Just check the rest of EventHorizon_Priest/config.lua and you'll get an idea for how it works.
File: EventHorizon Continued04-03-11
...Just uploaded for real. My bad. >.>
Posted By: Taroven
...Just uploaded for real. My bad. >.>
File: EventHorizon Continued04-02-11
Just uploaded v1.9.3-3. Changelo...
Posted By: Taroven
Just uploaded v1.9.3-3. Changelog: v1.9.3-3: * Death Knights really do exist. * Mage: Changed the GCD spellID and haste comparison spell to Polymorph. May work a bit better for some players.
File: EventHorizon Continued04-02-11
Re: Re: error on dots
Posted By: Taroven
Originally posted by Taroven I'll fix that when I get home in a couple hours. Looks like the mage module is missing the spell info for hasted ticks. Easy fix, just hard to type out on a phone. Just checked the file on a whim, looks like I lied. The info's there, but perhaps not working correctly. Try this: Open up EventHoriz...
File: EventHorizon Continued04-02-11
Re: error on dots
Posted By: Taroven
Originally posted by thymon first of all, AWSOME addon, me being a altoholic makes this very usefull since it works perfectly on any class but since tonight i am getting this error on my mage when casting living bomb: cant find a fix for this, anyone got tips on how to fix this? its really annoying seeing it pop up everyt...
File: EventHorizon Continued03-23-11
Re: Death Knights?
Posted By: Taroven
Originally posted by myrroddin I just downloaded the latest version, and is there no Death Knight module? Was there ever one? Did the :banana: do his thing on my brain? :eek: It just went poof for some reason when I packaged the latest release. Snag an older version (or v1.9.3 from the optional files tab) and use the module fro...
File: EventHorizon Continued03-19-11
Re: Documentation
Posted By: Taroven
Documentation: Nope, sorry. If you dig into the comments here a few pages you'll find a wiki that I started ages ago with a bunch of good info, though. The features you're asking about are a bit on the newer side, so probably aren't even in there. >.> Flame Shock dot: Two options actually. You can use mouseover tracking, or create...
File: EventHorizon Continued03-18-11
Re: Shadow Priest spells
Posted By: Taroven
Originally posted by myrroddin A couple of fast ones, Taroven. I got Devouring Plague to show up by itself as an icon, but not on the tracking bar. -- Devouring Plague self:NewSpell({ spellID = 2944, dot = 3, hasted = true, refreshable = true, requiredTree = 3, requiredLevel = 28, }) I also seperated Mind Se...
File: EventHorizon Continued03-11-11
Originally posted by karmcz Hi, i...
Posted By: Taroven
Originally posted by karmcz Hi, it's only me or in version 1.9.3-2 is missing death knight folder? ...It is. Odd. I'll get that fixed soon.
File: EventHorizon Continued03-09-11
Re: hide the handle
Posted By: Taroven
Undo your anchoring changes, place the window, and type /ehz lock.
File: EventHorizon Continued03-09-11
Re: hide the handle
Posted By: Taroven
config.anchor = {"TOPLEFT", UIParent, "CENTER", 100, 100} Notice the second field. The handle will disappear whenever the frame is *not* parented to it. Edit: The syntax is the exact same as WoW's SetPoint() frame method, btw. That line above reads "Put the TOPLEFT corner of EventHorizon at the CENTER of UIParent, with an offse...
File: EventHorizon Continued02-28-11
Search for "stacks:SetText" (no quo...
Posted By: Taroven
Search for "stacks:SetText" (no quotes) in EventHorizon.lua, the portions you're looking for aren't hard to find.
File: EventHorizon Continued02-28-11
Re: Dot refresh
Posted By: Taroven
Recast segments only work for spells with a cast time. You can use a spellID for the recast line if I recall correctly, but there's not much point for instant stuff. Unfortunately it's impossible to get ticks working for both Banes on the same bar. Limitation of the code involved.
File: EventHorizon Continued02-28-11
Re: Re: Re: Re: Re: Soul Fire casting
Posted By: Taroven
That's not the latest. The recast flag was added a version or two later.
File: EventHorizon Continued02-28-11
Re: Re: Re: Soul Fire casting
Posted By: Taroven
Are you using the latest version of EH?
File: EventHorizon Continued02-28-11
Re: Soul Fire casting
Posted By: Taroven
There was a long discussion about all that a few weeks ago. Short version: Use the 'recast' flag.
File: EventHorizon Continued02-27-11
Buff stacks are tracked automatical...
Posted By: Taroven
Buff stacks are tracked automatically, the only time you need the dot flag is when you're tracking a periodic damage/healing effect (rake/rip/etc). As long as the spellID is correct it'll work. In this case it won't, you need to find the spellID of the actual buff that's placed on you by the effect.
File: EventHorizon Continued02-17-11
Originally posted by binkenstein...
Posted By: Taroven
Originally posted by binkenstein That did it, thanks. No prob. There's a little glitch with the Redshift savedvariables which I haven't been able to debug. You'll probably have to do that for your other chars, but it should stick from then on.
File: EventHorizon Continued02-15-11
Originally posted by binkenstein...
Posted By: Taroven
Originally posted by binkenstein Either I'm missing something with the redshift settings, or the bugfix broke the hide out-of-combat setting. Try typing '/ehz redshift' a couple times.