Advertisement
Guest User

Untitled

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