disdain13 / PokeRoadie

Advanced Test Harness Bot for PGO. This code is for educational purposes only, and is not guaranteed in any way. Using automated software may violate terms of service you agreed upon with your game provider.
GNU General Public License v3.0
65 stars 28 forks source link

Duplicate Pokemon not working #200

Closed mharckk closed 8 years ago

mharckk commented 8 years ago

Hi, have problem with the duplicate number of pokemon to 1, it does not regularly transferring pokemons have duplicate of more than 1, so i have so many pidgeys and rattata, hope you can help. and if i choose to include transferfattrim to any number it transfer my pokemon even have no duplicate.

bulubebek commented 8 years ago

hello, can you please paste your current config here?

mharckk commented 8 years ago

TransferPokemon>true

V IV 1 99 400 2000 20 24 100 0 0 1 false
mharckk commented 8 years ago

TransferPokemon>true TransferPriorityType>V TransferPriorityType2>IV KeepDuplicateAmount>1 KeepAboveIV>99 KeepAboveV>400 KeepAboveCP>2000 KeepAboveLV>20 AlwaysTransferBelowIV>24 AlwaysTransferBelowV>0 AlwaysTransferBelowCP>0 AlwaysTransferBelowLV>0 TransferTrimFatCount>1 NotTransferPokemonsThatCanEvolve>false

jensw83 commented 8 years ago

Set KeepAboveLV = 0 to disable this option In your config: if a pokomon has a LV higher than LV 20 it will NEVER be transfered.

mharckk commented 8 years ago

ok thanks