Sabes
02-04-2008, 11:36 PM
I got some groups rolling, just dual boxing atm (on 1 PC), and I keep coming up with new macros to try. But here are a few that I have made and just want to know if I am in the clear with these. They are all in game and sent via AHK to the other account, using just a regular keyboard and mouse. I don't think I am breaking any rules here, but I thought I'd still ask others what they thought. Here it goes.....
---Little side note using this macro for follow and assist---
/target focus
/follow
/assist
/stopcasting
Change lead macro: For switching to the second toon(F1),For switching back(F2) each toon has both these macros, just replace "toon" with your characters names. The one that is on main put alts name in "toon" and for the alts put mains name there
Main keybind F1 -- Alt keybind F2
/swapactionbar 1 2
/clearfocus
/target "toon"
/focus /
/follow focus
Alt keybind F1 --Main keybind F1
/swapactionbar 1 2
/clearfocus
I got this working fine for me, just is this too many actions in one macro/one key press?
The Second one is simple and goes on alt/healer:
/target "toon1"
/cast "insert heal spell here"
That should be good, I don't see that being problem. But what if that was say, keybinded to 5 on alt, and on it my main 5 was binded to a spell. So main gets a heal coming while still dps'ing. Is that going in to troubled waters?
Thanks much in advanced for any feed back, and hope maybe the switching macro is helpful to some =]
---Little side note using this macro for follow and assist---
/target focus
/follow
/assist
/stopcasting
Change lead macro: For switching to the second toon(F1),For switching back(F2) each toon has both these macros, just replace "toon" with your characters names. The one that is on main put alts name in "toon" and for the alts put mains name there
Main keybind F1 -- Alt keybind F2
/swapactionbar 1 2
/clearfocus
/target "toon"
/focus /
/follow focus
Alt keybind F1 --Main keybind F1
/swapactionbar 1 2
/clearfocus
I got this working fine for me, just is this too many actions in one macro/one key press?
The Second one is simple and goes on alt/healer:
/target "toon1"
/cast "insert heal spell here"
That should be good, I don't see that being problem. But what if that was say, keybinded to 5 on alt, and on it my main 5 was binded to a spell. So main gets a heal coming while still dps'ing. Is that going in to troubled waters?
Thanks much in advanced for any feed back, and hope maybe the switching macro is helpful to some =]