Download
(206Kb)
Download
Updated: 09-27-19 02:34 PM
Pictures
File Info
Compatibility:
Classic (1.13.2)
Updated:09-27-19 02:34 PM
Created:09-01-19 03:11 PM
Downloads:6,747
Favorites:40
MD5:
Categories:Classic - General, Buff, Debuff, Spell

SmartBuff (Classic)  Popular! (More than 5000 hits)

Version: 1.13.2d
by: Aeldra [More]

SmartBuff
Created by Aeldra (EU-Proudmoore)

  • Initial fixes for compatability with Wow Classic, big thanks to veoj!
  • Updated spell and item lists
  • Note: This release restores basic functionality to classic, but unfortunately it does not contain all the changes, sorry.
  • Please report any missing auras & items and be patient, thanks!

SmartBuff 1.13.2d
* Fixed (hopefully again) re-applying poisons issue
* Added Soulstones and Healthstones
* Added Omen of Clarity, Shadowform, Blessing of Light



SmartBuff 1.13.2c
* Fixed Shaman charges issue, please set the slider to 1 again.
* Fixed (hopefully) re-applying poisons issue.
* Changed buff threshold value usage for mana. If it is below 100, it is used in percent.
* Added LibClassicDurations support.
* Added group buff support and mini group display in raid (Beta phase).

SmartBuff 1.13.2b
* Fixed buff food issue
* Fixed (hopefully) Rogue and Shaman weapon (main/off hand) buff issue
* Fixed buffing of lower level players with lower spell ranks
* Removed non classic classes and roles from buff settings
* Right click on a buff opens its settings without changing the checkbox

SmartBuff SmartBuff 1.13.2a
* Initial classic release
Optional Files (0)


Post A Reply Comment Options
Unread 09-15-19, 10:12 PM  
Silvertor
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Buff Not Found

Can you add, Druid "Omen of Clarity" in Classic or walk me though adding it in?
=]
Last edited by Silvertor : 09-17-19 at 09:48 PM.
Report comment to moderator  
Reply With Quote
Unread 09-15-19, 07:48 AM  
txamethyst
An Aku'mai Servant
 
txamethyst's Avatar

Forum posts: 36
File comments: 101
Uploads: 0
Originally Posted by Aeldra
@txamethyst & Atronik
Can you please check, if the group version is displayed in the settings of the corresponding single buff?
Uncheck and check the checkbox in the buff list again. Currently the group buff only works in a group and three or more have a missing group buff. These values are hard coded at the moment.
The pitty is, I have currently no class on this level to test if the group buffs are really working.
i was in a group of 5 in a dungeon run last night - prayer of fortitude rank 1 (learned from a book) is not in the buff list. in addition, after i used the group buff smartbuff was still telling me people needed to be buffed with fort. was this what you wanted to know - if not i can try to clarify.

also, if you need testers i'm happy to install whatever and test - i only have a priest at the moment to test with - level 51

thanks
Last edited by txamethyst : 09-15-19 at 07:51 AM.
Report comment to moderator  
Reply With Quote
Unread 09-14-19, 03:58 AM  
Aeldra
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 116
Uploads: 18
@txamethyst & Atronik
Can you please check, if the group version is displayed in the settings of the corresponding single buff?
Uncheck and check the checkbox in the buff list again. Currently the group buff only works in a group and three or more have a missing group buff. These values are hard coded at the moment.
The pitty is, I have currently no class on this level to test if the group buffs are really working.
Report comment to moderator  
Reply With Quote
Unread 09-13-19, 11:14 PM  
txamethyst
An Aku'mai Servant
 
txamethyst's Avatar

Forum posts: 36
File comments: 101
Uploads: 0
prayer of fortitude not listed as an available buff
Report comment to moderator  
Reply With Quote
Unread 09-11-19, 04:54 AM  
Atronik
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
paladin

don't work all greater blessings and missing blessing of light
Report comment to moderator  
Reply With Quote
Unread 09-06-19, 11:32 PM  
Aergernis
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Poison "problem" still present in new release.
Report comment to moderator  
Reply With Quote
Unread 09-06-19, 03:26 PM  
Mursanian
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Reapplying seems not fixed, just did a quick test, need to head to bed now, will do another test tomorrow, and record it.
Report comment to moderator  
Reply With Quote
Unread 09-06-19, 06:41 AM  
Mursanian
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
As promised, I was gonna report back on the Charges and yes it does report properly when below the threshold.

As the other reports show though the threshold is kinda fixed at 5 somehow.

Also Author, can you put in a boolean, that is used to check when using the wheel to buff, if it just recently buffed that same weapon(Poisons), might be an issue with other buffs too, not tested it yet.

But essentially, after applying the first poison, when you continue to scroll the wheel, it actually applies another poison and another poison to the mainhand, till the next interval for a buffcheck runs.

E.G:

Notified, Buff(Poison) ran out, pressing SB-Button/Scrolling-the-wheel, buff gets applied, continue scrolling the wheel, buff gets applied again, till the code to check for buffs runs again and found out that the buff is applied, only then the buff(poison) will get applied to the offhand.





Also this fix here, by Moonbeam:



As a temporary fix for the Lightning Shield issue, open SmartBuff.lua and go to line 2344.

Change:

if ((bt and bt <= rbTime) or (O.CheckCharges and cBuff.CanCharge and charges > 0 and charges <= O.MinCharges)) then

To:

if (bt and bt <= rbTime) then

Note: This disables charge checking on normal buffs entirely.

If you (the user) do not want to turn it off completely. You can set your number in it too.

Instead of leaving off the complete second part of it, should be able to just change it and put your number in as a constant till a full fix from the author comes:

if ((bt and bt <= rbTime) or (O.CheckCharges and cBuff.CanCharge and charges > 0 and charges <= NUMBEROFCHARGESASNUMBER)) then
Where as NUMBEROFCHARGESASNUMBER would be the number of charges you want to be notified, e.g. for Shaman's Lightning Shield 1(Notifies at 1 Charge or below)
Report comment to moderator  
Reply With Quote
Unread 09-05-19, 05:52 PM  
Moonbeam
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Lightning Shield Fix

Originally Posted by nigmax
Having some issues:

Lightning shield - Charges are always reset back to 5 after being adjusted down to 1, so its always notifying me that I need to recast it (max 3 charges)
As a temporary fix for the Lightning Shield issue, open SmartBuff.lua and go to line 2344.

Change:

if ((bt and bt <= rbTime) or (O.CheckCharges and cBuff.CanCharge and charges > 0 and charges <= O.MinCharges)) then

To:

if (bt and bt <= rbTime) then

Note: This disables charge checking on normal buffs entirely.
Last edited by Moonbeam : 09-06-19 at 01:25 AM.
Report comment to moderator  
Reply With Quote
Unread 09-05-19, 01:08 PM  
Lazare
An Aku'mai Servant
 
Lazare's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 76
Uploads: 5
Originally Posted by Aeldra
@Lazare & Mursanian
I hopefully found the issue, the pity is I can't test it because I have no character class on this level
So you have to test and provide feedback

@lawrence131
You can create a macro:
/click SmartBuff_KeyButton
or
Open the Blizzard WoW keyboard bindings and the lower group left should contain SmartBuff and yo can asign a custom key.

@erispope
Sure, suggestions for improvements are always welcome
I will implement it asap.

@Dajova
I will check the charges issue.
Thank you for the speedy reply! I do, in fact use a RightButton macro (I have a trackball with 5 buttons ) and will start testing it when I get in game.
Cheers!
__________________
"There's no such thing as too many addons."
Lothaer

My Authored Addons
HOME OF THE FREE, BECAUSE OF THE BRAVE
Report comment to moderator  
Reply With Quote
Unread 09-05-19, 10:44 AM  
nigmax
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Having some issues:

Lightning shield - Charges are always reset back to 5 after being adjusted down to 1, so its always notifying me that I need to recast it (max 3 charges)

To make any other reminder work i have to turn off lightning shield reminder.

Rockbiter - not being provided a reminder/not being cast.
Flametongue - reminder/cast fine.

on 1.13.2b.

Forgot to say Thanks for the addon - love it - only suggestion, would this work for totem buffs?
Last edited by nigmax : 09-05-19 at 11:07 AM.
Report comment to moderator  
Reply With Quote
Unread 09-04-19, 10:49 PM  
Mursanian
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Okay, just did, you fixed the issue with it only applying to one weapon/hand.
Thats really great.


Two additional things:

1. I could not yet test if the charge reminder works, will do so later, probs in about 12 hours, and let you know.




2. If you are a perfectionist though, I think I should tell you that it does not register, after you switched the poison/weaponbuff in SmartBuff.

Example:

First I set it up for Instant Poison MH & OH

Then tested and put Crippling Poison MH & Wound Poison OH.

It still thinks I am properly buffed, even though on the Weapons is Instant Poison


Completely minor detail though, that I do not think you should put in any bigger amount of time if you do not immediately find the issue.



Last edited by Mursanian : 09-04-19 at 11:07 PM.
Report comment to moderator  
Reply With Quote
Unread 09-04-19, 02:03 PM  
Aeldra
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 116
Uploads: 18
@Lazare & Mursanian
I hopefully found the issue, the pity is I can't test it because I have no character class on this level
So you have to test and provide feedback

@lawrence131
You can create a macro:
/click SmartBuff_KeyButton
or
Open the Blizzard WoW keyboard bindings and the lower group left should contain SmartBuff and yo can asign a custom key.

@erispope
Sure, suggestions for improvements are always welcome
I will implement it asap.

@Dajova
I will check the charges issue.
Report comment to moderator  
Reply With Quote
Unread 09-04-19, 12:09 PM  
Lazare
An Aku'mai Servant
 
Lazare's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 76
Uploads: 5
Shaman buffs

Love your addon and love the you brought it into Classic. The problem that I am having on my shaman is that it will buff Lightning Shield but not Rockbiter Weapon. In fact when I use my mouse wheel to do the second buff, it just does Lightning Shield again instead. I hope this can be fixed.Cheers!
__________________
"There's no such thing as too many addons."
Lothaer

My Authored Addons
HOME OF THE FREE, BECAUSE OF THE BRAVE
Report comment to moderator  
Reply With Quote
Unread 09-04-19, 10:00 AM  
lawrence131
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
key bind

Looks great! I can't find the option to change keybind to something other than mouse wheel up and down, is it somewhere in the settings i'm missing?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: