View Full Version : balance druid marco
masterweed
08-14-2009, 10:57 AM
Hey,
I am looking for a marco for hurricane spell. Normale you have to click on the aera where you like to have the spell. I need a marco whiche takes care of that. That targets the aera where my tank is, so i get max dps out of my druid and dont have to to swith between my druid and tank
vikemosabe
08-14-2009, 11:19 AM
You can't do that with a macro.
You'll have to look into mouse click broadcasting with whatever multiboxing softwRe you use.
Ualaa
08-14-2009, 02:55 PM
Ellay, the site admin came up with a macro that would do this kind of.
You will need to go into warcraft keybinds.
Choose a hotkey to save your view.
Whichever hotkey you choose, have it save the view to the same number for each client.
Example, Shift S, to save the current view to saved view #2.
While you're here, you might as well also save your normal default view, to something other then view 2.
Then you go to all of your druids, and manuever your view to be as close as possible.
Pretty much, because of mouse positioning on each clones screen, they won't be exactly on the same spot.
The only way to have them always overlap, is to change the view to a top looking down, zoomed in most of the way.
That way, no matter where the mouse is on the screen, the Hurricane will be very close to the feet of all your druids.
If you go this route, consider adding Barkskin to your macro; you'd run into a group, or nuke them to pull them to you.
So now we have the views set to be the same.
Now you need to pick a key, which you don't use often.
Something you won't accidently click during play.
It can be something used to chat like a semi-colon, because when you're chatting everything goes to the console and is not a game command. I believe Ellay choose the semi-colon in his post.
Enter this line into the game:
/script SetBinding(";", "CAMERAORSELECTORMOVE")
After that, enter this line into the game:
/script SaveBindings(1)
Now we need to make the macro.
#show Hurricane
/Script SetView(2);SetView(2)
/castsequence [nochanneling] Barkskin, Hurricane
You could as easily go:
#showtooltip Hurricane
/Script SetView(2);SetView(2)
/cast Hurricane
The macro, when clicked with change to your saved view.
The double command makes the switch nearly instant. A single /SetView(2) will have it slowly zoom in/out.
At this point, press your keybind, which in the example was a semi-colon... ; ...
The semi-colon functions the same as a mouse click.
vikemosabe
08-14-2009, 04:23 PM
That's a pretty cool way to do that.
I'm gonna have to check that out since I have a Mage and a Druid on my team.
Ughmahedhurtz
08-14-2009, 04:44 PM
Boy, you weren't kidding when you said it worked "sorta." That is a very sucky workaround for Hurricane/Blizzard/Rain of Fire. I could see how it would be useful for things like druid trees which don't need a ground target for anything but initial spawn.
Ualaa
08-15-2009, 01:28 PM
Ellay's original thread: http://www.dual-boxing.com/showthread.php?t=18254
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.