Showing results 1 to 25 of 52
Search took 0.00 seconds.
Search: Posts Made By: Sauerkraut
Forum: oUF (Otravi Unit Frames) 02-16-15, 07:59 AM
Replies: 9
Views: 5,844
Posted By Sauerkraut
Thank you p3lim I will try that.

Thank you p3lim I will try that.
Forum: oUF (Otravi Unit Frames) 02-15-15, 07:40 PM
Replies: 9
Views: 5,844
Posted By Sauerkraut
I follow. You are correct I believe that it is...

I follow. You are correct I believe that it is set after. Is there a better way to set the text color aside from grabbing the color of the bar?
Forum: oUF (Otravi Unit Frames) 02-15-15, 04:36 PM
Replies: 9
Views: 5,844
Posted By Sauerkraut
Here is the whole power bar code section --gen...

Here is the whole power bar code section

--gen powerbar func
lib.gen_ppbar = function(f)
--statusbar
local s = CreateFrame("StatusBar", nil, f)
s:SetStatusBarTexture(cfg.powerbar_texture)
...
Forum: oUF (Otravi Unit Frames) 02-15-15, 10:53 AM
Replies: 9
Views: 5,844
Posted By Sauerkraut
Here is a short video I made to show the problem....

Here is a short video I made to show the problem. Not sure if it will help any.

http://youtu.be/Fy4h8hXgdYA
Forum: oUF (Otravi Unit Frames) 02-14-15, 10:47 PM
Replies: 9
Views: 5,844
Posted By Sauerkraut
The HookScript function is used to get a smooth...

The HookScript function is used to get a smooth power value transition. The original discussion is available here: http://www.wowinterface.com/forums/showthread.php?t=45676



Thank you I will fix...
Forum: oUF (Otravi Unit Frames) 02-14-15, 04:33 PM
Replies: 9
Views: 5,844
Posted By Sauerkraut
Druid power value not changing color on shapeshift

I've noticed a rather irritating issue with my unit frames. When I switch from caster to cat the color of the power text does not update with the bar. To clarify this is only when shifting. Upon...
Forum: oUF (Otravi Unit Frames) 01-25-13, 04:51 PM
Replies: 20
Views: 13,567
Posted By Sauerkraut
Awesome it works!!! Thank you all so much. ...

Awesome it works!!! Thank you all so much. There is no way I could have done it without you. I'm still such a noob when it comes to lua.
Forum: oUF (Otravi Unit Frames) 01-25-13, 05:47 AM
Replies: 20
Views: 13,567
Posted By Sauerkraut
Oops didn't see this. Dawn, I tried the code in...

Oops didn't see this. Dawn, I tried the code in two places within my power bar setup. I can't paste the code atm because I'm at work. The bars are colored by power type, but the text stayed yellow...
Forum: oUF (Otravi Unit Frames) 01-25-13, 05:43 AM
Replies: 20
Views: 13,567
Posted By Sauerkraut
Thanks Phanx I'll try that when I get home from...

Thanks Phanx I'll try that when I get home from work.
Forum: oUF (Otravi Unit Frames) 01-24-13, 08:44 PM
Replies: 20
Views: 13,567
Posted By Sauerkraut
Thanks Dawn, unfortunately all that did was...

Thanks Dawn, unfortunately all that did was change the color from white to yellow but I think it is a step in the right direction.
Forum: oUF (Otravi Unit Frames) 01-24-13, 03:37 PM
Replies: 20
Views: 13,567
Posted By Sauerkraut
I can't figure out how to color the text to match...

I can't figure out how to color the text to match the bar. Any ideas would be appreciated.
Forum: oUF (Otravi Unit Frames) 01-24-13, 03:29 PM
Replies: 20
Views: 13,567
Posted By Sauerkraut
Phanx's way is probably better but... local...

Phanx's way is probably better but...

local text = lib.gen_fontstring(f.Health, cfg.font, 18, "OUTLINE")
text:SetPoint("RIGHT", s.arrow, "LEFT", 6, -8)
s:SetScript("OnValueChanged",...
Forum: oUF (Otravi Unit Frames) 01-18-13, 07:31 AM
Replies: 20
Views: 13,567
Posted By Sauerkraut
Thanks Haste this gave me the starting point I...

Thanks Haste this gave me the starting point I needed to get this working. Really appreciate all the help :o :D
Forum: oUF (Otravi Unit Frames) 01-10-13, 05:50 AM
Replies: 16
Views: 6,242
Posted By Sauerkraut
Sorry I actually pasted a wrong section of code. ...

Sorry I actually pasted a wrong section of code. I really appreciate the help Phanx however I could really do without the condescension. I've never claimed to be anything but a poor coder. My very...
Forum: oUF (Otravi Unit Frames) 01-09-13, 05:49 AM
Replies: 16
Views: 6,242
Posted By Sauerkraut
Sorry here is the rest of the target arrow...

Sorry here is the rest of the target arrow code

lib.setTargetArrowColor = function(self)
local _, cType = UnitClass("target")
local ccolor = oUF.colors.class[cType] or...
Forum: oUF (Otravi Unit Frames) 01-08-13, 03:53 PM
Replies: 16
Views: 6,242
Posted By Sauerkraut
Need help coloring "widget" again :(

So I'm trying to add my arrow widget to some other frames at the request of a user. So far I have gotten everything working, except that the initial arrow always shows up white. Once you change...
Forum: oUF (Otravi Unit Frames) 01-06-13, 04:54 PM
Replies: 4
Views: 4,663
Posted By Sauerkraut
Thank you sir!

Thank you sir!
Forum: oUF (Otravi Unit Frames) 01-06-13, 01:35 PM
Replies: 4
Views: 4,663
Posted By Sauerkraut
So would it simply be a matter of changing...

So would it simply be a matter of changing icon.debuff to icon.isDebuff? :confused:
Forum: oUF (Otravi Unit Frames) 01-05-13, 06:48 PM
Replies: 4
Views: 4,663
Posted By Sauerkraut
Desaturate non-Player Debuffs

My code for desaturating debuffs that are not applied by my character is no longer working. All debuffs now show the same. I have attached the code in the hopes that some one can point out my...
Forum: Lua/XML Help 06-28-11, 12:12 PM
Replies: 10
Views: 5,417
Posted By Sauerkraut
Thank you suicidalkatt! I'll try that as soon as...

Thank you suicidalkatt! I'll try that as soon as the servers come back up.
Forum: Lua/XML Help 06-28-11, 07:49 AM
Replies: 10
Views: 5,417
Posted By Sauerkraut
Here is the...

Here is the pastey

http://pastebin.com/Ez2MTqrE

I think that code was leftover from the first bit before I started trying to fix the check. I had replaced unit with guid.
Forum: Lua/XML Help 06-27-11, 06:18 PM
Replies: 10
Views: 5,417
Posted By Sauerkraut
Still unable to solve this. Any and all input is...

Still unable to solve this. Any and all input is appreciated.
Forum: Lua/XML Help 06-16-11, 02:39 PM
Replies: 10
Views: 5,417
Posted By Sauerkraut
I'm sorry if these are dumb questions, I'm really...

I'm sorry if these are dumb questions, I'm really trying. I'm not overly familiar with lua or any other programming language for that matter and I think I may be in over my head here.

Following (I...
Forum: Lua/XML Help 06-15-11, 03:26 PM
Replies: 10
Views: 5,417
Posted By Sauerkraut
Sadly I still haven't been able to get this...

Sadly I still haven't been able to get this working. If anyone has any ideas they would be greatly appreciated.
Forum: Lua/XML Help 06-12-11, 07:09 AM
Replies: 10
Views: 5,417
Posted By Sauerkraut
Thanks, I had actually already changed...

Thanks, I had actually already changed UnitisAllowed(destGUID) after reading through some of the wowprogramming.com documents. I'll try it out and see if it works. Thank you again.
Showing results 1 to 25 of 52