Page 1 of 1
swimming macro
Posted: March 9th, 2009, 10:29 pm
by 4play28
I have tried to make one, but could someone that is good at this stuff post a simple macro that does a 180 degree turn after swimming for a bit? Also make a macro that sprints forward for like 2-4 seconds and crouch walks backwards in a loop to get up sprint and crouch walk skills! I know this would be simple to do, but I am just ignorant with making these things.
Posted: March 10th, 2009, 12:38 am
by deadye
For those who dont like EXE files, you can cut and paste this text into AutoHotkey, and use AutoIT to compile it. Adjust as needed.
Ive also enclosed my exe, in Zip format, for convenience. F3 is my lesser magic bar, with 1 bound to heal self. F4 is my greater magic bar, with 2 bound to rend. Youll need the same bindings for the EXE to work.
^2::
^q::
Pause Toggle
MsgBox Press Control 2 to start the macro. Press Control Q to end it. Make sure you have plenty of components! Are you ready?
Loop
{
Send {F4 down} ; selects greater magic hotbar
Sleep 500
Send {F4 up}
Sleep 500
Send {2 down} ; selects rend
Sleep 500
Send {2 up}
Sleep 1000
Mouseclick left
Sleep 1000
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {F3 down} ; selects lesser magic toolbar
Sleep 500
Send {F3 up}
Sleep 500
Send {1 down} ; selects heal self
Sleep 500
Send {1 up}
Sleep 1000
Mouseclick left
Sleep 1000
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 1000
Send {F4 down}
Sleep 500
Send {F4 up}
Sleep 500
Send {2 down}
Sleep 500
Send {2 up}
Sleep 500
Mouseclick left
Sleep 1000
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 1000
Send {F3 down}
Sleep 500
Send {F3 up}
Sleep 500
Send {1 down}
Sleep 500
Send {1 up}
Sleep 500
Mouseclick left
Sleep 1000
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 1000
Send {Space down} ; jumps out of the water
Sleep 500
Send {Space up}
Sleep 1000
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 1000
Send {Space down} ; jumps out of the water
Sleep 500
Send {Space up}
Sleep 1000
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
}
Posted: March 10th, 2009, 7:23 am
by 4play28
When the servers are back up I will try this. Thanks for a fast reply on this too damn! This macro swims in circles casting rend and heal self? THAT IS AWESOME! Got my swimming up to like 75 now, and even as a dwarf it has my quickness up to nearly 30..with other skills too..but it helps ALOT!
Posted: March 10th, 2009, 5:59 pm
by Tault_admin
Yay or nay 4play?
Posted: March 10th, 2009, 7:55 pm
by Spitt
Strangely, compiled autoit macros rarely give me a trojan warning, but this one did... idk why. I am not saying there is one in this since you included the source, just found it strange.
I tried to compile it, and had a compile error on the first line *shrug*
Not able to test this one as it is, so /nay
Posted: March 11th, 2009, 5:43 am
by xxxploitme
zycamzip wrote:Strangely, compiled autoit macros rarely give me a trojan warning, but this one did... idk why. I am not saying there is one in this since you included the source, just found it strange.
I tried to compile it, and had a compile error on the first line *shrug*
Not able to test this one as it is, so /nay
I loaded it up in autohotkey and it worked. I just had AutoHotkey installed and did this:
Install AutoHotkey.
Open Windows Explorer and navigate to a folder of your choice.
Pull down the File menu and choose New >> AutoHotkey Script (or New >> Text Document).
Type a name for the file, ensuring that it ends in .ahk. For example: Test.ahk
Right-click the file and choose Edit Script.
Copy Paste the script in there and save it.
Run it. It will show up in your tray and stay hidden.
/yay from me. Although I did tweak it a bit to only work with Mana Missle and Self Heal and cast more of them since I had alot of spare mana remaining. I don't have enough regs to burn them macroing rend yet.
Posted: March 11th, 2009, 6:41 am
by danzar
Thats one Yay so far. Anyone else tried it?
Posted: March 11th, 2009, 9:30 am
by 4play28
YAY! for sure. THanks again
Posted: March 11th, 2009, 8:26 pm
by Tault_admin
Moved to confirmed and 1k tu bucks granted.
Posted: April 24th, 2009, 11:04 am
by f5uck
yay! i loved it
