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