Download
(3Kb)
Download
Updated: 04-05-16 11:57 PM
Pictures
File Info
Compatibility:
Minor patch (6.2.4)
Minor patch (6.2.3)
Updated:04-05-16 11:57 PM
Created:11-18-14 03:19 AM
Downloads:2,104
Favorites:12
MD5:
Categories:Buff, Debuff, Spell, Group, Guild & Friends

bdWatcher

Version: 1.0
by: Blooblahguy [More]

bdWatch is a simple addon to track raid buffs.

note: You need bdCore to use this addon, or any other bd_ addons

Features

Tracks Raid Buffs
Shows time remaining on Food/Flask/Runes
Hide when fully buffed
Hide until mouseover
/bd config to access in game config
/bd lock to unlock the addon and move it around

1.0 Replaced bBuffed with bdWatcher
Optional Files (0)


Post A Reply Comment Options
Unread 03-03-15, 12:19 AM  
Yoosh
A Kobold Labourer

Forum posts: 0
File comments: 45
Uploads: 0
Thanks great addon. 2 things.

Would love it if you could make it show up in raid only and also make it fade when full buffs are there.

Also can't seem to get the Font to change.
Report comment to moderator  
Reply With Quote
Unread 12-18-14, 11:21 PM  
blademaster
A Murloc Raider
 
blademaster's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 28
Uploads: 2
1st of all nice work. I have one question. How to make the Non Active Buffs invisible , so that only Active buffs are visible ?

Thank you
Report comment to moderator  
Reply With Quote
Unread 12-14-14, 11:33 AM  
l0lder
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Lua Code:
  1. local potentialBuffs = {
  2.     ['Stats'] = {GetSpellInfo(1126), GetSpellInfo(20217), GetSpellInfo(115921), GetSpellInfo(116781), GetSpellInfo(90363), GetSpellInfo(159988), GetSpellInfo(160017), GetSpellInfo(160077), GetSpellInfo(160206)},  
  3.     ['Stamina'] = {GetSpellInfo(469), GetSpellInfo(21562), GetSpellInfo(90364), GetSpellInfo(166928), GetSpellInfo(160014), GetSpellInfo(160003), GetSpellInfo(160199)},
  4.     ['Mastery'] = {GetSpellInfo(19740), GetSpellInfo(116956), GetSpellInfo(155522), GetSpellInfo(24907), GetSpellInfo(93435), GetSpellInfo(128997), GetSpellInfo(160039), GetSpellInfo(160073), GetSpellInfo(160198)},
  5.     ['Crit'] = {GetSpellInfo(17007), GetSpellInfo(1459), GetSpellInfo(61316), GetSpellInfo(116781), GetSpellInfo(126309), GetSpellInfo(24604), GetSpellInfo(90309), GetSpellInfo(126373), GetSpellInfo(160052), GetSpellInfo(90363), GetSpellInfo(160200)},
  6.     ['Haste'] = {GetSpellInfo(113742), GetSpellInfo(55610), GetSpellInfo(49868), GetSpellInfo(116956), GetSpellInfo(160003), GetSpellInfo(135678), GetSpellInfo(160074), GetSpellInfo(160203)},
  7.     ['Multistrike'] = {GetSpellInfo(166916), GetSpellInfo(49868), GetSpellInfo(113742), GetSpellInfo(109773), GetSpellInfo(159733), GetSpellInfo(54644), GetSpellInfo(58604), GetSpellInfo(34889), GetSpellInfo(160011), GetSpellInfo(57386), GetSpellInfo(24844), GetSpellInfo(172968)},
  8.     ['Versatility'] = {GetSpellInfo(55610), GetSpellInfo(1126), GetSpellInfo(167187), GetSpellInfo(167188), GetSpellInfo(159735), GetSpellInfo(35290), GetSpellInfo(160045), GetSpellInfo(50518), GetSpellInfo(57386), GetSpellInfo(160077), GetSpellInfo(172967)},
  9.     ['Spell Power'] = {GetSpellInfo(109773), GetSpellInfo(1459), GetSpellInfo(61316), GetSpellInfo(126309), GetSpellInfo(90364), GetSpellInfo(160205)},
  10.     ['Attack Power'] = {GetSpellInfo(6673), GetSpellInfo(57330), GetSpellInfo(19506)},
  11.     ['Food'] = {GetSpellInfo(160883), GetSpellInfo(160889), GetSpellInfo(160894), GetSpellInfo(160898), GetSpellInfo(160901), GetSpellInfo(160903), GetSpellInfo(160846), GetSpellInfo(160506), GetSpellInfo(160869), GetSpellInfo(174303), GetSpellInfo(160872), GetSpellInfo(174304), GetSpellInfo(160879), GetSpellInfo(174305), GetSpellInfo(160880), GetSpellInfo(174306), GetSpellInfo(160881), GetSpellInfo(174307)},
  12.     ['Flask'] = {GetSpellInfo(156064), GetSpellInfo(156079), GetSpellInfo(156084), GetSpellInfo(156080), GetSpellInfo(156073), GetSpellInfo(156070), GetSpellInfo(156077), GetSpellInfo(156071)}
  13. }
Report comment to moderator  
Reply With Quote
Unread 12-09-14, 08:26 AM  
Shirvarina
A Murloc Raider
 
Shirvarina's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 6
Uploads: 2
You can use spellID instead of spellName.

Ex with my Feral (Cooldowns and procs) edit:
Lua Code:
  1. local potentialBuffs = {
  2.     ['Potion'] = {GetSpellInfo(156423)}, -- Draenic Agility Potion
  3.     ['Heroism'] = {GetSpellInfo(80353) or GetSpellInfo(82825) or GetSpellInfo(32182) or GetSpellInfo(90355) or GetSpellInfo(160452) or GetSpellInfo(146555)},
  4.     ['Jungle'] = {GetSpellInfo(102543)}, -- T60 - King of the Jungle
  5.     ['Zerk'] = {GetSpellInfo(106951)}, -- Berserk
  6.     ['Fury'] = {GetSpellInfo(5217)}, -- Tiger's Fury
  7.     ['+30%'] = {GetSpellInfo(145152)}, -- T100 - Bloodtalons
  8.     ['Skull'] = {GetSpellInfo(162915)}, -- Skull of War, Agi/Str Darkmoon Trinket
  9.     ['Vigil'] = {GetSpellInfo(146555)}, -- T90 - Nature's Vigil
  10. }
__________________
Shirvx @ EU-Voljin <Exïled>
Last edited by Shirvarina : 12-09-14 at 12:48 PM.
Report comment to moderator  
Reply With Quote
Unread 12-06-14, 10:48 AM  
candecyr
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
great work, it's seem to be nice but doesn't work with a wow in another language , it's possible to prefer use the spelID ? my lone wolf are not detect also
Report comment to moderator  
Reply With Quote
Unread 11-22-14, 05:33 PM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Originally Posted by Angrysteel
Any chance you would be willing to add an option to only show while the frame while mouse over.

The addon works great, but its rather large. Being able to quickly mouseover to see what buffs are missing would be perfect.
Sure, I can add that. It may have to wait until I update my other addons i'll get that up asap.
Report comment to moderator  
Reply With Quote
Unread 11-21-14, 05:26 PM  
Angrysteel
A Murloc Raider

Forum posts: 6
File comments: 203
Uploads: 0
Any chance you would be willing to add an option to only show while the frame while mouse over.

The addon works great, but its rather large. Being able to quickly mouseover to see what buffs are missing would be perfect.
Report comment to moderator  
Reply With Quote
Unread 11-21-14, 07:38 AM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Originally Posted by Orize
What in the LUA do I change for it to be in the top center?
Change:
raidBuffs:SetPoint("TOPRIGHT", UIParent, "TOPRIGHT", -2, -2)

To:
raidBuffs:SetPoint("TOP", UIParent, "TOP", 0, -2)
Report comment to moderator  
Reply With Quote
Unread 11-21-14, 12:17 AM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
Originally Posted by Orize
What in the LUA do I change for it to be in the top center?
Up at the top of core.lua the very second line change it to

Code:
raidBuffs:SetPoint("TOP", UIParent, "TOP", 0, -2)
Adjust the numbers at the very end accordingly first number is X or horizontal second is Y or verticle positioning.
__________________
Tweets YouTube Website
Report comment to moderator  
Reply With Quote
Unread 11-21-14, 12:09 AM  
Orize
A Kobold Labourer
 
Orize's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
What in the LUA do I change for it to be in the top center?
Report comment to moderator  
Reply With Quote
Unread 11-20-14, 11:44 PM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Re: lone wolf buffs

Originally Posted by kawe
Lone Wolf: Grace of the Cat - mastery
Lone Wolf: Fortitude of the Bear - stamina
Lone Wolf: Ferocity of the Raptor - crit
Lone Wolf: Haste of the Hyena - haste
Lone Wolf: Wisdom of the Serpent - SP
Lone Wolf: Power of the Primates - stats
Lone Wolf: Versatility of the Ravager - vers
Lone Wolf: Quickness of the Dragonhawk - multi

added to bUI plugins
Thanks! Updated including those, and several other buffs that I missed.
Report comment to moderator  
Reply With Quote
Unread 11-20-14, 10:25 AM  
kawe
A Cyclonian
 
kawe's Avatar

Forum posts: 40
File comments: 95
Uploads: 1
lone wolf buffs

Lone Wolf: Grace of the Cat - mastery
Lone Wolf: Fortitude of the Bear - stamina
Lone Wolf: Ferocity of the Raptor - crit
Lone Wolf: Haste of the Hyena - haste
Lone Wolf: Wisdom of the Serpent - SP
Lone Wolf: Power of the Primates - stats
Lone Wolf: Versatility of the Ravager - vers
Lone Wolf: Quickness of the Dragonhawk - multi

added to bUI plugins
Last edited by kawe : 11-20-14 at 10:28 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: