Guest User

Untitled

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