Results: 114Comments by: Guardix
File: oUF_ResComm10-16-10
A mistake on my side, read the date...
Posted By: Guardix
A mistake on my side, read the date wrong in the changelog. Will get a new version going soon, with an updated library. (The ticket was gone when I woke up today, wonder why lol? :P)
File: gxCooldowns10-16-10
Originally posted by Rampn Hello...
Posted By: Guardix
Originally posted by Rampn Hello there, got a few qustions about engineering procs / abilities. Currently, I can't make it show Nitro Boost (Engineering Feet Enchant) nor Hyperspeed Accelerators (Engineering Glove Enchant). I know you said they support engineering items, and you can also add id/names in the options, but still...
File: oUF_Gdx10-15-10
Yes, I will probably update it toda...
Posted By: Guardix
Yes, I will probably update it today :)
File: idQuestAutomation10-15-10
Industrial, you forgot to change th...
Posted By: Guardix
Industrial, you forgot to change the folder's name from within the zip archive :)
File: gxCooldowns10-14-10
Re: Thank you!
Posted By: Guardix
Originally posted by Virance Just wanted to come here and say I'd have your babies if I had the required skill. Last time I played WoW "CooldownButtons" was the only game in town for this type of thing, and it hadn't been updated in ages. Was worried when I came back that 4.0 would make it totally useless, when I stumbled upon your...
File: EventHorizon Continued (Beta release)10-14-10
The if statement at line 800 doesn'...
Posted By: Guardix
The if statement at line 800 doesn't properly run if the arguments are nil, rewriting it to 'not self.spellname or not self.auraname' fixes it.
File: gxCooldowns10-13-10
Sure I'll just set it to -10 to 25....
Posted By: Guardix
Sure I'll just set it to -10 to 25. Seems like the author of pixelskin made the icons smaller than the actual button size. I will push it to GitHub soon.
File: gxCooldowns10-07-10
I don't know if I'll get the next v...
Posted By: Guardix
I don't know if I'll get the next version out in time before the PTR patch is pushed to live, but the only two things that should be changed to make it work properly are: GetSpellName -> GetSpellBookItemName and the removal of Divine Favor from specialOccasions TOC version number should probably be changed too to 40000.
File: oUF_Gdx09-23-10
Aight.. I'm afraid you will have to...
Posted By: Guardix
Aight.. I'm afraid you will have to wait a little longer, I am currently rather busy and working on my cd addon whenever I have spare time. This layout should be second on my todo list.
File: gxCooldowns09-22-10
I changed the way the AddOn handles...
Posted By: Guardix
I changed the way the AddOn handles spell school lockdowns. The icons now have a model (autocast shine thingy) and is shown whenever a regular spell or channeled spell is interrupted. It is then colored by school, so if your fireball is interrupted a red glow will show up on the fireball icon. With this change I also removed the int...
File: gxCooldowns09-19-10
Originally posted by chinn Thanks...
Posted By: Guardix
Originally posted by chinn Thanks for the reply! Actually, I have these issues with 1.4. It should be the latest version... Btw, anything I can do in cooldownConfig.lua to make it scan items when reload? not currently, I am trying to find a decent way to have both items and abilities scanned when you log in.
File: gxCooldowns09-18-10
Originally posted by chinn It's n...
Posted By: Guardix
Originally posted by chinn It's nice, I love it. And I have a few questions here. 1. The positioning works fine with horizontal layout. But icons don't show up with vertical. I do it in this way settings.growHorizontal = false. Then I open wow and cast some spells that have cd, but there is no timer shows up. 2. If I reload u...
File: gxCooldowns09-17-10
Line 342 seems to be: if (enabled...
Posted By: Guardix
Line 342 seems to be: if (enabled == 1 and duration > settings.minDuration and (settings.maxDuration and duration < settings.maxDuration or true)) then so, one of these are nil. The maxDuration is nil by default, so did you change any configuration? minDuration cannot be nil in this situation, at least I didn't make work if it is.
File: gxCooldowns09-11-10
A small update
Posted By: Guardix
I am almost done with the support of Button Facade and I modified gxMedia a little. I won't embed gxMedia in future releases, so if you wish to keep the texture/font you will have to go to my github page and download it from there. The design without gxMedia will look like a usual action button. Next up will be in-game configurati...
File: gxCooldowns09-11-10
Originally posted by Rampn Thanks...
Posted By: Guardix
Originally posted by Rampn Thanks for the quick response, haven't gotten to look at it yet but I will at some point (the anchor problem :)) Got another quick question though, if I want to add, say Hyperspeed Accelerators (Engineering Glove Enchant), where to do it? I had success adding an item (Mana Sapphire - Mana Gem) under...
File: oUF_Gdx09-09-10
Re: Raid/Party Frames
Posted By: Guardix
Originally posted by Deadmau5 Hi I really like this Layout, one question thou, what are the 3 little dots on top of every Raid/Party Frame? Im guesing is range? or something And how can i change the color of the Casting bar to something a little bit darker, or get rid of it so i can see the text (Health, DPS, Mana) Th...
File: gxCooldowns09-08-10
Originally posted by Rampn Hello...
Posted By: Guardix
Originally posted by Rampn Hello there :) got a quick question I hope could get answered. The anchor point (or setpoint if you will) for the cooldown icons, can it be changed? I mean, it's nice to have it centered of course and have it grow either horizontally or vertically, but can I change the Y-offset? I tried to do it...
File: gxCooldowns08-22-10
Originally posted by Artifact Rea...
Posted By: Guardix
Originally posted by Artifact Really enjoying your addon, Guardix. Thank you for making and releasing it. I am also a big fan of the border texture included in the file. Is it available anywhere as a ButtonFacade skin and/or border that could be used with KgPanels? Thanks! No it's not, it is currently a placeholder for wh...
File: gxCooldowns08-21-10
Originally posted by nostress Whe...
Posted By: Guardix
Originally posted by nostress Whenever I set settings.growHorizontal to false it stops showing cooldowns altogether. Any ideas why? Ah... that is my mistake, didn't think we would need to set a width to the parent frame. I will release a fix asap.
File: oUF_Gdx08-20-10
Originally posted by psyco Hello,...
Posted By: Guardix
Originally posted by psyco Hello, Thx a lot for this Layout but can you add oUF Debuff Highlight and oUF Combat Feedback into the OptionalDeps because i try to add it but i can't do this :/ Thx a lot ;) I assume you mean that you have difficulties adding the plugins' features to the layout. I guess I can add it, but it w...
File: gxCooldowns08-17-10
Sure, if that is what you would lik...
Posted By: Guardix
Sure, if that is what you would like, I'll push it to github and release it in next version.
File: oUF_Gdx08-15-10
Originally posted by Murdokk Ok,...
Posted By: Guardix
Originally posted by Murdokk Ok, so I realize I'm having some issues here lol. But I am unable to see the party frames. Is it just me? Maybe they're anchored off my screen due to a resolution difference? Edit: I'm using 1600x900 resolution atm. It may not be the reason at all. The party frames are shown like, when you're in...
File: oUF_Gdx08-14-10
Originally posted by Murdokk Also...
Posted By: Guardix
Originally posted by Murdokk Also, these unitframes are the thing I've been looking for. I haven't found anything else that I had liked. Hehe, I'm glad to hear that :)
File: Clean Icons - Original08-14-10
Wow, good job - must have taken for...
Posted By: Guardix
Wow, good job - must have taken forever.
File: gxCooldowns08-12-10
Originally posted by richerich An...
Posted By: Guardix
Originally posted by richerich Any way to filter out all cooldowns that is under 10s without having to set them in the blacklist? it's annoying to have to add cooldowns that are in your basic rotation in the blacklist for every alt >< I just made a setting to allows you to do that! However I'm not quite ready to release next ve...