Results: 1740Comments by: Tuller
File: Dominos12-23-10
@vinehorn: it should be fixed now....
Posted By: Tuller
@vinehorn: it should be fixed now. @Fiercy: You want to disable the tree of life setting. @ShetiPhian: No because return exits the function. http://www.lua.org/pil/4.4.html
File: OmniCC12-20-10
@Blackout05: I've not been able to...
Posted By: Tuller
@Blackout05: I've not been able to reproduce this one. @baltic: Will look into it @kyuelol: That's something specific to action bars, and thus will not be implemented in OmniCC. There may be other addons that do something similar, though.
File: Bagnon12-20-10
@strykerk: In short, mess around w...
Posted By: Tuller
@strykerk: In short, mess around with the settings panel. @joshmiller83: No, it has not been fixed yet. @spiralofhope: I try to avoid adding too many color borders. The more borders there are, the less useful they become. You should be able to find boe items by typing boe as a search string, though. @rilla: I use banks...
File: Dominos12-20-10
So I've been playing a shaman now,...
Posted By: Tuller
So I've been playing a shaman now, and am working on a new totem bar: http://dl.dropbox.com/u/7341420/totem%20bar.png Sometime after Christmasish, I should have it ready to go. @Velcrow: I tend to think this is related to other addons, until I'm able to reproduce it myself.
File: Dominos12-17-10
I was talking about the XP percenta...
Posted By: Tuller
I was talking about the XP percentage display. Basically, the text is customizable now, using lua. function XP:SetXPFormat(fmt) self.sets.xpFormat = fmt if self.watchingXP then self:UpdateExperience() end end function XP:GetXPFormat() return self.sets.xpFormat or ] end
File: Dominos12-16-10
Right click -> focus target is a ta...
Posted By: Tuller
Right click -> focus target is a tainting issue that's more or less a longstanding problem on Blizzard's end. I'd use the /focus and /clearfocus commands.
File: Dominos12-15-10
@wazooda: Its not caused by Domino...
Posted By: Tuller
@wazooda: Its not caused by Dominos. @Rosalyne, Spectrezh, Dixon, Saus: Its possible to do on your part right now, just not easy :) @Grummel: There's an addon that does this already, I believe. @Aisenfaire: I bet its a Blizzard bug :) @Seyss: hide;show is the showstate. @Kabuto-eu: Do these error still happen? W...
File: tullaRange12-15-10
The reason I avoid doing so is to a...
Posted By: Tuller
The reason I avoid doing so is to avoid having to write custom code to handle each specific action bar addon (I don't even do that for Dominos :P)
File: tullaRange12-14-10
No, since buttonForge isn't a stand...
Posted By: Tuller
No, since buttonForge isn't a standard action button addon.
File: tullaCC12-11-10
I mean, where in the Blizzard UI ar...
Posted By: Tuller
I mean, where in the Blizzard UI are you seeing that the spell is ready for use?
File: tullaCC12-11-10
Where are you pulling the server in...
Posted By: Tuller
Where are you pulling the server info from?
File: OmniCC12-07-10
I know that's the final bit I can p...
Posted By: Tuller
I know that's the final bit I can put in, I'm just debating how necessary it is :)
File: Bagnon12-07-10
@Mazth Play around with the variou...
Posted By: Tuller
@Mazth Play around with the various options. @chaud Because determining aggregate numbers of items with the Bagnon_Forever saved settings layout is suboptimal, along with the fact that item tooltips update every frame or so.
File: Dominos12-06-10
@poupi: This has nothing to do wit...
Posted By: Tuller
@poupi: This has nothing to do with cataclysm. Just set up shadowdance paging on your rogue's actionbar and you should be set. @Raz: I've yet to reproduce this one. @bobbank: Nope @pdrayton: I'd look at rActionBarStyler or ButtonFacade for that. It'll never be an option in Dominos.
File: OmniCC12-06-10
I don't think there's anything I ca...
Posted By: Tuller
I don't think there's anything I can do about that.
File: OmniCC12-05-10
Yeah, I found it a couple of days a...
Posted By: Tuller
Yeah, I found it a couple of days ago, too. More or less, its back to the drawing board for the update algorithm. @Silverdragn: Make sure that OmniCC_Config is installed and enabled in the addons menu.
File: OmniCC12-03-10
If I told you that, in addition to...
Posted By: Tuller
If I told you that, in addition to color, you can also adjust the opacity levels of cooldown text for the different duration groups, would that help? :)
File: Dominos12-03-10
If a button's skin looks funny due...
Posted By: Tuller
If a button's skin looks funny due to needing to be resized, then I think that's something that the styling addon should handle.
File: Dominos12-02-10
The latest update should definitely...
Posted By: Tuller
The latest update should definitely fix the CPU spikes. I'm not sure that I'm causing anything else, though.
File: OmniCC12-02-10
Possibilities: Are you getting any...
Posted By: Tuller
Possibilities: Are you getting any lua errors? (are they enabled) Do you have CPU usage tracking enabled?
File: OmniCC12-02-10
Can you provide me with a screensho...
Posted By: Tuller
Can you provide me with a screenshot of that? My suspicion is that you're not seeing a cooldown for Battle Shout, but you are seeing the battle shout buff duration (not related to OmniCC).
File: Dominos12-01-10
@Twidget: Nope :P @trÿx: Are y...
Posted By: Tuller
@Twidget: Nope :P @trÿx: Are you running Dominos_Buffs? If so, that is the issue. If not, then its probably a performance issue related to keybinding events being fired by the UI. Edit: try this version: https://github.com/downloads/Tuller/Dominos/Dominos%201.20.1.zip I've implemented some optimizations to disable the bi...
File: Bagnon Beta11-29-10
@joshmiller83: The end points poin...
Posted By: Tuller
@joshmiller83: The end points point to the tradeskill addon. @ollitrop: I should probably implement an option at some point. @gizmogeek: Yep, that's a bug :P
File: tullaRange11-28-10
And what happens if you use the lat...
Posted By: Tuller
And what happens if you use the latest version that I provide?
File: tullaCC11-28-10
In config.lua, you want to reduce t...
Posted By: Tuller
In config.lua, you want to reduce the min scale/size setting. Odds are your pet bar is just too small right now.