Help with mod shift target macro

So for misc reasons, I need a very specific macro that I can’t seem to make work, and idk if it’s even possible.
Basically, it’s a mod shift macro :
When I just use the macro, it casts a spell (schism) at current target.
When I press shift + macro, I target myself. (no spell or anything, just target player.

Bonus points if it can show tooltip of psychic horror if schism talent isn’t selected.

(I know this macro is the equivalent of just adding a keybind shift + (button assigned to schism) for "target player) but not possible as on offspec that shift + is used for setting else.)

Can it be done ?

I’m not sure if you can get the tooltip of another spec’s talent, but everything else should work like this:

#showtooltip [notalent:1/3] Psychic Horror; Schism
/use [nomod:shift] Schism
/stopmacro [nomod:shift]
/target [@player]

Do you just want to target yourself or cast schism on yourself? If it is the second:

/cast [mod:shift,@player][] schism

Thanks for the reply man, I’ll check it out later.

The tooltip is really not important, but yeah I hadn’t thought about the /stopmacro to separate the cast and the target.

Macro looks good I’ll try it later, thanks !

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.