View Full Version : New to multiboxing. Need macro help.
Necrosis06
03-28-2008, 08:05 AM
I am currently powerleving my druid with my Mage via multiboxing. Same computer.
I need a sample macro, to help me get started. I need one that can be used from my mage, that tells my druid to cast a healing spell on my mage. Is this possible? If not, could someone tell me how to go about this?
Khazrael
03-28-2008, 08:37 AM
Well, first of all, do you have a program setup to pass your keys? You'll need something like keyclone to do that before you are even able to set up the macros.
Assuming you have that, the following should probably work:
/cast Regrowth name
Where name is of course the name if your mage. You can get more fancy with using the focus variable and checking nodead and such, but this is the most simple version. Also, reference these links as well for some beginner macros:
The Macro Codex ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=1220')
Macro's for New Multiboxers - A Quick Start Reference ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=1219')
Vyndree
03-28-2008, 02:03 PM
Assuming you have that, the following should probably work:
/cast Regrowth name
Wut? That works?
The simplest form I know of is (for healing):
/target <charname>
/cast <heal spellname>
For DPS spells:
/assist <charname>
/cast <spellname>
Khazrael
03-30-2008, 10:26 AM
Assuming you have that, the following should probably work:
/cast Regrowth name
Wut? That works?
The simplest form I know of is (for healing):
/target <charname>
/cast <heal spellname>
For DPS spells:
/assist <charname>
/cast <spellname>Well, I was trying to remember my macros I had while at work. That wasn't quite right. You can of course, as you've stated, use the "Cast whateverspell" and thats fine, but it looks like the target has to be more well defined. Here's the actual script (which I've tested and works)
/cast [target=name] Regrowth
Puts it all into one line. I also had my order out of place.
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.