Guest User

Untitled

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