Results: 37Comments by: Cowt
File: Balance Power Tracker09-02-12
Thats it, now for enabling/disablin...
Posted By: Cowt
Thats it, now for enabling/disabling you need to create a little more complex macro: King.
File: Balance Power Tracker09-01-12
Is there any short script I could u...
Posted By: Cowt
Is there any short script I could use for a macro, that would toggle the 'Enabled' state of the addon; or one for Enabling, and one for disabling? You need to call BalancePowerTracker_SharedInfo.Enabled function: ON: /script BalancePowerTracker_SharedInfo.Enabled(true); OFF: /script BalancePowerTracker_SharedInfo.Enabled(false);...
File: Balance Power Tracker06-30-11
For a future release, I would great...
Posted By: Cowt
For a future release, I would greatly appreciate it if you would consider enhancing the text display feature. While the option to display virtual energy instead of current energy is there - There is no option to display both. What I suggest is an option for a new way to display text. An example on how it could be written is '#C...
File: Balance Power Tracker06-29-11
Thank you for maintaining this addon.
Posted By: Cowt
Thank you for maintaining this addon.
File: Balance Power Tracker02-25-11
Originally posted by Copialinex Y...
Posted By: Cowt
Originally posted by Copialinex You need to call BalancePowerTracker_SharedInfo.Enabled function: ON: /script BalancePowerTracker_SharedInfo.Enabled(true); OFF: /script BalancePowerTracker_SharedInfo.Enabled(false); I removed the /bpt option command because I thought there was no need for it, if you don't mind the question, why...
File: Balance Power Tracker02-25-11
Is there any short script I could u...
Posted By: Cowt
Is there any short script I could use for a macro, that would toggle the 'Enabled' state of the addon; or one for Enabling, and one for disabling? Been going through the code, but I'm no LUA wiz. Also been trying to add a keybind for the function to the keybind menu, but with no luck. /script BalancePowerTrackerBackgroundFrame:...
File: nibPointDisplay02-21-11
Wouldn't want to badger you after t...
Posted By: Cowt
Wouldn't want to badger you after the help with the Wild Mushrooms; but if you would consider adding the Balance T11 4-piece bonus Astral Alignment in a future release, it would be appreciated. Monitoring the buff and it's stack count should be sufficient. Name: Astral Alignment SpellID: 90164 Stacks: 3 Class: Druid Thanks.
File: nibPointDisplay02-21-11
This is just what I've been wanting...
Posted By: Cowt
This is just what I've been wanting. On behalf of the Moonkin community, I thank you for sorting this out. I hope this module will make next release. - Thank you again.
File: nibPointDisplay02-21-11
Works excellent. No kind of err...
Posted By: Cowt
Works excellent. No kind of errors so far. I'll let you know if any pops up, though it seem to updated stable. As to why nobody else has done this before beats me. Are you a wizard of sorts?
File: nibPointDisplay02-21-11
No extra information was printed. N...
Posted By: Cowt
No extra information was printed. No dots after each number, no nothing. Here's a screenshot of my chatbox after executing some mushroom commands: http://i56.tinypic.com/2e3zw3s.jpg
File: nibPointDisplay02-21-11
"1" - Upon placing the first Mushro...
Posted By: Cowt
"1" - Upon placing the first Mushroom. "2" - Upon placing the second Mushroom. "3" - Upon placing the third Mushroom. "1" - Upon the first Mushroom fading. "2" - Upon the second Mushroom fading. "3" - Upon the third Mushroom fading. "1" - Upon the first Mushroom being cancelled. "2" - Upon the second Mushroom being cancell...
File: nibPointDisplay02-21-11
Greatly appreciated. If you need...
Posted By: Cowt
Greatly appreciated. If you need access to a level 85 Moonkin, I'd happily test things for you.
File: nibPointDisplay02-21-11
Originally posted by Nibelheim De...
Posted By: Cowt
Originally posted by Nibelheim Depends how the shrooms are tracked. Is it a buff that simply increases in stacks? Or is it the game client keeping track of how many you placed? If it's the former, it can be done, if it's the latter, not so much. I would have to guess it's the latter, unless it utilizes a hidden buff. They se...
File: nibPointDisplay02-21-11
@%(&! amazing addon! Any chance...
Posted By: Cowt
@%(&! amazing addon! Any chance you'd consider adding support for Druid's Wild Mushroom? Oddly enough, the default UI has a display for them, yet there seem to be no addon out there providing this customization.
File: Stuf Unit Frames (and Raid)02-20-11
Any chance you'd add a Wild Mushroo...
Posted By: Cowt
Any chance you'd add a Wild Mushroom frame for the Druid class? The default UI has one, using the 'TotemFrame' frame, but STUF does not support this.
File: Balance Power Tracker02-17-11
Not so much a lack of feature, than...
Posted By: Cowt
Not so much a lack of feature, than an inconvenience having to adjust the code with each update; would you consider for future releases, to have Bar Width adjustable by single units, rather than in steps of 5? Due to my very compact and aligned UI, I find myself wanting it precisely 306 wide.
File: Balance Power Tracker02-16-11
Been experiencing an issue with BPT...
Posted By: Cowt
Been experiencing an issue with BPT ever since I downloaded v 1.1.4. It won't allow me to keep the text off. Unchecking the box, it will disappear, but after reloading or relogging, the power text is back, and the box is still checked. The weird part is, even when I attempt to alter the .LUA document (saved variables, and the a...
File: stExperienceBar02-14-11
Appreciated.
Posted By: Cowt
Appreciated.
File: stExperienceBar02-13-11
I can't for the life of me figure o...
Posted By: Cowt
I can't for the life of me figure out what colours the reputation bar. I am trying to have it coloured, in the same manner as the XP bar, by class. Two pages back you helped me colour the XP bar this way, using: local _, class = UnitClass("player") local color = RAID_CLASS_COLORS local r,g,b = color.r, color.g, color.b xpBar...
File: stExperienceBar12-01-10
Seeing as addon is not saved on a p...
Posted By: Cowt
Seeing as addon is not saved on a per-character basis, is there any call I could use to colour the purple XP colour by class colour? If so, I'd also use the same for any and all reputation colours. Thanks for uploading the addon.
File: Power Auras Classic11-10-10
Re: Re: Re: Re: Re: Re: Re: Need help with consecration duration.
Posted By: Cowt
Originally posted by Smacker That should work. Did you try removing your changes and seeing if it fixed it? It did, and after re-applying them everything seem to show up now. It is possible there was a typo in there, but it sure didn't look like it. Anyway, thank you again. Have yet to figured out how to add a TimerTextur...
File: Power Auras Classic11-09-10
Re: Re: Re: Re: Re: Need help with consecration duration.
Posted By: Cowt
Originally posted by Smacker Fonts need to be set in PowerAurasBase.lua Thank you for the quick reply, and the help. I've got the font to show up in-game now. Both for Text Auras and for Timers, but any and all auras have now stopped from showing up. I am getting no error messages, and CTRL-clicking an aura tells me that it s...
File: Power Auras Classic11-09-10
Re: Re: Re: Need help with consecration duration.
Posted By: Cowt
Originally posted by Phaux I am not sure how to put the custom duration in and I dont see a check box for it. Edit Aura -> Animation -> Anim. Duration. (At the bottom of the tab). ______________ How does one add new fonts? I added one of my liking to the AddOns\PowerAuras\Fonts in .ttf format, but after restarting the gam...
File: Stuf Unit Frames (and Raid)11-06-10
Originally posted by steppin ther...
Posted By: Cowt
Originally posted by steppin there is no option for focus target .. that's what i was looking for The only thing more descriptive than the previously given instructions would be this picture. <--- (Using v4.0.005).
File: Stuf Unit Frames (and Raid)11-05-10
Re: focus target frame
Posted By: Cowt
Originally posted by steppin i notice one thing that seems to be missing is the focus target frame . i've searched for it to enable, but don't seem to find the option for it. Interface -> AddOns -> Stuf -> Focus Target -> Uncheck 'Disable'. Originally posted by rymphz Is it possible that Yellow bar will take part of the p...