Results: 11Comments by: Roham
File: !Beautycase12-08-11
Strata
Posted By: Roham
Absolutely LOVE this addon. It's simple and elegant. Need a hand though! I'm trying to set the strata of the border to just above the Grid2LayoutFrame but I can't find a way to do it. Currently I'm just using a macro with this: /script CreateBorder(Grid2LayoutFrame, 11, 0.73, 0.6, 0.6) Is there a way to modify the strata?...
File: Roth UI (Diablo)05-03-11
Castbar text
Posted By: Roham
Is it possible to disable the cast time text on the player and target bars?
File: Roth UI (Diablo)04-29-11
Re: Re: Re: Modify Alpha
Posted By: Roham
Originally posted by zork /run BuffFrame:SetAlpha(0) /run MinimapCluster:SetAlpha(0) Thank you so much, Zork! Quest !'s and The new gold circle that surrounds your current target are still visible, I'm thinking they might be a seperate frame that needs to be hidden. Any ideas?
File: Roth UI (Diablo)04-29-11
Re: Modify Alpha
Posted By: Roham
Originally posted by Roham I don't know if this is possible but I use two macros that set alphas for several interface elements to 0 and 1 and I'd like to add some Roth elements. The minimap and rbuffs. Something like: /script SetrBuffsAlpha 0 /script SetMinimapAlpha 0 Is this possible? Any ideas?
File: Roth UI (Diablo)04-28-11
Modify Alpha
Posted By: Roham
I don't know if this is possible but I use two macros that set alphas for several interface elements to 0 and 1 and I'd like to add some Roth elements. The minimap and rbuffs. Something like: /script SetrBuffsAlpha 0 /script SetMinimapAlpha 0 Is this possible?
File: Roth UI (Diablo)04-04-11
Runebar
Posted By: Roham
I'm trying to adjust/hide the runebar, I've located runebar in oUF/elements but it seems like any adjustments I make to that file never take effect in WoW. How do I hide the runebar? btw: I tried using HideBlizzard to hide it but it doesn't work with Roth UI
File: Roth UI (Diablo)02-24-11
Re: Re: Remove text from Orbs
Posted By: Roham
Thank you, when I quote out those lines I get massive lag after losing mana or health so instead I did: --create strings for health and power orb local createHealthPowerStrings = function(self) --hp strings local hpval1, hpval2, ppval1, ppval2, hpvalf, ppvalf hpvalf = CreateFrame("FRAME", nil, self.Health)...
File: Roth UI (Diablo)02-21-11
Remove text from Orbs
Posted By: Roham
Is there a way to remove the Health and Mana/Energy text from the orbs? http://i.imgur.com/7DWUT.jpg
File: Roth UI (Diablo)02-09-11
Adding hots to party frames?
Posted By: Roham
I'd like to be able to track my renew's in the party frame, all that seems to show is debuffs, is there a place to configure which hots/buffs are shown? Maybe even configure the positioning and size of each icon?
File: Roth UI (Diablo)01-27-11
OmniCC hide_cooldown_spiral issue
Posted By: Roham
Love the UI, but I'm having one issue: In basic.lua for OmniCC there is: local hide_cooldown_spiral = false I changed this to true and it does not work, I'm trying to get the functionality that is in the original OmniCC, which is to not display any cooldown spiral on any button. On line 77 there is code regarding this: i...
File: Roth UI (Diablo)12-10-10
Amazing UI, so happy with the clean...
Posted By: Roham
Amazing UI, so happy with the clean, sleek and fitting look. With that being said, I've made some minor adjustments to the positioning of things. The LUA changes affect all of my toons, but the ingame /rabs /diablo and /rbuff positioning don't seem to span across all my toons. Where are the x y coordinates saved when we use tho...