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.
Jje is busy in a lot of ways, and i hope i can handle the mod. I don't have many knowledge but i will try to expand the mod as good as i can. I have to learn some materia first. And don't hope that i can do much in short time, but i will try my best so if u have some ideas, or some code u can give me, pls send it to me.
It's bad because at the moment I'm a little bit buzy too. And u will recognize that I can't be Online every day and fix / improve the AddOn. So please forgive, if the AddOn is not Uptodate for a while.
However, I would like it to be scalable. It's much too big for my tastes. It would be great if you included a GUI like the other similar class addons where settings can be changed and it can be scaled up or down.
I used 1.0 for 2 days for my elf priest and I deleted it because it was far from the warlock addons. But since my undead priest is growing I need it again(too much buffs and I don't want them to fill my bar). After I unzip the 1.03 file and use it in the game, the error displays that there is something wrong with the SacredBuff.lua in row 773. I check the 1.0 SacredBuff.lua and find some differents but when I change the 1.0 code to 1.03, it doesn't work.
So does anybody has the same problem? Any solvation?
Ich hatte auch das Problem mit dem Mount und habe in einem deutschen Forum die Ursache gefunden. Meine Englischkentnisse sind nicht besonders gut, aber vielleicht findet sich ja ein Ãœbersetzer (falls es nicht sowieso nur deutsche Benutzer mit Nachtelfen-Charakteren betrifft).
In der localization-DE.lua ist in der Auflistung der Mounts das Reittier der Nachtelfen falsch geschrieben.
["ReinsMount"] = "Z\195\156gel"
Ändert man die 156 in eine 188 ab funktioniert der Button einwandfrei.
Wenn jetzt noch automatisch die richtigen Ränge der Buffs für Spieler mit niedrigeren Leveln ausgewählt würden wär das Addon perfekt. :)
Well, this is fixed, but since I don't speak French I unfortunately don't understand why this works! I looked through the code (SacredBuff.lua) and noticed that for all my problematic spells, there was an if statement:
if (type == "Fortitude") then if (TypeBuff == 0) then CastSpell(SACREDBUFF_SPELL_TABLE.ID[4], "spell"); else CastSpell(SACREDBUFF_SPELL_TABLE.ID[5], "spell"); end end
Same for Shadow Protection, etc. I found the declaration of TypeBuff, which was hardcoded to be 1, and change it to 0 just to see what would happen: -- local TypeBuff = 1; local TypeBuff = 0; And it works! It doesn't recognize AutoCast, which I'm thinking is what that if statement is meant to handle, but meh, I can deal with that. It's heals that mostly matter with autocast, buffs aren't cast often enough to matter :-)
I love this Necrosis convert and i dont want to miss it ^^ But i too love a clean interface. And when i say "clean", i mean "clean" There should be nothing visible exept the minimap, when i dont need to see it. So i would be very pleased, when u could add a "Hide" function to SacredBuff, so u only see it, when u mouseover it.
I just downloaded this and got it set up (by enabling outdated mods in the Addons menu from the character selection screen, and by unzipping the contents of the zip file into a folder I created called /Interface/AddOns/Sacredbuff/). Initially when I loaded it I had icons for PW:Fort and SP, but received an error when I clicked on them - Interface\AddOns\CT_RaidAssist\CT_RADetectSpells.lua:7: Invalid spell slot in CastSpell.
I reloaded SacredBuff with /sb toggle (twice), and then receive an interface without the offending buttons even being shown:
I'm not sure why it can't detect them; my priest is only 45, so she doesn't have the highest levels of everything, but since it does find such spells as Elune's Grace which aren't at their highest levels either.
I have the latest version of CT_RaidAssist. If there's anything you can think of to try to restore those two (the most oft-used!) spells, I'd be grateful. Is there any sort of configuration file where one can point the mod to the specific spells that they want shown? Otherwise, I love this mod!
(Edit: I wonder if the poster below me who's missing the FearWard button isn't having the same problem that I am, whatever it is?)
excellent mod - I'm curious if there are any other modders out there who'd like to modify this addon? I have binds for shadowform and inner fire, but what I would like to see on the circle would be inner focus, vamp embrace and/or levitate?
Even better would be a way to drag and drop spells onto the individual buttons.
after dinking around for ever and thinking I just wasnt going to get this mod to work,I came here and read that making a folder called "SacredBuff" and re-downloading the mod to that folder worked!,everything came up on the screen nicely,but now my only problem is getting the options menu to come up..../sb or sacredbuff doesnt work ,but i do get a toggle messege in mychat screen...any tips?
I'm sorry I can't get this to work. It's not showing under add-ons at all. I deleted all my add-ons and tried this solo, but it still didn't show. I even deleted my WTF and WDF folders. I did use Cryosis, but I deleted it a while back if that changes anything. Not sure why it's not coming up for me?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
http://i95.photobucket.com/albums/l130/Ruyoayo/Maryle.jpg
Anyone know what the mod in the middle is? It looks a lot like this one... But with a lot more on it.
can you add the functionality to drag and drop specific skills onto the dial. Like will of the forsaken, devouring plague, or inner focus.
@Chani
Paladin Version -> Holy Hope
Yeah, a druid version of this would be AWESOME... I know there is:
Mage Version - Cryolosis Warclock Version - Necrosis
Anyone aware of a druid or paladin version?
Nice mod, Would anyone ever make one of these for a druid i might ask?
Jje is busy in a lot of ways, and i hope i can handle the mod. I don't have many knowledge but i will try to expand the mod as good as i can. I have to learn some materia first. And don't hope that i can do much in short time, but i will try my best so if u have some ideas, or some code u can give me, pls send it to me.
It's bad because at the moment I'm a little bit buzy too. And u will recognize that I can't be Online every day and fix / improve the AddOn. So please forgive, if the AddOn is not Uptodate for a while.
Thy 4 everything!
See Ya: Eleisa
I love this addon. ^_^
However, I would like it to be scalable. It's much too big for my tastes. It would be great if you included a GUI like the other similar class addons where settings can be changed and it can be scaled up or down.
Keep up the good work. ^_^
Nuu
I used 1.0 for 2 days for my elf priest and I deleted it because it was far from the warlock addons. But since my undead priest is growing I need it again(too much buffs and I don't want them to fill my bar). After I unzip the 1.03 file and use it in the game, the error displays that there is something wrong with the SacredBuff.lua in row 773. I check the 1.0 SacredBuff.lua and find some differents but when I change the 1.0 code to 1.03, it doesn't work.
So does anybody has the same problem? Any solvation?
BTW, I'm useing the Chinese version.
Ich hatte auch das Problem mit dem Mount und habe in einem deutschen Forum die Ursache gefunden. Meine Englischkentnisse sind nicht besonders gut, aber vielleicht findet sich ja ein Ãœbersetzer (falls es nicht sowieso nur deutsche Benutzer mit Nachtelfen-Charakteren betrifft).
In der localization-DE.lua ist in der Auflistung der Mounts das Reittier der Nachtelfen falsch geschrieben.
["ReinsMount"] = "Z\195\156gel"
Ändert man die 156 in eine 188 ab funktioniert der Button einwandfrei.
Wenn jetzt noch automatisch die richtigen Ränge der Buffs für Spieler mit niedrigeren Leveln ausgewählt würden wär das Addon perfekt. :)
I'm having the same problem as Zeros. Whenever I click on the mount button an error pops up.
Pour info, il faut prendre la version 1.0 pour avoir la base de l'addon, puis de le mettre à jours par le dernier.
Question au modeur: - Pourquoi ne pas faire (vue que c'est la base je pense) comme Arcanum et Necrosis pour les buff et bonus (pierre, eau pain etc ...) un system qui identifirais automatiquement suivant le lvl qu'on buff. - Essayer de faire pour le prêtre spé ombre de faire aussi un petit bouton où un remplacement de bouton en automatiquement.
Sinon très, très jolie addon et très bien conçu, je pense qu'il a un très bonne avenir dans le jeu si il exploite toute les possibilitées du prêtre. :p
Sinon bonne continuation à toi.
I love this Necrosis convert and i dont want to miss it ^^ But i too love a clean interface. And when i say "clean", i mean "clean" There should be nothing visible exept the minimap, when i dont need to see it. So i would be very pleased, when u could add a "Hide" function to SacredBuff, so u only see it, when u mouseover it.
I just downloaded this and got it set up (by enabling outdated mods in the Addons menu from the character selection screen, and by unzipping the contents of the zip file into a folder I created called /Interface/AddOns/Sacredbuff/). Initially when I loaded it I had icons for PW:Fort and SP, but received an error when I clicked on them - Interface\AddOns\CT_RaidAssist\CT_RADetectSpells.lua:7: Invalid spell slot in CastSpell.
I reloaded SacredBuff with /sb toggle (twice), and then receive an interface without the offending buttons even being shown:
http://www.cybermenology.com/temporary_crap/SacredBuff_no_fort_or_sp.png
I'm not sure why it can't detect them; my priest is only 45, so she doesn't have the highest levels of everything, but since it does find such spells as Elune's Grace which aren't at their highest levels either.
I have the latest version of CT_RaidAssist. If there's anything you can think of to try to restore those two (the most oft-used!) spells, I'd be grateful. Is there any sort of configuration file where one can point the mod to the specific spells that they want shown? Otherwise, I love this mod!
(Edit: I wonder if the poster below me who's missing the FearWard button isn't having the same problem that I am, whatever it is?)
Idem : Problème d'affichage du Buff Anti Fear. Question : Les buffs ne fonctionnent pas pour les level inférieurs, est-ce normal ?
I'm a dwarf priest playing in french and everything works except that the icone of fearward is not displayed! Many thanks
I'm a dwarf priest and everything works except that the icone of fearward is not displayed!
excellent mod - I'm curious if there are any other modders out there who'd like to modify this addon? I have binds for shadowform and inner fire, but what I would like to see on the circle would be inner focus, vamp embrace and/or levitate?
Even better would be a way to drag and drop spells onto the individual buttons.
thnx,
-eendo
after dinking around for ever and thinking I just wasnt going to get this mod to work,I came here and read that making a folder called "SacredBuff" and re-downloading the mod to that folder worked!,everything came up on the screen nicely,but now my only problem is getting the options menu to come up..../sb or sacredbuff doesnt work ,but i do get a toggle messege in mychat screen...any tips?
I'm sorry I can't get this to work. It's not showing under add-ons at all. I deleted all my add-ons and tried this solo, but it still didn't show. I even deleted my WTF and WDF folders. I did use Cryosis, but I deleted it a while back if that changes anything. Not sure why it's not coming up for me?