Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Dawn
Forum: oUF (Otravi Unit Frames) 08-02-10, 01:09 PM
Replies: 88
Views: 50,517
Posted By Dawn
Auras don't seem to work properly, neither. I...

Auras don't seem to work properly, neither. I tried to add them and they don't show anything at all (no filter in use), but sometimes "Inner Fire" on my Priest, no idea why it picked up Inner Fire,...
Forum: oUF (Otravi Unit Frames) 07-14-10, 03:06 PM
Replies: 88
Views: 50,517
Posted By Dawn
You could try to anchor the runes to a frame...

You could try to anchor the runes to a frame anchored to UIParent and than hide/show this frame.
Forum: oUF (Otravi Unit Frames) 07-10-10, 02:05 PM
Replies: 88
Views: 50,517
Posted By Dawn
My problem with party pets etc. does not come...

My problem with party pets etc. does not come from not being able to spawn them - at least party pets are easy via xml, even though I've not yet tried to spawn arena frames. The problem is how to...
Forum: oUF (Otravi Unit Frames) 07-10-10, 09:06 AM
Replies: 88
Views: 50,517
Posted By Dawn
Units that where previously spawned like...

Units that where previously spawned like "self:GetParent..." are quite a pain now. At least if you are going with the "unit.specific function way" in 1.4. I do like that way a lot, it's clean, but I...
Forum: oUF (Otravi Unit Frames) 07-08-10, 03:50 PM
Replies: 88
Views: 50,517
Posted By Dawn
Take a look at oUF_Lilly to see how self.Range is...

Take a look at oUF_Lilly to see how self.Range is working now.
Forum: oUF (Otravi Unit Frames) 07-04-10, 02:18 PM
Replies: 88
Views: 50,517
Posted By Dawn
Is there an official and/or intelligent way to...

Is there an official and/or intelligent way to use custom conditions to show party and raid?

I look into oUF.lua and found the default ones...

local conditions = {
raid40 = '[@raid26,exists]...
Forum: oUF (Otravi Unit Frames) 07-01-10, 06:42 PM
Replies: 88
Views: 50,517
Posted By Dawn
Question: How to adress party pets and raid...

Question: How to adress party pets and raid pets?

I'm using

local UnitSpecific = {
player = function(self)

party = function(self)
etc.
Forum: oUF (Otravi Unit Frames) 06-28-10, 09:30 PM
Replies: 88
Views: 50,517
Posted By Dawn
Is it possible to use raid10, raid25 and raid40...

Is it possible to use raid10, raid25 and raid40 as UnitSpecific, directly? I mean just like player, pet, etc.

Something like this ...

local UnitSpecific = {
raid10 =...
Forum: oUF (Otravi Unit Frames) 06-28-10, 08:20 AM
Replies: 88
Views: 50,517
Posted By Dawn
I'm currently spawning maintank (and maintank...

I'm currently spawning maintank (and maintank target via xml template) and boss frames like this

self:SetActiveStyle"Nivea - Boss"
local boss = {}
for i = 1, MAX_BOSS_FRAMES do
local unit =...
Showing results 1 to 9 of 9