Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/transfer pokemon is broken #4459

Closed
kimdotnet opened this issue Aug 21, 2016 · 2 comments
Closed

Release/transfer pokemon is broken #4459

kimdotnet opened this issue Aug 21, 2016 · 2 comments

Comments

@kimdotnet
Copy link

Neither in dev or master branch, I think rleease config is broken.

commit 601e21d
Author: Simba Zhang solderzzc@users.noreply.github.com
Date: Sat Aug 20 20:53:39 2016 -0700

Dev merge to master, PR (#4439)

* Do not spin fort on timeout when restarting the bot (#3931)

Fix bot stuck between forts when inventory is full

* Fixed references to self.bot.config.walk (#4046)

* Fixed error

* Fixed error

* Updating run.sh and install.sh (#4033)

* Update run.sh

* Update setup.sh

* Update setup.sh

OS

ubuntu

@gusterwoei
Copy link

gusterwoei commented Aug 21, 2016

It's working, however the transfer will only start once it hits the minimum free slot amount in your pokemon bag, eg.

{
"type": "TransferPokemon",
"config": {
"min_free_slot": 5,
"transfer_wait_min": 1,
"transfer_wait_max": 3
}
}

@supergithubo
Copy link

Yes, I think the logic changes instead of transfering pokemons on each cycle, the bot now will only transfer pokemons when min_free_slot is reached. I think changelog is helpful on each release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants