hello everyone .
i try to write one script but its so difficult for me when i never write anything so i really have hope someone can help me ! so
i want to write simple "spell rotation with delay" when tibia client If WinActive("Tibia") is on and i press button for example (capslock) then press hotkeys combo ( f5 , wait 2000 ms , f4 , wait 2000 ms , f6 , wait 2000 ms , f7 , wait 2000 ms) its possible to write something like that on autohotkey ???
Rotation Tibia
Re: Rotation Tibia
Welcome to this AutoHotkey forum!
Code: Select all
#Requires AutoHotkey v1.1.33
#If WinActive("Tibia")
CapsLock::
For each, item in ["F5", "F4", "F6", "F7"] {
Send % "{" item "}"
Sleep 2000
}
Return
#If
Tibia - hotkey rotation when monster mark
hello everyone .
i try to write one script but its so difficult for me when i never write anything so i really have hope someone can help me ! so
I need such a script if I select a given monster on the battle list and it is marked in red, then the given key rotation starts beating, if the border disappears it stops the action, the image of the battle list will be highlighted by the OBS program. Anyone have an idea how to write this?
I upload photo down how its look
https://gyazo.com/b2d920bbb9ccdc4e4d28f9f3ab0c7dcd
[Mod action: Post moved from a new topic since it’s the same as this old one (with some new detail).]
[Mod edit: Removed img-tags around the image link. They only work with direct links, and not embedded pictures.]
i try to write one script but its so difficult for me when i never write anything so i really have hope someone can help me ! so
I need such a script if I select a given monster on the battle list and it is marked in red, then the given key rotation starts beating, if the border disappears it stops the action, the image of the battle list will be highlighted by the OBS program. Anyone have an idea how to write this?
I upload photo down how its look
https://gyazo.com/b2d920bbb9ccdc4e4d28f9f3ab0c7dcd
[Mod action: Post moved from a new topic since it’s the same as this old one (with some new detail).]
[Mod edit: Removed img-tags around the image link. They only work with direct links, and not embedded pictures.]
Last edited by gregster on 03 Mar 2024, 14:13, edited 1 time in total.
Who is online
Users browsing this forum: LJC2004 and 38 guests