You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
There is no "force_move"! I did not install it ( force_move=) left it empty because it is not in the game, you need to click with the mouse.
botty/src/char/i_char.py
There is no "force_move"! I did not install it ( force_move=) left it empty because it is not in the game, you need to click with the mouse. botty/src/char/i_char.py
There is no "force_move"! I did not install it ( force_move=) left it empty because it is not in the game, you need to click with the mouse.
botty/src/char/i_char.py
Line 102 in 1f482d5
keyboard.send(self._config.char["force_move"])
if force_move:
keyboard.send(self._config.char["force_move"])
else:
mouse.click(button="left")
Why is there no left mouse click?
The text was updated successfully, but these errors were encountered: