Results: 12Comments by: grimgaw
File: mortSoulReaper03-05-13
Re: usage problem
Posted By: grimgaw
not sure if i messed something up but its not working for me. any help would be appreciated. i am using bartender if this makes any difference. i installed just like any other add-on. I'm afraid that this won't work for bartender as it's renaming the default buttons, which my addon is scanning. It should work with default bars or an...
File: oUF_Mlight(MoP)08-22-12
change that to icon.isDebuff
Posted By: grimgaw
change that to icon.isDebuff
File: Tipachu01-12-11
Had the same problem when mousing o...
Posted By: grimgaw
Had the same problem when mousing over mastery stat in character pane. To fix it add red part: local function hookSpell(tip) tip:HookScript('OnTooltipSetSpell', function(self, ...) if self:GetSpell() ~= nil then local name, rank, icon = GetSpellInfo(self:GetSpell()) AddIcon(self, icon) end end) end
File: oUF Fader11-17-10
Originally posted by grimgaw Any...
Posted By: grimgaw
Originally posted by grimgaw Any chance of adding 'smooth fade' à la oUF Smooth (but obviously for opacity instead of hp/energy update) Almost a year, heh. Anyhow, replace: self:SetAlpha(self.BarFaderMinAlpha or 0.25) with UIFrameFadeOut(self, 1, self:GetAlpha(), self.BarFaderMinAlpha or 0.25) andself:SetAlpha(self.BarFaderMa...
File: rButtonTemplate10-20-10
Something i've noticed though, when...
Posted By: grimgaw
Something i've noticed though, when you enter combat whole Hotkey settings get reset. Even with unmodified rABS when i enter combat my hotkey text shifts few pixels down and stays like that until next reloadui. Is there any fix for that Zork?
File: rButtonTemplate10-20-10
how about this: local t = ho:Get...
Posted By: grimgaw
how about this: local t = ho:GetText() if(not t or t=="") then return end t = t:gsub("Num Pad ", "n") t = t:gsub("-", "") ho:SetText(t)
File: rFilter09-04-09
I have a slight problem with tracki...
Posted By: grimgaw
I have a slight problem with tracking my buffs. Latest patch added tier9 and new Sigil for my Death Knight. I would like to track my Fallen Crusader (enchant), 2pice tier9 and Sigil of Virulence proccs, however all of these proccs are named 'Unholy Strength'. Eventhough i put right SpellId's for each of these buffs if one of the...
File: rActionBar04-21-09
Is there any way to change spacing...
Posted By: grimgaw
Is there any way to change spacing between individual buttons on the bars?
File: Dominos04-15-09
I have some of my bars with 50% Fad...
Posted By: grimgaw
I have some of my bars with 50% Faded opacity and 100% Opacity. So if not mouseover'ed they would fade to 50% and 100% if my mouse hovers over them. Now with 3.1 that function seams broken. Is this a know issue?
File: oUF Fader04-12-09
Any chance of adding 'smooth fade'...
Posted By: grimgaw
Any chance of adding 'smooth fade' à la oUF Smooth (but obviously for opacity instead of hp/energy update)
File: rButtonTemplate03-19-09
Anyone with a clue how to get rActi...
Posted By: grimgaw
Anyone with a clue how to get rActionButtonStyler to skin 'Class Bar' in Dominos?
File: ZMobDB Advanced610-16-08
i'm using ver6.0HotFix1, and have p...
Posted By: grimgaw
i'm using ver6.0HotFix1, and have problem with my Player Portrait, Somehow Target Portrait is replacing Player one: -if i disabe Tagret, Player disapears; -with Target enabled, Player shows the same portrait as Target.