Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: p3lim
Forum: oUF (Otravi Unit Frames) 11-14-09, 07:19 PM
Replies: 327
Views: 160,951
Posted By p3lim
Mind showing your layout's tags.lua file?

Mind showing your layout's tags.lua file?
Forum: oUF (Otravi Unit Frames) 08-31-09, 08:18 AM
Replies: 327
Views: 160,951
Posted By p3lim
You can use .onlyShowPlayer on...

You can use .onlyShowPlayer on buffs/debuffs/auras



It depends, I don't know how Caellian spawns his raid frames.
If he spawns a single header, use this:
<raidheader>:SetAttribute('groupFilter',...
Forum: oUF (Otravi Unit Frames) 01-31-09, 12:53 PM
Replies: 327
Views: 160,951
Posted By p3lim
Well that is pretty much it. For example, there...

Well that is pretty much it. For example, there is no GUI that lets you change the looks.
Ive put my little GUI project on hold due RL.
Forum: oUF (Otravi Unit Frames) 01-31-09, 12:43 PM
Replies: 327
Views: 160,951
Posted By p3lim
There is no config whatsoever, everything is...

There is no config whatsoever, everything is hardcoded through Lua.
oUF is a unit framework and is made to those experienced with addons.

In other words, I you want to change stuff you need to know...
Forum: oUF (Otravi Unit Frames) 01-14-09, 01:15 PM
Replies: 327
Views: 160,951
Posted By p3lim
health|power.frequentUpdates = true

health|power.frequentUpdates = true
Forum: oUF (Otravi Unit Frames) 01-14-09, 12:33 PM
Replies: 327
Views: 160,951
Posted By p3lim
Tags updates on events. By default the non-tag...

Tags updates on events.
By default the non-tag updates are also on events, but on alot more of them.

Also, if enabled, its updated by a OnUpdate script instead of events, which makes it update more...
Forum: oUF (Otravi Unit Frames) 01-03-09, 07:14 AM
Replies: 327
Views: 160,951
Posted By p3lim
1st argument is the event you want to...

1st argument is the event you want to register.
2nd argument is the function you want to assign to that event.
Forum: oUF (Otravi Unit Frames) 12-29-08, 01:28 PM
Replies: 327
Views: 160,951
Posted By p3lim
oUF.units.player

oUF.units.player
Forum: oUF (Otravi Unit Frames) 12-23-08, 07:14 PM
Replies: 327
Views: 160,951
Posted By p3lim
Please add that as a default

Please add that as a default
Forum: oUF (Otravi Unit Frames) 12-21-08, 11:13 PM
Replies: 327
Views: 160,951
Posted By p3lim
Add an detailed error print to that event handler...

Add an detailed error print to that event handler by default, it would ease up the mess on these forums.

I have one, but I added that myself
Forum: oUF (Otravi Unit Frames) 12-21-08, 08:31 AM
Replies: 327
Views: 160,951
Posted By p3lim
Most likely an issue with oUF. Haste: compare...

Most likely an issue with oUF.
Haste: compare lines 15 and 16 in status.lua (aswell lines 23 and 24)





Issue with one (or more) of your events, the event handler got changed in 1.3
Forum: oUF (Otravi Unit Frames) 12-20-08, 02:59 PM
Replies: 327
Views: 160,951
Posted By p3lim
Fixed in next version

Fixed in next version
Forum: oUF (Otravi Unit Frames) 12-17-08, 10:21 AM
Replies: 327
Views: 160,951
Posted By p3lim
Just register the event like you do in 1.3,...

Just register the event like you do in 1.3, providing a function for it.
You'll notice it doesnt update the function, for what reason is unknown to me. (didnt look too much into it)
Forum: oUF (Otravi Unit Frames) 12-17-08, 09:48 AM
Replies: 327
Views: 160,951
Posted By p3lim
It doesnt run the function when the event fires,...

It doesnt run the function when the event fires, I had the same issue.

Using tags now though.

(This is about 1.3)
Forum: oUF (Otravi Unit Frames) 12-14-08, 11:28 AM
Replies: 327
Views: 160,951
Posted By p3lim
You welcome, mail subscriptions ftw ;)

You welcome, mail subscriptions ftw ;)
Forum: oUF (Otravi Unit Frames) 12-14-08, 11:20 AM
Replies: 327
Views: 160,951
Posted By p3lim
Unless they are named in the spawn, they also...

Unless they are named in the spawn, they also have global names.

e.g.
oUF.units.player
oUF.units.party1
oUF.units.targettarget

and so on..
Forum: oUF (Otravi Unit Frames) 12-14-08, 08:02 AM
Replies: 327
Views: 160,951
Posted By p3lim
Edited the above post

Edited the above post
Forum: oUF (Otravi Unit Frames) 12-14-08, 07:57 AM
Replies: 327
Views: 160,951
Posted By p3lim
Just read that you can register multiple...

Just read that you can register multiple functions to the same event with :RegisterEvent('EVENT', func), so it wont be nessisary for the sub-object one.
Can easily do this for my druidpower function...
Forum: oUF (Otravi Unit Frames) 12-14-08, 07:45 AM
Replies: 327
Views: 160,951
Posted By p3lim
self.Power:RegisterEvent('EVENT', func) Although...

self.Power:RegisterEvent('EVENT', func)

Although it might not be needed.
Forum: oUF (Otravi Unit Frames) 12-14-08, 07:42 AM
Replies: 327
Views: 160,951
Posted By p3lim
Haste, will the new :RegisterEvent() and...

Haste, will the new :RegisterEvent() and :UnregisterEvent() apply to subobjects?
Forum: oUF (Otravi Unit Frames) 11-26-08, 10:50 AM
Replies: 327
Views: 160,951
Posted By p3lim
http://www.wowinterface.com/portal.php?id=137&a=vi...

http://www.wowinterface.com/portal.php?id=137&a=viewbug&bugid=5048
Forum: oUF (Otravi Unit Frames) 11-21-08, 03:33 PM
Replies: 327
Views: 160,951
Posted By p3lim
somewhere, as an example, put this in your layout...

somewhere, as an example, put this in your layout oUF:RegisterEvent('UNIT_PET')
oUF.UNIT_PET = oUF.PLAYER_ENTERING_WORLD

Should work

edit:
oUF:RegisterSubTypeMapping('UNIT_PET') Might do it, not...
Forum: oUF (Otravi Unit Frames) 11-21-08, 08:40 AM
Replies: 327
Views: 160,951
Posted By p3lim
There must be some event that fires when you...

There must be some event that fires when you enter a vehicle.
Register that and hook it to the rest any of the events that will cause a 'global' update (as haste mentioned, PEW is one of them)
Forum: oUF (Otravi Unit Frames) 11-20-08, 01:50 PM
Replies: 327
Views: 160,951
Posted By p3lim
Not too many embeds oUF though, and guessing he...

Not too many embeds oUF though, and guessing he asked where to put that line in the first place, I doubth he knows the point of embedding it at all.
Forum: oUF (Otravi Unit Frames) 11-20-08, 12:57 PM
Replies: 327
Views: 160,951
Posted By p3lim
You should never put anything in the oUF lua :p

You should never put anything in the oUF lua :p
Showing results 1 to 25 of 30