Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

GetUsernameFromDatabase/Lost-Ark-Fishing-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage guide

Bet at a fishing spot, using a terminal run python src inside the downloaded folder ("Lost-Ark-Fishing-Bot")
and switch over to the game.

advanced usage: src [-h] [-r] [-tts] [-ak]

options:
  -h, --help            show this help message and exit
  -r , --repair         Defines after how many fishing rod casts repairs happen. 
                        Set as 0 to disable
  -tts , --timeTillStart
                        How long to wait (in seconds) till the bot starts
  -ak , --actionKey     The action key for fishing

Fishing Spots

This bot works best with fishing spots which are contrast to the caught fishing icon fishingIcon. So in places which are as dissimilar to this image as possible (comparison is done in greyscale). Arthetine has so far been the only fishing spot where this bot doesn't work.

List of places where I've gotten it to work:

  • East Luterra (Wavestrand Port)
  • Feiton (Wailing Swamp) -- if the exclamation mark isn't hidden behind foliage
  • North Vern (Port Krona)

Repairs

Supported aspect ratio is 16:9, repairs currently will not work with any other aspect ratio.

Configuration

The only supported way to configure stuff (change keybindings, when repairs happen) is by editing the src/__main__.py file.

Installation

  • Install Python
  • Clone repo git clone https://github.com/GetUsernameFromDatabase/Lost-Ark-Fishing-Bot.git
  • Go into repo cd Lost-Ark-Fishing-Bot
  • Install required python modules pip install -r requirements.txt