Download
(50Kb)
Download
Updated: 07-29-18 04:30 AM
Pictures
File Info
Updated:07-29-18 04:30 AM
Created:06-05-10 05:49 PM
Downloads:38,160
Favorites:157
MD5:

PhanxBuffs  Popular! (More than 5000 hits)

Version: 8.0.0.0
by: Phanx, Akkorian

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.
Basic replacement for the default buff, debuff, and temporary enchant (weapon buff) frames.
Einfacher Ersatz für die Stärkungszauber-, Schwächungszauber- und Waffenverzauberungs-Anzeige des Spielers.
Sustitutos básicos de los iconos del jugador de beneficios, perjuicios y encancamientos de armas.
Substituições básicas para os ícones do jogador de bônus, penalidades e encantamentos de armas.
Простая замена иконок баффов, дебаффов, и чар, связанных с оружием игрока.
基本的玩家增益、減益、與武器暫時附魔框架的替代品。

It looks and acts basically like the default buff frames, with a few improvements:
  • Buff and debuff icons are sorted by their remaining duration
  • Text timers are shown only when less than 30 seconds remain on the buff or debuff (configurable)
  • Weapon buff icons can show the spell or item that buffed your weapon, instead of the weapon itself
  • Buff tooltips show the name of the party or raid member who cast the buff on you
  • Buffs or debuffs you never want to see can be hidden (eg. Chill of the Throne)
  • Wrap icons to more than one row, with configurable row lengths
  • Buff and debuff frames are movable
  • Basic configuration options
  • Masque skinning support
Options & Commands

Type “/pbuff” for options, or browse to the PhanxBuffs panel in the standard Interface Options window.

To add a buff/debuff to the ignore list, hold Alt and Shift and right-click its icon.

To add/remove a buff/debuff to/from the ignore list, type “/pbuff buff Awesome Buff” or “/pbuff debuff Scary Debuff”. Buff/debuff names provided with these commands must be properly spelled, capitalized, and punctuated.

Getting Help

Submit a ticket on GitHub. Before reporting a problem, please make sure you are using the latest version of the addon from this page. When reporting a problem, please include a clear description of the problem, detailed steps I can follow to reproduce the problem, whether the problem still happens when all other addons are disabled, the exact text of the related error message if any, and a screenshot if the problem is visual.

If you are requesting a new feature, please be aware that I consider PhanxBuffs to be complete, and will most likely not consider any requests. In particular, I have no plans to change the timer text format, or increase the duration of time for which it is shown; please do not submit new requests about it.

Cancelling Buffs

Due to restrictions Blizzard added in Patch 4.0.1, you cannot right-click to cancel buffs while in combat when using addons that filter or sort the buff display. PhanxBuffs includes a workaround that lets you right-click to cancel buffs out of combat, but you must click twice to remove certain “protected” buffs like shapeshift forms and weapon buffs. By default, PhanxBuffs applies this two-click cancelling method to all buffs to keep things consistent, but if you like, you can enable one-click cancelling for unprotected buffs in the options panel.

When you right-click once, a red square will appear over the buff icon. Right-click again to cancel the buff, or left-click to keep it and hide the red square. You can also right-click on debuffs your character can dispel to cast the appropriate dispel spell on yourself, but as with cancelling buffs, this feature only works out of combat.

If you find yourself needing to cancel buffs quickly while in combat, check out my other addon Cancel My Buffs for a keybind-based solution.

Language Support

Compatible with English, Deutsch, Español, Français, Italiano, Português, Русский, 한국어, 简体中文, and 繁體中文 game clients.

Translated into English, Deutsch, Español, Français, Italiano (partial), Português, Русский, 한국어, and 繁體中文.

Note that the "Show weapon buff sources" option currently does not work in 简体中文 clients, because the requred translations are missing.

To add or update translations for any locale, enter them on the PhanxBuffs localization page on CurseForge, and then send me a PM here or on CurseForge to let me know that you’ve made changes. If you don’t have a Curse account and don’t want to create one, you can PM me your translations instead. Thanks!

Version 8.0.0.0
  • Updated for WoW 8.0

Version 7.3.5.0
  • Fixed debuff timers sometimes failing to appear (#11)
Post A Reply Comment Options
Unread 02-20-17, 08:21 PM  
Derrek32
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally Posted by Phanx
Originally Posted by Agata
Everytime I take a screenshot, the timer appeares for the rest of the duration!
This doesn't sound like an issue caused by addons. Try clearing your WoW cache:
  1. Exit the game.
  2. Open the WoW program folder in Windows Explorer/Finder/etc.
  3. Delete the "Cache" folder.
I have the same problem, and clearing the cache doesn't fix it.

Whether or not the debuff timer shows up seems entirely random.
Report comment to moderator  
Reply With Quote
Unread 11-11-16, 11:58 PM  
Michalev
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
For anyone wanting a longer duration available for the buff timers. Change line 206 in the Options.lua to:

local maxTimer = self:CreateSlider(L["Max Timer Duration"], L["Adjust the maximum remaining duration, in seconds, to show the timer text for a buff or debuff."], 0, 3600, 30)
This will change the maximum timer to 1h. You can increase the 3600 higher if you want to include longer buffs.
Report comment to moderator  
Reply With Quote
Unread 10-25-16, 04:00 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
@Trommy: Please read the addon description, specifically:

I have no plans to change the timer text format, or increase the duration of time for which it is shown; please do not submit new requests about it.
Originally Posted by Trommy
Hello. Can i increase show duration time? max in options 600s = 10min, but i wanna 1h or more, Plss
__________________
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 10-24-16, 11:07 AM  
Trommy
A Fallenroot Satyr
 
Trommy's Avatar

Forum posts: 23
File comments: 106
Uploads: 0
Hello. Can i increase show duration time? max in options 600s = 10min, but i wanna 1h or more, Plss
Report comment to moderator  
Reply With Quote
Unread 10-08-16, 05:39 AM  
UndeadMoroz
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Unhappy Temporary (weapon) buffs

Hey, Phanx!

Your mod description says, that it shows temporary buffs on weapons, but it doesn't work for me - it doesn't show oils on my weapon, nor it doesn't show lures on my fishing pole.

I've turned off other mods (to check incompatibility issue), cleared cache (by removing Cache folder) - didn't help.
Report comment to moderator  
Reply With Quote
Unread 10-06-16, 04:19 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Originally Posted by Agata
Everytime I take a screenshot, the timer appeares for the rest of the duration!
This doesn't sound like an issue caused by addons. Try clearing your WoW cache:
  1. Exit the game.
  2. Open the WoW program folder in Windows Explorer/Finder/etc.
  3. Delete the "Cache" folder.

Originally Posted by D1Z4STR
Does anyone know of a mod or a way to display pet buffs/debuffs on their frames without setting focus on them? Currently there is no way other way to see pet buffs/debuffs.
That question is better suited to the addon search/request forum, or the download page of your unit frame addon. I have no plans to add pet or any other unit's buffs/debuffs to this addon, and my unit frame addon already shows me my pet's buffs/debuffs, so I have no knowledge of, or motivation to look for or write, any other addon for that purpose.
__________________
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 10-02-16, 08:46 PM  
D1Z4STR
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Phanx I love your mod! I have a question to all that might be able to help me with. Does anyone know of a mod or a way to display pet buffs/debuffs on their frames without setting focus on them? Currently there is no way other way to see pet buffs/debuffs. I hope this is a future feature! Thank you for the help.
Report comment to moderator  
Reply With Quote
Unread 10-01-16, 06:55 PM  
Agata
A Murloc Raider

Forum posts: 7
File comments: 42
Uploads: 0
Originally Posted by Phanx
1. Do you have an error display addon (Bugger, BugSack, Swatter, etc.) running?

2. If not, please install one and see if any error messages are occurring. (You can enable error display in the default UI, but that isn't able to show you errors that happen during the login process, so it's not always helpful.)

3. If any error messages appear the next time timers stop working, post them here.
I installed bugger and cannot find an error related to your addon. It always shows errors for one other addon (AdiButtonAuras - these errors are always there) and various other errors.

But: Everytime I take a screenshot, the timer appeares for the rest of the duration! I kinda now take screenshots in the middle of the fight, just to get the timer appearing.

Here are three images of very short debuffs without a timer and the bugger messages I get: http://imgur.com/a/O8wyz
Last edited by Agata : 10-01-16 at 06:57 PM.
Report comment to moderator  
Reply With Quote
Unread 09-27-16, 09:29 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
1. Do you have an error display addon (Bugger, BugSack, Swatter, etc.) running?

2. If not, please install one and see if any error messages are occurring. (You can enable error display in the default UI, but that isn't able to show you errors that happen during the login process, so it's not always helpful.)

3. If any error messages appear the next time timers stop working, post them here.
__________________
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 09-25-16, 07:36 AM  
Agata
A Murloc Raider

Forum posts: 7
File comments: 42
Uploads: 0
Since the newest version my debuff duration doesn't show up. Setting the slider for max duration doesn't work for me.

EDIT: Yesterday it worked for an hour and after relog it stopped again. Today it works. I am sorry for bothering, I cannot reproduce the problem. Addons aren't changing.
Last edited by Agata : 09-26-16 at 06:35 AM.
Report comment to moderator  
Reply With Quote
Unread 09-22-16, 02:58 AM  
Raezzor
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
Re: Re: I can't lock the location of buffs&debuffs

Edit: disregard, i r ogre dum.
Last edited by Raezzor : 09-22-16 at 03:10 AM.
Report comment to moderator  
Reply With Quote
Unread 09-20-16, 05:09 PM  
Icedawg
A Kobold Labourer

Forum posts: 1
File comments: 61
Uploads: 0
Re: Re: I can't lock the location of buffs&debuffs

Originally Posted by Fumler
Originally Posted by sich6959
Message: Interface\AddOns\PhanxBuffs\Options.lua:279: attempt to index global 'db' (a nil value)
Time: 09/19/16 00:12:47
Count: 3
Stack: Interface\AddOns\PhanxBuffs\Options.lua:279: in function <Interface\AddOns\PhanxBuffs\Options.lua:269>

Locals: self = PhanxDebuffFrame {
0 = <userdata>
loaded = true
Update = <function> defined @Interface\AddOns\PhanxBuffs\Core.lua:405
unit = "player"
ignoreList = <table> {
}
spacing = 2
PostCreateAuraButton = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:165
size = 34
ApplySettings = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:41
columns = 6
PostUpdateAuraButton = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:188
max = 40
Initialize = <function> defined @Interface\AddOns\PhanxBuffs\Core.lua:539
anchorV = "TOP"
UpdateLayout = <function> defined =[C]:-1
buttons = <table> {
}
anchorH = "LEFT"
filter = "HARMFUL"
PostUpdateLayout = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:212
PostInitialize = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:36
auras = <table> {
}
timeSinceLastUpdate = 109.5120057147
}
w = 1920
h = 1080
x = 732
y = 260
hhalf = "LEFT"
vhalf = "BOTTOM"
dx = 625
dy = 135
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "BOTTOMLEFT"
(*temporary) = 625
(*temporary) = nil
(*temporary) = "attempt to index global 'db' (a nil value)"
Originally Posted by Icedawg
Dose not keep the location of the buff/debuff when I move them.. it pops back to default location when I lock them.
Solution until Phanx updates is in Options.lua file.

Add after line 11

Code:
local db
Change line 14 to

Code:
db = PhanxBuffsDB
End result Line 1-24:

Lua Code:
  1. --[[--------------------------------------------------------------------
  2.     PhanxBuffs
  3.     Replacement player buff, debuff, and temporary enchant frames.
  4.     Copyright (c) 2010-2016 Phanx <[email protected]>. All rights reserved.
  5.     [url]https://github.com/Phanx/PhanxBuffs[/url]
  6.     [url]http://mods.curse.com/addons/wow/phanxbuffs[/url]
  7.     [url]http://www.wowinterface.com/downloads/info16874-PhanxBuffs.html[/url]
  8. ----------------------------------------------------------------------]]
  9.  
  10. local ADDON_NAME, ns = ...
  11. local L = ns.L
  12.  
  13. local db
  14. ns.optionsPanel = LibStub("PhanxConfig-OptionsPanel").CreateOptionsPanel(ADDON_NAME, nil, function(self)
  15.    
  16.     db = PhanxBuffsDB
  17.     local title, notes = self:CreateHeader(ADDON_NAME, L["Use this panel to adjust some basic settings for buff, debuff, and weapon buff icons."])
  18.  
  19.     local function ApplySettings()
  20.         for i = 1, #ns.auraFrames do
  21.             ns.auraFrames[i]:ApplySettings()
  22.             ns.auraFrames[i]:UpdateLayout()
  23.         end
  24.     end
Great Thanks!
Report comment to moderator  
Reply With Quote
Unread 09-20-16, 09:09 AM  
Fumler
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 18
Uploads: 2
Re: I can't lock the location of buffs&debuffs

Originally Posted by sich6959
Message: Interface\AddOns\PhanxBuffs\Options.lua:279: attempt to index global 'db' (a nil value)
Time: 09/19/16 00:12:47
Count: 3
Stack: Interface\AddOns\PhanxBuffs\Options.lua:279: in function <Interface\AddOns\PhanxBuffs\Options.lua:269>

Locals: self = PhanxDebuffFrame {
0 = <userdata>
loaded = true
Update = <function> defined @Interface\AddOns\PhanxBuffs\Core.lua:405
unit = "player"
ignoreList = <table> {
}
spacing = 2
PostCreateAuraButton = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:165
size = 34
ApplySettings = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:41
columns = 6
PostUpdateAuraButton = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:188
max = 40
Initialize = <function> defined @Interface\AddOns\PhanxBuffs\Core.lua:539
anchorV = "TOP"
UpdateLayout = <function> defined =[C]:-1
buttons = <table> {
}
anchorH = "LEFT"
filter = "HARMFUL"
PostUpdateLayout = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:212
PostInitialize = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:36
auras = <table> {
}
timeSinceLastUpdate = 109.5120057147
}
w = 1920
h = 1080
x = 732
y = 260
hhalf = "LEFT"
vhalf = "BOTTOM"
dx = 625
dy = 135
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "BOTTOMLEFT"
(*temporary) = 625
(*temporary) = nil
(*temporary) = "attempt to index global 'db' (a nil value)"
Originally Posted by Icedawg
Dose not keep the location of the buff/debuff when I move them.. it pops back to default location when I lock them.
Solution until Phanx updates is in Options.lua file.

Add after line 11

Code:
local db
Change line 14 to

Code:
db = PhanxBuffsDB
End result Line 1-24:

Lua Code:
  1. --[[--------------------------------------------------------------------
  2.     PhanxBuffs
  3.     Replacement player buff, debuff, and temporary enchant frames.
  4.     Copyright (c) 2010-2016 Phanx <[email protected]>. All rights reserved.
  5.     [url]https://github.com/Phanx/PhanxBuffs[/url]
  6.     [url]http://mods.curse.com/addons/wow/phanxbuffs[/url]
  7.     [url]http://www.wowinterface.com/downloads/info16874-PhanxBuffs.html[/url]
  8. ----------------------------------------------------------------------]]
  9.  
  10. local ADDON_NAME, ns = ...
  11. local L = ns.L
  12.  
  13. local db
  14. ns.optionsPanel = LibStub("PhanxConfig-OptionsPanel").CreateOptionsPanel(ADDON_NAME, nil, function(self)
  15.    
  16.     db = PhanxBuffsDB
  17.     local title, notes = self:CreateHeader(ADDON_NAME, L["Use this panel to adjust some basic settings for buff, debuff, and weapon buff icons."])
  18.  
  19.     local function ApplySettings()
  20.         for i = 1, #ns.auraFrames do
  21.             ns.auraFrames[i]:ApplySettings()
  22.             ns.auraFrames[i]:UpdateLayout()
  23.         end
  24.     end
Report comment to moderator  
Reply With Quote
Unread 09-19-16, 06:52 PM  
Icedawg
A Kobold Labourer

Forum posts: 1
File comments: 61
Uploads: 0
Dose not keep the location of the buff/debuff when I move them.. it pops back to default location when I lock them.
Report comment to moderator  
Reply With Quote
Unread 09-19-16, 03:20 PM  
sich6959
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Unhappy I can't lock the location of buffs&debuffs

Message: Interface\AddOns\PhanxBuffs\Options.lua:279: attempt to index global 'db' (a nil value)
Time: 09/19/16 00:12:47
Count: 3
Stack: Interface\AddOns\PhanxBuffs\Options.lua:279: in function <Interface\AddOns\PhanxBuffs\Options.lua:269>

Locals: self = PhanxDebuffFrame {
0 = <userdata>
loaded = true
Update = <function> defined @Interface\AddOns\PhanxBuffs\Core.lua:405
unit = "player"
ignoreList = <table> {
}
spacing = 2
PostCreateAuraButton = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:165
size = 34
ApplySettings = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:41
columns = 6
PostUpdateAuraButton = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:188
max = 40
Initialize = <function> defined @Interface\AddOns\PhanxBuffs\Core.lua:539
anchorV = "TOP"
UpdateLayout = <function> defined =[C]:-1
buttons = <table> {
}
anchorH = "LEFT"
filter = "HARMFUL"
PostUpdateLayout = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:212
PostInitialize = <function> defined @Interface\AddOns\PhanxBuffs\Debuffs.lua:36
auras = <table> {
}
timeSinceLastUpdate = 109.5120057147
}
w = 1920
h = 1080
x = 732
y = 260
hhalf = "LEFT"
vhalf = "BOTTOM"
dx = 625
dy = 135
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "BOTTOMLEFT"
(*temporary) = 625
(*temporary) = nil
(*temporary) = "attempt to index global 'db' (a nil value)"
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: