Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: thefrogi
Forum: Chit-Chat 11-07-10, 05:55 AM
Replies: 68
Views: 36,876
Posted By thefrogi
frogi is the first two letters of my first and...

frogi is the first two letters of my first and first three of my second name.

Simples.
Forum: AddOn Help/Support 09-15-10, 12:27 PM
Replies: 10
Views: 5,869
Posted By thefrogi
I managed to find this bit of code: local...

I managed to find this bit of code:

local cur,max = HP(unit),MaxHP(unit)
local r,g,b = HPColor(cur,max)
if cur < max then
return "|cff%02x%02x%02x%s%%|r",r,g,b,Percent(cur,max)
end

Which hides...
Forum: AddOn Help/Support 09-15-10, 11:56 AM
Replies: 10
Views: 5,869
Posted By thefrogi
After a bit if reading and c&p'ing. I've came up...

After a bit if reading and c&p'ing. I've came up with these:

[(Status or HP) Outline]

Outline()
local s = Status(unit)
if s then
return s
end
return "%s",HP(unit)
Forum: AddOn Help/Support 09-15-10, 10:44 AM
Replies: 10
Views: 5,869
Posted By thefrogi
Thanks jeffy162! Will give it a shoot, hopefully...

Thanks jeffy162! Will give it a shoot, hopefully with the other thread you linked I can get something going.
Forum: AddOn Help/Support 09-15-10, 08:47 AM
Replies: 10
Views: 5,869
Posted By thefrogi
I've gone through some of the posts trying...

I've gone through some of the posts trying different things, cutting and copying some bits of code but it fails in the end as I have no idea what should go where. Just asking on here as a if I knew...
Forum: AddOn Help/Support 09-15-10, 08:15 AM
Replies: 10
Views: 5,869
Posted By thefrogi
Yes. Like I said I'm stumped when it comes to lua...

Yes. Like I said I'm stumped when it comes to lua and the likes.

Yes and thanks.
Forum: AddOn Help/Support 09-14-10, 12:05 PM
Replies: 10
Views: 5,869
Posted By thefrogi
Lua Help Needed*

Hey guys, I'm sure you've seen a few posts like these but I'm looking for some help converting dogtags that I like in to lua in Pitbull 4.0, for better performance. I left the game for a couple...
Showing results 1 to 7 of 7