Showing results 1 to 25 of 127
Search took 0.01 seconds.
Search: Posts Made By: Rostok
Forum: oUF (Otravi Unit Frames) 10-31-11, 12:42 AM
Replies: 12
Views: 7,709
Posted By Rostok
Lua is case sensitive, so swing is not the same...

Lua is case sensitive, so swing is not the same thing as Swing.

lib.gen_swingtimer = function(f)
local swing = s:CreateFrame("Frame", nil, f)
swing.SetPoint("center", 0,...
Forum: oUF (Otravi Unit Frames) 07-13-11, 05:49 AM
Replies: 10
Views: 7,895
Posted By Rostok
You should show us what you want to achieve, what...

You should show us what you want to achieve, what you already have and the way to the result.
We can debug some code for you then if that is really not working for you.
But you have to make the first...
Forum: oUF (Otravi Unit Frames) 12-04-10, 01:05 PM
Replies: 4
Views: 4,906
Posted By Rostok
UnitExists("focus") maybe.

UnitExists("focus") maybe.
Forum: oUF (Otravi Unit Frames) 11-20-10, 05:09 PM
Replies: 51
Views: 24,021
Posted By Rostok
Most of my names tags goes with a "UNIT_HEALTH...

Most of my names tags goes with a "UNIT_HEALTH UNIT_MAXHEALTH" update, never had any problem with that. Didn't try it recently though.
Forum: oUF (Otravi Unit Frames) 11-20-10, 03:15 PM
Replies: 11
Views: 6,302
Posted By Rostok
Glad I could help, i'm also enjoying your Slim...

Glad I could help, i'm also enjoying your Slim layout even if I dislike pixel font.
Messing with oUF layout is the only thing that could take me back to this game :P so I like following some people...
Forum: oUF (Otravi Unit Frames) 11-20-10, 03:03 PM
Replies: 11
Views: 6,302
Posted By Rostok
What method did you use to achieve what you...

What method did you use to achieve what you wanted ?
Anchoring ?
I'm no longer playing but this is interesting :rolleyes:
Forum: oUF (Otravi Unit Frames) 11-20-10, 01:26 AM
Replies: 11
Views: 6,302
Posted By Rostok
Shouldn't you transparent bar be really the...

Shouldn't you transparent bar be really the background (never changing as it seems) and the white one be the real hp bar that fills from right to left with the postupdate (SetMinMax(max,0) as to...
Forum: oUF (Otravi Unit Frames) 11-12-10, 03:25 AM
Replies: 11
Views: 7,889
Posted By Rostok
Putting the code in the file has nothing to do...

Putting the code in the file has nothing to do with the text-editor you use.
Really, putting castbars in isn't difficult when you understand the code you're looking at.
Really, download some layouts...
Forum: oUF (Otravi Unit Frames) 11-11-10, 06:09 AM
Replies: 11
Views: 7,889
Posted By Rostok
You put the code nowhere it could possibly...

You put the code nowhere it could possibly run.
You should learn a little bit before trying to tweak some layouts.
Where you put the code don't even make sense.
Forum: oUF (Otravi Unit Frames) 11-08-10, 12:42 AM
Replies: 1
Views: 4,034
Posted By Rostok
Maybe the cooldown isn't catched properly if you...

Maybe the cooldown isn't catched properly if you don't target the unit when the buff is applied !?
This is a Blizzard issue to me.
Forum: oUF (Otravi Unit Frames) 11-07-10, 12:26 PM
Replies: 3
Views: 3,713
Posted By Rostok
And you shouldn't bother having a separate addon...

And you shouldn't bother having a separate addon if the original one is efficient ^^
You won't gain anything in doing it via oUF.
Forum: oUF (Otravi Unit Frames) 11-07-10, 11:06 AM
Replies: 3
Views: 3,713
Posted By Rostok
You could take a look at GoodNewsEveryone by...

You could take a look at GoodNewsEveryone by tekkub here on WoWI.
Forum: UI Screenshots, Feedback and Design Discussion 11-07-10, 11:03 AM
Replies: 4,945
Views: 2,257,266
Posted By Rostok
I don't want to be an ass, but, wow you just...

I don't want to be an ass, but, wow you just added one bottom bar and one top bar, incredible?!

And i must say, you whole UI is just way to big. It would be a lot better if your whole screen was not...
Forum: oUF (Otravi Unit Frames) 10-27-10, 05:27 AM
Replies: 17
Views: 8,120
Posted By Rostok
It seems the SetPoint for your auras are done...

It seems the SetPoint for your auras are done before the scale of your raid frames.
Did you try to put your SetScale(...) before your auras spawning code ?
Forum: UI Screenshots, Feedback and Design Discussion 10-23-10, 04:00 PM
Replies: 4,945
Views: 2,257,266
Posted By Rostok
You're just wrong :...

You're just wrong : http://gs.statcounter.com/

let's back to topic ^^
Forum: oUF (Otravi Unit Frames) 10-19-10, 02:42 AM
Replies: 7
Views: 5,704
Posted By Rostok
have you tried with...

have you tried with :

self:GetParent():GetName():match'pet' or sthg like this ?
Forum: oUF (Otravi Unit Frames) 10-15-10, 11:05 AM
Replies: 11
Views: 5,155
Posted By Rostok
local lfdrole = CreateFrame("StatusBar",...

local lfdrole = CreateFrame("StatusBar", nil,...
Forum: Lua/XML Help 10-14-10, 04:41 AM
Replies: 5
Views: 3,547
Posted By Rostok
you could take a look on the source of the frames...

you could take a look on the source of the frames and hook some functions to do a SetTextColor.

edit : here http://github.com/tekkub/wow-ui-source/blob/live/FrameXML/QuestFrame.lua
we can see some...
Forum: oUF (Otravi Unit Frames) 10-14-10, 03:01 AM
Replies: 21
Views: 10,760
Posted By Rostok
you should take a look at...

you should take a look at http://github.com/Evilpaul/oUF_EP/blob/master/oUF_EP.lua#L516
Forum: oUF (Otravi Unit Frames) 10-14-10, 02:58 AM
Replies: 125
Views: 60,554
Posted By Rostok
You should use 1.5.2 :p And there's not much code...

You should use 1.5.2 :p
And there's not much code changed with the Factory you should take a look at some other layout, it's really not difficult to have your layout using it.
For the frame name, i...
Forum: oUF (Otravi Unit Frames) 10-13-10, 05:25 PM
Replies: 125
Views: 60,554
Posted By Rostok
There's an option to disable party and raid...

There's an option to disable party and raid frames.
Forum: oUF (Otravi Unit Frames) 10-13-10, 05:09 PM
Replies: 6
Views: 4,141
Posted By Rostok
Like i said earlier, that's not the playerframe...

Like i said earlier, that's not the playerframe position the problem here, that's the different statusbars position.
I downloaded your layout, and first you shouldn't include oUF in your package.
oUF...
Forum: oUF (Otravi Unit Frames) 10-13-10, 01:00 PM
Replies: 6
Views: 4,141
Posted By Rostok
There's nothing in the code you posted that have...

There's nothing in the code you posted that have sthg to do with the placement of the health bar/power bar/portrait bar.
You should pastey the whole code or tell us where we can find it if you want...
Forum: oUF (Otravi Unit Frames) 10-13-10, 04:58 AM
Replies: 5
Views: 7,497
Posted By Rostok
Going to Alterac gives you a chance to have a...

Going to Alterac gives you a chance to have a raid ;p
Forum: oUF (Otravi Unit Frames) 10-11-10, 12:00 PM
Replies: 18
Views: 18,155
Posted By Rostok
oUF 1.5.x will have a module for the new system :...

oUF 1.5.x will have a module for the new system : holypower soulshard eclipsebar and so on.
Be patient.
Showing results 1 to 25 of 127