03-29-2006, 10:02 PM
vor_lord,Mar 29 2006, 04:38 PM Wrote:So this may or may not be the right place to ask this, but....
With the new 3 minute cooldown on Inner Focus, I have something I'd like to do. However, some of the 1.10 UI changes might mean this is impossible.
I have 3 spells that every time I cast them, I would like to use Inner Focus if it is not in cooldown. You used to be able to do this (I didn't because of the longer cooldown before but I've heard about people who did).
Is it possible to set up such a macro? If not is it possible for me to write a mod (it's been a year since I wrote a mod, might be time to again)? Or is this just plain impossible now?
Basically, I figure Prayer of Healing, Devouring Plague, and Holy Nova rank 8 should always use up inner focus if it's available. I'll also be using it on Prayer of Fortitudes but that one I don't care about being able to do it quickly and easily.
I believe at worst I could write code that would do this on a keypress:
Code:if inner focus is not in cooldown
cast inner focus
else
cast prayer of healing
end
Then when I want to use it, I just hit the key twice. If inner focus is still in cooldown, I'l just get some "Another action is in progress" spam. If not, I'll get inner focus and then prayer of healing.
[right][snapback]105831[/snapback][/right]
The simplest way is to do what some rogues do:
/cast riposte
/cast sinister strike
...if riposte is available, it goes off, if not, sinister strike. It would mean having to hit the key twice, but ...