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

Recycle item not working #3594

Closed
Tagada22 opened this issue Aug 11, 2016 · 4 comments
Closed

Recycle item not working #3594

Tagada22 opened this issue Aug 11, 2016 · 4 comments

Comments

@Tagada22
Copy link

Hello

I see in my bot, recycle item not working

My config

� "type": "RecycleItems",
��������"config": {
����������"min_empty_space": 10,
����������"item_filter": {
������������"Pokeball": { "keep" : 0 },
������������"Greatball": { "keep" : 100 },
������������"Ultraball": { "keep" : 130 },
������������"Max Revive": { "keep" : 20 },
������������"Potion":�������{ "keep" : 0 },
������������"Super Potion": { "keep" : 0 },
������������"Hyper Potion": { "keep" : 10 },
������������"Revive":�������{ "keep" : 10 },
������������"Razz Berry": { "keep" : 100 }

Ans when i look my bag pokemon

I have

50 pokeball
1 greatball
0 super ball

30 potion
....

Bref not working.

Have you got an idea ?

Thanks

@bruvv
Copy link
Contributor

bruvv commented Aug 11, 2016

Use the issue template or don't create an issue. It's working fine for me.

@Tagada22
Copy link
Author

Config working

But not recycle items not numer what i enter

@nikhil-pandey
Copy link
Contributor

When you specify min_empty_space, it only recycles when space is less than specified number.

Close the issue.

@LeeRongWen
Copy link

@nikhil-pandey

how about if we config like this ?

{
"type": "RecycleItems",
"config": {
"min_empty_space": 15,
"item_filter": {
"Pokeball": { "keep" : 100 },
"Greatball": { "keep" : 50 },
"Ultraball": { "keep" : 50 },
"Potion": { "keep" : 5 },
"Super Potion": { "keep" : 5 },
"Hyper Potion": { "keep" : 5 },
"Max Potion": { "keep" : 5 },
"Revive": { "keep" : 5 },
"Razz Berry": { "keep" : 50 }
}
}
},

@k4n30 k4n30 closed this as completed Aug 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants