Results: 13Comments by: martinkaca
File: EventHorizon Continued11-18-14
Re: Assassination Rogue
Posted By: martinkaca
I'm willing to help suggest and/or test Assassination Rogue as well as a spec on a few other classes. At the moment, for Assassination, I would like to suggest adding back Slice and Dice. It's useful to have to make sure it doesn't fall off during rotation. Let me know going forward. Assassination no longer has to use Slice...
File: EventHorizon Continued11-17-14
I am trying to make a bar for Bandi...
Posted By: martinkaca
I am trying to make a bar for Bandit's Guile for the rogue module. Here is what I have so far. -- Bandit's Guile self:newSpell({ playerbuff = {84747,84746,84745}, requiredTree = 2, requiredLevel = 60, }) I am trying to get them to be in the same bar and show which stage is active. I think it used to work that wa...
File: EventHorizon Continued02-19-12
So do you think it will be easier o...
Posted By: martinkaca
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.
File: EventHorizon Continued02-18-12
Most of my changes were in the clas...
Posted By: martinkaca
Most of my changes were in the class files themselves, just tuning what bars I like, the order of said bars, and the requirements for certain moves to show on the bars. Did you plan on adding a GUI interface in the rewrite? Re-sizing in game would be wonderful. It won't be that bad when I update but it will defiantly take a day or...
File: EventHorizon Continued02-18-12
Thanks, works like a charm now. It...
Posted By: martinkaca
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
Date: 2012-02-18 16:35:01 ID: 1 E...
Posted By: martinkaca
Date: 2012-02-18 16:35:01 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\EventHorizon_Vitals\core.lua line 158: attempt to index local 'fs' (a nil value) Debug: : ? EventHorizon_Vitals\core.lua:158: EventHorizon_Vitals\core.lua:154 EventHorizon_Vitals\core.lua:386: Init() EventHorizon\Event...
File: EventHorizon Continued02-18-12
Message: Interface\AddOns\EventHori...
Posted By: martinkaca
Message: Interface\AddOns\EventHorizon_Vitals\core.lua:158: attempt to index local 'fs' (a nil value) Time: 02/18/12 16:33:31 Count: 1 Stack: Interface\AddOns\EventHorizon_Vitals\core.lua:158: in function Interface\AddOns\EventHorizon_Vitals\core.lua:386: in function `Init' Int...
File: EventHorizon Continued02-17-12
Sorry, Ill try to make it clear. C...
Posted By: martinkaca
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.
File: EventHorizon Continued02-17-12
Hey there, been awhile since I have...
Posted By: martinkaca
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?
File: EventHorizon Continued01-20-11
Thanks, the first one is what I was...
Posted By: martinkaca
Thanks, the first one is what I was looking for. It is not as needed now that they made the cd refresh if not used but still helpful to see how long you have before it falls off.
File: EventHorizon Continued01-20-11
-- Tricks of the Trade self:NewSp...
Posted By: martinkaca
-- Tricks of the Trade self:NewSpell({ spellID = 57934, playerbuff = true, requiredLevel = 75, }) I was wondering if this is the block I would have to add to my config.lua to add tricks of the trades bar on my rogue. I remember doing this in the past I just can't remember. I want it to show uptime and cooldown on it.
File: EventHorizon Continued (Beta release)10-15-10
Not a problem, I always liked tinke...
Posted By: martinkaca
Not a problem, I always liked tinkering with the addon to get things to work how I want. Ill let you know if I find anything else. (If I ever get to log on my rogue again. He is stuck and whenever I log on him my cpu crashes.)
File: EventHorizon Continued (Beta release)10-14-10
Was going along working on some thi...
Posted By: martinkaca
Was going along working on some things, these are things I have come up with. Rogue Revealing Strikes wasn't working properly, worked after I changed it from a selfbuff to a debuff. Trinkets Sharpened Twilight Scale currently doesn't work. Engineering I was looking through the trinkets file and saw you are able to track...