Log in

View Full Version : Auto Hotkey Script?



mufar
07-09-2007, 05:07 AM
Im just trying out 3 boxing on single machine, and im new to this. I downloaded Auto Hotkeys. My question is.....
Does anyone have a very simple script that will do the following?:

Assist the main char in attacking. By pressing the #1 key #2 key #3 key ect ect. I tried the script that was on the software download thread, and it doesn't appear to work, as far as having the other 2 toons attacking. (only works for their Demon Skin buff)

thx

mufar
07-09-2007, 05:16 AM
ok, i got it to where they other toons will attack IF they are targeting the mob. I now need a way to make the 2 alts automatically target the main char and then "/assist" before sending the key for the skill

overkil2
07-09-2007, 01:36 PM
Manually, target the main character and type /follow.

I did that and my alt just follows and targets whatever the main character is targetting.

mufar
07-09-2007, 02:27 PM
Manually, target the main character and type /follow.

I did that and my alt just follows and targets whatever the main character is targetting.

I have done that, but its not making the other chars target the same mobs as the main. Unless i manually assist "f" key on each new mob.

overkil2
07-09-2007, 03:42 PM
Manually, target the main character and type /follow.

I did that and my alt just follows and targets whatever the main character is targetting.

I have done that, but its not making the other chars target the same mobs as the main. Unless i manually assist "f" key on each new mob.

Hmm..

One thing that I did was create an assit hotkey and bind it to like number 4.

When I press my #2 which is my fireball, I first send 4 to the background instances so it assists, then I send 2 to cast fireball.

That should work, but there has to be an easier way.

mufar
07-09-2007, 03:50 PM
Manually, target the main character and type /follow.

I did that and my alt just follows and targets whatever the main character is targetting.

I have done that, but its not making the other chars target the same mobs as the main. Unless i manually assist "f" key on each new mob.

Hmm..

One thing that I did was create an assit hotkey and bind it to like number 4.

When I press my #2 which is my fireball, I first send 4 to the background instances so it assists, then I send 2 to cast fireball.

That should work, but there has to be an easier way.

Then you need to "re target" the main toon, so you have something to assist.

A shame the AHK site focuses more on telling ppl how to use macros -.-

overkil2
07-09-2007, 03:56 PM
I'll have to go check tonight how I did it. I can't remember if I just had him targetted and just followed him. I think he will assist and attack your implied target. Not sure, but I'll let you know this evening.

Runiat
07-09-2007, 10:50 PM
A few in-game macros will fix this:

[code:1]#showtooltip <spell>
/cast [target=party1target, harm, exists, nomodifier:alt] <spell>; [target=party2target, harm, exists, nomodifier:alt] <spell>; <spell> [/code:1]
This'll attempt to first cast <spell> on the target of the first member of your party (so promote the one you wanna assist), if that's a target you can't hurt (or isn't a target) it'll try 2nd member of group, and then try to cast the spell on your target.
Oh and holding Alt will automatically cast on your target.

Replace <spell> with the spell you want, choose the big red ? as it's icon (first line fixes it), and then drop it in your bar where <spell> used to be.

That'll assist for you on each spells, and looks cool that only 1 char has actually got a target :P