Showing results 1 to 25 of 94
Search took 0.01 seconds.
Search: Posts Made By: Luzzifus
Forum: oUF (Otravi Unit Frames) 11-30-10, 12:53 PM
Replies: 51
Views: 23,915
Posted By Luzzifus
Yes. It's in "init_and_config.lua" in the the...

Yes. It's in "init_and_config.lua" in the the ADDON_LOADED function (github keeps messing my tabs up, don't flame me for it please..).
Forum: oUF (Otravi Unit Frames) 11-30-10, 11:43 AM
Replies: 51
Views: 23,915
Posted By Luzzifus
Before the problem appeared first, only...

Before the problem appeared first, only UNIT_NAME_UPDATE was neccessary. I'll try with yours.

**edit: That helped. Works now, thanks.
Forum: oUF (Otravi Unit Frames) 11-30-10, 11:28 AM
Replies: 51
Views: 23,915
Posted By Luzzifus
I'm pretty sure. I updated to 1.5.5 yesterday,...

I'm pretty sure. I updated to 1.5.5 yesterday, double checked the version in the toc and joined an alterac battle. The name behaviour didn't change, units don't update their name tags when players...
Forum: oUF (Otravi Unit Frames) 11-30-10, 01:40 AM
Replies: 51
Views: 23,915
Posted By Luzzifus
Updated to 1.5.5 yesterday but names in raids /...

Updated to 1.5.5 yesterday but names in raids / bgs are still not updating correctly.
Forum: oUF (Otravi Unit Frames) 11-21-10, 02:01 AM
Replies: 11
Views: 7,067
Posted By Luzzifus
I just wanted to answer something semi-nice, but...

I just wanted to answer something semi-nice, but after reading your comment the third or fourth time I realized who you were referring to. :D

Well, even if you would have referred to me, you would...
Forum: oUF (Otravi Unit Frames) 11-19-10, 03:41 PM
Replies: 6
Views: 6,308
Posted By Luzzifus
They rock! Hooray for boo... .. tags! Let's turn...

They rock!
Hooray for boo... .. tags!

Let's turn this into a praise-the-tags-thread! :banana:
Forum: General Authoring Discussion 11-18-10, 02:12 PM
Replies: 3
Views: 6,372
Posted By Luzzifus
https://github.com/tekkub/wow-ui-source 4.0.3...

https://github.com/tekkub/wow-ui-source

4.0.3 live as well as PTR/beta (branches).
Forum: UI Screenshots, Feedback and Design Discussion 11-15-10, 07:29 AM
Replies: 4,945
Views: 2,245,212
Posted By Luzzifus
@Lily.Petal: What Minimap addon is that, if I...

@Lily.Petal:

What Minimap addon is that, if I may ask?
Forum: AddOn Search/Requests 11-04-10, 06:45 AM
Replies: 7
Views: 4,643
Posted By Luzzifus
If you don't need all that config overhead...

If you don't need all that config overhead offered by Satrinas, try that one:

http://www.wowinterface.com/downloads/info18440-nivBuffs.html
Forum: AddOn Search/Requests 11-04-10, 02:13 AM
Replies: 9
Views: 5,362
Posted By Luzzifus
It's so FLUFFY!!

It's so FLUFFY!!
Forum: Lua/XML Help 11-03-10, 11:06 AM
Replies: 2
Views: 2,953
Posted By Luzzifus
Well, that was easy. Thanks alot! :)

Well, that was easy. Thanks alot! :)
Forum: Lua/XML Help 11-03-10, 10:57 AM
Replies: 2
Views: 2,953
Posted By Luzzifus
My addon doesn't hide when the interface is hidden

Hi,

with one of my addons (nivBuffs (http://www.wowinterface.com/downloads/info18440-nivBuffs.html)) I have a strange problem. When I hide the whole interface with ALT + Z, the addon is still...
Forum: Lua/XML Help 11-01-10, 08:45 AM
Replies: 3
Views: 3,227
Posted By Luzzifus
You have to explicitly add "self" to the function...

You have to explicitly add "self" to the function header as the first parameter. Like:

function OnEvent(self, event, ...)
-- here you can do things with self
end

**edit: too late :(
Forum: Cataclysm Beta 10-27-10, 03:08 AM
Replies: 24
Views: 19,667
Posted By Luzzifus
In my experience that is not neccessary. And when...

In my experience that is not neccessary. And when I tried doing that in the beginning, it didn't change anything.
Forum: Cataclysm Beta 10-26-10, 03:45 PM
Replies: 24
Views: 19,667
Posted By Luzzifus
I've had some issues with buffs not correctly...

I've had some issues with buffs not correctly updating myself. Basically, doing this ...
header:SetScript('OnEvent', ParseAuras)
...before the headers are completely initialized seems to be a bad...
Forum: Cataclysm Beta 10-26-10, 03:04 PM
Replies: 24
Views: 19,667
Posted By Luzzifus
Which addon are you referring to?

Which addon are you referring to?
Forum: Cataclysm Beta 10-26-10, 08:09 AM
Replies: 24
Views: 19,667
Posted By Luzzifus
nivBuffs...

nivBuffs (http://www.wowinterface.com/downloads/info18440-nivBuffs.html) works fine too.
Forum: Tutorials & Other Helpful Info. 10-24-10, 02:13 PM
Replies: 39
Views: 58,563
Posted By Luzzifus
You don't need those calls to Show() and Hide()...

You don't need those calls to Show() and Hide() for buttons in the updateStyle() function. The headers do that on their own and the calls cause taint errors in combat.

Btw. how would I make it work...
Forum: Lua/XML Help 10-23-10, 02:01 AM
Replies: 3
Views: 3,056
Posted By Luzzifus
mytable = { ["scale"] = 1, } function...

mytable = {
["scale"] = 1,
}

function addon:FigureScale()
result = do some stuff to get the scale
mytable.scale = result
end

or
Forum: Tutorials & Other Helpful Info. 10-22-10, 03:18 PM
Replies: 39
Views: 58,563
Posted By Luzzifus
I just uploaded a first version of a very...

I just uploaded a first version of a very lightweight buff frame replacement using SecureAuraHeaders:

http://www.wowinterface.com/downloads/info18440-nivBuffs.html

Rightclicking buffs off works...
Forum: Tutorials & Other Helpful Info. 10-22-10, 08:28 AM
Replies: 39
Views: 58,563
Posted By Luzzifus
Thanks to both of you (Ailae and sigg)! The...

Thanks to both of you (Ailae and sigg)!

The reason why I didn't see anything was because I forgot to call :SetPoint on the header.. *cough* It's working now.
Forum: Tutorials & Other Helpful Info. 10-22-10, 07:43 AM
Replies: 39
Views: 58,563
Posted By Luzzifus
I'm trying to set up your example code as a...

I'm trying to set up your example code as a standalone addon right now. I had to change some of these CreateTexture/CreateFontString calls. Also the events fire and call the updateStyle function....
Forum: oUF (Otravi Unit Frames) 10-19-10, 12:37 AM
Replies: 125
Views: 60,289
Posted By Luzzifus
Why do headers actually have to have a size at...

Why do headers actually have to have a size at all? I mean that "initialConfigFunction" thingy:
local raidgroup = oUF:SpawnHeader('oUF_Raid'..i, nil, 'raid',
'groupFilter', tostring(i),
'showRaid',...
Forum: oUF (Otravi Unit Frames) 10-16-10, 03:24 AM
Replies: 6
Views: 4,653
Posted By Luzzifus
Ok then, I'll add it one more time just to be...

Ok then, I'll add it one more time just to be sure. :D
Forum: oUF (Otravi Unit Frames) 10-16-10, 02:14 AM
Replies: 6
Views: 4,653
Posted By Luzzifus
Why this line...

Why this line twice?
CompactRaidFrameContainer:Hide()
Showing results 1 to 25 of 94