This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Shoot! Macro?
Post Reply
Return to board index
Post by
261808
This post was from a user who has deleted their account.
Post by
155291
This post was from a user who has deleted their account.
Post by
261808
This post was from a user who has deleted their account.
Post by
HighFive
Xyrstina
said:
I was playing around and found a solution to do this that worked very well. The only compromise you have to make is to have Shift + Right Click to wand something leaving Right Click as the interact button (this could be reversed if wanted).
What I did was create a macro and called it "Wand", you can name it whatever you want but make sure to use the right name of your macro later on. The macro contents are as follows,
/target mouseover
/cast Shoot
It is not wise to use "/cast Shoot" because this lead to undesired results, namely after the mouseover was killed, it tried to wand your current target and that could be bad. So I made the macro change your target to prevent unintentional wanding.
Now to call this macro on the button click, type the following code into your chat box and hit enter.
/script SetBindingMacro("SHIFT-BUTTON2", "Wand"); SaveBindings(GetCurrentBindingSet());
Alternatively if you want to wand on Right Click and interact with Shift + Right Click, type the following code in and hit enter.
/script SetBindingMacro("BUTTON2", "Wand"); SetBinding("SHIFT-BUTTON2","TURNORACTION"); SaveBindings(GetCurrentBindingSet());
You can also have any other combination of Shift, Alt, and/or Ctrl that you want, just change the above code.
Please try this out and see if it suits your needs. If you have any problems, I will be glad to try to solve them.If you have no idea how this works do not try it.
Post by
Wildhorn
it is !Shoot, not Shoot!
/cast !Shoot
Post by
HighFive
it is !Shoot, not Shoot!
/cast !ShootYeah, I noticed that too. I think the guy meant binding Shoot to right clicking the mob, not the button.
Post by
Wildhorn
yeah, thats what i thought too
Post by
261808
This post was from a user who has deleted their account.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.