PVP Tracking¶
Track pokemon based on their PVP (Player vs Player) league rankings. PoracleNG calculates PVP ranks for Great League, Ultra League, and Little League.
Filter syntax
PVP filters use key:value form: great:5, ultra:1-10, greatcp:1400. Bare-minimum-with-colon (great:5) means "rank 5 or better"; ranges (great:1-5) are preferred when you want explicit bounds. See Pokemon Tracking — Filter Syntax for the full convention.
How PVP Ranks Work¶
PVP ranks are calculated based on a pokemon's stat product (ATK × DEF × STA) at the league's CP cap. Rank 1 is the best possible IV spread for that league. Lower rank numbers are better.
Basic PVP Tracking¶
Track pokemon by their PVP rank in a specific league:
Track a Range of Ranks¶
Track with Minimum CP¶
Ensure the pokemon has a minimum CP for that league:
Track Everything by PVP Rank¶
Combine Multiple Leagues¶
You can combine multiple leagues in one command (matches any one of them):
PVP with Level Cap¶
Specify a PVP level cap for calculations:
Note
Available level caps depend on your admin's configuration ([pvp] level_caps). Use cap:0 to match any configured cap.
Combining PVP with Other Filters¶
PVP tracking can be combined with other pokemon tracking options:
PVP Options¶
| Option | Description | Example |
|---|---|---|
great:<n> or great:<low>-<high> |
Great League (1500 CP) rank | great:5, great:1-5 |
ultra:<n> or ultra:<low>-<high> |
Ultra League (2500 CP) rank | ultra:10, ultra:1-10 |
little:<n> or little:<low>-<high> |
Little League (500 CP) rank | little:5, little:1-5 |
greatcp:<n> |
Minimum CP for Great League match | greatcp:1400 |
ultracp:<n> |
Minimum CP for Ultra League match | ultracp:2350 |
littlecp:<n> |
Minimum CP for Little League match | littlecp:450 |
cap:<n> |
PVP level cap | cap:50, cap:51 |
Legacy no-colon forms (great5, greatcp1400, cap50) still work.
How Alerts Look¶
When a pokemon matches your PVP tracking, the alert includes:
- PVP rank for the matching league
- CP at the league's cap
- Stat product percentage
- If the pokemon can evolve into something with a good PVP rank, that information is included too (if evolution direct tracking is enabled by your admin)