Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Heimdall
Forum: oUF (Otravi Unit Frames) 10-29-09, 07:20 AM
Replies: 327
Views: 160,430
Posted By Heimdall
You are right, there were some lines of code...

You are right, there were some lines of code between the party definition and the spawning time in which it was set an initial-width, i commented them and now it's working fine also the party...
Forum: oUF (Otravi Unit Frames) 10-29-09, 02:35 AM
Replies: 327
Views: 160,430
Posted By Heimdall
I all, i'm new to oUF and i'm trying to set the...

I all,
i'm new to oUF and i'm trying to set the party width without success, i've used as a base the oUF_Lyn layout plus several others i've found to get some examples how this mod works.
Anyway i've...
Forum: AddOn Help/Support 07-31-09, 12:42 AM
Replies: 13
Views: 9,934
Posted By Heimdall
Thanks for the tip, i will test this when at home...

Thanks for the tip, i will test this when at home today, i'm new to Lua and i still don't know enough, also i didn't know that UnitClass return two strings (the second one that i need is...
Forum: AddOn Help/Support 07-31-09, 12:36 AM
Replies: 13
Views: 9,934
Posted By Heimdall
Because i had to truncate a string and to do a...

Because i had to truncate a string and to do a check on the power value, and also i want to experiment with lua :P
Forum: AddOn Help/Support 07-30-09, 12:33 PM
Replies: 13
Views: 9,934
Posted By Heimdall
Ok, for future reference i've done this ugly code...

Ok, for future reference i've done this ugly code here (:D):
function(unit, cache)
DB = {}
for class, color in pairs(RAID_CLASS_COLORS) do
DB[class] = { r=color.r, g=color.g, b=color.b}
end
r =...
Forum: AddOn Help/Support 07-30-09, 12:07 PM
Replies: 13
Views: 9,934
Posted By Heimdall
Actually i want a class-colored text and i need...

Actually i want a class-colored text and i need the rgb code for that but i can't get it and unpack in three local variables, i'll give it a try after dinner ;)
Forum: AddOn Help/Support 07-30-09, 10:54 AM
Replies: 13
Views: 9,934
Posted By Heimdall
I don't know, for example this simple code...

I don't know,
for example this simple code here:

function(unit, cache)
local DB = {}
for class, color in pairs(RAID_CLASS_COLORS) do
DB[class] = { class }
end
return DB["ROGUE"]
end
Forum: AddOn Help/Support 07-30-09, 07:13 AM
Replies: 13
Views: 9,934
Posted By Heimdall
You are right about the dot, let's hope is the...

You are right about the dot, let's hope is the reason of my problem ;)
as soon as i get home i'll check in game what happens.

thanks for the help
Forum: AddOn Help/Support 07-30-09, 06:57 AM
Replies: 13
Views: 9,934
Posted By Heimdall
STUF Lua editor

Hi all,
i'm trying to color a string using the class color in STUF, the problem is that i don't know how to do that...
I tryied usin the table RAID_CLASS_COLORS but i must be missing something:...
Showing results 1 to 9 of 9