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 bad Danesia. I didn't read the authors name and assumed since you were responding you were the author.
The ZHunter problem expanded.
The non-code fix to this is to left click the center orb to make the PWF and SR buff disappear. Click it again to make it reappear and the problem is gone.
It's good to see the author added support for undead and lvl 60 human mount. Just for curiosity did he Copy&Paste the codes I posted before? Not that I mind much but he could say something about it at least :S
I've read your coments and i've updated the mod in local.
I do not intend to make the mod works for every lvl, as only the sacred candles are supported. the mod was created for lvl 60 players, sorry for those who are still in the xp phase.
i'm working on the other buffs of the priest as the shadow form, lightwell and other racial abilities.
i'm updating the mod to debug the translations and the support of more mounts.
If anyone with the german version can give me the right localisation file i will add it to the mod.
Thank you, the mount works now. Do you intend to add Shadow Form or other priest class unqiue abilities. For example Touch of Weakness. The other class abilities elude my memory right now.
Note on ZHunter Error:
When it comes up all I have to do is hide the buff buttons by clicking the center and unhide them again and all works well.
you can always disable Zhunter for your priest (for example you don't need Decursive as a hunter, so you can disable it for your hunter alt, thus saving memory)
Unfortunately I'm using this mod for my level 47 Undead Priest with a regular mount. :( I just added Power Infusion with the suggestion as it was part of the level 40 last tier abilities. I'm currently a Shadow Specc for leveling so I wasn't sure if it was just a speccing issue or it was just legitimately forgotten.
open Localization-EN.lua, go the the very bottom part and add this line: ["SteedMount"] = "Steed", between ["BridleMount3"] = "Bridle", and ["MechanostriderMount"] = "Mechanostrider", so that it looks like:
Save and close it. Then open SacredBuff.lua, find with Ctrl+F the following phrase: MOUNT_ITEM.BridleMount3 and add the corresponding lines so it looks like this elseif string.find(itemName, MOUNT_ITEM.BridleMount3) then
MountLocation = {bag,slot}; MountOnHand = true;
elseif string.find(itemName, MOUNT_ITEM.SteedMount) then
MountLocation = {bag,slot}; MountOnHand = true;
elseif string.find(itemName, MOUNT_ITEM.MechanostriderMount) then
MountLocation = {bag,slot}; MountOnHand = true;
Save and close it. Now you should be able to get you lvl 60 horse working.
Possible Issue: 1. Randomly while clicking to buff others I get a UI error from ZHunter. 2. Selecting the mount button brings this error up: Interface\AddOns\CT_BarMod\.lua:1327: Usage: UseContainerItem(index, slot)
Suggestions: 1. Create an interactive menu instead of using /commands. I had issues properly configuring my tooltips the first time around. 2. Perhaps a button for Shadowform/Lightwell/Power Infusion?
My bad Danesia. I didn't read the authors name and assumed since you were responding you were the author.
The ZHunter problem expanded.
The non-code fix to this is to left click the center orb to make the PWF and SR buff disappear. Click it again to make it reappear and the problem is gone.
Hey, i was wondering if it is possible to add the human racial spell: feedback and possibly shadowform and levitate. Thanks for the great add on. :)
Wann kommt das AddOn voll auf DE raus bei mir funktioniert es auf mein DE-Client eigentlich garnicht :( Will das so gern haben :P
It's good to see the author added support for undead and lvl 60 human mount. Just for curiosity did he Copy&Paste the codes I posted before? Not that I mind much but he could say something about it at least :S
I'm not the author of this addon and can't tell you whether or not he will add new functions to it. (Did I look like the author at all?)
hi guys !
I've read your coments and i've updated the mod in local.
I do not intend to make the mod works for every lvl, as only the sacred candles are supported. the mod was created for lvl 60 players, sorry for those who are still in the xp phase.
i'm working on the other buffs of the priest as the shadow form, lightwell and other racial abilities.
i'm updating the mod to debug the translations and the support of more mounts.
If anyone with the german version can give me the right localisation file i will add it to the mod.
Thank you, the mount works now. Do you intend to add Shadow Form or other priest class unqiue abilities. For example Touch of Weakness. The other class abilities elude my memory right now.
Note on ZHunter Error:
When it comes up all I have to do is hide the buff buttons by clicking the center and unhide them again and all works well.
you can always disable Zhunter for your priest (for example you don't need Decursive as a hunter, so you can disable it for your hunter alt, thus saving memory)
the Power Infusion buff will only show if you actually have it in your spellbook
and for the undead mount I guess you should make the following changes:
In Localization-EN.lua, makes changes so it looks like this:
["BridleMount3"] = "Bridle", ["SkeletalMount"] = "Skeletal", ["MechanostriderMount"] = "Mechanostrider",
and in SacredBuff.lua:
elseif string.find(itemName, MOUNT_ITEM.BridleMount3) then MountLocation = {bag,slot}; MountOnHand = true; elseif string.find(itemName, MOUNT_ITEM.SkeletalMount) then MountLocation = {bag,slot}; MountOnHand = true; elseif string.find(itemName, MOUNT_ITEM.MechanostriderMount) then MountLocation = {bag,slot}; MountOnHand = true;
if it does not work, well sorry but you'll have to wait for the next version of the addon and hope it gets fixed.
Unfortunately I'm using this mod for my level 47 Undead Priest with a regular mount. :( I just added Power Infusion with the suggestion as it was part of the level 40 last tier abilities. I'm currently a Shadow Specc for leveling so I wasn't sure if it was just a speccing issue or it was just legitimately forgotten.
there already is a button for Power Infusion
Save and close it. Then open SacredBuff.lua, find with Ctrl+F the following phrase: MOUNT_ITEM.BridleMount3 and add the corresponding lines so it looks like this
elseif string.find(itemName, MOUNT_ITEM.BridleMount3) then elseif string.find(itemName, MOUNT_ITEM.SteedMount) then elseif string.find(itemName, MOUNT_ITEM.MechanostriderMount) then
Save and close it. Now you should be able to get you lvl 60 horse working.
Possible Issue: 1. Randomly while clicking to buff others I get a UI error from ZHunter. 2. Selecting the mount button brings this error up: Interface\AddOns\CT_BarMod\.lua:1327: Usage: UseContainerItem(index, slot)
Suggestions: 1. Create an interactive menu instead of using /commands. I had issues properly configuring my tooltips the first time around. 2. Perhaps a button for Shadowform/Lightwell/Power Infusion?
when clicking on "Shadow Protection" i get an error:
Addons\Timers\Timers.lua:1070 invalid spell slot in GetSpellName
after clicking twice on "individual buff" it works
the German Translation: http://www.npgs.de/wow/Localization-DE.lua
mostly translated, but i dont know all the German names.
Mounts: dont forget Nightelfs and their sabers