Farigh / pokeclicker-automation

An automation script suite for pokeclicker.com
GNU General Public License v3.0
37 stars 19 forks source link

Utils: Implement automation pokeball filter #294

Closed Farigh closed 1 year ago

Farigh commented 1 year ago

The v0.10.11 reworked pokéball selection filter to allow custom filters This broke the automation ball selection mechanism.

This commit adds an automation filter, that will be disabled by default The automation will now configure the filter proper and enable it when it's needed.

Default pokéball value settings are not relevant anymore, they've been removed.


The Focus.Quests now restrict the filter pokémon type when focusing on a CapturePokemonTypesQuest.

Fixes #293