Download
(5Kb)
Download
Updated: 04-10-09 08:41 AM
Pictures
File Info
Updated:04-10-09 08:41 AM
Created:02-21-09 05:50 AM
Downloads:4,947
Favorites:88
MD5:

Proc Borders

Version: 0003
by: Pons [More]

This mod makes it easier to notice procs that create a temporary buff by putting a colored border around spells affected by the buff.

For instance, prot warriors get a Sword and Board proc that makes Shield Slam free. Once you associate Shield Slam with Sword and Board, anytime Sword and Board procs it will put a border around Shield Slam. When the buff fades, the border disappears too.

Proc Borders was designed mostly for default action bars, but it should work with almost any action bar mod. It uses the borders already built into standard action buttons. If you have another mod that uses these borders (such as Dominos Buff) it can coexist but the behavior may be overriden.

Note: Proc Borders now has macro support thanks to hypehuman! I didn't think it'd be that easy.

All setup is done through the AddOn tab of the Interface Options screen. To get there, hit ESC until the game menu appears, then Interface->AddOns->Proc Borders. In the setup, you can enter a spell name, the buff that will trigger the border, and a color for the border.

changelog:
0003 4/10/09: Actual fix for losing settings. Sorry it took so long.
0002 3/18/09: Fix for losing settings by jaliborc. Macro/Macrotexter support by hypehuman.
0001 2/21/09: Initial release.

Optional Files (0)


Post A Reply Comment Options
Unread 10-20-11, 02:51 PM  
spiralofhope
A Deviate Faerie Dragon
 
spiralofhope's Avatar

Forum posts: 13
File comments: 276
Uploads: 0
This is in the default UI now.
__________________
spiralofhope.com
Report comment to moderator  
Reply With Quote
Unread 03-17-10, 01:18 PM  
Sideshow
A Flamescale Wyrmkin
 
Sideshow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 103
File comments: 321
Uploads: 3
same problems

can you fix it please
Report comment to moderator  
Reply With Quote
Unread 07-04-09, 08:33 PM  
Tomacco_Boy
A Kobold Labourer

Forum posts: 0
File comments: 114
Uploads: 0
Feature request

Is it possible to add spec/dual spec detection.

Ive noticed that the settings ive saved from one spec will get wiped when i change to my other spec.
__________________
YOU DONT TELL ME TO BUR
Report comment to moderator  
Reply With Quote
Unread 06-22-09, 04:52 PM  
khariv
A Defias Bandit

Forum posts: 2
File comments: 71
Uploads: 0
I have made the change suggested below and my proc borders mod is still losing its settings.

Anyone good with LUA can figure it out? please?
Report comment to moderator  
Reply With Quote
Unread 06-04-09, 11:34 AM  
Fonjask
A Fallenroot Satyr
 
Fonjask's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 266
Uploads: 2
Also having problems with not saving, try this fix posted below:

Originally posted by jaliborc
(...) the table ProcBordersBuffs is overrided on load (ProcBorders.lua, line 7):
Code:
ProcBordersBuffs = {}
If you need an empty table before the variables are loaded you can do the following:
(...)
Code:
function b.OnLoad(self)
        ProcBordersBuffs = ProcBordersBuffs or {}

	b:RegisterEvent("UNIT_AURA")
	b:RegisterEvent("ACTIONBAR_PAGE_CHANGED")
	b:RegisterEvent("ACTIONBAR_SLOT_CHANGED")
	b:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
	b:SetScript("OnEvent",b.OnEvent)
	b.timer = 5
	b:Show()
end
__________________
~~~~~~~~~~~~
Report comment to moderator  
Reply With Quote
Unread 05-23-09, 08:22 PM  
rocket neko
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Question Wha?

I loved proc borders because it let me know exactly when my Lock and Load procced. However, since one of the patches a few weeks ago it no longer works. The lock and load buff comes up as normal, and the name hasn't changed, but it doesn't seem to recognize it as a trackable buff. Why is this?
Report comment to moderator  
Reply With Quote
Unread 04-22-09, 02:55 PM  
khariv
A Defias Bandit

Forum posts: 2
File comments: 71
Uploads: 0
Still losing settings here too. Any updates?
Report comment to moderator  
Reply With Quote
Unread 04-16-09, 07:18 AM  
Fonjask
A Fallenroot Satyr
 
Fonjask's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 266
Uploads: 2
Originally posted by Pons
Version 3 posted today should keep settings. Definitely. Sorry it took so long to fix.
It doesn't save settings. Remove your SavVars and addon folder and try it yourself.
__________________
~~~~~~~~~~~~
Report comment to moderator  
Reply With Quote
Unread 04-10-09, 01:19 PM  
Pons
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 6
Version 3 posted today should keep settings. Definitely. Sorry it took so long to fix.
Report comment to moderator  
Reply With Quote
Unread 04-04-09, 08:43 PM  
WayfarerOmega
A Murloc Raider

Forum posts: 8
File comments: 26
Uploads: 0
I'm still losing my settings on occasion including once mid-session after traveling from Hellfire Peninsula to the Blasted Lands and back.
Report comment to moderator  
Reply With Quote
Unread 03-24-09, 09:15 PM  
sammael
A Murloc Raider

Forum posts: 5
File comments: 65
Uploads: 0
very nifty addon, but even with the latest version the settings are still disappearing for me after relog
Report comment to moderator  
Reply With Quote
Unread 03-19-09, 09:10 PM  
+Crelox+
A Murloc Raider
 
+Crelox+'s Avatar

Forum posts: 4
File comments: 3
Uploads: 0
Originally posted by metax
Would be nice to track buff stacks too (for new Serendipity for example, holy priest talent)
Yes I agree! Shamans need the border color on their lightning bolt to go off after a 5 stack of maelstrom, not right when it first goes off.
__________________
Miyamoto be Pimpin

Fanboys online 4 life
Report comment to moderator  
Reply With Quote
Unread 03-19-09, 08:34 AM  
metax
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Would be nice to track buff stacks too (for new Serendipity for example, holy priest talent)
Report comment to moderator  
Reply With Quote
Unread 03-18-09, 12:37 PM  
WayfarerOmega
A Murloc Raider

Forum posts: 8
File comments: 26
Uploads: 0
Originally posted by sun
doesn't work with buttonfacade ! need fix
I use it with ButtonFacade. Some of the button sets seem to work better than others. For example I switched from LiteStep XLT to Caith because I could see the border better.
Report comment to moderator  
Reply With Quote
Unread 03-18-09, 06:47 AM  
Pons
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 6
I'm hoping today's update fixes the settings being lost. Let me know if the problem persists.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: