Hi guys. I am poor noob in this programm.
I need a help with a simple macro for this game.
I need Right Mouse Button + F macro for casting skills when they are available. I was trying to use Destroyer macro, but i changed sc013 on sc021 (f).
~RButton::
While GetKeyState("RButton", "D")
{
Send {sc014}
Sleep 60
Send {sc021}
Sleep 125
}
Return
So right mouse button works fine but when F skill is available my macro not doing anything and not clicking F. ANy help?