iRO-Thor: Sura / Inquisitor Effortless Tiger Cannon Manual Combo using AHK

Описание к видео iRO-Thor: Sura / Inquisitor Effortless Tiger Cannon Manual Combo using AHK

here is the spreadsheet link for the calculator:

https://docs.google.com/spreadsheets/...

_______________________________

here is the script for monk combo

#If WinActive("ahk_class Ragnarok")

$a::
While(GetKeyState("a","P"))
{
ControlSend, ahk_parent, {a}, ahk_class Ragnarok
Sleep, 50
ControlSend, ahk_parent, {s}, ahk_class Ragnarok
Sleep, 150
}

Return

Pause::Suspend
F9::Reload

__________________________

here is the script for Tiger Cannon combo

#If WinActive("ahk_class Ragnarok")

$d::
While(GetKeyState("d","P")){
ControlSend, ahk_parent, {d}, ahk_class Ragnarok
Sleep, 100
MouseClick, Left
Sleep, 350
ControlSend, ahk_parent, {f}, ahk_class Ragnarok
Sleep, 350
ControlSend, ahk_parent, {r}, ahk_class Ragnarok
}
Return

$a::
While(GetKeyState("a","P")){
ControlSend, ahk_parent, {a}, ahk_class Ragnarok
Sleep, 100
MouseClick, Left
}
Return


Pause::Suspend
F9::Reload

Комментарии

Информация по комментариям в разработке