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,674
Favorites:185
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 02-21-11, 12:06 AM  
Akkorian
A Flamescale Wyrmkin
 
Akkorian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 111
File comments: 125
Uploads: 2
Okay, hopefully this fixes everything!

Version 4.0.6.151
  • Fixed an error in the dispel element for priests
  • Fixed an error with the “Show threat levels” option
  • Added an option to disable the new eclipse bar — type “/run PoUFDB.useEclipseBar = false; ReloadUI()” in-game
  • Changed the boss and party frames to be positioned relative to the UIParent instead of the Minimap, to make sure they’re always on the screen even for people who have moved their minimap around
__________________
“Be humble, for you are made of earth. Be noble, for you are made of stars.”
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 11:02 PM  
Akkorian
A Flamescale Wyrmkin
 
Akkorian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 111
File comments: 125
Uploads: 2
Hi guys,

Thanks for the reports. I don’t have a priest, so I missed renaming a function in the priest part of the code. I’ll post an update in a few minutes.

I also don’t have a moonkin, so I basically just used the balance bar code mojosdojo posted in his/her feature request ticket. For now I’ll add an option to disable the eclipse bar, so you can keep using another addon for that if you want. Type this in-game:

Code:
/run PoUFDB.useEclipseBar = false; ReloadUI()
After that, the eclipse bar won’t load anymore. If you want to turn it back on again, type the same thing, but change the “false” to “true”. I’ll see about making it prettier for a future version.
__________________
“Be humble, for you are made of earth. Be noble, for you are made of stars.”
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 05:17 PM  
Kyahx
A Wyrmkin Dreamwalker
 
Kyahx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 34
Uploads: 6
Missing party frames?

Party frames are not showing up for me, I've had to revery to an older version.

Edit: Looks like the layout has changed a bit, and the boss and party frames are anchored to the Minimap. Some people move the Minimap (mine is in the lower right corner) I would recommend only changing the default layout to use UIParent and other oUF_Phanx frames as reference, since that will be constant in everyone's UI.
Last edited by Kyahx : 02-20-11 at 05:34 PM.
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 05:16 PM  
Pinghansen
Certified Insane
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 75
Uploads: 2
Re: Re: Error on login to a priest

Originally posted by Stanzilla
[Just replace every (line 217 and 218) CheckSpell with IsSpellKnown and you are fine
Thanks!
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 04:41 PM  
Stanzilla
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 146
Uploads: 6
Re: Error on login to a priest

Originally posted by Pinghansen
I get the error from the previous message, whenever I log in to my priest.

No error when I log in to a lock, rogue, druid (the eclipse bar is sure ugly!), hunter or mage.

How do I disable the eclipise bar? It's an eyesore.

Code:
940x oUF_Phanx-4.0.6.148\elements\dispel.lua:217: attempt to call global 'CheckSpell' (a nil value)
that one?

Just replace every (line 217 and 218) CheckSpell with IsSpellKnown and you are fine

and here http://pastey.net/146390 someone forgot that the threat stuff mentioned is currently commented out in the code, i think.
Last edited by Stanzilla : 02-20-11 at 04:54 PM.
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 03:27 PM  
Pinghansen
Certified Insane
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 75
Uploads: 2
Suggestion for eclipse bar

Put it over the player frame, but below the player auras. As it is, it eclipses the cast bar
Make it narrow without a frame.
Put a moon icon on one end and a sun icon on the other.
Make the bar itself a solid arrow growing towards the end.

C ----> O or C <------O

Most eclipse bars don't show which direction we need to grow
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 01:59 PM  
Pinghansen
Certified Insane
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 75
Uploads: 2
Error on login to a priest

I get the error from the previous message, whenever I log in to my priest.

No error when I log in to a lock, rogue, druid (the eclipse bar is sure ugly!), hunter or mage.

How do I disable the eclipise bar? It's an eyesore.
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 01:40 PM  
Pinghansen
Certified Insane
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 75
Uploads: 2
Version 4.0.6.148

I got this when I logged in (Edit: Oops, not warlock, priest!)

Date: 2011-02-20 20:37:45
ID: 1
Error occured in: Global
Count: 291
Message: ..\AddOns\oUF_Phanx\elements\dispel.lua line 217:
attempt to call global 'CheckSpell' (a nil value)
Debug:
[C]: CheckSpell()
oUF_Phanx\elements\dispel.lua:217:
oUF_Phanx\elements\dispel.lua:191
Last edited by Pinghansen : 02-20-11 at 01:42 PM.
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 01:05 PM  
DoctorDyna
A Defias Bandit

Forum posts: 2
File comments: 23
Uploads: 0
Originally posted by Akkorian


I don’t have a moonkin, though, so the eclipse bar is only tested as far as not causing Lua errors. Please let me know if there’s any problem with it! [/b]
The Eclipse bar works great, but it seems to cover the cast bar!
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 07:38 AM  
Pinghansen
Certified Insane
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 75
Uploads: 2
Originally posted by Akkorian
You can change the background intensity from the options panel now
Great! Looking forward to testing it. Many thanks.
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 06:50 AM  
Akkorian
A Flamescale Wyrmkin
 
Akkorian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 111
File comments: 125
Uploads: 2
Oops, sorry, I didn’t realize I hadn’t posted the new version yet. Here you go! You can change the background intensity from the options panel now.

Version 4.0.6.148
  • Added boss frames
  • Added an eclipse bar for moonkins
  • Added a background intensity option to change how bright the health bar background color is relative to the foreground color. It applies to the power bar too, but in reverse.
  • Added the bear Berserk proc to the default filter list for druids
  • Fixed dispel highlighting for hostile units, maybe

I don’t have a moonkin, though, so the eclipse bar is only tested as far as not causing Lua errors. Please let me know if there’s any problem with it!
__________________
“Be humble, for you are made of earth. Be noble, for you are made of stars.”
Last edited by Akkorian : 02-20-11 at 06:51 AM.
Report comment to moderator  
Reply With Quote
Unread 02-19-11, 06:26 PM  
Pinghansen
Certified Insane
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 75
Uploads: 2
Originally posted by Akkorian
You could make the background intensity lower so the background is darker compared to the foreground, or you could .., or you could ...
Could you tell us where to change it in the code?

And please also how to change that of the health bar background as well, as I'm having a bit of trouble with the low contrast between health and the lack of same.
Report comment to moderator  
Reply With Quote
Unread 02-19-11, 05:42 PM  
Akkorian
A Flamescale Wyrmkin
 
Akkorian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 111
File comments: 125
Uploads: 2
Hi Khangg,

It is a different color, but since it’s white and it looks like you’re using a higher background intensity setting than the default, the difference is kind of hard to see. You could make the background intensity lower so the background is darker compared to the foreground, or you could use something other than class coloring for power bars, or you could try using a different bar texture that might show the difference better.
__________________
“Be humble, for you are made of earth. Be noble, for you are made of stars.”
Report comment to moderator  
Reply With Quote
Unread 02-19-11, 01:51 PM  
khangg
An Aku'mai Servant
AddOn Compiler - Click to view compilations

Forum posts: 35
File comments: 53
Uploads: 1
As a priest, the power bar background isn't a different colour as it is with other classes how would I go about changing that?

Report comment to moderator  
Reply With Quote
Unread 02-12-11, 08:15 PM  
Akkorian
A Flamescale Wyrmkin
 
Akkorian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 111
File comments: 125
Uploads: 2
Hi pjiswin,

Open “config.lua” and comment out the “party” and “partypet” tables inside the “ns.uconfig” table, so it looks like this:

Code:
--[[
	party = {
		point = "TOPLEFT targettarget BOTTOMRIGHT 110 250",
		width = 0.5,
		power = true,
		attributes = { "showPlayer", true, "showParty", true, "showRaid", false, "xOffset", 0, "yOffset", -25 },
		visible = "party",
	},
	partypet = {
		point = "TOPLEFT party TOPRIGHT 10 0",
		width = 0.25,
		attributes = { "showPlayer", true, "showParty", true, "showRaid", false, "xOffset", 0, "yOffset", -25, "useOwnerUnit", true, "unitsuffix", "pet" },
		visible = "party",
	},
--]]
The yellow parts are what you need to add.
__________________
“Be humble, for you are made of earth. Be noble, for you are made of stars.”
Last edited by Akkorian : 02-12-11 at 08:15 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: