Showing results 1 to 25 of 75
Search took 0.00 seconds.
Search: Posts Made By: GreyFox777
Forum: oUF (Otravi Unit Frames) 11-18-22, 11:41 AM
Replies: 0
Views: 2,907
Posted By GreyFox777
Empowering castbar

Hello guys, can some one explain please, how to correctly add an empowering castbar?

My code:

-- Castbar
do
local s = CreateFrame("StatusBar", "oUF_MyCastbar"..self.unitType,...
Forum: Lua/XML Help 09-10-19, 09:00 AM
Replies: 7
Views: 3,819
Posted By GreyFox777
seems to be working :)

seems to be working :)
Forum: Lua/XML Help 09-10-19, 08:57 AM
Replies: 7
Views: 3,819
Posted By GreyFox777
MyNewFrame this is my player frame from my ouf...

MyNewFrame this is my player frame from my ouf layout. I need to set parent because the blizzard default player frame is hidden by the ouf addon. By setting parent, combo point still show, else it...
Forum: Lua/XML Help 09-09-19, 07:54 AM
Replies: 7
Views: 3,819
Posted By GreyFox777
Message:...

Message: Interface\FrameXML\ComboFramePlayer.lua:48: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: ComboPointPlayerFrame:SetPoint.
Time: Mon Sep ...
Forum: Lua/XML Help 09-07-19, 07:40 PM
Replies: 7
Views: 3,819
Posted By GreyFox777
lua help

Can anyone help me please?

I have following code
zzz = CreateFrame("Frame", nil, nil)
zzz:RegisterEvent("PLAYER_ENTERING_WORLD")
zzz:SetScript("OnEvent", function(self,...
Forum: oUF (Otravi Unit Frames) 08-28-19, 10:47 AM
Replies: 2
Views: 7,646
Posted By GreyFox777
Thx for your response! Have already did it :)

Thx for your response! Have already did it :)
Forum: oUF (Otravi Unit Frames) 08-27-19, 11:52 AM
Replies: 2
Views: 7,646
Posted By GreyFox777
Time format question

Hello guys, can some one show me how to edit this code, for showing the cast time in seconds/minutes/hours etc. ?

For example 1 | 10.0 to 1s | 10s

cast.OnCastbarUpdate = function(self,...
Forum: AddOn Search/Requests 08-12-19, 12:31 AM
Replies: 1
Views: 1,614
Posted By GreyFox777
Adding masque support

Hello everyone,

can some one help me to add a masque support for the "Inventorian" addon please?
Forum: oUF (Otravi Unit Frames) 04-11-19, 04:59 PM
Replies: 1
Views: 6,316
Posted By GreyFox777
I have fixed it myself. Thread can be deleted.

I have fixed it myself.

Thread can be deleted.
Forum: oUF (Otravi Unit Frames) 04-09-19, 05:09 PM
Replies: 1
Views: 6,316
Posted By GreyFox777
Glow color issue

Have some issue with api started last week.

My cast bar glowing texture are not working anymore (blizzard changes something)



Now i cannot understand what is actually wrong...

i post the piece of...
Forum: oUF (Otravi Unit Frames) 02-08-19, 12:33 PM
Replies: 5
Views: 13,720
Posted By GreyFox777
no single lag for my own layout...

no single lag for my own layout :)

https://ibb.co/NSbMnSc


Only lags i have if raid has 30+ ppl. Even with all addons disabled it laggs. So it just probably your CPU.
Forum: oUF (Otravi Unit Frames) 02-07-19, 12:29 PM
Replies: 2
Views: 6,350
Posted By GreyFox777
so i did it like so but it just doesen't...

so i did it like so but it just doesen't spawn...

local create = function(self)
self.unitType = "party"
self:SetSize(300, 81)
self:SetPoint("RIGHT", 0, 0)
self.colors =...
Forum: oUF (Otravi Unit Frames) 02-01-19, 02:56 AM
Replies: 2
Views: 6,350
Posted By GreyFox777
Hide frames in Raid

Can someone tell how to prevent spawner from load if player are in raid?

have this block of code at the end of my lua file

oUF:RegisterStyle("Party 1 Frame", create)
oUF:SetActiveStyle("Party 1...
Forum: oUF (Otravi Unit Frames) 01-21-19, 02:05 PM
Replies: 0
Views: 6,026
Posted By GreyFox777
AFK color

Anyone know, how can i achieve to change color of health bar while afking, without to edit the oUF framework itself?
Forum: oUF (Otravi Unit Frames) 01-07-19, 05:09 PM
Replies: 0
Views: 5,861
Posted By GreyFox777
Default Blizz Combo Point Bar

Anyone know, how to use default blizzard cp frame but disable the player frame (by default in ouf)? Because if the player frame are disabled cp bar won't showing up...
Forum: oUF (Otravi Unit Frames) 01-02-19, 03:27 AM
Replies: 1
Views: 6,069
Posted By GreyFox777
Tags onUpdate

Can someome explain me how to update the tag onUpdate?

-- PVP Timer
tags['myaddon:pvptimer'] = function(self, elapsed)


local sec = math.floor(GetPVPTimer()/1000)
if( GetPVPTimer() >= 300000 )...
Forum: oUF (Otravi Unit Frames) 12-31-18, 10:45 AM
Replies: 5
Views: 14,204
Posted By GreyFox777
@p3lim thank you very much! Exactly what i...

@p3lim

thank you very much! Exactly what i looked for.

Have searched whole google, and didn't found this :D
Forum: oUF (Otravi Unit Frames) 12-30-18, 11:22 PM
Replies: 5
Views: 14,204
Posted By GreyFox777
And what about pet quality? Need to be same...

And what about pet quality? Need to be same summoned?
Forum: oUF (Otravi Unit Frames) 12-30-18, 05:58 PM
Replies: 5
Views: 14,204
Posted By GreyFox777
Show battle pet level

Hi there,

im trying to create an tag for battle pet level showing, but without any success...

Can some one show me right code for this?

my code for normal units seems...
Forum: oUF (Otravi Unit Frames) 12-30-18, 09:31 AM
Replies: 3
Views: 6,903
Posted By GreyFox777
'UNIT_NAME_UPDATE UNIT_CONNECTION...

'UNIT_NAME_UPDATE UNIT_CONNECTION UNIT_ENTERING_VEHICLE UNIT_EXITING_VEHICLE GROUP_ROSTER_UPDATE' these here
Forum: oUF (Otravi Unit Frames) 12-29-18, 08:02 PM
Replies: 3
Views: 6,903
Posted By GreyFox777
Name Tag (name UNKNOWN)

Hello,

anyone was able to help me with name tag?

My problem is:

Some time by joining the party, name of some players show as UNKNOWN (server lag?), but the problem is, it stays and won't be...
Forum: oUF (Otravi Unit Frames) 05-01-18, 07:04 PM
Replies: 8
Views: 7,887
Posted By GreyFox777
I did it myself by setting parent. Thread can be...

I did it myself by setting parent.

Thread can be deleted.
Forum: oUF (Otravi Unit Frames) 04-29-18, 09:29 AM
Replies: 8
Views: 7,887
Posted By GreyFox777
But is there no way for douing that?! All my...

But is there no way for douing that?!

All my party target frame are not affected by alpha :(

Seems a little not good
Forum: oUF (Otravi Unit Frames) 04-29-18, 08:53 AM
Replies: 8
Views: 7,887
Posted By GreyFox777
i think you right and oUF range doesen't work...

i think you right and oUF range doesen't work with ***target frames... Sadly.


But maybe is there a way to set alpha to a frame if another frame setted to alpha and copy this value?



I tried with
Forum: oUF (Otravi Unit Frames) 04-29-18, 05:56 AM
Replies: 8
Views: 7,887
Posted By GreyFox777
or is there a way to set the parent on party...

or is there a way to set the parent on party frame but, with ability to correct the frame strata?


I tried parent and it work well, but frame strata goes crazy then...
Showing results 1 to 25 of 75