Ikabot-Collective / ikabot

A Python-based bot designed for automating tasks in the game Ikariam
https://discord.com/invite/3hyxPRj
MIT License
89 stars 62 forks source link

Select area to include in deep world dump. #222

Closed Rakkuzan closed 5 months ago

Rakkuzan commented 5 months ago

The world dump is very useful function to me however it takes a very long time to do. One of the ways to make it scan faster is to limit the scan area by providing start island id however this doesn't give the user much control over which part of the world will be scanned.

This pull request removes limiting area by startid instead it lets user select a circular area which to scan. It also fixes bug where the percentage scanned was not calculated properly when scanning only part of the map. The order of choices provided to user was also modified slightly to make more sense.