Thread Tools Display Modes
05-05-11, 11:46 AM   #1
feraldrood
A Theradrim Guardian
 
feraldrood's Avatar
Join Date: Dec 2008
Posts: 62
Help with my UI (little problems)

Sup Lads and Ladies, *image links fixed*

so the UI's coming along nicely but I needed some help with a couple features, - to the cloud:

-- ANY help would be appreciated, I'll be happy lol.

-In stuf uf's how can I make x text only show in combat?
-In stuf uf's how do I display a . or something show in diff colors if rested/combat instead of a status icon + hidden if no status?
-While using "aurora" is there a way to make quality glows show up in the character frame?
-How to I change the texture of the quality glow?
[this is what I want http://postimage.org/image/1bkla5gro/ ]
-How do I this: http://postimage.org/image/1bkjmm49w/

for posterity, heres how fubar my bags are: http://postimage.org/image/1bkol85r8/
-- using bagnon, [I miss cassone] so obviously in the pic the borders are out of scale thus disappearing, ugly buttons at top, ugly texture for glow (but you cant see that because I used a screenshot with no quality items in the inventory hurr) and the scale of the icons is too big.

-- last bit of trouble...the chat.
part 1 of problem: spacing is 1 despite my specification to setspacing 2 in the lua for prat. probably due to "tekticles" changing my chat not sure what to edit in the tekticles lua to fix that...
part 2 of problem: typically, sometime right after login, chat outline will turn off... no idea on that one, prob due to tekticles again


again any help is appreciated. thanks a million, interface community :3

Last edited by feraldrood : 05-05-11 at 04:26 PM.
  Reply With Quote
05-05-11, 12:22 PM   #2
ShadowProwler420
A Flamescale Wyrmkin
 
ShadowProwler420's Avatar
Join Date: Feb 2008
Posts: 115
I can't help with any of your issues (except for maybe Bagnon, but I'd have to see the screenshot to be able to understand what you are trying to explain), but none of your screenshot links are working. Not sure if Dropbox has some sort of security layer or what, but I get a 403 Error telling me I don't belong here when I click on any of your links.

You may want to try reposting your screenshots by using the paper clip icon at the top of the window/frame you enter your comment in when posting here.
__________________

  Reply With Quote
05-05-11, 12:34 PM   #3
red8981
A Wyrmkin Dreamwalker
Join Date: Oct 2010
Posts: 51
Stuf, I think you need go into actually lua files to change those. Can not do it in in-game configurations.
Bagnon, I think it is lua again...
Prat, Havent have problem like yours

Need Some Working ScreenShotS
  Reply With Quote
05-06-11, 08:10 AM   #4
irott
A Murloc Raider
 
irott's Avatar
Join Date: Feb 2011
Posts: 5
The code for Aurora can be found on lines 553

Code:
for i = 1, getn(slots) do
	_G["Character"..slots[i].."Slot"]:SetNormalTexture("")
	_G["Character"..slots[i].."Slot"]:GetRegions():SetTexCoord(.08, .92, .08, .92)
	local bd = CreateFrame("Frame", nil, _G["Character"..slots[i].."Slot"])
	bd:SetPoint("TOPLEFT", -1, 1)
	bd:SetPoint("BOTTOMRIGHT", 1, -1)
	Aurora.CreateBD(bd)
	bd:SetBackdropColor(0, 0, 0, 0)
end
The part that needs to be changed is the bd:SetBackdropColor(0, 0, 0, 0).

How to make it so that the colors are based on quality... I don't know that code. Just wanted to point you in the right direction.
  Reply With Quote
05-06-11, 08:43 AM   #5
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
-In stuf uf's how can I make x text only show in combat?
-In stuf uf's how do I display a . or something show in diff colors if rested/combat instead of a status icon + hidden if no status?
[Solid_if_Combat:YourText] - will only show (in the solid color) if in combat
You can change 'Solid' to w/e other color settings Stuf has set.

As for rested... I have no idea. I have never seen the option for it, you might have to go into the Advance User part and add it manually in the Lua option it has.
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Help with my UI (little problems)

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off