Jump to content

How do you create a simple 2-key macro?


Lep

Recommended Posts

So, apparently Guild Wars 2 allows macros because there is nothing they can do against them. Simple ones, that is.

 

How do I create a little macro that can't be detected, such as this?:

-I press F.

-0.75 seconds later, this automatically activates 1 other key.

 

I'm unsure of the exact timing I would need, but I would need to fiddle around with it. This little macro would allow me to get a guaranteed Lich Form stomp off, which, although is humanly possible to do, is almost impossible to pull off because of the precise timing required.

Link to comment
Share on other sites

Look into Ahk its a powerful macro builder that allows you to do what you want with scripts. So lets say you want to use the F key to do a certain action, then .75 secs later another?It would look something like this in AHK

 

F::

action1

sleep,750

action2

return

 

Simple, easy to write, and very powerful. You can also make the script do mousemoves, clicks, and repeat actions. There are guides and such posted on the forums and its relatively easy for anyone to pick up.

Edited by mlskid
  • Like 1

Mlskid.png
Summoning help:
[hide=Wio, lol]logioh.png[/hide]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.