Kirise
OG
A couple of weeks ago, I could distinguish between left and right modifiers in my macros. As a theoretical example:
/use [@focus,mod:lshift][@player,mod:rshift]healing surge
This would cast healing surge on my focus target if I used the left shift button, and healing surge on myself if I used the right shift button. But logging in today, a bunch of my macros broke, and extensive troubleshooting found that the above macro essentially operates as if it were this:
/use [@focus,mod:shift][@player,mod:shift]healing surge
...which of course means I can never heal myself if I have a friendly focus target in range.
Looking for other macro users to confirm this change, or (hopefully) tell me that your left/right modifiers are working just fine.
/use [@focus,mod:lshift][@player,mod:rshift]healing surge
This would cast healing surge on my focus target if I used the left shift button, and healing surge on myself if I used the right shift button. But logging in today, a bunch of my macros broke, and extensive troubleshooting found that the above macro essentially operates as if it were this:
/use [@focus,mod:shift][@player,mod:shift]healing surge
...which of course means I can never heal myself if I have a friendly focus target in range.
Looking for other macro users to confirm this change, or (hopefully) tell me that your left/right modifiers are working just fine.
Last edited: