Is it possible to make a macro containing two or even three different spells, and chose which one to cast?
Example;
/ma "Regen III" <t>
/wait 1
/ma "Regen II" <t>
/wait 1
/ma "Regen" <t>
Being the macro I have in mind currently. (There is a reason I'm using <t> instead of <stpc>)
Using such a macro, I begin casting Regen 3 on whomever, and then recieve two messages about being unable to cast when the next two spells try to run through.
Alternately, I could use the macro while moving, have regen 3 interrupt, but cast regen 2 in it's place? The /wait timer is extremely short for a stunt like that, I'm not sure regen 3 would interrupt in time for regen 2 to begin casting. If I have a longer wait timer, I might cast regen III and regen I both, wasting the regen I.
So what if I use <stpc> to target people? Then I can simply escape out and not cast the lower tiers. Assuming I escape out of regen 2, can I cast regen 1 still, or does the whole command string die when I use the [esc] key? (From my Sneak/invis macro, I believe it does, I can't cast invis without first at least attempting to cast sneak)
This much said, is there a command I am missing, a "skip to next command' that I can use in conjuncture with such a macro, and effectively 'condense' several spell macros into one?
I can see quite a bit of use for something like this, for example, stacking na spells, silena, then parylana, then blindna, then poisona, then viruna, etc. Perhaps I could stack cure spells, that would be interesting, I currently have three slots devoted to cure spells, freeing up two of them would be incredibly loosening.
Example;
/ma "Regen III" <t>
/wait 1
/ma "Regen II" <t>
/wait 1
/ma "Regen" <t>
Being the macro I have in mind currently. (There is a reason I'm using <t> instead of <stpc>)
Using such a macro, I begin casting Regen 3 on whomever, and then recieve two messages about being unable to cast when the next two spells try to run through.
Alternately, I could use the macro while moving, have regen 3 interrupt, but cast regen 2 in it's place? The /wait timer is extremely short for a stunt like that, I'm not sure regen 3 would interrupt in time for regen 2 to begin casting. If I have a longer wait timer, I might cast regen III and regen I both, wasting the regen I.
So what if I use <stpc> to target people? Then I can simply escape out and not cast the lower tiers. Assuming I escape out of regen 2, can I cast regen 1 still, or does the whole command string die when I use the [esc] key? (From my Sneak/invis macro, I believe it does, I can't cast invis without first at least attempting to cast sneak)
This much said, is there a command I am missing, a "skip to next command' that I can use in conjuncture with such a macro, and effectively 'condense' several spell macros into one?
I can see quite a bit of use for something like this, for example, stacking na spells, silena, then parylana, then blindna, then poisona, then viruna, etc. Perhaps I could stack cure spells, that would be interesting, I currently have three slots devoted to cure spells, freeing up two of them would be incredibly loosening.
Comment