Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Bug "force_move"? #308

Closed
Andrey5Ka opened this issue Dec 19, 2021 · 1 comment
Closed

Bug "force_move"? #308

Andrey5Ka opened this issue Dec 19, 2021 · 1 comment

Comments

@Andrey5Ka
Copy link

Andrey5Ka commented Dec 19, 2021

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?

@Andrey5Ka Andrey5Ka changed the title What is "force_move"? Bug "force_move"? Dec 19, 2021
@nekolr
Copy link
Contributor

nekolr commented Dec 20, 2021

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?

not a bug, it can be set in the game settings(control settings).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants