Skip to content

Fishing mode delay slider doesn't effect actual delay #7

@max-the-mage

Description

@max-the-mage

Changing the slider, as reflected on in the code, doesn't effect the delay between clicks, and it therefore doesn't work on some servers with 500ms.

Sleep 100
	ControlClick, , ahk_id %id%, ,Right, , NAD
Sleep 500
	ControlClick, , ahk_id %id%, ,Right, , NAU

I assume the variable is meant to affect that sleep time, if I can figure out how AHK works I'll fix it and do a pull request myself.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions