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,953
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 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 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-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-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 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 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 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 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 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 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
Post A Reply



Category Jump: