Skip to content

Invasion Tracking

Track Team Rocket invasions by grunt type, leader, or pokemon type.

Note

The command is named !incident (Discord) / /incident (Telegram) — "incident" is the in-game term for what players call a Team Rocket invasion.

Basic Usage

!incident <type> [options...]
/incident <type> [options...]

Track by Grunt Type

!incident dragon                    # Dragon-type grunts
!incident water                     # Water-type grunts
!incident fire                      # Fire-type grunts
!incident everything                # All invasion types
/incident dragon
/incident everything

Track Leaders

!incident giovanni                  # Giovanni
!incident cliff                     # Cliff
!incident sierra                    # Sierra
!incident arlo                      # Arlo
/incident giovanni
/incident cliff sierra arlo

Track by Gender

!incident dragon female             # Female dragon grunts
!incident water male                # Male water grunts
/incident dragon female

Track with Distance

!incident giovanni d500             # Giovanni within 500m
!incident everything d1000          # All invasions within 1km
/incident giovanni d500

All Invasion Options

Option Description Example
<grunt_type> Grunt type (dragon, water, fire, etc.) dragon
<leader_name> Leader name giovanni
male Male grunts only male
female Female grunts only female
d<n> Distance in meters d500
template<n> Alert template template2
clean Auto-delete expired alerts clean
everything All invasion types everything
remove Remove tracking remove

Removing Tracks

!incident remove dragon             # Stop tracking dragon grunts
!incident remove everything         # Remove all invasion tracking
/incident remove dragon
/incident remove everything