Oh? That's a nice hint. thx :>
Printable View
I use three macros
/macroicon "cleric stance"
/ac "cleric stance" <me>
/crosshotbar change 1
The same with /crosshotbar change 2, and
/macroicon repose
/mk ignore1
/ac repose <t>
/party "<t> slept. You tag it, you bag it.
I don't know whether it is useful, but I've just made a healing macro that "If you target an enemy or nothing, cast Cure on a tank(<2>). Otherwise cast Cure on a target".
/merror off
/mlock
/focustarget <f>
/focustarget <t>
/ta <2>
/ta <f>
/tle
/tlt
/tle
/tlt
/ac "Cure" <t>
/ta <f>
/focustarget <f>
/micon "Cure"
I also made the following macro formerly. But it doesn't work now becouse of a disorder of "/focustarget" command; focustarget cannot be canceled by reuse.
/merror off
/mlock
/focustarget <f>
/focustarget <le>
/focustarget <t>
/ac "Cure" <f>
/ac "Cure" <2>
/focustarget <f>
On my SCH I have this:
/ac swiftcast
/ac ressurrection <t>
I gave up the /p macro, since its slower (you need a /wait command that would make the macro unspammable), but my WHM keeps the /wait macro:
/ac swiftcast
/ac "presence of mind"
/ac surecast
/wait
/ac raise <t>
If there's no value to wait, game considers it as 1.0. You can't simply use the macro, cause the animation for Swiftcast takes more than 1sec. But you can press the button twice and it will work like a charm (since any macro cancels any macro). I didn't test it with a /p command, but I guess if you put it after the /raise, it will only happen once, not bugging the party.
I'm waiting for the Ascend use in macro to be fixed to test the
/ac swiftcast
/ac lightspeed
/wait
/ac ascend <t>
Here is a macro for casting Cure on a leftmost non-enemy among <mo>, <t>, <tt> and <me>.
/merror off
/ac "Cure" <mo>
/mlock
/focustarget <f>
/focustarget <t>
/ta <me>
/as <f>
/ta <f>
/tle
/tlt
/tle
/ac "Cure" <lt>
/ta <f>
/focustarget <f>
/micon "Cure"
My heals are left alone however all my offensive abilities are set to the like.
/micon Stone
/ac Stone
/ac Stone <tt>
I use this for pretty much any offensive ability so I can keep my eye on the tank at all times and attack his/her target. My astrologian is the same way having gravity, disable and the like as well. I usually have no issue clicking on someone to get them healed up.
Question: is there a command to cancel Cleric Stance via macro? I'd like to add such a line to (probably) all of my heals, as I have a bad habit of not turning it off when I need to. :(