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.
How PVP Ranks Work¶
PVP ranks are calculated based on a pokemon's stat product (ATK x DEF x 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¶
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 cap0 to match any configured cap.
Combining PVP with Other Filters¶
PVP tracking can be combined with other pokemon tracking options:
Warning
You cannot combine multiple PVP leagues in the same tracking command. Track them separately:
PVP Options¶
| Option | Description | Example |
|---|---|---|
great<n> |
Great League (1500 CP) max rank | great5, great1-5 |
ultra<n> |
Ultra League (2500 CP) max rank | ultra10 |
little<n> |
Little League (500 CP) max rank | little5 |
greatcp<n> |
Minimum CP for Great League match | greatcp1400 |
ultracp<n> |
Minimum CP for Ultra League match | ultracp2350 |
littlecp<n> |
Minimum CP for Little League match | littlecp450 |
cap<n> |
PVP level cap | cap50, cap51 |
How Alerts Look¶
When a pokemon matches your PVP tracking, the alert will include:
- 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)