Siterizer / new-world-fishing-bot

user friendly python script who is able to catch fish in the game New World
GNU General Public License v3.0
294 stars 124 forks source link

Adjust throw distance? #207

Closed dvz95 closed 2 years ago

dvz95 commented 2 years ago

See above

cobra-7777 commented 2 years ago

in config.yml

    cast:
      min: 0.5
      max: 1.0

That means it casts the rod for minimum 0.5 seconds and maximum 1 second. If you want it to throw it further, adjust it like so

    cast:
      min: 1.2
      max: 2.0

That will cast the rod for a minimum of 1.2 seconds and a maximum of 2 seconds.