Showing results 1 to 25 of 71
Search took 0.00 seconds.
Search: Posts Made By: Lordyfrb
Forum: AddOn Help/Support 09-22-12, 08:27 AM
Replies: 10
Views: 16,327
Posted By Lordyfrb
I've just had a quick look at the code for...

I've just had a quick look at the code for SpartanUI and to remove the cast bar do the following:

Comment out the lines 150 to 171 inclusive from the file...
Forum: AddOn Help/Support 08-20-12, 08:41 AM
Replies: 5
Views: 6,629
Posted By Lordyfrb
Done a bit of research for you into this, and it...

Done a bit of research for you into this, and it seems its not addon related, but a wow problem.

I found this, http://us.battle.net/wow/en/forum/topic/1208032112 which the user is having the same...
Forum: AddOn Help/Support 04-08-12, 05:58 AM
Replies: 21
Views: 8,818
Posted By Lordyfrb
This should work for you, not tested as I dont...

This should work for you, not tested as I dont use reflux or nibProfileLoader.
local frame = CreateFrame("FRAME");
frame:RegisterEvent("VARIABLES_LOADED");

-- BEGIN USER OPTIONS --
...
Forum: oUF (Otravi Unit Frames) 02-03-12, 06:59 AM
Replies: 20
Views: 10,098
Posted By Lordyfrb
You've put in an 'if' statement where it should...

You've put in an 'if' statement where it should be an 'elseif', try this instead, should work.

if not (unit == "targettarget" or unit == "focustarget") then
local hpp = createFont(hp,...
Forum: UI Screenshots, Feedback and Design Discussion 08-24-11, 10:47 AM
Replies: 1,556
Views: 812,116
Posted By Lordyfrb
I dont think you were rude or anything like that,...

I dont think you were rude or anything like that, you post is very constructive, exactly the sort of feed back I was looking for, thankyou.
[/LIST]
This is a good idea, I'm using Stuf for my UFs, and...
Forum: UI Screenshots, Feedback and Design Discussion 08-23-11, 04:11 PM
Replies: 1,556
Views: 812,116
Posted By Lordyfrb
Hey, been a while since I posted my UI. Any...

Hey, been a while since I posted my UI.

Any comments and advice welcome. Still need to fix a couple of things, like Skada and quest tracker.
Forum: AddOn Help/Support 07-13-11, 06:10 AM
Replies: 3
Views: 4,321
Posted By Lordyfrb
At Line 19 of editbox.lua try adding...

At Line 19 of editbox.lua
try adding this:

cf_text.editBox.header:SetFont("Fonts\\ARIALN.ttf", 13, "THINOUTLINE")

of course editing it to your font preferences.

It should work.
Forum: Lua/XML Help 06-09-11, 03:54 PM
Replies: 7
Views: 5,917
Posted By Lordyfrb
Hi Haleth, I've just looked through all the...

Hi Haleth,

I've just looked through all the events over on wowpedia, and the only suggestion I can make is to create a frame and register for the event "BAG_CLOSED", and when this event fires have...
Forum: UI Screenshots, Feedback and Design Discussion 05-31-11, 03:21 PM
Replies: 1,556
Views: 812,116
Posted By Lordyfrb
Looking good Lily But noticed your party's hp...

Looking good Lily

But noticed your party's hp bar's border is over lapping the portraits border, is this intentional, coz it doesn't look right?
Forum: Lua/XML Help 05-31-11, 03:44 AM
Replies: 2
Views: 3,572
Posted By Lordyfrb
After the line local check = 1 add this...

After the line local check = 1

add this

EF:SetFrameStrata("MEDIUM")
EF:SetFrameLevel(1)



This adjusts the frame strata of the EF frame if this doesn't work, you can change it to HIGH, for a list...
Forum: AddOn Help/Support 05-28-11, 04:50 PM
Replies: 9
Views: 17,118
Posted By Lordyfrb
Wow 100+ views on this guide but no...

Wow 100+ views on this guide but no comments.

Anyone fancy giving feedback, either on the content or the layout of this guide, its my first attempt at writing one so was wondering if there's...
Forum: AddOn Help/Support 05-23-11, 07:04 PM
Replies: 9
Views: 17,118
Posted By Lordyfrb
Anchoring Stuf Frames to/from any point on the screen

Warning: This is an advanced modification to Stuf.

Ok, so we all know that Stuf anchors its UFs to the topleft of the UIParent, but if you want to release your UI out into to the wild, anyone who...
Forum: AddOn Help/Support 05-23-11, 06:59 PM
Replies: 9
Views: 17,118
Posted By Lordyfrb
Creating Pixel Perfect Borders and any Unit Frame Element.

Warning: This modification only works to make pixel perfect borders around Stuf UF elements, if you wish to use any other border then they wont work and I suggest you dont follow this part of the...
Forum: AddOn Help/Support 05-23-11, 06:57 PM
Replies: 9
Views: 17,118
Posted By Lordyfrb
Exclamation Allowing attachments to any element of the unit frames.

This is a simple 1 line change to Stuf\core.lua that names the individual elements of the unit frame(UF), thus allowing other frames to be attached to these elements.

If you didn't know Stuf doesn't...
Forum: AddOn Help/Support 05-23-11, 06:55 PM
Replies: 9
Views: 17,118
Posted By Lordyfrb
Lightbulb Customising Stuf

Hi all,
After a long time of using Stuf Unit Frames, there's been alot of questions on how to do some things with it,
and some of the answers, although worked only did so much towards the original...
Forum: AddOn Help/Support 05-23-11, 05:00 PM
Replies: 7
Views: 5,227
Posted By Lordyfrb
Glad to help you out. I'm currently writing a...

Glad to help you out.

I'm currently writing a guide on some edits I have done to Stuf, 3 so far but thinking of other ones, this is going to be one of them, but the other 2 I have at the moment are...
Forum: AddOn Help/Support 05-23-11, 08:44 AM
Replies: 7
Views: 5,227
Posted By Lordyfrb
Thumbs up Now you can

Hi,
I've been working on this problem to, and have finally figured how to achieve this.

If you open Stuf\core.lua
And search for this line:
local f = CreateFrame(frametype or "Frame", nil, uf)

and...
Forum: Lua/XML Help 04-19-11, 05:35 PM
Replies: 2
Views: 8,948
Posted By Lordyfrb
Gradients in LUA

Hey guys, just wondering how to create gradients using LUA.

For example, I have a panel created using CreateFrame(), how can I make this panel fade from one side to another?
Forum: AddOn Help/Support 04-06-11, 06:10 PM
Replies: 7
Views: 4,720
Posted By Lordyfrb
Hi Just did some quick simple testing, and...

Hi Just did some quick simple testing, and unfortunately stuf does not name its cast bars(or any element of the UF) in a way that can be used to anchor anything to it in game.

The way I tested it...
Forum: News 04-01-11, 03:26 PM
Replies: 79
Views: 86,323
Posted By Lordyfrb
Exclamation I actually called April fools back on page 2 just...

I actually called April fools back on page 2 just before Haylie posted, but some how my post mysteriously dissapeared!
Forum: UI Screenshots, Feedback and Design Discussion 03-31-11, 09:20 AM
Replies: 1,556
Views: 812,116
Posted By Lordyfrb
FreeUI has gained a little weight:

FreeUI has gained a little weight:
Forum: AddOn Help/Support 03-17-11, 01:09 PM
Replies: 3
Views: 4,577
Posted By Lordyfrb
Theres a slight problem with your coding,...

Theres a slight problem with your coding, altoough it looks like it would work, the way Stuf positions its frames, you would only be able to move the frames to the right and down from the bottom...
Forum: UI Screenshots, Feedback and Design Discussion 02-26-11, 05:00 PM
Replies: 1,556
Views: 812,116
Posted By Lordyfrb
My Current WIP. Based the look on one of...

My Current WIP.

Based the look on one of Ishtara's UI's, but using Haleth's FreeUI as the base.
Forum: Lua/XML Help 02-22-11, 06:12 AM
Replies: 1
Views: 3,638
Posted By Lordyfrb
How to find out how many action bars a players is using?

Hi all,

I'm using rActionbarStyler for my action bars, and have the 3 main action bars stacked above each other. I am trying to create a frame that adds a background for these, but sometimes I have...
Forum: AddOn Help/Support 01-22-11, 12:19 PM
Replies: 2
Views: 6,336
Posted By Lordyfrb
Hi I always had problems with making nice...

Hi I always had problems with making nice borders, could only make simple pixel borders until I found this: Backdrop Slicer (http://www.wowpedia.org/WOW_Backdrop_slicer)

Makes border easy, just make...
Showing results 1 to 25 of 71