Hello friends. From what I have read, macroing that does not involve image detection is allowed. Since I am getting a bit old, my fingers can't handle the pressure. So I spent 10 minutes looking into this and came up with the following macro for some basic mage training. Note I am not an AHK wizard, this macro works for me though:
1) Download and install AutoHotKey (https://www.autohotkey.com/)
2) Right click on desktop/folder, click New, click AutoHotKey script
3) Paste the following into the file and save:
[::
stop := 0
Loop,
{
Loop, 39 {
Send, e
Sleep 2000
Send, e
Sleep 1000
}
Send, 1
Sleep 100000
}until Stop
return
]::Stop := 1
4) Now double click the script file you created and it will appear in your bottom right toolbar
5) Press [ in game to start the macro (start at full health and mana)
6) Adjust "Loop, 39" and Sleep 100000 as necessary based on your skills - more loops and longer rest for lower skill levels and vice versa
You can adjust the hotkeys to your liking, mine were as follows:
[ = start macro
] = end macro (not working in this script, you can stop it by right clicking it in the toolbar and clicking Pause)
e = cast spell on self (cast spurt once then you can just use e)
1 = rest
You will need to adjust the number of spurts which is 39 for me and the length of the rest which is 100 s for me based on your skill values. Note that at higher skill values, spurt will kill you before you run out of mana, so be mindful by reducing the number of spurts.
If this offends anyone let me know. But I believe it is not fair that some are macroing while others have no idea that it can even be done. This should even the playing field.
1) Download and install AutoHotKey (https://www.autohotkey.com/)
2) Right click on desktop/folder, click New, click AutoHotKey script
3) Paste the following into the file and save:
[::
stop := 0
Loop,
{
Loop, 39 {
Send, e
Sleep 2000
Send, e
Sleep 1000
}
Send, 1
Sleep 100000
}until Stop
return
]::Stop := 1
4) Now double click the script file you created and it will appear in your bottom right toolbar
5) Press [ in game to start the macro (start at full health and mana)
6) Adjust "Loop, 39" and Sleep 100000 as necessary based on your skills - more loops and longer rest for lower skill levels and vice versa
You can adjust the hotkeys to your liking, mine were as follows:
[ = start macro
] = end macro (not working in this script, you can stop it by right clicking it in the toolbar and clicking Pause)
e = cast spell on self (cast spurt once then you can just use e)
1 = rest
You will need to adjust the number of spurts which is 39 for me and the length of the rest which is 100 s for me based on your skill values. Note that at higher skill values, spurt will kill you before you run out of mana, so be mindful by reducing the number of spurts.
If this offends anyone let me know. But I believe it is not fair that some are macroing while others have no idea that it can even be done. This should even the playing field.