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,452
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 02-13-14, 07:00 PM  
Pinghansen
Certified Insane
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 75
Uploads: 2
Looking at wowhead, is looks like Shield Block has three disguises: 132404 is the spell, 12169 is the buff and 2565 is the specialization. Way to go, Blizzard
Last edited by Pinghansen : 02-13-14 at 07:01 PM.
Report comment to moderator  
Reply With Quote
Unread 02-13-14, 06:20 PM  
Candiman
A Deviate Faerie Dragon

Forum posts: 12
File comments: 3
Uploads: 0
Thank you that worked. I had no idea that some spells had different IDs for the buffs. For anyone else looking for this the buff ID of shield block is 132404.
Report comment to moderator  
Reply With Quote
Unread 02-13-14, 05:33 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
If it's not appearing, you're probably not using the right spell ID. The spell ID of the buff is not necessarily the same as the spell ID of the spell you actually cast. Use this command to find the buff's spell ID. To find a different buff, "Shield Block" to the name of the buff. If you want to find a debuff, change UnitBuff to UnitDebuff. If you want to find a buff/debuff on your target instead of yourself, change "player" to "target" (or any other unit).

Code:
/run for i=1,40 do local name,_,_,_,_,_,_,_,_,_,id=UnitBuff("player",i) if name=="Shield Block" then return print(id) end end
Since this comes up often enough, I guess I should add some kind of spell ID finder to the addon itself...
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Last edited by Phanx : 02-13-14 at 05:47 PM.
Report comment to moderator  
Reply With Quote
Unread 02-13-14, 01:06 PM  
Candiman
A Deviate Faerie Dragon

Forum posts: 12
File comments: 3
Uploads: 0
Shield Block

Sorry if this has been brought up before but 40 pages is a lot to go through but the buff for Shield Block just refuses to show up. The spell ID is correct for it and their is no glyph that changes the spell in any way but it just will not show up on my player frame. Wanted to add I have tried adding it manually through the in game config and ticking show always but it still doesn't show up.
Last edited by Candiman : 02-13-14 at 01:07 PM.
Report comment to moderator  
Reply With Quote
Unread 02-11-14, 03:00 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Blizzard ist ärgerlicherweise schlecht bei der Ermittlung der Ursache des "geschützte Funktion" Problems... fast immer ist das falsche Addon beschuldigt. Wenn eine weitere Fehlermeldung auftaucht, wenn du mir die Meldung und eine Liste deiner Addons geben, vielleicht kann ich erkennen, welches macht das Problem.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 02-11-14, 11:42 AM  
Dexter74
A Kobold Labourer

Forum posts: 0
File comments: 167
Uploads: 0
Momentan schlecht, hatte das Ace3 Packet extra am laufen weil ich doch einige ältere Addons habe, ohne wurden die Fehlermeldungen schon deutlich weniger. Allerdings tauchte Ace3 selbst nie in einer Fehlermeldung auf, aber das bin ich ja schon irgendwie gewohnt.
Dann hat Blizzard das Event geändert, gestern wurde man reingesetzt, war sofort im Kampf und musste den NPC der in der normalen Instanz die Tür zum Hof öffnet befreien , seit heute steht man bei den 3 Bossen. Heute hatte ich so gar keine Fehlermeldung, werde es aber mal weiter beobachten.
Report comment to moderator  
Reply With Quote
Unread 02-11-14, 11:18 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Kannst du den Fehler geben? Oder mindestens den Namen der geschützten Funktion? Ich habe keine Fehler kürzlich gesehen, und daher ist es etwas schwierig zu erraten, was das Problem sein könnte.

Hast du auch die neueste Version von oUF?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Last edited by Phanx : 02-11-14 at 11:19 AM.
Report comment to moderator  
Reply With Quote
Unread 02-10-14, 02:43 PM  
Dexter74
A Kobold Labourer

Forum posts: 0
File comments: 167
Uploads: 0
Gruppenframe war aktiviert, zum Glück muss man ja bei Dir sich nicht Stundenlang hinsetzen und alles Neu einstellen, der Reset war aber nicht wirklich zufriedenstellend.
4x zum Eventboss aber nur 3x die Gruppe gesehen, dafür aber jedesmal reichlich Fehler oUF, oUF_MovableFrames oder oUF_Phanx hätte eine geschützte Funktion aufgerufen.
Report comment to moderator  
Reply With Quote
Unread 02-10-14, 02:27 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Ich habe keine Idee... ich war gerade gestern in eine Gruppe, und die Gruppenfenster waren mir angezeigt. Hast du die Gruppenfenster in den Einheit-Einstellungen durch Unfall deaktiviert? Besteht das gleiche Problem, wenn alle anderen Addons deaktiviert sind? Und nachdem du deine Einstellung zurückgesetzt hast?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 02-10-14, 09:05 AM  
Dexter74
A Kobold Labourer

Forum posts: 0
File comments: 167
Uploads: 0
Hallo Phanx,

durch das Event was gerade läuft ist mir aufgefallen das ich ja seit einiger Zeit kein Gruppenframe mehr sehe. Hast du eine Idee warum?


Edit:
mit v5.4.2.403 wird mir die Gruppe angezeigt
Last edited by Dexter74 : 02-10-14 at 10:21 AM.
Report comment to moderator  
Reply With Quote
Unread 02-07-14, 05:37 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Version 5.4.2.418
  • Added a stagger bar for brewmaster monks (untested)
  • Fixed initial coloring of shaman totem bars
  • Fixed display of "Ghost" on health bars
  • Options are now load-on-demand
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 01-06-14, 05:47 AM  
Pinghansen
Certified Insane
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 75
Uploads: 2
Originally Posted by Phanx
Wahr... aber ich benutzte schon Clique, also habe ich kein Lust mehr Code zu schreiben, um diese Funktion zu duplizieren und Optionen zu bieten.
KISS - Keep It Simple, Stupid. One of the main reasons I've stuck with oUF Phanx so long. Another reason is that the layout is very pleasing to my eye, making most of the others veritable eyesores in comparison.

And if I want something not offered, I either supplement with another addon (clique), or add it myself. Often, the new functionality will get tossed after a while, as I find myself not needing it.
Report comment to moderator  
Reply With Quote
Unread 01-06-14, 02:38 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Originally Posted by Shinna1989
Einige OUF Layouts bieten das quasi "inbuild".
Wahr... aber ich benutzte schon Clique, also habe ich kein Lust mehr Code zu schreiben, um diese Funktion zu duplizieren und Optionen zu bieten.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 01-05-14, 02:56 PM  
Shinna1989
A Murloc Raider

Forum posts: 4
File comments: 8
Uploads: 0
Danke für die fixe Rückmeldung. Die Möglichkeit mit Clique ist mir bekannt. Meine Frage zielt eher auf dein Layout ab. Einige OUF Layouts bieten das quasi "inbuild". Der Umweg über Clique ist aber kein Drama. Danke für deine Mühen und das gut gelungene Layout!
Report comment to moderator  
Reply With Quote
Unread 01-05-14, 10:18 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Ja... benutzte Clique, um weitere Klick-Aktionen einzurichten.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: