Thread Tools Display Modes
10-21-14, 08:35 AM   #1
Tari-en
A Fallenroot Satyr
Join Date: May 2009
Posts: 22
oUF_Qulight help

Hey all!

I need some help with oUF_Qulight. I fixed some problems myself but i have a bug
with the ShadowOrbBar, RunePowerBar etc... There is no space between the second
and third orb, same Problem with Runes etc...


//FIXED


And the next qustion is simple...

I want to change the Nametext for example :

"Training Dummy" in -> "T. Dummy"
"Esha the Loommaiden" in -> "E.t. Loommaiden"

With Pitbull I use this code here:

Lua Code:
  1. Alpha(0.7) Outline() local r,g,b = ClassColor(unit) return '|cff%02x%02x%02x%s|r %s%s%s', r, g, b, gsub(Name(unit), "%s?(.[\128-\191]*)%S+%s", "%1. "), DND(unit))

How can I used something like this in oUF?

Last edited by Tari-en : 10-21-14 at 09:43 AM.
  Reply With Quote
10-21-14, 04:28 PM   #2
Tari-en
A Fallenroot Satyr
Join Date: May 2009
Posts: 22
Okay, i did it!


Last edited by Tari-en : 10-21-14 at 04:39 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » oUF_Qulight help


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