Pokemon Tracking¶
Track wild pokemon spawns with customizable filters for IVs, level, CP, PVP rank, rarity, and more.
Basic Usage¶
Examples¶
Track a Specific Pokemon¶
You can use either the pokemon name or its Pokedex number.
Track with IV Filter¶
Track by Level and CP¶
Track by Individual Stats¶
Track by Distance¶
Note
Distance tracking requires you to have set a location with !location.
Track Everything¶
Warning
!track everything without filters is not allowed for non-admin users to prevent alert floods.
Track by Type¶
Track by Generation¶
Track by Form¶
Track by Rarity¶
Rarity levels: 1 (Common), 2 (Uncommon), 3 (Rare), 4 (Very Rare), 5 (Ultra Rare)
Track by Size¶
Track by Weight¶
Track Evolutions¶
Append + to a pokemon name to include its entire evolution line:
Track with Gender Filter¶
Track PVP Ranks¶
See PVP Tracking for detailed PVP tracking examples.
All Options¶
| Option | Description | Example |
|---|---|---|
iv<n> |
Minimum IV percentage | iv90, iv90-100 |
maxiv<n> |
Maximum IV percentage | maxiv50 |
level<n> |
Minimum pokemon level | level35, level30-35 |
maxlevel<n> |
Maximum pokemon level | maxlevel30 |
cp<n> |
Minimum CP | cp2000, cp2000-3000 |
maxcp<n> |
Maximum CP | maxcp1500 |
atk<n> |
Minimum attack IV (0-15) | atk15, atk14-15 |
maxatk<n> |
Maximum attack IV | maxatk10 |
def<n> |
Minimum defense IV (0-15) | def15 |
maxdef<n> |
Maximum defense IV | maxdef10 |
sta<n> |
Minimum stamina IV (0-15) | sta15 |
maxsta<n> |
Maximum stamina IV | maxsta10 |
d<n> |
Distance in meters from location | d500, d2000 |
t<n> |
Minimum time remaining (seconds) | t300 |
form:<name> |
Specific form name | form:alolan |
gen<n> |
Pokemon generation | gen1, gen4 |
rarity<n> |
Minimum rarity (1-5) | rarity3, rarity3-5 |
maxrarity<n> |
Maximum rarity | maxrarity4 |
size<n> |
Minimum size (1-5) | size1, size1-3 |
maxsize<n> |
Maximum size | maxsize3 |
weight<n> |
Minimum weight | weight0-1 |
maxweight<n> |
Maximum weight | maxweight100 |
great<n> |
Great League max rank | great5 |
ultra<n> |
Ultra League max rank | ultra10 |
little<n> |
Little League max rank | little5 |
cap<n> |
PVP level cap | cap50, cap51 |
male |
Male pokemon only | male |
female |
Female pokemon only | female |
genderless |
Genderless pokemon only | genderless |
template<n> |
Alert template number | template2 |
clean |
Auto-delete expired alerts | clean |
everything |
All pokemon | everything |
individually |
Track as individual rows | individually |