Member
What does recycle mean?
This part:
Code:
<ItemRecycleFilter> <!-- Type and amount to keep -->
<Filter>
<Name>ItemUnknown</Name>
<Count>0</Count>
</Filter>
<Filter>
<Name>ItemPokeBall</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemGreatBall</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemUltraBall</Name>
<Count>50</Count>
</Filter>
<Filter>
<Name>ItemMasterBall</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemPotion</Name>
<Count>0</Count>
</Filter>
<Filter>
<Name>ItemSuperPotion</Name>
<Count>0</Count>
</Filter>
<Filter>
<Name>ItemHyperPotion</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemMaxPotion</Name>
<Count>50</Count>
</Filter>
<Filter>
<Name>ItemRevive</Name>
<Count>10</Count>
</Filter>
<Filter>
<Name>ItemMaxRevive</Name>
<Count>50</Count>
</Filter>
<Filter>
<Name>ItemLuckyEgg</Name>
<Count>200</Count>
</Filter>
<Filter>
<Name>ItemIncenseOrdinary</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncenseSpicy</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncenseCool</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncenseFloral</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemTroyDisk</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemXAttack</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemXDefense</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemXMiracle</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemRazzBerry</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemBlukBerry</Name>
<Count>10</Count>
</Filter>
<Filter>
<Name>ItemNanabBerry</Name>
<Count>10</Count>
</Filter>
<Filter>
<Name>ItemWeparBerry</Name>
<Count>30</Count>
</Filter>
<Filter>
<Name>ItemPinapBerry</Name>
<Count>30</Count>
</Filter>
<Filter>
<Name>ItemSpecialCamera</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncubatorBasicUnlimited</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncubatorBasic</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemPokemonStorageUpgrade</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemItemStorageUpgrade</Name>
<Count>100</Count>
</Filter>
</ItemRecycleFilter>
Member
Recycle means it'll delete any items above the threshold set <count>0</count>.
Sergeant
Member
Originally Posted by
druich
Recycle means it'll delete any items above the threshold set <count>0</count>.
But whats the point of it deleting free items? Don't we want as many items as we can get?
Member
Originally Posted by
DamnSon09
But whats the point of it deleting free items? Don't we want as many items as we can get?
Eventually your inventory will become completely potions/revives unless you manually delete them. This fixes that.
Post Thanks / Like - 1 Thanks
DamnSon09 (1 members gave Thanks to Eshkeemo for this useful post)
Member
Originally Posted by
Eshkeemo
Eventually your inventory will become completely potions/revives unless you manually delete them. This fixes that.
Ohhh, thanks. And in the Pokecolor bot there was an option to delete duplicate pokemons, is there any thing in this one?
Member
How much time does the google login lasts ?
Member
Plz someone make perfect xml with transfer
Member
Hello this may sound stupid but do i need to do the GoogleRefreshToken in this version and if so how ? Could some one explain it for me in a simple way ^^ By the way it is inasne fast it took me like a day to make it to lvl 5 on foot in my town :P Not really rich in pokestops XD
Member
i've got a problem i mix two xml file to evolve and catch. seems evolving is not working for me. plus farming poke stops its not giving any item for me. ill post picture and my xml file please help.
my bag size is 350item, most important for me is pokeballs all kinds, how i can setup filter to not gather any potion just pokeballs?
Code:
<?xml version="1.0" encoding="utf-16"?>
<UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<AuthType>Google</AuthType> <!-- Google/Ptc -->
<DefaultLatitude>46.780060</DefaultLatitude> <!-- Default Amsterdam Central Station -->
<DefaultLongitude>-92.091489</DefaultLongitude> <!-- Default Amsterdam Central Station -->
<GoogleRefreshToken>1/8yCwcfkNGdddghjeGyPgFe9kFS74Wada5dpcoe8BFeP6B0d2c</GoogleRefreshToken>
<PtcPassword>pw</PtcPassword>
<PtcUsername>username</PtcUsername>
<DoNotTransfer> <!-- These will not be transferred even when below the CP threshold -->
<PokemonId>Magikarp</PokemonId>
<PokemonId>Eevee</PokemonId>
</DoNotTransfer>
<UnwantedPokemonTypes>
<PokemonId>Rattata</PokemonId>
<PokemonId>Weedle</PokemonId>
<PokemonId>Zubat</PokemonId>
<PokemonId>Caterpie</PokemonId>
<PokemonId>Pidgeotto</PokemonId>
<PokemonId>NidoranFemale</PokemonId>
<PokemonId>Paras</PokemonId>
<PokemonId>Venonat</PokemonId>
<PokemonId>Psyduck</PokemonId>
<PokemonId>Poliwag</PokemonId>
<PokemonId>Slowpoke</PokemonId>
<PokemonId>Drowzee</PokemonId>
<PokemonId>Gastly</PokemonId>
<PokemonId>Goldeen</PokemonId>
<PokemonId>Staryu</PokemonId>
<PokemonId>Magikarp</PokemonId>
<PokemonId>Clefairy</PokemonId>
<PokemonId>Eevee</PokemonId>
<PokemonId>Tentacool</PokemonId>
<PokemonId>Dratini</PokemonId>
<PokemonId>Ekans</PokemonId>
<PokemonId>Jynx</PokemonId>
<PokemonId>Lickitung</PokemonId>
<PokemonId>Spearow</PokemonId>
<PokemonId>NidoranFemale</PokemonId>
<PokemonId>NidoranMale</PokemonId>
</UnwantedPokemonTypes>
<KeepMinIVPercentage>85</KeepMinIVPercentage>
<KeepMinCP>150</KeepMinCP>
<WalkingSpeedInKilometerPerHour>10</WalkingSpeedInKilometerPerHour>
<PokemonsToEvolve>
<PokemonId>Rattata</PokemonId>
<PokemonId>Spearow</PokemonId>
<PokemonId>Ekans</PokemonId>
<PokemonId>Pikachu</PokemonId>
<PokemonId>Pidgey</PokemonId>
<PokemonId>Sandshrew</PokemonId>
<PokemonId>Clefable</PokemonId>
<PokemonId>Vulpix</PokemonId>
<PokemonId>Jigglypuff</PokemonId>
<PokemonId>Zubat</PokemonId>
<PokemonId>Paras</PokemonId>
<PokemonId>Venonat</PokemonId>
<PokemonId>Diglett</PokemonId>
<PokemonId>Meowth</PokemonId>
<PokemonId>Psyduck</PokemonId>
<PokemonId>Mankey</PokemonId>
<PokemonId>Growlithe</PokemonId>
<PokemonId>Tentacool</PokemonId>
<PokemonId>Ponyta</PokemonId>
<PokemonId>Slowpoke</PokemonId>
<PokemonId>Magnemite</PokemonId>
<PokemonId>Doduo</PokemonId>
<PokemonId>Seel</PokemonId>
<PokemonId>Grimer</PokemonId>
<PokemonId>Shellder</PokemonId>
<PokemonId>Drowzee</PokemonId>
<PokemonId>Krabby</PokemonId>
<PokemonId>Voltorb</PokemonId>
<PokemonId>Exeggcute</PokemonId>
<PokemonId>Cubone</PokemonId>
<PokemonId>Koffing</PokemonId>
<PokemonId>Rhyhorn</PokemonId>
<PokemonId>Horsea</PokemonId>
<PokemonId>Goldeen</PokemonId>
<PokemonId>Staryu</PokemonId>
<PokemonId>Omanyte</PokemonId>
<PokemonId>Kabuto</PokemonId>
<PokemonId>Dratini</PokemonId>
</PokemonsToEvolve>
<ItemRecycleFilter>150<!-- Type and amount to keep -->
<Filter>
<Name>ItemUnknown</Name>
<Count>0</Count>
</Filter>
<Filter>
<Name>ItemPokeBall</Name>
<Count>120</Count>
</Filter>
<Filter>
<Name>ItemGreatBall</Name>
<Count>120</Count>
</Filter>
<Filter>
<Name>ItemUltraBall</Name>
<Count>150</Count>
</Filter>
<Filter>
<Name>ItemMasterBall</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemPotion</Name>
<Count>0</Count>
</Filter>
<Filter>
<Name>ItemSuperPotion</Name>
<Count>0</Count>
</Filter>
<Filter>
<Name>ItemHyperPotion</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemMaxPotion</Name>
<Count>50</Count>
</Filter>
<Filter>
<Name>ItemRevive</Name>
<Count>10</Count>
</Filter>
<Filter>
<Name>ItemMaxRevive</Name>
<Count>50</Count>
</Filter>
<Filter>
<Name>ItemLuckyEgg</Name>
<Count>200</Count>
</Filter>
<Filter>
<Name>ItemIncenseOrdinary</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncenseSpicy</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncenseCool</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncenseFloral</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemTroyDisk</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemXAttack</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemXDefense</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemXMiracle</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemRazzBerry</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemBlukBerry</Name>
<Count>10</Count>
</Filter>
<Filter>
<Name>ItemNanabBerry</Name>
<Count>10</Count>
</Filter>
<Filter>
<Name>ItemWeparBerry</Name>
<Count>30</Count>
</Filter>
<Filter>
<Name>ItemPinapBerry</Name>
<Count>30</Count>
</Filter>
<Filter>
<Name>ItemSpecialCamera</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncubatorBasicUnlimited</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncubatorBasic</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemPokemonStorageUpgrade</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemItemStorageUpgrade</Name>
<Count>100</Count>
</Filter>
</ItemRecycleFilter>
<PokestopDelay>15000</PokestopDelay>
</UserSettingsXml>
Attached Thumbnails
Last edited by farcran; 07-22-2016 at 07:09 PM .
Member
why does this prioritize stops over pokemon?
do we need a refresh token in order to let the bot run for over 30 minutes?
if yes, how to get that token?
Member
Originally Posted by
Kojiroxjgr
Everytime I throw a Pokeball the pokemons just run away
Maybe its a softban for fakegps use? If is, how long it takes?
Change the default settings for long/lat in the user filer, the bot starts at the location so if u played in say america but the bot's default is set to argentina it will teleport across the world and u get soft banned for like 1hr.
Master Sergeant
The first version you linked (evolve + fix + walk) doesnt return a refresh token from the google devices auth?
Any way to get this so the bot can refresh automatically?
*edit*
What is the difference between the FeroxRev bot, the Squirrel bot or the Necronomicon's bot?
Any suggestions what would be the best out of those 3? Or perhaps even others?
Do any of those bots have a maximum radius to wander away from starting coords?
Last edited by killerfromsky; 07-22-2016 at 07:48 PM .
Member
Weird also got soft banned while just restarting the bot. Didn't change lat/long between restarts either weird stuff.