Results: 16Comments by: columnFive
File: Ara Broker Tradeskills01-19-15
UI Taint
Posted By: columnFive
Hey there - think I might've located a not-so-small bug in Ara Broker Tradeskills, related to using the Enchant Illusion feature associated with a stationed follower at the enchanter's study garrison building. ABT will throw an error related to line 211 of Ara_Broker_Tradeskills.lua - I'm assuming this is because GetTradeSkillRecipeL...
File: Ara Broker Tradeskills08-28-12
Thanks so much for that fix, voysey...
Posted By: columnFive
Thanks so much for that fix, voyseys - I wouldn't have even known where to look. As far as I know, ABT's cooldown tracking rules are all within the watchedCDs table, which in my install starts at line 69. Looks like the convention is = { skill= L.nameOfTradeskill, CD= LengthOfCooldown }, Cooldown lengths are generated via b...
File: Aurora08-10-11
Been fiddling around with Aurora to...
Posted By: columnFive
Been fiddling around with Aurora today - absolutely gorgeous. <3 WoW's addon-space will be lessened by your departure. Having a bit of an issue with tooltips; Aurora insists on skinning them even though I'm already using TipTac for that purpose. I can see that you've put in a pretty comprehensive check for other tooltip skinning a...
File: KuiNameplates06-08-11
Re: Re: Combat hiding/showing of nameplates
Posted By: columnFive
Originally posted by Kesava You have to enable the option with /knp gen combat. Adding the events like that would work, but they're registered & unregistered upon load depending on that setting by slash.lua. Oh! Did not realize this - thank you!
File: KuiNameplates06-07-11
Combat hiding/showing of nameplates
Posted By: columnFive
Let me start off by saying that I absolutely love the design of the nameplates, and am eager to convert from my old copy of Headline - except for the fact that enemy nameplates don't appear/disappear depending on combat. On looking at the code, I at first thought this was because the mod wasn't registered for the PLAYER_REGEN_ENAB...
File: rActionBar10-15-10
Edit Edit: Derp, the bug I was repo...
Posted By: columnFive
Edit Edit: Derp, the bug I was reporting was fixed in the new push. Nevermind! @Lailend: lines 24, 34, and 45 (which read "uselayout2x6 = true") in config.lua are what you use to change the button layout of bars 1, 2, and 3, respectively. Just change the 'true' there to 'false'. =)
File: oUF_Freebgrid10-15-10
Thanks so much for updating this fo...
Posted By: columnFive
Thanks so much for updating this for 4.0.1 so quickly - I swear by it on all of my raiding toons, healers especially. That said, the current version's support for the new incoming healing system (both bars and text) is completely nonfunctional for me, which seriously impacts how well I heal. I'm pretty sure this is not an addon co...
File: rActionBar10-15-10
Whoo!
Posted By: columnFive
You rock, sir, thanks much! <3
File: rButtonTemplate10-14-10
Re: Re: 4.0.1 combatibilty fix
Posted By: columnFive
Originally posted by JackOnTheMap Added but all it did was get rid of the borders entirely. Guess I'll wait for Zork to upload a new version. Yeah, not sure what to tell you - added that line in both my slightly modded version of rABuS and in a fresh copy of the latest version, and it fixes both. If you've made any modification...
File: rButtonTemplate10-13-10
Originally posted by Dhaern Is th...
Posted By: columnFive
Originally posted by Dhaern Is there any posibilty to show macro's text in buttons on bars or plans for implement this feature? Thx for all :D Macro text is hidden by default, if I'm not mistaken - you can change this by opening rActionButtonStyler.lua and either deleting or commenting out line 107 (add "--" before it).
File: rButtonTemplate10-12-10
4.0.1 combatibilty fix
Posted By: columnFive
If anyone else is having a post-patch issue with rActionButtonStyler making ActionButton borders way too big for their buttons, the following fix worked for me: Before line 90, add: nt:ClearAllPoints() Apparently ActionBarTemplate.xml now sets TOPLEFT/BOTTOMRIGHT points for each button's NormalTexture element, which need to be...
File: rActionBar09-10-10
Originally posted by zork Actuall...
Posted By: columnFive
Originally posted by zork Actually the latest download version has the shaman totem bar fixed. Use this at a base. Adding onmouseover functionality to those bastards of buttons...hell good luck with that. I'm lucky that they stick in place now. Oh, sorry, didn't meant to imply that your totembar was broken or anything - the van...
File: rActionBar09-09-10
Been using this and the equally awe...
Posted By: columnFive
Been using this and the equally awesome rActionButtonStyler for ages - both work for me without any problems, save that it's always bugged me that the totem bar lacked the show/hide on mouseover functionality of the other bars. After trying to add such behaviour on my own, needless to say I've figured out why: the damn thing is an in...
File: Backpack06-27-10
Also P3lim another thing I noticed...
Posted By: columnFive
Also P3lim another thing I noticed is the fact that the bags aren't remembering their position. They keep going back to the default position. I'm sure this can be easily resolved with StartMoving(); and StopMovingOrSizing(); Noticed this as well - ghetto fix would be to modify the SetPoint(); calls on lines 124-125 such that the...
File: Fane06-24-10
Originally posted by turkoid Was...
Posted By: columnFive
Originally posted by turkoid Was hoping someone had a list of the new regions for the chat tabs on the WoW forums. Basically thats the only thing thats broken. The Chattabs don't have a highlight texture anymore instead it looks to be entirely new frame, as well as there is some new Handlers that need to be hooked. I was looki...
File: ncBindings03-10-10
Loving this addon so far - fantasti...
Posted By: columnFive
Loving this addon so far - fantastic alternative to BindPad. I was fiddling around with bindings on my DK yesterday and noticed that after a respec, some of the spells (not macros) within the ncBindings frame had changed from what I had put there to something entirely different (the binds still worked properly, though). I haven't...