That's what every whm spell does if your target is invalid: it is cast on yourself.
That's what every whm spell does if your target is invalid: it is cast on yourself.
Then that should be happening in scenario 1 as well. If the mouse is over nothing, the <mo> should resolve to nothing, which is invalid, and by your logic should then cure the player. Instead, it's being cast on <t>. Presumably, scenario 3 has a valid <t>, but an invalid <mo>; and the macro is instead resolving to <me>.
In scenario 1, you mention cure is cast on your <t>, so you do have a valid target.Then that should be happening in scenario 1 as well. If the mouse is over nothing, the <mo> should resolve to nothing, which is invalid, and by your logic should then cure the player. Instead, it's being cast on <t>. Presumably, scenario 3 has a valid <t>, but an invalid <mo>; and the macro is instead resolving to <me>.
If your target was a monster or something you cannot cure (like in scenario 3) then the spell would be cast on yourself.
OK I get your point, even if i think it's a bit counterintuitive. So i change the macro to
/ac "Cure" <mo>
/ac "Cure" <t>
The macro still resolves with the same 3 scenarios.
In scenario 3 instead of going to the next line and healing <t> it still defaults first to <me>.
yep, exactly why my pet macro didnt work how i wanted it to.. i wanted to spam embrace while DPSing in less healing intensive areas.. so i made this macro:
my plan was that i could target mobs or the tank and still ruin something and embrace the tank../micon "Ruin II"
/ac "Ruin II" <t>
/ac "Ruin II" <tt>
/pac "Embrace" <t>
/pac "Embrace" <tt>
Logic of the Ruin:
check first instruction
valid target? yes - cast
valid target? no - check second instruction - cast
but unfortunately the logic of this macro on the faery is:
check first instruction: <t>
is that a valid target? yes - embrace the target
is that a valid target? no - embrace self (faery)
so the macro still works as i intended it to do if i basically choose one or the other.. so.. if i wanted to target the tank it would be
and if i wanted to DPS mobs without targetting the tank it would be/ac "Ruin II" <tt>
/pac "Embrace" <t>
/ac "Ruin II" <t>
/pac "Embrace" <tt>
Latest Video: The ill FATE of a Ninja https://www.youtube.com/watch?v=aKVZ-biCMpg
|
![]() |
![]() |
![]() |
|
Cookie Policy
This website uses cookies. If you do not wish us to set cookies on your device, please do not use the website. Please read the Square Enix cookies policy for more information. Your use of the website is also subject to the terms in the Square Enix website terms of use and privacy policy and by using the website you are accepting those terms. The Square Enix terms of use, privacy policy and cookies policy can also be found through links at the bottom of the page.