Download
(344Kb)
Download
Updated: 08-11-18 11:23 AM
Pictures
File Info
Updated:08-11-18 11:23 AM
Created:07-04-09 05:47 PM
Downloads:44,333
Favorites:186
MD5:
Categories:oUF: Layouts, Unit Mods

oUF Phanx  Popular! (More than 5000 hits)

Version: 8.0.1.0
by: Phanx [More]

I am no longer developing or maintaining World of Warcraft addons. I haven't played in years, and don't have the time or interest to continue working on addons for a game I don't play anymore. If you are an addon author interested in continuing one of my addons, please see https://phanx.net/addons/. If you are an addon user, sorry, but there won't be any more fixes or updates from me.

oUF layout with many PvE-oriented features and a few options.
Features include aura filtering, dispel highlighting, threat highlighting, incoming heal bars, display of all secondary resources, totem timers, cast bars for player/pet/target, incoming resurrection text, combat feedback text, AFK timers, and smoothly updating bars. Mouse over the frames for more detailed health and power text. Hold Shift out of combat to temporarily disable aura filtering and see all buffs. Some elements auto-adjust based on role (healer, tank, damage).

Type /pouf for options, or browse to the oUF Phanx panel in the standard Interface Options window.

Supported units: player, pet, target, target’s target, focus, focus’s target, party, party pets, arena enemies, and bosses. Raid frames will not be added; use Grid or another raid frame addon of your choice.

Supported plugins: oUF_MovableFrames, oUF_SpellRange, and any plugin which does not require explicit support from within a layout. Also Clique for click-casting.

Note that you must install the oUF core addon separately.
Feedback
Post a ticket on GitHub or post a comment on this page. If you are reporting a problem, please read this first.

If you want to change something that does not have an in-game option to change, you will need to modify the addon's Lua code yourself. If you need help modifying the code, do not post here. This page is for support of the official version only, and tickets/comments asking for help with code changes on this page will be deleted. Post in the oUF forum instead.

If you are using a modified version of oUF_Phanx, do not post here. This page is for support of the official version only. Reproduce the problem with the official version first, or post in the oUF forum instead.
Language Support
Works in all languages. Translated into Deutsch, Español, Français (partial), Português (partial), Русский (partial), and 简体中文 (partial). You can add or update translations for any language on the CurseForge project page.

Version 8.0.1.0
  • Updated for WoW 8.0

Version 7.3.5.0
  • Updated for WoW 7.3 and oUF 7.0

Version 7.1.0.0
  • Fixed an error that occurred as a result of Blizzard sending health updates for non-existent units

Version 7.0.3.2
  • Fixed an error with combo points for rogues (ticket #11)
  • Time-limited buffs on NPCs are now shown by default (ticket #10)
  • Fixed boss debuffs not showing on focus/TOT frames (ticket #10)

Version 7.0.3.1 (2016 Aug 14)
  • Fixed an error when opening the aura configuration panel

Version 7.0.3.0 (2016 Aug 13)
  • Updated for WoW 7.0
  • Includes an updated copy of oUF -- the official version will not work!
  • The aura filter lists for most classes were compiled using Wowhead. Please report any missing buffs/debuffs (with their ID) or any buffs/debuffs that are included in the default filters that don't actually need to be shown. Thanks.
Post A Reply Comment Options
Unread 10-18-10, 03:00 PM  
Typh00n
A Deviate Faerie Dragon
 
Typh00n's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 39
Uploads: 1
Quick question, where do i look for changing the target so that every debuff is shown instead of only my own?
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 02:22 PM  
sargas33
A Kobold Labourer

Forum posts: 1
File comments: 6
Uploads: 0
Hi,

I really like this oUF Layout, but it gives me some odd behaviour.
The party frame is only visible after an ui reload.

To test this I was only using oUF version 1.5.2 and your latest release. At the moment it is not clear to me if the error is on my end or not.

The complete Saved Variable folder was wiped out, before testing. I recieve no error messages with bugsack.

I hope you have some solution for this little problem.

Greets,
Sargas33
Last edited by sargas33 : 10-18-10 at 02:23 PM.
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 01:10 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Install BugSack. It will keep all of the error messages that occur while you're playing, so you can go back and look at them (and copy them) later.
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 10:30 AM  
inopua
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 23
Uploads: 2
Originally posted by Phanx
Any time you get an error message, you should post the actual error message if you're going to report it.
I was in a hurry when it happened, and the other people waiting wasn't going to accept, "sorry guys, I'm going to heal some of you, but not all because my unit frames went belly up on something I cant see you all", so I /reloaded my ui and it worked fine.

I'll see if I can get it to show the same error again, but I fear it may be a race condition, which is why I posted it without looking too much into the code.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 05:52 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Originally posted by inopua
Just got an error
Any time you get an error message, you should post the actual error message if you're going to report it.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 05:47 PM  
inopua
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 23
Uploads: 2
Just got an error about some invalid texture coordinates when someone went online/offline in a party I was in:

It pointed to SetTexCoord as the culprit.

ns.SetStatusBarValue = function(self, cur)
local min, max = self:GetMinMaxValues()
self:GetStatusBarTexture():SetTexCoord(0, (cur - min) / (max - min), 0, 1)
self.orig_SetValue(self, cur)
end

I'm also having some issues with the frames not updating correctly when I first join a group, but a /reloadui seems to fix it. Sorry I don't have much more details on this at the moment :/
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 02:54 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Originally posted by Coldfury
ANyone else is having trouble with this layout and oUF_MovableFrames?
I have nothing to do with oUF_MovableFrames, and layouts don't include any specific code to support it. Post a comment/bug report on its download page for Haste.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 01:59 PM  
Coldfury
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 78
Uploads: 3
ANyone else is having trouble with this layout and oUF_MovableFrames?

My party UF keep resetting their position
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 10:35 AM  
Tholle
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Not showing Faerie Fire, dunno if they have different IDs depending on what form you cast it in, but this is what I got:

[18:32:28] Dump: value=GetSpellLink("Faerie Fire"):match("spell%d+)")
[18:32:28] [1]="770"


PS. I'm a kitty btw if that helps anything...
Last edited by Tholle : 10-17-10 at 10:36 AM.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 02:52 AM  
ongabc
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
My English is not very good, hope you can understand
I really like your OUF layout, but when I download it, use was a problem, do not show this OUF layout and error, OUF version is 1.5.2
only my warlock errer,mage and rogue use of normal.

Code:
Message: Interface\AddOns\oUF\ouf.lua:421: Attempted to use invalid tag [soulshards].
Time: 10/17/10 15:46:28
Count: 1
Stack: [C]: in function `error'
Interface\AddOns\oUF\elements\tags.lua:533: in function `Tag'
Interface\AddOns\oUF_Phanx\core.lua:623: in function `styleFunc'
Interface\AddOns\oUF\ouf.lua:421: in function <Interface\AddOns\oUF\ouf.lua:391>
(tail call): ?
Interface\AddOns\oUF\ouf.lua:702: in function `Spawn'
Interface\AddOns\oUF_Phanx\core.lua:931: in function `func'
Interface\AddOns\oUF\ouf.lua:723: in function <Interface\AddOns\oUF\ouf.lua:719>
(tail call): ?

Locals: (*temporary) = "Attempted to use invalid tag [soulshards]."
Last edited by ongabc : 10-17-10 at 10:09 AM.
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 02:52 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Version 4.0.1.99
  • Updated for oUF 1.5.2 and WoW 4.0
  • Added basic text-based holy power and soul shard display
  • Added built-in AFK element (based on oUF_AFK by Sonomus, with permission)
  • Fixed safe zone display on channeled spells
  • Fixed saved variables handling
  • Disabled spell tooltip modification by default

Aura filtering doesn't work for most classes at the moment (eg. it won't show things it should show) because I haven't had time to go through and update the spell IDs for every class. I'll work on doing that over the next week or so; if you want to help, please post a list of spells (names and IDs) that should be shown for your class. You can get the spell IDs from wowhead.com, or in-game by using this command:

/dump GetSpellLink("Name of the Spell"):match("spell%d+)")

Replace the sad face with a : followed by a ( without any spaces. The "Disable smilies in text" posting option seems to be broken...

Note that "Name of the Spell" must be properly spelled, capitalized, and punctuated. It also must be a spell your character currently knows.
Last edited by Phanx : 10-16-10 at 02:54 PM.
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 02:51 PM  
Digweed
A Kobold Labourer

Forum posts: 0
File comments: 32
Uploads: 0
Thanks Phanx for update. <3 this layout.
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 01:29 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Both of those issues stem from the fact that the outdated version of oUF you're using is not really compatible with WoW 4.0.
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 07:44 AM  
colgategao
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally posted by Phanx
The default font this layout uses does not support non-Latin characters. Either use the font selection option and choose one of the default WoW fonts, or find a font file that supports those characters, and replace the "Expressway.ttf" file inside oUF_Phanx/media with it.
thank u for you replying. the problem has been settled.THX
but,i find other questions.
1 when i right click the buff to canal it. it says ouf has been blocked from the action only available for BLZ ui. u can bara....disabel or ignore.
2 when i in 5man team,i can not see other guys.
looking forward your new version.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 11:54 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Originally posted by colgategao
... when i use the EN client to playing on Taiwan realm, the characters name always show "?"
The default font this layout uses does not support non-Latin characters. Either use the font selection option and choose one of the default WoW fonts, or find a font file that supports those characters, and replace the "Expressway.ttf" file inside oUF_Phanx/media with it.

Originally posted by Victor Mizer
Border color won't save on 4.0
That's probably because the layout hasn't yet been updated for the new version of oUF that was released for WoW 4.0.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: