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

Ability to choose which city to ignore from distribution of resources. #223

Closed Rakkuzan closed 5 months ago

Rakkuzan commented 5 months ago

I need the ability to choose which cities to ignore when redistributing the resources because I use a floater to farm barbarians and I don't want to move any of my resources there.

That's why I made this pull request, which adds this function.

susikaman commented 5 months ago

This is an excellent idea! I thought this was already suggested somewhere, but I couldn't find any ticket mentioning this though. Perhaps this could also be used in case of an error occuring for a specific town, mentioned in issue #204

Rakkuzan commented 5 months ago

Sure, I will try to work on it when I have the time

Rakkuzan commented 5 months ago

Tests are fixed.