Initial project structure: reusable isometric bot engine with D2R implementation
This commit is contained in:
commit
e0282a7111
44 changed files with 3433 additions and 0 deletions
26
config/default.yaml
Normal file
26
config/default.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
engine:
|
||||
screen:
|
||||
backend: mss
|
||||
monitor: 1
|
||||
|
||||
humanizer:
|
||||
reaction_min: 0.15
|
||||
reaction_max: 0.45
|
||||
mouse_speed_min: 400
|
||||
mouse_speed_max: 1200
|
||||
click_jitter: 3
|
||||
hesitation_chance: 0.1
|
||||
|
||||
safety:
|
||||
session_min_hours: 1.0
|
||||
session_max_hours: 4.0
|
||||
break_min_minutes: 10
|
||||
break_max_minutes: 45
|
||||
max_daily_hours: 12
|
||||
|
||||
game: d2r
|
||||
routine: mephisto
|
||||
|
||||
logging:
|
||||
level: INFO
|
||||
file: logs/bot.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue