Guest User

Untitled

a guest
Aug 25th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.61 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. # Proxy server and port to be used by the bot. Only HTTP proxy are supported at the moment
  9. proxy_server=
  10. proxy_port=-1
  11. # Proxy type, among SOCKS/HTTP/DIRECT. DIRECT means a direct connection i.e : no proxy
  12. proxy_type=SOCKS
  13. # Proxy authentication
  14. proxy_username=
  15. proxy_password=
  16.  
  17. # Token to login directly (leave this empty, the bot will fill this in automatically)
  18. token=
  19.  
  20. # Fill in the start GPS location (latitude/longitude) where you want the bot to start
  21. latitude=
  22. longitude=
  23.  
  24. # Do you want the bot so start from the location when you shut it down?
  25. save_location_on_shutdown=true
  26. saved_latitude=
  27. saved_longitude=
  28.  
  29. # Desired probability to catch Pokemon with 1 throw
  30. desired_catch_probability=0.4
  31.  
  32. # Desired probability to catch unwanted Pokemon (obligatory_transfer; low IV; low CP)
  33. # Set to -1 to not attempt catching at all
  34. desired_catch_probability_unwanted=0.0
  35.  
  36. # Set if random ball throws should be enabled
  37. # Currently decides if the throw is nice/great/excellent/normal by using the desired_catch_probability(_unwanted), decreasing earned exp and fang rate however
  38. # Heavily depends on the desired catch rates now, if you have too few excellent/great throws try increasing those values
  39. random_ball_throws=false
  40.  
  41. # Set if you want to wait a little between throws (0-3 secs)
  42. wait_between_throws=false
  43.  
  44. # Number of nearest unused pokestops to randomly select
  45. # The next pokestop from (1/infinite)
  46. random_next_pokestop_selection=5
  47.  
  48. # Should the bot camp around lured x pokestops (-1 = off; 1 = one needs to be in range; 2 = two..., etc)
  49. camp_lure_pokestop=-1
  50.  
  51. ## Walking
  52. # Meters per second
  53. speed=2.8
  54.  
  55. # Random speed range around the original speed value in Meters per Second
  56. # Example: If speed is 2.8, and the range 0.5, the speed will be between 2.3 and 3.3
  57. random_speed_range=0.0
  58.  
  59. # Should the bot follow the streets? If false, go directly to pokestops/waypoints
  60. # If so, separate route providers by a comma, ordered by preference
  61. # Example: MAPZEN,MOBROUTING,PROJECTOSM,YOURNAVIGATION,GOOGLE
  62. # WARNING: If you use GOOGLE, you must use a Google Api Key
  63. follow_streets=false
  64.  
  65. # If you use MAPZEN as route provider, you can use a Mapzen "Turn by Turn" API key (if not you are limited to 6 calls per minute)
  66. # How to: https://github.com/mapzen/mapzen-docs-generator/blob/master/docs/index.md
  67. # Template: valhalla-XXXXXXX
  68. mapzen_api_key=
  69.  
  70. # If you're using GOOGLE as route provider, get an api key here:
  71. # https://developers.google.com/maps/documentation/directions/get-api-key
  72. # You must enable Directions API and Elevation API
  73. # The key always starts with "AIza"
  74. google_api_key=
  75.  
  76. # Should the bot loot the pokestops (true/false)
  77. loot_pokestop=true
  78.  
  79. # Should the bot catch pokemons (true/false)
  80. catch_pokemon=true
  81.  
  82. # Should the bot auto fill incubators with eggs (true/false)
  83. auto_fill_incubator=true
  84.  
  85. ## Items drop
  86. # Should the bot EVER drop items (true/false)
  87. drop_items=true
  88.  
  89. # Should the bot wait between each item/group dropped? Time in milliseconds, will be randomized a little, to skip use -1. Recommended 700-2500
  90. item_drop_delay=-1
  91.  
  92.  
  93. # Max number of each item that the bot should keep if "drop_items" is enabled
  94. # Use -1 in an item to never drop this specific item
  95. # The default values add up to 350
  96. item_revive=20
  97. item_max_revive=10
  98. item_potion=0
  99. item_super_potion=30
  100. item_hyper_potion=50
  101. item_max_potion=50
  102. item_poke_ball=40
  103. item_great_ball=50
  104. item_ultra_ball=50
  105. item_master_ball=10
  106. item_razz_berry=40
  107. item_lucky_egg=-1
  108. item_incense=-1
  109. item_lure_module=-1
  110.  
  111. # Groups the items that are kept by type so it keeps best of same type
  112. # Ex: if you have item_revive=20 and item_max_revive=10 and set this
  113. # to true, if you get 25 item_revive and 20 item_max_revive it will
  114. # drop 15 item_revive and keep 10 item_revive and 20 item_max_revive
  115. # Items that have -1 are excluded from groups
  116. # Ex: if you set item_potion=-1 it will only group the other potions and
  117. # ignore item_potion (never dropping item_potion)
  118. group_items_by_type=false
  119.  
  120. ## Extra Info
  121. # Should the bot display rewards pokestop (true/false)
  122. display_pokestop_rewards=true
  123.  
  124. # Should the bot display if it caught a pokemon from a lure (true/false)
  125. display_if_pokemon_from_lure=true
  126.  
  127. # Should the bot display rewards when catching pokemon (true/false)
  128. display_pokemon_catch_rewards=true
  129.  
  130. # Display keepalive coordinates
  131. display_keepalive=true
  132.  
  133. # Should the bot display information of where it's walking to (true/false)
  134. # This will show the name of the pokestop that it's walking to and
  135. # replace on the loot log the pokestop id for its name
  136. # WARNING: this will increase the https requests without any need. If
  137. # the servers are slow it's recommended to turn off this setting
  138. display_pokestop_name=false
  139.  
  140. ## Pokemon Transfer
  141. # Should the bot auto transfer duplicate pokemon
  142. autotransfer=true
  143.  
  144. # Should the bot wait between each transfer and how long? -1 to disable, time to wait in milliseconds (it will be randomized alittle around the given value)
  145. # Realistic value is between 1000-3000
  146. autotransfer_time_delay=-1
  147.  
  148. # Minimum amount of pokemon type to keep
  149. keep_pokemon_amount=1
  150.  
  151. # Maximum amount of pokemon type to keep (-1 to keep all)
  152. max_pokemon_amount=-1
  153.  
  154. # Sort by IV first instead of CP
  155. sort_by_iv=false
  156.  
  157. # Rate for bot to throw a curveball, between 0 (never) and 1 (always)
  158. desired_curve_rate=0.0
  159.  
  160. # Never use berries
  161. never_use_berries=true
  162.  
  163. # Allow leaving the starting area
  164. allow_leave_start_area=false
  165.  
  166. # Max distance from starting point the bot should ever go in meters
  167. # (-1: only limited by the initial pokestops (~3*3km); with allow_leave_start_area=true unlimited)
  168. spawn_radius=-1
  169.  
  170. # Number of times the pokestop should be spun to attempt softban bypass (0 to disable, 40 recommended value to work)
  171. ban_spin_count=0
  172.  
  173. # Set timer in seconds to go back to the starting pokestop (-1 disabled)
  174. timer_walk_to_start_pokestop=-1
  175.  
  176. # Set profile update timer (Default: 60)
  177. profile_update_timer=60
  178.  
  179. # Minimum IV percentage to keep a pokemon (to ignore IV: use -1)
  180. # between 0 and 100, suggested 80
  181. transfer_iv_threshold=80
  182.  
  183. # Minimum CP to keep a pokemon (to ignore CP: use -1)
  184. transfer_cp_threshold=400
  185.  
  186. # Minimum CP % in relation to max CP of pokemon to your current trainer lvl to keep pokemon (to disable CP%:use -1)
  187. # e.g. Trainer lvl is 33, captured EEVEE has 490 CP which results in max possible CP of 984 with 15/14/15 IV
  188. # that however is below the threshold of 60% because its 49%
  189. transfer_cp_min_threshold=-1
  190.  
  191. # List of pokemon you don't want to transfer regardless of CP
  192. # The names must be divided by a ","
  193. # If you want all pokemons to be transferred just leave it blank
  194. ignored_pokemon=EEVEE,MEWTWO,CHARMANDER
  195.  
  196. # List of pokemon you always want to transfer regardless of CP
  197. obligatory_transfer=DODUO,RATTATA,CATERPIE,PIDGEY
  198.  
  199. # list of pokemon you always want to evolve before transfer to maximize XP
  200. evolve_before_transfer=CATERPIE,RATTATA,WEEDLE,PIDGEY
  201.  
  202. # list of pokemon you NEVER want to catch, regardless of cp/iv
  203. never_catch_pokemon=
  204.  
  205. # The stack of evolves needed to pop lucky egg and evolve all
  206. evolve_stack_limit=100
  207.  
  208. # Use lucky egg before evolves (1 = yes, anything else = no)
  209. use_lucky_egg=1
  210.  
  211. # Should the bot wait between each evolution and how long? -1 to disable, time to wait in milliseconds (it will be randomized alittle around the given value)
  212. # Default and minimum is 300, and even if you decrease it it wont change as with a lower value evolution doesnt work.
  213. # This value is crucial, as it takes ingame 25 seconds ca (=25000) but will mess with the stack evolution!
  214. evolve_time_delay=300
  215.  
  216. # Port where the socketserver should listen, 0 = do not listen
  217. gui_port_socket=8001
  218.  
  219. # REST API password, CHANGE THIS
  220. rest_api_password=
  221.  
  222. # Export player/pokemondata on Profile Update. Options are:
  223. # *empty* Don't export (default)
  224. # CSV Correct USA/UK CSV format ("," as delimiter and "." as decimal separator)
  225. # DSV European CSV/DSV format (";" as delimiter and "," as decimal separator)
  226. # Use this one if your MS Excel can't handle the default CSV option
  227. # JSON JSON format
  228. export=
  229.  
  230. # Initial map size (S2 tiles) to fetch (max. 9: ~3*3km area)
  231. initial_map_size=9
  232.  
  233. # For artificial pauses/rests
  234. # Chance to wait randomly at a pokestop in %, recommended about 10 or less, default disabled
  235. wait_chance=0.0
  236.  
  237. # Time to wait in seconds, recommended 5-30, default disabled
  238. wait_time_min=0
  239. wait_time_max=0
  240.  
  241. # Bot timeouts, to stop the bot after reaching certain definable limits
  242. # If multiple limits are set the first reached will stop the bot
  243. # Set if you want to stop the bot after a certain time (in minutes), if not leave it -1. Only full numers, eg. 300
  244. bot_timeout_after_minutes=-1
  245.  
  246. # Set if you want the bot to stop after catching certain amount of pokemons, -1 skips it
  247. bot_timeout_after_catching_pokemon=-1
  248.  
  249. # Set if you want the bot to stop after visiting certain amount of pokestops, -1 skips it
  250. bot_timeout_after_visiting_pokestops=-1
  251.  
  252.  
  253. # List of pokemon names
  254. #MISSINGNO
  255. #BULBASAUR
  256. #IVYSAUR
  257. #VENUSAUR
  258. #CHARMANDER
  259. #CHARMELEON
  260. #CHARIZARD
  261. #SQUIRTLE
  262. #WARTORTLE
  263. #BLASTOISE
  264. #CATERPIE
  265. #METAPOD
  266. #BUTTERFREE
  267. #WEEDLE
  268. #KAKUNA
  269. #BEEDRILL
  270. #PIDGEY
  271. #PIDGEOTTO
  272. #PIDGEOT
  273. #RATTATA
  274. #RATICATE
  275. #SPEAROW
  276. #FEAROW
  277. #EKANS
  278. #ARBOK
  279. #PIKACHU
  280. #RAICHU
  281. #SANDSHREW
  282. #SANDSLASH
  283. #NIDORAN_FEMALE
  284. #NIDORINA
  285. #NIDOQUEEN
  286. #NIDORAN_MALE
  287. #NIDORINO
  288. #NIDOKING
  289. #CLEFAIRY
  290. #CLEFABLE
  291. #VULPIX
  292. #NINETALES
  293. #JIGGLYPUFF
  294. #WIGGLYTUFF
  295. #ZUBAT
  296. #GOLBAT
  297. #ODDISH
  298. #GLOOM
  299. #VILEPLUME
  300. #PARAS
  301. #PARASECT
  302. #VENONAT
  303. #VENOMOTH
  304. #DIGLETT
  305. #DUGTRIO
  306. #MEOWTH
  307. #PERSIAN
  308. #PSYDUCK
  309. #GOLDUCK
  310. #MANKEY
  311. #PRIMEAPE
  312. #GROWLITHE
  313. #ARCANINE
  314. #POLIWAG
  315. #POLIWHIRL
  316. #POLIWRATH
  317. #ABRA
  318. #KADABRA
  319. #ALAKAZAM
  320. #MACHOP
  321. #MACHOKE
  322. #MACHAMP
  323. #BELLSPROUT
  324. #WEEPINBELL
  325. #VICTREEBEL
  326. #TENTACOOL
  327. #TENTACRUEL
  328. #GEODUDE
  329. #GRAVELER
  330. #GOLEM
  331. #PONYTA
  332. #RAPIDASH
  333. #SLOWPOKE
  334. #SLOWBRO
  335. #MAGNEMITE
  336. #MAGNETON
  337. #FARFETCHD
  338. #DODUO
  339. #DODRIO
  340. #SEEL
  341. #DEWGONG
  342. #GRIMER
  343. #MUK
  344. #SHELLDER
  345. #CLOYSTER
  346. #GASTLY
  347. #HAUNTER
  348. #GENGAR
  349. #ONIX
  350. #DROWZEE
  351. #HYPNO
  352. #KRABBY
  353. #KINGLER
  354. #VOLTORB
  355. #ELECTRODE
  356. #EXEGGCUTE
  357. #EXEGGUTOR
  358. #CUBONE
  359. #MAROWAK
  360. #HITMONLEE
  361. #HITMONCHAN
  362. #LICKITUNG
  363. #KOFFING
  364. #WEEZING
  365. #RHYHORN
  366. #RHYDON
  367. #CHANSEY
  368. #TANGELA
  369. #KANGASKHAN
  370. #HORSEA
  371. #SEADRA
  372. #GOLDEEN
  373. #SEAKING
  374. #STARYU
  375. #STARMIE
  376. #MR_MIME
  377. #SCYTHER
  378. #JYNX
  379. #ELECTABUZZ
  380. #MAGMAR
  381. #PINSIR
  382. #TAUROS
  383. #MAGIKARP
  384. #GYARADOS
  385. #LAPRAS
  386. #DITTO
  387. #EEVEE
  388. #VAPOREON
  389. #JOLTEON
  390. #FLAREON
  391. #PORYGON
  392. #OMANYTE
  393. #OMASTAR
  394. #KABUTO
  395. #KABUTOPS
  396. #AERODACTYL
  397. #SNORLAX
  398. #ARTICUNO
  399. #ZAPDOS
  400. #MOLTRES
  401. #DRATINI
  402. #DRAGONAIR
  403. #DRAGONITE
  404. #MEWTWO
  405. #MEW
Add Comment
Please, Sign In to add comment