Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <appSettings>
- <!--Google/Ptc-->
- <add key="AuthType" value="Google" />
- <!--Google-->
- <add key="GoogleEmail" value="HEREYOUREMAIL" />
- <add key="GooglePassword" value="YOURPASSWORD" />
- <!--Ptc-->
- <add key="PtcUsername" value="" />
- <add key="PtcPassword" value="" />
- <!--Locations
- Sidney: circa 250 Pokestop
- <add key="DefaultLatitude" value="-33.866665135580554" />
- <add key="DefaultLongitude" value="151.21024131774902" />
- Rome: circa 250 Pokestop
- <add key="DefaultLatitude" value="41.89920" />
- <add key="DefaultLongitude" value="12.47401" />
- Paris:
- -->
- <add key="DefaultLatitude" value="48.85720464712123" />
- <add key="DefaultLongitude" value="2.3410749435424805" />
- <!--Request Delay, increase if the bot is loop-restarting -->
- <add key="requestsDelay" value="200" />
- <!--Recycle settings-->
- <add key="ItemRecyclingCount" value="200" />
- <add key="ItemRecycleFilter" value="Poke Ball:20, Great Ball:50, Ultra Ball:100, Master Ball:50, RazzBerry:20, Revive:0, Potion:0, Super Potion:0, Hyper Potion:0, Max Potion:50, Max Revive:50" />
- </appSettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement