WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   oUF (Otravi Unit Frames) (https://www.wowinterface.com/forums/forumdisplay.php?f=87)
-   -   oUF P3lim - Official thread (https://www.wowinterface.com/forums/showthread.php?t=21740)

p3lim 08-10-09 01:53 PM

Quote:

Originally Posted by mdh1975 (Post 152923)
After updating to your most recent update my pretty black/gray bars Im use to are no longer. The are now white/light gray. Is there any way that I can change them back to the previous look that you have had for so long?

Screenshot please

mdh1975 08-10-09 02:37 PM



This is what it looks like now. I have not changed except the location of the bars. The bars in your preview pics for the mod is how they use to look.

Waverian 08-10-09 03:26 PM

That's the default texture & color when a texture isn't set (or is set but the file doesn't exist). Make sure you have an oUF_P3lim\media\minimalist.tga file. Also make sure you have these two lines in your oUF_P3lim.lua file:

Code:

local texture = [=[Interface\AddOns\oUF_P3lim\media\minimalist]=]

...

self.Health:SetStatusBarTexture(texture)


sisonsa 08-30-09 08:06 AM

the customsize fonts's location.
 
I have a question:
when I set the OUF's font size,the target's 'info'' location have a problem.it can flush left.it away in the middle.but If I do not customize the fonts size.the location is ok.



local info = self.Health:CreateFontString(nil, 'OVERLAY')
info:SetFont(fontn,13,'outline')
info:SetPoint('LEFT', self.Health, 2, -3)
info:SetPoint('RIGHT', hpvalue, 'LEFT')

this is my customize fonts size.wait for your help.

p3lim 08-30-09 08:34 AM

Quote:

Originally Posted by sisonsa (Post 156752)
I have a question:
when I set the OUF's font size,the target's 'info'' location have a problem.it can flush left.it away in the middle.but If I do not customize the fonts size.the location is ok.



local info = self.Health:CreateFontString(nil, 'OVERLAY')
info:SetFont(fontn,13,'outline')
info:SetPoint('LEFT', self.Health, 2, -3)
info:SetPoint('RIGHT', hpvalue, 'LEFT')

this is my customize fonts size.wait for your help.

info:SetJustifyH('LEFT')

sisonsa 08-30-09 09:02 AM

Quote:

Originally Posted by p3lim (Post 156757)
info:SetJustifyH('LEFT')

Thanks for you help.It's ok now:)

sisonsa 09-01-09 08:05 AM

When I have my pet,why the experience bar look liks that?


wait for your help~

p3lim 09-01-09 08:15 AM

Quote:

Originally Posted by sisonsa (Post 157059)
When I have my pet,why the experience bar look liks that?


wait for your help~

You need to adjust the width of the xpbar for the pet.

sisonsa 09-01-09 08:34 AM

Quote:

Originally Posted by p3lim (Post 157062)
You need to adjust the width of the xpbar for the pet.

self.Experience:SetHeight(11)
Self.Experience:SetWidth(186)

This is what I set of the xpbar's Width in oUF_p3lim.lua.I did't see the xpbar for the pet.is it in the OUF_experience.lua or another?

NeverD1e 09-13-09 12:40 AM

Please tell me how i can see testing mod buffs/debuffs on all frames?

p3lim 09-13-09 07:07 AM

Quote:

Originally Posted by NeverD1e (Post 158614)
Please tell me how i can see testing mod buffs/debuffs on all frames?

http://p3lim.pastey.net/93718-4f2y:93716-hfpf

NeverD1e 09-13-09 08:55 AM

P3lim thanks for you help:)

Kolaholisti 10-03-09 03:07 AM

Yo there! Nice layout you have made. Could you tell me how to resize my portait? My current code for portrait

Code:

                self.Portrait = CreateFrame('PlayerModel', nil, self)
        self.Portrait.type = '3D'
        self.Portrait:SetAlpha(.50)
        self.Portrait:SetPoint('TOPLEFT', self.Health, 'TOPLEFT', 0, -0.5)
        self.Portrait:SetPoint('BOTTOMRIGHT', self.Health, 'BOTTOMRIGHT', 0.5, -0.5)
        self.Portrait:SetHeight(Wont work)
        self.Portrait:SetWidth(Wont work)

How to increase level of text and change font/color of it?

Thanks!

oppewala 10-09-09 11:16 PM

I've tried to add oUF Totembar to your layout, but i only get the background, no bars indicating which totems are down.

Please Help!

Edit: Nevermind - Turns out I had a typo. How did i miss that....

Cheevo 10-23-09 06:04 PM

I love your layout of oUF and have some basic understanding of lua coding. I have one small problem however. I would like to completely remove the cast bar from your layout as I use ACB for its latency module. Could you show me how to make the necessary modifications to the code so the player/target cast bars are gone?
Current version of code I'm using: 30200.2-Beta

Thank you for your help!

p3lim 10-23-09 06:55 PM

Remove any line that contains the word 'self.Castbar'

Ferous 10-30-09 01:29 AM

Hey :) I love your lay out and and I thank you for it :P

I wanted to ask one question: I can't seem to find out the name of the oUF frames so I can parent my panels to it. Am I missing something? It keeps coming back as nil.

Thanks in advance! :)

-Ferous

p3lim 10-30-09 05:14 AM

They have no global name references, but you could access them through oUF's global variable.

oUF.units.player
oUF.units.target
oUF.units.focus
etc, you get the drift.

Ferous 10-30-09 01:51 PM

Quote:

Originally Posted by p3lim (Post 164056)
They have no global name references, but you could access them through oUF's global variable.

oUF.units.player
oUF.units.target
oUF.units.focus
etc, you get the drift.

Okay coolness ty :) <3

Soulofsin_007 11-09-09 12:50 PM

I love the UF's, but one quick thing, they are not registering with clique, how can I stop the click casting?


All times are GMT -6. The time now is 11:42 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI