|
This is THE BEST macro in the game for starting casting. You will need all of these skills so why not get them all at the same time.
I use AutoHotKey - an easy to use downloadable macro recorder.
Key Bind Requirements
Bind autorun to o (that's o not zero)
Bind mana missle to 4
Bind heal self to 5
Bind sheathe/unsheathe weapon to r (default)
Bind jump to spacebar (default)
Bind rest to 0 (that's zero)
Preparation
Make sure that you are standing, not moving, with your staff equipped and unsheathed. It doesn't matter if you have mana missile as your active spell, the script will do that for you.
Stand in a corner, facing the corner.
Start script. You have 20 seconds to return to the game menu. For people have a hard time interpreting this script:
Loop starts an infinite loop
Sleep is a delay (Sleep, 20000 = delay 20 seconds)
MouseClick, left, 639, 511 clicks the exact spot of your targeting icon.
This can run all night and you will train these vital skills up very fast. Note that I have set the delays longer than required because some people with low mana pools and less LM efficiency than me may have trouble getting all these casts off before running out of mana.
You can tweak the delays to optimize to your needs. This one is generic and will work for anyone.
Loop
{
Sleep, 20000
Send, o
Sleep, 2000
Send, 4
Sleep, 2000
MouseClick, left, 639, 511
Sleep, 2000
MouseClick, left, 639, 511
Sleep, 2000
MouseClick, left, 639, 511
Sleep, 2000
Send, 5
MouseClick, left, 639, 511
Sleep, 7000
Send, 4
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
Send, 5
MouseClick, left, 639, 511
Sleep, 7000
Send, 4
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
Send, 5
MouseClick, left, 639, 511
Sleep, 10000
Send, o
Sleep, 4000
Send, r
Sleep, 6000
Send, 0
MouseClick, left, 639, 511
Sleep, 240000
Send, {SPACE}
Sleep, 6000
Send, r
Sleep, 3000
}
Admins - I am willing to share MANY more awesome macros directly with you for the Premium Site, including:
melee training, resist building, afk harvesting, non-stop harvesting (no rest macro), cast macro that persists even after death, side step for rigor training in acid pools, and others. The only thing I would like in return is access to the Enchanting Matrix.
|