Guest User

Untitled

a guest
Jul 24th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. # PTC/Google login credentials
  2. username=
  3.  
  4. # Choose plaintext or base64'd password
  5. password=
  6.  
  7. # Token to login directly
  8. token=
  9. latitude=50.411
  10. longitude=30.530
  11.  
  12. # desired chance to catch Pokemon with 1 throw
  13. desired_catch_probability=0.8
  14.  
  15. ## Walking
  16. # Meters per second
  17. speed=2.648
  18.  
  19. ## Items drop
  20. # should the bot EVER drop items (true/false)
  21. drop_items=true
  22.  
  23. # max number of each item that the bot should keep if "drop_items" is enabled
  24. # use -1 in a item to never drop this specific item
  25. item_revive=20
  26. item_max_revive=10
  27. item_potion=20
  28. item_super_potion=30
  29. item_hyper_potion=50
  30. item_max_potion=50
  31. item_poke_ball=50
  32. item_great_ball=50
  33. item_ultra_ball=50
  34. item_master_ball=50
  35. item_razz_berry=50
  36.  
  37. ## Extra Info
  38. # should the bot display information of where it's walking to (true/false)
  39. display_walking_nearest_unused=false
  40.  
  41. # should the bot display rewards pokestop (true/false)
  42. display_pokestop_rewards=true
  43.  
  44. # should the bot display rewards when catching pokemon (true/false)
  45. display_pokemon_catch_rewards=true
  46.  
  47. ## Pokemon Transfer
  48. # should the bot auto transfer duplicate pokemon
  49. autotransfer=false
  50.  
  51. # minimum amount of pokemon type to keep
  52. keep_pokemon_amount=1
  53.  
  54. # Minimum IV percentage to keep a pokemon (to ignore IV: use -1)
  55. # between 0 and 100, suggested 80
  56. transfer_iv_threshold=80
  57.  
  58. # Minimum CP to keep a pokemon (to ignore CP: use -1)
  59. transfer_cp_threshold=400
  60.  
  61. # Only walk (hatch eggs, don't collect pokemon or pokestops)
  62. walk_only=false
  63.  
  64. # list of pokemon you don't want to transfer regardless of CP
  65. # the names must be divided by a ","
  66. # if you want all pokemons to be transferred just leave it blank
  67. #ignored_pokemon=EEVEE,MEWTWO,CHARMANDER
  68.  
  69. # list of pokemon you always want to trancsfer regardless of CP
  70. #obligatory_transfer=DODUO,RATTATA,CATERPIE,PIDGEY
  71.  
  72. #List of pokemon names
  73. #MISSINGNO
  74. #BULBASAUR
  75. #IVYSAUR
  76. #VENUSAUR
  77. #CHARMANDER
  78. #CHARMELEON
  79. #CHARIZARD
  80. #SQUIRTLE
  81. #WARTORTLE
  82. #BLASTOISE
  83. #CATERPIE
  84. #METAPOD
  85. #BUTTERFREE
  86. #WEEDLE
  87. #KAKUNA
  88. #BEEDRILL
  89. #PIDGEY
  90. #PIDGEOTTO
  91. #PIDGEOT
  92. #RATTATA
  93. #RATICATE
  94. #SPEAROW
  95. #FEAROW
  96. #EKANS
  97. #ARBOK
  98. #PIKACHU
  99. #RAICHU
  100. #SANDSHREW
  101. #SANDSLASH
  102. #NIDORAN_FEMALE
  103. #NIDORINA
  104. #NIDOQUEEN
  105. #NIDORAN_MALE
  106. #NIDORINO
  107. #NIDOKING
  108. #CLEFAIRY
  109. #CLEFABLE
  110. #VULPIX
  111. #NINETALES
  112. #JIGGLYPUFF
  113. #WIGGLYTUFF
  114. #ZUBAT
  115. #GOLBAT
  116. #ODDISH
  117. #GLOOM
  118. #VILEPLUME
  119. #PARAS
  120. #PARASECT
  121. #VENONAT
  122. #VENOMOTH
  123. #DIGLETT
  124. #DUGTRIO
  125. #MEOWTH
  126. #PERSIAN
  127. #PSYDUCK
  128. #GOLDUCK
  129. #MANKEY
  130. #PRIMEAPE
  131. #GROWLITHE
  132. #ARCANINE
  133. #POLIWAG
  134. #POLIWHIRL
  135. #POLIWRATH
  136. #ABRA
  137. #KADABRA
  138. #ALAKAZAM
  139. #MACHOP
  140. #MACHOKE
  141. #MACHAMP
  142. #BELLSPROUT
  143. #WEEPINBELL
  144. #VICTREEBEL
  145. #TENTACOOL
  146. #TENTACRUEL
  147. #GEODUDE
  148. #GRAVELER
  149. #GOLEM
  150. #PONYTA
  151. #RAPIDASH
  152. #SLOWPOKE
  153. #SLOWBRO
  154. #MAGNEMITE
  155. #MAGNETON
  156. #FARFETCHD
  157. #DODUO
  158. #DODRIO
  159. #SEEL
  160. #DEWGONG
  161. #GRIMER
  162. #MUK
  163. #SHELLDER
  164. #CLOYSTER
  165. #GASTLY
  166. #HAUNTER
  167. #GENGAR
  168. #ONIX
  169. #DROWZEE
  170. #HYPNO
  171. #KRABBY
  172. #KINGLER
  173. #VOLTORB
  174. #ELECTRODE
  175. #EXEGGCUTE
  176. #EXEGGUTOR
  177. #CUBONE
  178. #MAROWAK
  179. #HITMONLEE
  180. #HITMONCHAN
  181. #LICKITUNG
  182. #KOFFING
  183. #WEEZING
  184. #RHYHORN
  185. #RHYDON
  186. #CHANSEY
  187. #TANGELA
  188. #KANGASKHAN
  189. #HORSEA
  190. #SEADRA
  191. #GOLDEEN
  192. #SEAKING
  193. #STARYU
  194. #STARMIE
  195. #MR_MIME
  196. #SCYTHER
  197. #JYNX
  198. #ELECTABUZZ
  199. #MAGMAR
  200. #PINSIR
  201. #TAUROS
  202. #MAGIKARP
  203. #GYARADOS
  204. #LAPRAS
  205. #DITTO
  206. #EEVEE
  207. #VAPOREON
  208. #JOLTEON
  209. #FLAREON
  210. #PORYGON
  211. #OMANYTE
  212. #OMASTAR
  213. #KABUTO
  214. #KABUTOPS
  215. #AERODACTYL
  216. #SNORLAX
  217. #ARTICUNO
  218. #ZAPDOS
  219. #MOLTRES
  220. #DRATINI
  221. #DRAGONAIR
  222. #DRAGONITE
  223. #MEWTWO
  224. #MEW
Add Comment
Please, Sign In to add comment