Results: 837Comments by: Taroven
File: EventHorizon Continued11-30-10
0 stacks = no bar. That'd be the ea...
Posted By: Taroven
0 stacks = no bar. That'd be the easiest way to tell. =P
File: EventHorizon Continued11-25-10
This just came up on one of the bet...
Posted By: Taroven
This just came up on one of the beta threads, and I figured it'd be good to cross-post it over here. For those having issues with stack counts behaving oddly, it's pretty easy to fix. Here's how to patch it on your own. Open up EventHorizon.lua. If you use v1.9.3, follow the line numbers below. If you use 1.9.2 or r378, or don'...
File: EventHorizon Continued (Beta release)11-25-10
I have it fixed on my local copy. H...
Posted By: Taroven
I have it fixed on my local copy. Here's how to patch it on your own. Open up EventHorizon.lua. Line 922, change: if count>1 then self.stacks:SetFormattedText('%d',count) end ...to... if count>1 then self.stacks:SetFormattedText('%d',count) else self.stacks:SetText() end Line 1171, change: if count>0 then...
File: EventHorizon Continued11-24-10
Edit: Wow, I need sleep. Two thi...
Posted By: Taroven
Edit: Wow, I need sleep. Two things need to be done for Improved Soul Fire. 1) Soul Fire's cast needs to be tracked on the bar. 2) Add recast = true and you're set. The most basic Improved Soul Fire bar would be: -- Soul Fire self:NewSpell({ spellID = 6353, playerbuff = 85383, cast = true, recast = true,...
File: EventHorizon Continued11-22-10
Toravon? I R NOT A BOSS. :eek: A...
Posted By: Taroven
Toravon? I R NOT A BOSS. :eek: Anyway, yeah. I have some further class revamps planned. The first phase of those is present in v1.9.3 (in the optional files section), the second phase will be in 1.9.4 or 1.9.5. I may end up putting cooldowns of some sort on the DP bar. Time will tell. Edit: And yes, multiple bar colors isn't...
File: EventHorizon Continued11-22-10
Originally posted by pingouin2ter...
Posted By: Taroven
Originally posted by pingouin2ter Hi Taroven, great addon, cannot imagine playing my rogue without it :) For some reason, I cannot get the Bandit's Guile tracker to work properly on my rogue. Any idea how to deal with that? Thanks You may try changing debuff to playerbuff in its NewSpell segment. The spellIDs should be corre...
File: EventHorizon Continued11-22-10
I might just. =P
Posted By: Taroven
I might just. =P
File: EventHorizon Continued11-21-10
Originally posted by Warlocomotif...
Posted By: Taroven
Originally posted by Warlocomotif Hate to tell you this, but apparantly haste rolling is fixed in 4.0.3 >_< I'm not really sure if it really is, I've personally taken a break from wow recently. I honestly haven't taken a hard look at it in the last few days, but I wouldn't be surprised at that sort of curveball. 1.9.4 pro...
File: TipTac11-17-10
Originally posted by ForeverTheGM...
Posted By: Taroven
Originally posted by ForeverTheGM Regardless, 4.0.3 should have corrected the problem. Correction, 4.0.3 did correct the problem. It had nothing at all to do with TipTac - oUF was performing full frame refreshes several times a second due to buggy Blizzard code. Everything works fine now. Thanks for the updates, Aezay.
File: EventHorizon Continued11-15-10
The next release is on track for up...
Posted By: Taroven
The next release is on track for upload fairly soon (perhaps Wednesday). Finding time to code and debug is a bit of a pain at the moment - I was hoping to have it out by now, but my work schedule hasn't been kind enough to allow that. v1.9.4 is mostly a bugfix release, and refines the tick prediction revamp from 1.9.3. Tick interv...
File: EventHorizon Continued11-11-10
Use v1.9.3, Swipe's cooldown is sho...
Posted By: Taroven
Use v1.9.3, Swipe's cooldown is shown on the Pulverize bar. Just keep in mind that 1.9.3 is a beta release and should be treated accordingly.
File: EventHorizon Continued (Beta release)11-10-10
I'll take a look.
Posted By: Taroven
I'll take a look.
File: EventHorizon Continued11-09-10
No changes in v1.9.2a. That's just...
Posted By: Taroven
No changes in v1.9.2a. That's just Cairenn rolling back the faulty zip from v1.9.3. The next non-beta release will be v1.9.4. Use the beta releases for v1.9.3 in the meantime. Shouldn't be more than a day or two, as long as I can actually find time to test stuff.
File: EventHorizon Continued11-07-10
Originally posted by artiq Is the...
Posted By: Taroven
Originally posted by artiq Is there any way to have different profiles? I want my EH window to be much smaller on my rogue compared to my priest. Is there any way to have two configs? No need for profiles when dealing with a Lua config, it's all in the statement mojo. 1) Make a new file named myconfig.lua in your EventHorizon...
File: EventHorizon Continued11-05-10
The problem I was seeing (first tic...
Posted By: Taroven
The problem I was seeing (first tick after auto refresh affected by present haste, not rolling haste) may have been something else entirely. Testing with a flat 20% haste buff isn't exactly a great idea when dealing with intervals. I'll do some more work on the matter in a day or two.
File: EventHorizon Continued11-05-10
Kogasu: Had a packaging mishap whic...
Posted By: Taroven
Kogasu: Had a packaging mishap which caused a hold on approval. It's the same file across the board, I'll have to check with Seerah to see what's up with the delay on this one. Warlocomotif: I think we're both right. Since your comment I've made a few changes and have been doing some in-depth tests on the friendly neighborhood tar...
File: EventHorizon_Vitals11-05-10
Originally posted by Jzar As long...
Posted By: Taroven
Originally posted by Jzar As long as you're making changes, could you change like 409 to: if not EventHorizon.config.Redshift.hideVitals or EventHorizon.mainframe:IsShown() then frame:Show() end Would keep the vitals frame hidden when the EH mainframe is hidden via Redshift. Thanks! I'll fix that whenever I get around to...
File: EventHorizon Continued (Beta release)11-05-10
Originally posted by Kogasu Answe...
Posted By: Taroven
Originally posted by Kogasu Answer 1: * A quick hack has made Redshift usable regardless of settings in config.lua. Just type /ehz redshift and you're all set. You may need to repeat the command once or twice when enabling Redshift in this manner. Redshift note: You may need to repeat the command a couple of times due to an el...
File: EventHorizon_Vitals11-04-10
Alright, the long-awaited and anti...
Posted By: Taroven
Alright, the long-awaited and anticlimactic release. v2.3 focuses on reusing EventHorizon's data instead of gathering its own. This means better performance, but there may be a few little bugs to contend with. The useClassColor option actually does stuff now. Level and spec are checked for various class warnings, and other ran...
File: EventHorizon Continued11-04-10
Holy crap for changelogs. v1.9.3 is...
Posted By: Taroven
Holy crap for changelogs. v1.9.3 is nearly ready. TLDR version: * Tick detection has improved. A lot. Jumpy and inaccurate ticks should be a thing of the past. * Shadow Priests, Feral and Resto Druids, and Hunters all got overhauled. Most of the changes are based purely on user input - Please spend at least ten minutes in a comp...
File: EventHorizon Continued11-02-10
Alright, finally got internet acces...
Posted By: Taroven
Alright, finally got internet access after the move. Almost back in business. Lazaruz: I'll take a look, thanks for the report. SlayerIssac: I hadn't heard actually. Pretty sure I know what's going on with that, but I'll have to mess around with it a bit to be sure. Devourer: Check the changelog. Adding 'recast = true,' (no...
File: EventHorizon Continued (Beta release)10-27-10
I lied. Release is out now, enjoy.
Posted By: Taroven
I lied. Release is out now, enjoy.
File: EventHorizon Continued10-27-10
v1.9.2 has been uploaded. This rele...
Posted By: Taroven
v1.9.2 has been uploaded. This release marks a switch from SVN to Git (link in sig), and some pretty intense changes to the packaging script I use. Feel free to use the issue tracker and other utilities if you like. Anyway, this one adds the NewSpell recast flag, which can add recast segments to any bar with a cast time. Sometime...
File: EventHorizon10-27-10
Originally posted by zette Same h...
Posted By: Taroven
Originally posted by zette Same here. I totally don't see how anybody can play a shadow priest without Event Horizon. Is there a programmer out there who can help us out? Why not read the comment below yours, or my sig? EventHorizon has been alive and well for quite some time.
File: EventHorizon Continued (Beta release)10-27-10
Originally posted by amdis I was...
Posted By: Taroven
Originally posted by amdis I was actually going to post about the same thing, I'll name my first kid after you if you do this. <3 XD There aren't enough Ezras around anyway. I'll have a release out by tomorrow night. Moving Friday, so things are a bit rushed atm.