-
Notifications
You must be signed in to change notification settings - Fork 45
/
config.properties.template
121 lines (105 loc) · 3.3 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
# PTC/Google login credentials
username=
password=
# Location by name: e.g. Sydney or W12 8LP or Trafalgar Square, London - set to true to use
use_location_name=false
location_by_name=Trafalgar Square, London
#Lat/Long
latitude=40.774578
longitude=-73.972774
#Preferred throw item
preferred_ball=ITEM_POKE_BALL
#Google maps API key for walking
api_key=
#What IV% to keep pokemon at
iv_ratio=90
#What CP to keep pokemon above
min_cp=1500
#show user interface
show=false
# should the bot EVER drop items (true/false)
drop_items=true
# Meters per second
speed=1.00
# Automatic evolving
automatic_evolving=true
#Range to walk in, VERY sensitive
range=.004
#points in the map path
map_points=15
# Only whitelist certain pokemons
whitelisted_pokemon=CATERPIE,WEEDLE,PIDGEY
# List of Pokémons ids to NEVER transfer, separated by commas.
never_transfer=
# Enable events notifications on console output
console_notification=true
# Enable toast notifications on UI (only if UI is enabled)
ui_notification=true
#Enable popup notifications
sys_notification=true
# Enable auto eggs incubating
eggs_incubating=true
# Enable auto eggs hatching
eggs_hatching=true
# Items to drop (remove from this list if you want to keep it, note that inventory management will now be left up to you, as it could be possible to run out of pokeballs)
# To customize each items min amount add a colon after the item and the min amount to keep, leaving it blank will default it to 0, ie ITEM_POTION is the same as ITEM_POTION:0
drop_item_list=ITEM_POTION,ITEM_SUPER_POTION,ITEM_MAX_POTION:100,ITEM_HYPER_POTION:50,ITEM_RAZZ_BERRY:20,ITEM_REVIVE:40,ITEM_MAX_REVIVE,ITEM_POKE_BALL:30
# Minimum CP for a pokemon to have a pop-up message (All pokemon that are caught will still be logged)
minimum_cp_for_ui_message=0
# Prefer IV over CP when transfering? true keeps highest IV, false keeps highest CP
transfer_prefers_iv=false
#navigation type can be either STREETS or POKESTOPS
navigation_type = POKESTOPS
# Ignore catching certain pokemons
ignore_catching_pokemon=
####### Device Configuration #######
## Pick One Device ## (delete the # in front of one of these lines)
#device=ipad3,1,iPad,J1AP
#device=ipad3,2,iPad,J2AP
#device=ipad3,3,iPad,J2AAP
#device=ipad3,4,iPad,P101AP
#device=ipad3,5,iPad,P102AP
#device=ipad3,6,iPad,P103AP
#device=ipad4,1,iPad,J71AP
#device=ipad4,2,iPad,J72AP
#device=ipad4,3,iPad,J73AP
#device=ipad4,4,iPad,J85AP
#device=ipad4,5,iPad,J86AP
#device=ipad4,6,iPad,J87AP
#device=ipad4,7,iPad,J85mAP
#device=ipad4,8,iPad,J86mAP
#device=ipad4,9,iPad,J87mAP
#device=ipad5,1,iPad,J96AP
#device=ipad5,2,iPad,J97AP
#device=ipad5,3,iPad,J81AP
#device=ipad5,4,iPad,J82AP
#device=ipad6,7,iPad,J98aAP
#device=ipad6,8,iPad,J99aAP
#device=iphone5,1,iPhone,N41AP
#device=iphone5,2,iPhone,N42AP
#device=iphone5,3,iPhone,N48AP
#device=iphone5,4,iPhone,N49AP
#device=iphone6,1,iPhone,N51AP
#device=iphone6,2,iPhone,N53AP
#device=iphone7,1,iPhone,N56AP
#device=iphone7,2,iPhone,N61AP
#device=iphone8,1,iPhone,N71AP
## Pick an OS version ## (delete the # in front of one of the lines)
#os_version=8.1.1
#os_version=8.1.2
#os_version=8.1.3
#os_version=8.2
#os_version=8.3
#os_version=8.4
#os_version=8.4.1
#os_version=9.0
#os_version=9.0.1
#os_version=9.0.2
#os_version=9.1
#os_version=9.2
#os_version=9.2.1
#os_version=9.3
#os_version=9.3.1
#os_version=9.3.2
#os_version=9.3.3
#os_version=9.3.4