Showing results 1 to 25 of 44
Search took 0.00 seconds.
Search: Posts Made By: Lyelu
Forum: General Authoring Discussion 12-28-10, 06:50 AM
Replies: 4
Views: 8,055
Posted By Lyelu
Not my picture, lol. :) It was just an example,...

Not my picture, lol. :)
It was just an example, to help visualize the question of how to animate bubbles, most efficiently. I suppose you could just do them individually, and hide them at the end...
Forum: oUF (Otravi Unit Frames) 12-21-10, 07:03 AM
Replies: 2
Views: 4,464
Posted By Lyelu
It wouldn't work when placed there; I really...

It wouldn't work when placed there; I really tried to make it do that in the first place. I tried to copy the basic way other files were written, but many things just didn't work, because I'm using...
Forum: AddOn Search/Requests 12-17-10, 12:54 PM
Replies: 4
Views: 3,116
Posted By Lyelu
Satrina Buff Frames for the buffs, ButtonFacade...

Satrina Buff Frames for the buffs, ButtonFacade if you wish to further customize look.
TattooStats can do your fps, durability, memory, etc, like that (I wrote that one.)
Forum: oUF (Otravi Unit Frames) 12-03-10, 11:27 AM
Replies: 2
Views: 4,464
Posted By Lyelu
Missing Left-click menu

Hi,
In most unitframes, if you click on yourself, then it sets your target to yourself. Or maybe if you click on ToT, then it will set your target to ToT, right?

I tried very much to copy everyone...
Forum: oUF (Otravi Unit Frames) 12-03-10, 11:18 AM
Replies: 2
Views: 5,390
Posted By Lyelu
I tried and still end up with two healthbars per...

I tried and still end up with two healthbars per unit... What would you suggest that I attach that function to exactly?
Forum: oUF (Otravi Unit Frames) 12-02-10, 01:35 PM
Replies: 5
Views: 4,973
Posted By Lyelu
if unit then self.Name =...

if unit then

self.Name = health:CreateFontString(nil, 'OVERLAY')
self.Name:SetFont(font, 15, 'THINOUTLINE')

if(unit == 'player') then
self.Name:Hide()
elseif(unit ==...
Forum: oUF (Otravi Unit Frames) 12-02-10, 07:33 AM
Replies: 2
Views: 5,390
Posted By Lyelu
oUF and Ace Profiles

Hi,
Having an error with oUF layout that has Ace profiles in the config. I have it set up like so:


Henna = LibStub("AceAddon-3.0"):NewAddon("Henna", "AceConsole-3.0", "AceEvent-3.0")

function...
Forum: oUF (Otravi Unit Frames) 11-30-10, 03:54 PM
Replies: 2
Views: 5,515
Posted By Lyelu
Thanks - that worked on the buffs frame. It...

Thanks - that worked on the buffs frame.


It doesn't work in the options though; it appears to adjust the spacing instead of the size.
if (v.Buffs) then v.Buffs:ForceUpdate() end
Forum: General Authoring Discussion 11-30-10, 02:11 PM
Replies: 4
Views: 8,055
Posted By Lyelu
Hi Zork, I'm working on an animation, and for...

Hi Zork,
I'm working on an animation, and for lack of a better place to ask you... may I pose the question here?

I'm trying to make a healthbar which would play an animation of bubbles when in...
Forum: oUF (Otravi Unit Frames) 11-29-10, 01:57 PM
Replies: 2
Views: 5,515
Posted By Lyelu
Buff Scripts

I'm trying to make it so you can left-click the buffs frame to toggle between Show all buffs and show only my buffs. It doesn't work...

self.Buffs:SetScript("OnMouseUp", function(self,...
Forum: oUF (Otravi Unit Frames) 11-29-10, 11:08 AM
Replies: 0
Views: 3,592
Posted By Lyelu
Problem when changing targets

I keep bumping up against this issue... When I change targets things wouldn't disappear. So I added this:

local a = CreateFrame("Frame")
a:SetScript("OnEvent", function(_,event)
local pguid =...
Forum: oUF (Otravi Unit Frames) 11-29-10, 08:30 AM
Replies: 11
Views: 6,668
Posted By Lyelu
I thought yj made a good guess? I copied my...

I thought yj made a good guess?

I copied my code bit here, but now I kinda put an "if it exists" before I do anything in my oUF since I was erroring so bad that I was causing wow fatal exe...
Forum: Lua/XML Help 11-28-10, 07:07 PM
Replies: 3
Views: 7,784
Posted By Lyelu
You may also want to make a container...

You may also want to make a container frame:
Container = CreateFrame("Frame", nil, GameMenuFrame)

Then anchor, I mean parent(?), all your other frames to the Container.

Portrait =...
Forum: oUF (Otravi Unit Frames) 11-24-10, 10:05 PM
Replies: 3
Views: 4,771
Posted By Lyelu
Thanks, haste. I edited the colors as little as...

Thanks, haste.

I edited the colors as little as possible, but made it so the power bars are not the same color as class-colored health bars.

My solution, in case anyone's...
Forum: oUF (Otravi Unit Frames) 11-24-10, 07:17 AM
Replies: 3
Views: 4,771
Posted By Lyelu
Class Color Taint

Hi,
I notice that some oUF authors are using like this:

local colors = setmetatable({
power = setmetatable({
["MANA"] = {0.36, 0.45, 0.88},
["RAGE"] = {0.8, 0.21, 0.31},
["FUEL"] = {0, 0.55,...
Forum: AddOn Help/Support 11-24-10, 05:40 AM
Replies: 5
Views: 4,465
Posted By Lyelu
Thumbs up If you mean minimap, I wrote one...

If you mean minimap, I wrote one too:
http://www.wowinterface.com/downloads/info18543-TattooMinimap.html
They all kind of work the same way though. Use your mousewheel to zoom.
Do you mean an actual...
Forum: General Authoring Discussion 11-24-10, 05:19 AM
Replies: 5
Views: 4,701
Posted By Lyelu
Not an expert , but try this... First, you...

Not an expert , but try this...
First, you probably don't want "config.wtf" on the first level in your WTF. Sets the localization (language) to DE, and other in-game settings that don't really have...
Forum: Graphics Help 11-23-10, 05:31 PM
Replies: 13
Views: 23,028
Posted By Lyelu
I did try earlier (for a good hour this morning,...

I did try earlier (for a good hour this morning, while researching the topic) and couldn't even get WoW to recognize the name SetPortraitToTexture...
Forum: Cataclysm Beta 11-23-10, 06:54 AM
Replies: 17
Views: 11,475
Posted By Lyelu
Beta's over? How will I obsess on Luas when it's...

Beta's over? How will I obsess on Luas when it's Tuesday?
:eek:
Forum: Graphics Help 11-23-10, 05:36 AM
Replies: 13
Views: 23,028
Posted By Lyelu
I was working on the same thing... Maul's right. ...

I was working on the same thing... Maul's right. The only place that masking works in-game is in the minimap.
:(

If you will look closely at the image you linked, the layers will be like this, from...
Forum: oUF (Otravi Unit Frames) 11-22-10, 08:53 PM
Replies: 9
Views: 6,760
Posted By Lyelu
I could never get a mask to work on anything but...

I could never get a mask to work on anything but the minimap Yj... which is a shame because it would make many more designs possible.

In case anyone else wants to stick a square peg in a round...
Forum: oUF (Otravi Unit Frames) 11-22-10, 08:28 AM
Replies: 9
Views: 6,760
Posted By Lyelu
Ah so that's why all of you have PostUpdate on...

Ah so that's why all of you have PostUpdate on everything... thanks for the advice, once again!

Is there directly an option to make it round?
Forum: AddOn Search/Requests 11-22-10, 08:24 AM
Replies: 7
Views: 4,883
Posted By Lyelu
If you're having trouble with clutter, you might...

If you're having trouble with clutter, you might try Skada, which will report Threat during combat (as Omen does) and will report DPS after combat (as Recount does. I don't think it has very...
Forum: oUF (Otravi Unit Frames) 11-22-10, 08:01 AM
Replies: 9
Views: 6,760
Posted By Lyelu
Portrait options

Hi,
I'm trying to place the 3d Portrait into a round border (square peg in round hole). Since I could not find any easy way to do this, I thought maybe I could change the z-axis, to zoom out, so...
Forum: oUF (Otravi Unit Frames) 11-21-10, 12:51 PM
Replies: 11
Views: 7,062
Posted By Lyelu
Post Well I finally got some basics working......

Well I finally got some basics working... Nivaya's code wasn't possible for me to imitate because it just uses more things than I know yet. But having read all of yours several times, I have finally...
Showing results 1 to 25 of 44