Lately I have been receiving many e-mails from users asking me to update this mod. And now, I'm happy to say that an updated version is in development. Please post comments with any suggestions or requests you may have.
My boyfriend currently uses your add on for his priest. I think it's really great! I was wondering if there was a possibility of you ever carrying this over to other classes at some point.
I just recently started playing a paladin and could see something like this being extremely useful. I've been searching for something comparable for my pally and have yet to find anything that interests me.
@spherogirl Have you tried HolyHope? I've used it for a while now on my paladin. Very nice addon. give it a try and if you don't like the 3 sphere you can disable them individual (My self i only use the blessing sphere)
I do think it would be even better if it had the option to have a pw:s with self as the target or similar. I know right now as a level 70 draenei holy priest with inner focus learned that I do have space for another spell icon. ;)
I get this error whenever I try to load this mod... Error: attempt to index field 'frame' (a nil value) AddOn: SacredBuff File: SacredBuff.lua Line: 141 Count: 1
@Kalrr: Unfortunately, it's doing exactly what I coded it to do. All spells gained from talents share one button. SacredBuff cycles through a list of spells I have typed up in this order:
1) Pain Suppression 2) Circle of Healing 3) Vampiric Touch 4) Power Infusion 5) Lightwell 6) Shadowform 7) Inner Focus
SB's talent button can only be set to one spell at a time. So as soon as SB finds one of the above spells in the player's spellbook, it sets the Talent button to represent that spell. In other words, to SB, Vampiric Touch takes priority over Shadowform, and *all* talents take priority over Inner Focus.
So it might not be 'working as intended' to you, but it is in fact doing exactly what I expected it to do. The problem is, I wrote this system back before the expansion, when there were three fewer talent-based spells. At the time, it was much easier to predict which spell the player would want to be displayed. So when TBC came out, the easiest way to make SB compatible was to simply add the three new talents to the list. Obviously it hasn't worked out very well, and I do plan on changing it.
Tomorrow night I'll probably implement a menu that allows you to select which talent it represents though, similar to the new menu that's associated with the Mount button. If not tomorrow night, hopefully I'll get to it by the end of the week.
@cloud01y: Currently that's working as intended. The button checks to see if you have a 41-point talent, and if you do, it uses that. If not, it checks for a 31-point talent. It's a feature that I plan on improving, but I'm not yet sure of the best way to do it yet.
@El_Diabl0: Thanks for the suggestion. What do you think about this one: What if you could toggle between your flying mount and land mount the same way you toggle between group and single buffs? Your opinions do make a difference. ^^
This addon sorta broke when i got vampiric touch. It replaced the shadowform button with vampiric touch. I don't need it there as i have it bound to a hotkey. I opened the lua file and swapped the shadowform and touch lines around and now it works as it did before again. Might wanna check what caused it to do that.
@dravenlon and El_Diabl0: My apologies, you were indeed correct. This error was caused by a typo I made in the *.toc file. I just can't believe it went so long without being noticed. Thanks for making this known to me, and it's been fixed in the r31234 release that I just uploaded.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
NOOOOOOO!!!!
My goal is to release a new version, more tailored for the 2.1 patch, within the next week or two.
Any other suggestions or feature requests aside from those already listed in these comments?
Is there a way to change select both mount and flying mount.
Also, a similar add-on, Totamus, allows for the customizing of spheres, just wondering how far off that would be for SB
Otherwise, the mod is great as is.
Eternally777
My boyfriend currently uses your add on for his priest. I think it's really great! I was wondering if there was a possibility of you ever carrying this over to other classes at some point.
I just recently started playing a paladin and could see something like this being extremely useful. I've been searching for something comparable for my pally and have yet to find anything that interests me.
@spherogirl Have you tried HolyHope? I've used it for a while now on my paladin. Very nice addon. give it a try and if you don't like the 3 sphere you can disable them individual (My self i only use the blessing sphere)
Spatha,
Thanks for the suggestion! I'll be sure to check it out ;)
Great addon!
I do think it would be even better if it had the option to have a pw:s with self as the target or similar. I know right now as a level 70 draenei holy priest with inner focus learned that I do have space for another spell icon. ;)
I get this error whenever I try to load this mod... Error: attempt to index field 'frame' (a nil value) AddOn: SacredBuff File: SacredBuff.lua Line: 141 Count: 1
Any idea what may be causing it?
I just saw the following comment in the upcoming patch notes:
"New conditional [flyable] which is true if you're in a location where you could use a flying mount "
Maybe it would be possible to modify SacredBuff_mounts, such that you would always mount a normal mount in areas where flyable was false.
Works like a charm, thank you! I'm sure this new behaviour will be something people are less confused about.
@Kalrr: There you go. Try 2.6 (r31886) out for me when you get the chance.
Thank you for the reply. I actually discovered this when I respecced from shadow to disc/holy.
A minor issue with e.g. the Inner Focus button is that it probably should be grayed out when it is on cooldown.
Is there a way to bind keys for the different buttons? I can't seem to find a section for SacredBuff in WoW's keybindings.
@Kalrr: Unfortunately, it's doing exactly what I coded it to do. All spells gained from talents share one button. SacredBuff cycles through a list of spells I have typed up in this order:
1) Pain Suppression 2) Circle of Healing 3) Vampiric Touch 4) Power Infusion 5) Lightwell 6) Shadowform 7) Inner Focus
SB's talent button can only be set to one spell at a time. So as soon as SB finds one of the above spells in the player's spellbook, it sets the Talent button to represent that spell. In other words, to SB, Vampiric Touch takes priority over Shadowform, and *all* talents take priority over Inner Focus.
So it might not be 'working as intended' to you, but it is in fact doing exactly what I expected it to do. The problem is, I wrote this system back before the expansion, when there were three fewer talent-based spells. At the time, it was much easier to predict which spell the player would want to be displayed. So when TBC came out, the easiest way to make SB compatible was to simply add the three new talents to the list. Obviously it hasn't worked out very well, and I do plan on changing it.
Tomorrow night I'll probably implement a menu that allows you to select which talent it represents though, similar to the new menu that's associated with the Mount button. If not tomorrow night, hopefully I'll get to it by the end of the week.
Eternally, I also recently got Vampiric Touch and saw my lovely shadow form button removed. Don't really see how it can be intended...
I remember something about the old SacredBuff having a button for Inner Focus. Is that in plans?
@cloud01y: Currently that's working as intended. The button checks to see if you have a 41-point talent, and if you do, it uses that. If not, it checks for a 31-point talent. It's a feature that I plan on improving, but I'm not yet sure of the best way to do it yet.
@El_Diabl0: Thanks for the suggestion. What do you think about this one: What if you could toggle between your flying mount and land mount the same way you toggle between group and single buffs? Your opinions do make a difference. ^^
I'd like to use left click to summon normal mount and right click to summon flying
and left or right to dismount
This addon sorta broke when i got vampiric touch. It replaced the shadowform button with vampiric touch. I don't need it there as i have it bound to a hotkey. I opened the lua file and swapped the shadowform and touch lines around and now it works as it did before again. Might wanna check what caused it to do that.
Eitherway awesome addon :D cant live without it
Anytime
Thanks Eternally :)
@dravenlon and El_Diabl0: My apologies, you were indeed correct. This error was caused by a typo I made in the *.toc file. I just can't believe it went so long without being noticed. Thanks for making this known to me, and it's been fixed in the r31234 release that I just uploaded.