Hello,
This is my first time making anything close too a bot, so please be nice :)
I wanted to make a macro (for taos), that sits for 11 seconds, uses meditate, then cures 10 timeson a guard (pre-set coordinates). Everything works fine except for the part where I need to hold control.
This is my code so far:
;Script - Zachary Frenette - CoTao
msgbox, Sit F1 Medidate F2 (Cure As Skill)
WinGet, id, ID, [C
loop
{
Send {F1}
sleep 11000
Send {F2}
sleep 2000
loop 10
{
Send {Control Down}
Sleep 1000
ControlClick, x288 y343, ahk_id %id%,,right
}
Send {Control Up}
Sleep 1000
}
As you can see, very basic, but the Control Down part doesn't work. (I've also tried Ctrl Down.
Does anyone know how to fix this? It's this only thing left to fix.
Reply soon, :)
Thanks :)
Nizbel
This is my first time making anything close too a bot, so please be nice :)
I wanted to make a macro (for taos), that sits for 11 seconds, uses meditate, then cures 10 timeson a guard (pre-set coordinates). Everything works fine except for the part where I need to hold control.
This is my code so far:
;Script - Zachary Frenette - CoTao
msgbox, Sit F1 Medidate F2 (Cure As Skill)
WinGet, id, ID, [C
loop
{
Send {F1}
sleep 11000
Send {F2}
sleep 2000
loop 10
{
Send {Control Down}
Sleep 1000
ControlClick, x288 y343, ahk_id %id%,,right
}
Send {Control Up}
Sleep 1000
}
As you can see, very basic, but the Control Down part doesn't work. (I've also tried Ctrl Down.
Does anyone know how to fix this? It's this only thing left to fix.
Reply soon, :)
Thanks :)
Nizbel