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,411
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 05-03-11, 05:13 PM  
epedemix
A Murloc Raider

Forum posts: 6
File comments: 10
Uploads: 0
Is there a way I can change the party frame so that theres 2 columns, removing the player frame from the group frame. Or can I disable the party frame without disabling the entire addon. I apologize, I am unfamiliar with .lua coding, or any coding for that matter.

____[PL]
____[Pa]
____[Pa]
____[Pa]
[PL] [Pa] [Tr] This is my current frame layout, and I would (if possible) like to change the layout to the example below.

____[Pa] [Pa]
[PL] [Pa] [Pa] [Tr]

Thank you in advance.
Report comment to moderator  
Reply With Quote
Unread 05-04-11, 12:03 AM  
Akkorian
A Flamescale Wyrmkin
 
Akkorian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 111
File comments: 125
Uploads: 2
Originally posted by epedemix
Is there a way I can change the party frame so that theres 2 columns, removing the player frame from the group frame. Or can I disable the party frame without disabling the entire addon.
You can change the layout by changing the attributes in the party data table in “config.lua”, or remove the party frames by removing the table completely. You can find documentation for the group header attributes here:

https://github.com/tekkub/wow-ui-sou...oupHeaders.lua

Originally posted by Yanis
Error message is occurring when logging in. (german client, newest ouf & ouf_phanx)
That’s already been reported in the bug tracker, and I’m looking into it:
http://www.wowinterface.com/portal_a...ort&bugid=7410

Originally posted by EKE
A little interesting questions: afk time, well it's harmless.
2:59 next should be 3:00, but it go 2:60 then 3:00
I hadn’t noticed that, but I guess I don’t watch the AFK timer much. I’ll look into it. If you could post a bug report so I don’t forget about it, that would help!

How can I add a focus castbar ?
In the “config.lua” file, copy the “castbar = true,” line from the target section into the focus section. The focus frame wasn’t designed with a cast bar in mind, though, so if it overlaps anything you’re on your own for moving the other stuff.
__________________
“Be humble, for you are made of earth. Be noble, for you are made of stars.”
Report comment to moderator  
Reply With Quote
Unread 05-04-11, 01:20 AM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
Originally posted by Akkorian

In the “config.lua” file, copy the “castbar = true,” line from the target section into the focus section. The focus frame wasn’t designed with a cast bar in mind, though, so if it overlaps anything you’re on your own for moving the other stuff.
Thank you!
AFK time is just a little interesting phenomenon--I think it's not a bug, also don't know how to report it......I've just learn how to use oUF not exceed a week, lack of tutorials.
Report comment to moderator  
Reply With Quote
Unread 07-01-11, 07:13 AM  
Akkorian
A Flamescale Wyrmkin
 
Akkorian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 111
File comments: 125
Uploads: 2
Version 4.2.0.180
  • Updated for WoW 4.2
__________________
“Be humble, for you are made of earth. Be noble, for you are made of stars.”
Report comment to moderator  
Reply With Quote
Unread 08-05-11, 07:21 AM  
maci2100
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Is it possible to show more than one buff on the target?
It would be very nice
Report comment to moderator  
Reply With Quote
Unread 08-11-11, 07:00 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Originally posted by 4exoB
Add boss frames pls.
1. Read the addon description, please. Comments are not the appropriate place to request features.

2. Read the changelog and/or update your addons, please. Boss frames were added 6 months ago.

3. Vowels are not peanuts, latex, or shellfish. Nobody is allergic to them. This is not 1995, and this is not an AOL chat room.
Last edited by Phanx : 08-11-11 at 07:02 AM.
Report comment to moderator  
Reply With Quote
Unread 08-21-11, 06:16 PM  
chenyuli
A Kobold Labourer
 
chenyuli's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
target frame aura

Hi, recently I found that Druid's Rejuvenation, Lifebloom and Regrowth on target frame can't display in the same time. When I cast these 3 spells on target frame, it only display the first spell, and the later spell has to wait for previous spell expired. (But player & party frame doesn't have this problem.)

Another problem is that player unit's border in party frame will not display highlight when player get debuff. Other members' border in party frame will highlight when they get debuff, but player's won't.
Last edited by chenyuli : 08-22-11 at 04:40 PM.
Report comment to moderator  
Reply With Quote
Unread 08-22-11, 01:05 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Re: target frame aura

Originally posted by chenyuli
... player unit's bolder ... Other members' bolder ...
I have no idea what you mean by "bolder" in the context of a noun.
Last edited by Phanx : 08-22-11 at 01:05 PM.
Report comment to moderator  
Reply With Quote
Unread 08-22-11, 04:41 PM  
chenyuli
A Kobold Labourer
 
chenyuli's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Re: Re: target frame aura

Originally posted by Phanx
I have no idea what you mean by "bolder" in the context of a noun.
Sorry for my wrong spell and poor grammar... I mean border
Last edited by chenyuli : 08-22-11 at 04:43 PM.
Report comment to moderator  
Reply With Quote
Unread 08-23-11, 01:42 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Are you talking about the aggro highlight, the debuff highlight, or both?
Report comment to moderator  
Reply With Quote
Unread 08-23-11, 04:53 AM  
chenyuli
A Kobold Labourer
 
chenyuli's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Originally posted by Phanx
Are you talking about the aggro highlight, the debuff highlight, or both?
The debuff highlight only.
Report comment to moderator  
Reply With Quote
Unread 08-27-11, 03:31 PM  
rieux
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
Would it be possible to add the following buff to the default auras.lua for rogues:

Code:
[32645] = 4, -- Envenom
Self-buff from using envenom as an assassination rogue. Useful in PvE. I add it myself anytime I update, but was hoping it could be added by default.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 08-29-11, 06:53 PM  
llerelol
A Murloc Raider

Forum posts: 7
File comments: 45
Uploads: 0
Hi,
i've noticed that some ouf plugins are now integrated into standart ouf package, like 'druidmana' or 'spellrange'. I dont think you need to install them as a separate addons anymore. So i guess you should remove some 'IsAddonLoaded' checks to make them work?
Report comment to moderator  
Reply With Quote
Unread 09-22-11, 01:29 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Thanks for the heads up. I'll remove the check for oUF_DruidMana shortly, and make the required changes to work with the default druid mana element.

The default range element is not the same as oUF_SpellRange, though. oUF uses the UnitInRange API function, while the plugin uses IsSpellInRange. I don't use the plugin, since range checking on units outside my group is pretty much useless for the classes I play (healers and melee DPS), but it is useful for ranged DPS players, and supporting it only adds about 128 bytes of code (which occupies exactly zero bytes in memory after the loading sequence if you're not running the plugin).
Report comment to moderator  
Reply With Quote
Unread 12-12-11, 11:17 AM  
chenyuli
A Kobold Labourer
 
chenyuli's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Aura Filter

Hi, recently I go back to EOE for transmog, but I can't see debuff stack which I cast on Malygos in Phase 3. Could you add the debuff "Engulf in Flames" in aura filter? Although EOE is not the latest raid, maybe all this kind of buffs/debuffs (Players can apply it when they are in the vehicle.) should be added in.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: