Results: 837Comments by: Taroven
File: PhanxChat10-25-16
Getting this error after today's up...
Posted By: Taroven
Getting this error after today's update: 1x PhanxChat\Modules\HideButtons.lua:110: attempt to index global 'FriendsMicroButton' (a nil value) PhanxChat\Modules\HideButtons.lua:110: in function '?' PhanxChat\Core.lua:392: in function '?' PhanxChat\Core.lua:407: in function
File: Ara Broker Tradeskills10-02-16
Getting the following error the fir...
Posted By: Taroven
Getting the following error the first time I open my tradeskill interface after logging in or reloading. Thanks. Just looked into that - The error is harmless, but the method that's causing it is completely hosed. Blizzard changed the TradeSkillUI code enough that it literally does nothing. Temporary fix (won't affect a...
File: Glyphed12-27-12
Without looking at the code myself,...
Posted By: Taroven
Without looking at the code myself, you could probably save a lot of pain by just registering the first instance of LFG_LOCK_INFO_RECEIVED instead of checking multiple times during the loading screen, and then registering the standard glyph events after the initial check. LFG_LOCK_INFO_RECEIVED fires reliably within the first seco...
File: EventHorizon Continued12-16-12
Re: Focus
Posted By: Taroven
Hey I was just curious is it possible to have a secondary EH window for focus targets or boss frames? Nope. Possibly in the coming rewrite.
File: Combuctor12-13-12
Heads up: I've released an addon th...
Posted By: Taroven
Heads up: I've released an addon that adds Masque support to Combuctor's bag slots. No more, no less. You can find it here.
File: EventHorizon Continued07-07-12
I am still getting constant Lua err...
Posted By: Taroven
I am still getting constant Lua errors in the beta even after getting the updated code from http://pastebin.com/vT3sDxAD. I get two errors really. One at log in, and one that just keeps going every second. I can attach the errors if it would be helpful. It's *always* helpful to give the error text (except for the full addon lis...
File: EventHorizon Continued03-24-12
Re: thx
Posted By: Taroven
I want internalcooldown to display more detailed, like smallCooldown How to do? Very carefully.
File: EventHorizon Continued03-16-12
Re: Re: Re: Error for Destro Warlock
Posted By: Taroven
Hi, I use this add-on for my shadow priest and have come to rely on it heavily. It's great. However, I just leveled up this warlock and it isn't working. EDIT: Problem solved via PMs, I really need to get around to updating the Curse release whenever the rewrite is done. Yeah, sorry about that, I should have checked versi...
File: EventHorizon Continued03-15-12
Re: Error for Destro Warlock
Posted By: Taroven
Hi, I use this add-on for my shadow priest and have come to rely on it heavily. It's great. However, I just leveled up this warlock and it isn't working. EDIT: Problem solved via PMs, I really need to get around to updating the Curse release whenever the rewrite is done.
File: EventHorizon Continued03-13-12
Re: Re: Re: Dat Hemo Bleed Debuff.....
Posted By: Taroven
Posting from my phone, so bear with me. You'll want to use "uniqueID = 89775" instead of "unique = true". The unique flag signifies that the aura should be visible regardless of caster, while iniqueID looks for a specific id. Note that uppercase "ID" is case sensitive. Wow! I dont know what to say. It worked. I was looking other c...
File: EventHorizon Continued03-12-12
Re: Dat Hemo Bleed Debuff.....
Posted By: Taroven
Posting from my phone, so bear with me. You'll want to use "uniqueID = 89775" instead of "unique = true". The unique flag signifies that the aura should be visible regardless of caster, while iniqueID looks for a specific id. Note that uppercase "ID" is case sensitive.
File: EventHorizon Continued02-20-12
So do you think it will be easier o...
Posted By: Taroven
So do you think it will be easier or harder to customize the class files in the rewrite? Mine are heavily modified to suit what I like best and it would disappoint me if I can no longer do that. Ease of use is always my top priority. You'll be able to do everything you could before and then some, and aside from learning the new m...
File: EventHorizon Continued02-19-12
I suppose I could give a status rep...
Posted By: Taroven
I suppose I could give a status report on the rewrite... Things got back to busy again, but I'm still putting as much time as I'm able into EH. Offhand numbers for what's done and what's not: Load/Init/Utility: 30% - Got most of the random utility stuff in, the rest is on hold for the bargroup and spellframe stuff. Aura Hand...
File: EventHorizon Continued02-19-12
No plans for a GUI, sorry. The clas...
Posted By: Taroven
No plans for a GUI, sorry. The class config is too complex for one to really be effective or anywhere near easy to implement or support. I'll probably end up writing one for basic stuff like size and position though.
File: EventHorizon Continued02-18-12
Thanks, works like a charm now. It...
Posted By: Taroven
Thanks, works like a charm now. Its gonna suck for me if/when you ever do another full update because of how heavily modified my files have become. Ok, Shaman time. I would like to add a line that would track the remaining time on Searing, Magma, and Fire Elemental Totem all in the same line. Would like if it showed the CD of...
File: EventHorizon Continued02-18-12
Whoops. Forgot to actually create t...
Posted By: Taroven
Whoops. Forgot to actually create the new strings. I've updated the previously linked file, or you can fix it yourself if you like. Just change the following at line 94 (should be the first/only result if you search for it): if i <= 3 then to: if i <= 5 then
File: EventHorizon Continued02-18-12
Sorry, Ill try to make it clear. C...
Posted By: Taroven
Sorry, Ill try to make it clear. Currently vitals tracks the Main Hand and Off Hand poisons. I would like to find a way to have it track the Thrown weapon poison as well. I was looking at the code and it was a bit over my head. Oh, right. That. Yeah, that would involve some pretty intensive changes. I'll post a patch when I hav...
File: EventHorizon Continued02-17-12
Sorry, Ill try to make it clear. C...
Posted By: Taroven
Sorry, Ill try to make it clear. Currently vitals tracks the Main Hand and Off Hand poisons. I would like to find a way to have it track the Thrown weapon poison as well. I was looking at the code and it was a bit over my head. Oh, right. That. Yeah, that would involve some pretty intensive changes. I'll post a patch when I hav...
File: EventHorizon Continued02-17-12
Hey there, been awhile since I have...
Posted By: Taroven
Hey there, been awhile since I have posted here as I have just been manually tweaking my old files for over a year. One thing I would like to add to the Vitals section is support for the ranged poison for rogues. Is there any chance of pointing me in the right direction? Apologies, but the question is unclear to me. If you can c...
File: EventHorizon Continued02-09-12
@MagnusXP: Or you could read down a...
Posted By: Taroven
@MagnusXP: Or you could read down a bit and have some faith in the author (me), who is currently working on rewriting the addon from scratch to ensure it doesn't break again. did you ever thought about supporting a Focustarget? Indeed, I copied EH several months ago on my local PC and renamed all Targets to Focus. So this does wor...
File: EventHorizon Continued01-22-12
Re: Fine Tuning?
Posted By: Taroven
Hi Tarovan, Glad to see you are looking into the rewrite again, your continued support even though you aren't playing is much appreciated. Will the rewrite let us have bars be different colours? Hey Cluey. You can actually have custom colors in the current version, using the following flags in NewSpell: barcolor = {R,G,B,A} -...
File: EventHorizon Continued01-16-12
Re: Re: Re: Hasted Dots
Posted By: Taroven
On a related note, I probably wouldn't object to a GTC or access to a spare account from anyone interested in a massive update/rewrite. I have the free time to do so now, just no real desire to reactivate my account aside from that purpose. Glad to hear it, started thinking about switching addon and felt a small moment of panic :)...
File: EventHorizon Continued01-12-12
Re: Hasted Dots
Posted By: Taroven
Since when did dots stop calculating haste correctly? I could've sworn they were working a few months ago. And now, the dot ticks just keep their default time, instead of decreasing with haste. You can test this on a warlock. Just run up to the dummy and pop Corruption. The first couple ticks appear correct, but over time, the tic...
File: EventHorizon_Vitals01-11-12
Re: Death Knight's Rune Cooldown
Posted By: Taroven
I'm familiar with the new rune mechanics, but unfortunately I have no idea what would be involved for a fix. I'll take a look sometime in the next few days, but for now I would recommend finding a small rune timer and disabling rune cooldowns via config.lua. You can do this by setting ns.config.runeCooldown (line 38 in config.lua)...
File: EventHorizon Continued12-21-11
Re: Uptade
Posted By: Taroven
hi, scuse my english, this addon is dead ? Short: Mostly. It still works. Long: I haven't played WoW since shortly after Cataclysm released, and have no plans or desire to come back. I still do what I can to support EventHorizon, but releases have gone from rapid and generally stable to collections of hacks from users.