Originally Posted by SpecialFavorite
Does anyone here use Healbot? I have been having trouble getting Healbot to let me use Holy Word: Serenity. I know someone asked about the mouse-over macro for Serenity but I use Healbot and have been trouble with it as well. If I set it to cast Holy Word: Serenity, then it doesn't do anything. If I set it to cast Hold Word: Chastise, then when I am in Chakra: Heal, it says "That spell has not been learned." Not sure if I should just email the person that made the addon or not.
|
I was having the same problem too, so I checked the holy priest compendium and got this solution.
First, You have to place Holy Word: Chastise on one of your bars.
Copy the following code :
/run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end
While hovering your mouse over Holy Word: Chastise which you just put on the bar, hit enter, paste the code that you just copied and hit enter again. In your chat log, a specific code will pop up displaying the exact location of which bar and which button you placed your Holy Word: Chastise on. Write this down exactly as written in your chat log. Ex: MultiBarBottomLeftButton1
Next step, make a macro and place it wherever you want on your bars, probably next to Holy Word: Chastise would work out pretty well. Copy and past the following text into the macro box:
/tar [@mouseover,exists]
/click MultiBarBottomLeftButton1
/targetlasttarget
(Replace the MultiBarBottomLeftButton1 with whichever the button bar was from the previous step)
Then assign this to a key macro. ReCopy the code
/run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end
over the new macro, copy down the spell location and use that too find were it is in your key bindings menu. Make sure you attach your key binding to the macro and NOT holy word: Chastise.
What the macro does is casts whatever spell is in MultiBarBottomLeftButton1 for example, on whoever you have moused over. And when you hover your mouse over someones health bar in healbot, it's basicaly like mousing over their character.
So anyways, I have my macro keybinded to "F" because its easy to reach by my AWSD keys, so when I'm in my serenity chakra state, all I have to do is hit F while hovering over the players health bar in healbot to heal them just like I would with a regular click combination.
Also, be sure not to move chastise from the spot that you have written in your macro, or else it will cast whichever spell you have move in it's instead of the spell that you want.
Hope this works out for you!