Dominos

Dominos

19M Downloads

[Classic] Right click cast on self not working

Xorag opened this issue ยท 6 comments

commented

8.3.1-Classic

Classic WoW

I've noticed with right click cast set to self it does not appear to work. If i have someone targeted and I left click arcane intellect they get it, then if i keep them targeted and right click, the spell is still cast on them.

Thanks

commented

I've not reproduced this one. Tried alt + key and right clicking a spell after making sure that Right Click Target was set to Self.

commented

I'm not sure what I can check - In my vanilla interface settings I have auto self cast turned on and the self cast key is control, but I've used dominos for years and never needed to use the self cast modifier in addition to right clicking in order to self cast. Additionally, trying to use control + left or right clicking still casts the buff on my target and never myself.

commented

Check here (/dominos):
image

You shouldn't need to hold down a key, I was just mentioning I tested both alt + key and right clicking the button.

commented

Deleted my previous comments - I figured out the issue.

I use a macro:

#showtooltip
/cast Arcane Intellect

When using this macro right-click self cast does not work.

When I drag the spell to my bar it DOES work.

The reason I use the macro is to ensure the spell is always cast at the highest rank (helpful when leveling).

Not sure if this is fixable though?

Thanks!

commented

That works, I had no idea about the mouse button modifier. Thanks!

commented

For macros, you may need to do this instead:

#showtooltip
/cast [btn:2,@player]Arcane Intellect;Arcane Intellect

I don't really have a fix for this one, as the stock UI has the same issue.