Download
(17Kb)
Download
Updated: 02-06-09 05:52 PM
Pictures
File Info
Updated:02-06-09 05:52 PM
Created:unknown
Downloads:65,488
Favorites:120
MD5:

Party Ability Bars  Popular! (More than 5000 hits)

Version: 1.12
by: kollektiv [More]

Party Ability Bars is intended for arena use to track party member ability cooldowns. If a party member has the mod they will send the cooldown to you instead of relying on the stored cooldown.

/pab - Opens GUI

/pab lock - Locks bars

Features:
- Track any spell in the game. Pet cooldowns too.
- Automatic cooldown number sending so they're 100% accurate if your party member has the mod
- In-game ability editor
- Hide ability buttons until triggered
- Option to report only, so you don't have to see the bars but your party members can still track your cooldowns

Enjoy!

Changelog
1.12
- Updated to a newer version of LibSimpleOptions. Fixes options not opening.
1.11
- Fixed a large memory leak

1.1
- Updated for WotLK
- It will now work for party members who don't have the mod. If your party member has the mod it will retrieve the cooldown from the member, otherwise it will use the stored cooldown.
- You can now place the bars next to your party member frames because they update based on party id

1.04
- Fixed adding spells with :'s in them (ex. Shadow Word: Death)
- Added support for Pet Cooldowns

1.03
- Fixed adding spells with 's in them (ex. Nature's Swiftness)

1.02
- Fixed a nil bug

1.01
- Fixed a timer bug

1.0
- Released

Optional Files (2)
File Name
Version
Size
Author
Date
Type
Panda Patch
20kB
09-13-12 11:32 PM
Addon
1.0.0
17kB
11-25-11 03:13 AM
Patch


Post A Reply Comment Options
Unread 12-08-09, 09:30 AM  
Kelberot
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
any hope for a 3.3 release with pvp trinket support?
Report comment to moderator  
Reply With Quote
Unread 03-17-10, 07:06 AM  
Blessing
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Is there an addon that does the same thing as this, yet is maintained? i've googled a bit but nothing has come up.

This one is constantly spamming me with "not in a party" errors.
Report comment to moderator  
Reply With Quote
Unread 05-07-10, 01:24 PM  
yrns
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
I don't know that it's intended to work in battlegrounds if you're queuing as a group, but this will break that. You can preface all the SendAddonMessage() calls with InArena() (there are 3 calls) to fix the "You aren't in a party" spam:

Code:
if InArena() then
	SendAddonMessage(CommPrefix2, pGUID, "PARTY")
end
Report comment to moderator  
Reply With Quote
Unread 05-19-10, 10:35 AM  
Inoe
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Is there a way to get number on cooldowns icons ?
Report comment to moderator  
Reply With Quote
Unread 07-23-10, 04:46 PM  
nerxes
A Defias Bandit

Forum posts: 2
File comments: 7
Uploads: 0
Why did installing this addon delete my config for my profiles in all my other addons? Now I have to spend another 5 hours reconfiguring my UI all over again..................
Report comment to moderator  
Reply With Quote
Unread 08-29-10, 10:50 PM  
sloppie_00
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
experiencing an error with PAB


Code:
Message: Interface\AddOns\PAB\PAB.lua:399: attempt to concatenate upvalue 'pGUID' (a nil value)
Time: 08/29/10 21:39:18
Count: 5
Stack: Interface\AddOns\PAB\PAB.lua:399: in function `SendCooldownMessage'
Interface\AddOns\PAB\PAB.lua:407: in function <Interface\AddOns\PAB\PAB.lua:402>
Interface\AddOns\PAB\PAB.lua:450: in function <Interface\AddOns\PAB\PAB.lua:429>

Locals: self = PAB {
 0 = <userdata>
 LoadPositions = <function> defined @Interface\AddOns\PAB\PAB.lua:176
 StopAllIcons = <function> defined @Interface\AddOns\PAB\PAB.lua:459
 PLAYER_ENTERING_WORLD = <function> defined @Interface\AddOns\PAB\PAB.lua:353
 HideUnusedAnchors = <function> defined @Interface\AddOns\PAB\PAB.lua:273
 scrollframe = PABScrollFrame {
 }
 FormatAbility = <function> defined @Interface\AddOns\PAB\PAB.lua:495
 OnVerticalScroll = <function> defined @Interface\AddOns\PAB\PAB.lua:587
 SendCooldown = <function> defined @Interface\AddOns\PAB\PAB.lua:402
 panel = PAB_Panel {
 }
 CheckAbility = <function> defined @Interface\AddOns\PAB\PAB.lua:361
 CreateAnchors = <function> defined @Interface\AddOns\PAB\PAB.lua:191
 SavePositions = <function> defined @Interface\AddOns\PAB\PAB.lua:160
 PARTY_MEMBERS_CHANGED = <function> defined @Interface\AddOns\PAB\PAB.lua:346
 UNIT_SPELLCAST_SUCCEEDED = <function> defined @Interface\AddOns\PAB\PAB.lua:411
 CHAT_MSG_ADDON = <function> defined @Interface\AddOns\PAB\PAB.lua:385
 ShowUsedAnchors = <function> defined @Interface\AddOns\PAB\PAB.lua:269
 CreateOptions = <function> defined @Interface\AddOns\PAB\PAB.lua:508
 UpdateAnchors = <function> defined @Interface\AddOns\PAB\PAB.lua:287
 btns = <table> {
 }
 SendCooldownMessage = <function> defined @Interface\AddOns\PAB\PAB.lua:398
 HideUnusedIcons = <function> defined @Interface\AddOns\PAB\PAB.lua:280
 FindAbilityIcon = <function> defined @Interface\AddOns\PAB\PAB.lua:484
 Schedule = <function> defined @Interface\AddOns\PAB\PAB.lua:422
 ApplyAnchorSettings = <function> defined @Interface\AddOns\PAB\PAB.lua:320
 UpdateScrollBar = <function> defined @Interface\AddOns\PAB\PAB.lua:563
 AppendIcon = <function> defined @Interface\AddOns\PAB\PAB.lua:252
 RequestSync = <function> defined @Interface\AddOns\PAB\PAB.lua:264
 CreateAbilityEditor = <function> defined @Interface\AddOns\PAB\PAB.lua:619
}
ability = "Fan of Knives"
cooldown = 0.65600000000268
(*temporary) = <function> defined =[C]:-1
(*temporary) = "PABx39dkes8xj"
(*temporary) = nil
(*temporary) = "|Fan of Knives|0.65600000000268"
(*temporary) = "Fan of Knives"
(*temporary) = "|"
(*temporary) = "0.65600000000268"
(*temporary) = "attempt to concatenate upvalue 'pGUID' (a nil value)"
SendAddonMessage = <function> defined =[C]:-1
CommPrefix = "PABx39dkes8xj"
pGUID = nil
Report comment to moderator  
Reply With Quote
Unread 12-19-10, 09:31 PM  
Oakenwynd
A Kobold Labourer

Forum posts: 1
File comments: 39
Uploads: 0
Please provide an update, I'm begging you! I've been using this from the beginning.
Report comment to moderator  
Reply With Quote
Unread 07-13-11, 10:32 AM  
adr3n4l1n
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
wtb update!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: