Guest User

Untitled

a guest
Aug 7th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. # PTC/Google login credentials
  2. username=
  3.  
  4. # Choose plaintext or base64'd password
  5. password=
  6. base64_password=
  7.  
  8. # Token to login directly
  9. token=
  10. latitude=69.6753617
  11. longitude=18.9529358
  12.  
  13. # Desired probability to catch Pokemon with 1 throw
  14. desired_catch_probability=0.4
  15.  
  16. # Desired probability to catch unwanted Pokemon (obligatory_transfer; low IV; low CP)
  17. # Set to -1 to not attempt catching at all
  18. desired_catch_probability_unwanted=0.0
  19.  
  20. # Number of nearest unused pokestops to randomly select
  21. # The next pokestop from (1/infinite)
  22. random_next_pokestop_selection=5
  23.  
  24. ## Walking
  25. # Meters per second
  26. speed=2.8
  27.  
  28. # Should the bot follow the streets (true) or just go directly to pokestops/waypoints
  29. follow_streets=false
  30.  
  31. # Should the bot loot the pokestops (true/false)
  32. loot_pokestop=true
  33.  
  34. # Should the bot catch pokemons (true/false)
  35. catch_pokemon=true
  36.  
  37. # Should the bot auto fill incubators with eggs (true/false)
  38. auto_fill_incubator=true
  39.  
  40. ## Items drop
  41. # Should the bot EVER drop items (true/false)
  42. drop_items=true
  43.  
  44. # Max number of each item that the bot should keep if "drop_items" is enabled
  45. # Use -1 in an item to never drop this specific item
  46. # The default values add up to 350
  47. item_revive=20
  48. item_max_revive=10
  49. item_potion=0
  50. item_super_potion=30
  51. item_hyper_potion=50
  52. item_max_potion=50
  53. item_poke_ball=40
  54. item_great_ball=50
  55. item_ultra_ball=50
  56. item_master_ball=10
  57. item_razz_berry=40
  58. item_lucky_egg=-1
  59. item_incense=-1
  60. item_lure_module=-1
  61.  
  62. ## Extra Info
  63. # Should the bot display rewards pokestop (true/false)
  64. display_pokestop_rewards=true
  65.  
  66. # Should the bot display if it caught a pokemon from a lure (true/false)
  67. display_if_pokemon_from_lure=true
  68.  
  69. # Should the bot display rewards when catching pokemon (true/false)
  70. display_pokemon_catch_rewards=true
  71.  
  72. # Display keepalive coordinates
  73. display_keepalive=true
  74.  
  75. # Should the bot display information of where it's walking to (true/false)
  76. # This will show the name of the pokestop that it's walking to and
  77. # replace on the loot log the pokestop id for its name
  78. # WARNING: this will increase the https requests without any need. If
  79. # the servers are slow it's recommended to turn off this setting
  80. display_pokestop_name=false
  81.  
  82. ## Pokemon Transfer
  83. # Should the bot auto transfer duplicate pokemon
  84. autotransfer=true
  85.  
  86. # Minimum amount of pokemon type to keep
  87. keep_pokemon_amount=1
  88.  
  89. # Maximum amount of pokemon type to keep (-1 to keep all)
  90. max_pokemon_amount=-1
  91.  
  92. # Sort by IV first instead of CP
  93. sort_by_iv=false
  94.  
  95. # Always throw curveballs
  96. always_curve=false
  97.  
  98. # Never use berries
  99. never_use_berries=true
  100.  
  101. # Allow leaving the starting area
  102. allow_leave_start_area=false
  103.  
  104. # Max distance from starting point the bot should ever go in meters
  105. # (-1: only limited by the initial pokestops (~3*3km); with allow_leave_start_area=true unlimited)
  106. spawn_radius=-1
  107.  
  108. # Number of times the pokestop should be spun to attempt softban bypass (0 to disable, 40 recommended value to work)
  109. ban_spin_count=0
  110.  
  111. # Set timer in seconds to go back to the starting pokestop (-1 disabled)
  112. timer_walk_to_start_pokestop=-1
  113.  
  114. # Set profile update timer (Default: 60)
  115. profile_update_timer=60
  116.  
  117. # Minimum IV percentage to keep a pokemon (to ignore IV: use -1)
  118. # between 0 and 100, suggested 80
  119. transfer_iv_threshold=80
  120.  
  121. # Minimum CP to keep a pokemon (to ignore CP: use -1)
  122. transfer_cp_threshold=400
  123.  
  124. # List of pokemon you don't want to transfer regardless of CP
  125. # The names must be divided by a ","
  126. # If you want all pokemons to be transferred just leave it blank
  127. ignored_pokemon=EEVEE,MEWTWO,CHARMANDER
  128.  
  129. # List of pokemon you always want to transfer regardless of CP
  130. obligatory_transfer=DODUO,RATTATA,CATERPIE,PIDGEY
  131.  
  132. # Port where the socketserver should listen, 0 = do not listen
  133. gui_port_socket=8001
  134.  
  135. # Export player/pokemondata on Profile Update. Options are:
  136. # *empty* Don't export (default)
  137. # CSV Correct USA/UK CSV format ("," as delimiter and "." as decimal separator)
  138. # DSV European CSV/DSV format (";" as delimiter and "," as decimal separator)
  139. # Use this one if your MS Excel can't handle the default CSV option
  140. export=
  141.  
  142. # Initial map size (S2 tiles) to fetch (max. 9: ~3*3km area)
  143. initial_map_size=9
  144.  
  145. # List of pokemon names
  146. #MISSINGNO
  147. #BULBASAUR
  148. #IVYSAUR
  149. #VENUSAUR
  150. #CHARMANDER
  151. #CHARMELEON
  152. #CHARIZARD
  153. #SQUIRTLE
  154. #WARTORTLE
  155. #BLASTOISE
  156. #CATERPIE
  157. #METAPOD
  158. #BUTTERFREE
  159. #WEEDLE
  160. #KAKUNA
  161. #BEEDRILL
  162. #PIDGEY
  163. #PIDGEOTTO
  164. #PIDGEOT
  165. #RATTATA
  166. #RATICATE
  167. #SPEAROW
  168. #FEAROW
  169. #EKANS
  170. #ARBOK
  171. #PIKACHU
  172. #RAICHU
  173. #SANDSHREW
  174. #SANDSLASH
  175. #NIDORAN_FEMALE
  176. #NIDORINA
  177. #NIDOQUEEN
  178. #NIDORAN_MALE
  179. #NIDORINO
  180. #NIDOKING
  181. #CLEFAIRY
  182. #CLEFABLE
  183. #VULPIX
  184. #NINETALES
  185. #JIGGLYPUFF
  186. #WIGGLYTUFF
  187. #ZUBAT
  188. #GOLBAT
  189. #ODDISH
  190. #GLOOM
  191. #VILEPLUME
  192. #PARAS
  193. #PARASECT
  194. #VENONAT
  195. #VENOMOTH
  196. #DIGLETT
  197. #DUGTRIO
  198. #MEOWTH
  199. #PERSIAN
  200. #PSYDUCK
  201. #GOLDUCK
  202. #MANKEY
  203. #PRIMEAPE
  204. #GROWLITHE
  205. #ARCANINE
  206. #POLIWAG
  207. #POLIWHIRL
  208. #POLIWRATH
  209. #ABRA
  210. #KADABRA
  211. #ALAKAZAM
  212. #MACHOP
  213. #MACHOKE
  214. #MACHAMP
  215. #BELLSPROUT
  216. #WEEPINBELL
  217. #VICTREEBEL
  218. #TENTACOOL
  219. #TENTACRUEL
  220. #GEODUDE
  221. #GRAVELER
  222. #GOLEM
  223. #PONYTA
  224. #RAPIDASH
  225. #SLOWPOKE
  226. #SLOWBRO
  227. #MAGNEMITE
  228. #MAGNETON
  229. #FARFETCHD
  230. #DODUO
  231. #DODRIO
  232. #SEEL
  233. #DEWGONG
  234. #GRIMER
  235. #MUK
  236. #SHELLDER
  237. #CLOYSTER
  238. #GASTLY
  239. #HAUNTER
  240. #GENGAR
  241. #ONIX
  242. #DROWZEE
  243. #HYPNO
  244. #KRABBY
  245. #KINGLER
  246. #VOLTORB
  247. #ELECTRODE
  248. #EXEGGCUTE
  249. #EXEGGUTOR
  250. #CUBONE
  251. #MAROWAK
  252. #HITMONLEE
  253. #HITMONCHAN
  254. #LICKITUNG
  255. #KOFFING
  256. #WEEZING
  257. #RHYHORN
  258. #RHYDON
  259. #CHANSEY
  260. #TANGELA
  261. #KANGASKHAN
  262. #HORSEA
  263. #SEADRA
  264. #GOLDEEN
  265. #SEAKING
  266. #STARYU
  267. #STARMIE
  268. #MR_MIME
  269. #SCYTHER
  270. #JYNX
  271. #ELECTABUZZ
  272. #MAGMAR
  273. #PINSIR
  274. #TAUROS
  275. #MAGIKARP
  276. #GYARADOS
  277. #LAPRAS
  278. #DITTO
  279. #EEVEE
  280. #VAPOREON
  281. #JOLTEON
  282. #FLAREON
  283. #PORYGON
  284. #OMANYTE
  285. #OMASTAR
  286. #KABUTO
  287. #KABUTOPS
  288. #AERODACTYL
  289. #SNORLAX
  290. #ARTICUNO
  291. #ZAPDOS
  292. #MOLTRES
  293. #DRATINI
  294. #DRAGONAIR
  295. #DRAGONITE
  296. #MEWTWO
  297. #MEW
Add Comment
Please, Sign In to add comment