SpecialAttack.net
https://forum.specialattack.net/

Back, but without my pro macros
https://forum.specialattack.net/viewtopic.php?t=9761
Page 1 of 1

Author:  [SpA]JuncoPartner [ 03 Mar 2011, 21:30 ]
Post subject:  Back, but without my pro macros

So you probably haven't seen much of me on Freebuild recently, luckily wasup has been filling for me where he could on IRC, so if I am on IRC, there's a fair chance it wont be me. So yeah, haven't been able to get on freebuild, and haven't been able to log on directly, because of my IP being all over the place, but WoM 1.66 seems to be letting me onto freebuild at the moment.

However my problem is that AutoHotkey doesn't work with the new WoM client, and I have no idea how to add a delay to the script.

My script
So when I do ctrl+h it should open the chat field with 't', and type '/hide', then enter it, while instead it's typing 'hide', and entering that. So does anyone know what I should add the to script to get it to work? If not, another program I can use that will work with the new WoM?

Author:  prototypedesign [ 03 Mar 2011, 22:59 ]
Post subject:  Re: Back, but without my pro macros

my patrol script:

^p::
Send t
Sleep 50
Send /patrol
Sleep 50
Send {Enter}
return

This will work, note the sleep 50's.

Author:  Fehzor [ 04 Mar 2011, 01:13 ]
Post subject:  Re: Back, but without my pro macros

prototypedesign wrote:
This will work, note the sleep 50's.
Genius! And I've just been using spaces this whole time...

Author:  [SpA]JuncoPartner [ 04 Mar 2011, 02:54 ]
Post subject:  Re: Back, but without my pro macros

prototypedesign wrote:
my patrol script:

^p::
Send t
Sleep 50
Send /patrol
Sleep 50
Send {Enter}
return

This will work, note the sleep 50's.
Are you using autohotkey though?

Author:  prototypedesign [ 04 Mar 2011, 03:03 ]
Post subject:  Re: Back, but without my pro macros

yeah

Page 1 of 1 All times are UTC+02:00

Powered by phpBB® Forum Software © phpBB Limited