Tegos / travian-elephant-finder

Travian Animals Finder
MIT License
29 stars 15 forks source link
animals cherio elephant fire-and-sand gamebot javascript legends nodejs scan scanner travian travian-animals-finder travian-legends

Stand With Ukraine

Travian Elephants Finder

nature

The tool for analysis oases (free or occupied) and searching animals (Elephant and etc).

Tested in Shadow Empires, Fire and Sand and Legends (4).

fire_and_sand
legends_logo_black legends_logo_black

How to use

Setup

Config

Set correct configuration in:

cookie

  1. Open map, https://your-game-world.travian.com/karte.php

    map
  2. Open DevTools(F12 Chrome), Network tab’s, filter by XHR:

    dev_tools
  3. Select random request from list (F5 if it’s empty) and copy cookie from request:

    cookies
  4. Insert selected cookie value into src/config/cookie.text file

MIN_X, MIN_Y

The Top Left Corner Co-Ordinate of the Map Area to be searched.

MAX_X, MAX_Y

The Bottom Right Corner Co-Ordinate of the Map Area to be searched.

START_X, START_Y

Position of search (your village or cap, probably), calculate distance (for sorting oases closest to you)

map_min_max

Start

collect find-process

Result in excel file: data/elephant_*.xlsx

x y Elephant Another animal hasCrocodile hasTiger totalAnimal
-18 5 7 6 1 1 141
-14 3 4 5 0 0 34
-42 14 3 4 0 0 77
-48 -7 3 4 0 0 84
result_oasis

Technologies:

Author

License

This project is licensed under the MIT License - see the LICENSE file for details

Disclaimer

Please note that this is a research project, I am by no means responsible for any usage of this tool.
Use on your own behalf, I am also not responsible if your accounts get banned due to extensive use of this tool.