Setting Up Location Alerts¶
Adding A New Alert¶
If you want to set up alerts for Pokémon spawns, initiate a conversation with Arceus by typing into bot-commands:
!alert
This will get Arceus to send you a message. Use this DM window to send all commands.
The command to add a new alert is:
!alert pokemon=<name> distance=<distance> iv=<iv> cp=<cp> level=<level> excludemon=<monexclusions> excludeform=<formexclusions>
<name>- Compulsory. Here you can specify a single Pokémon by name, or use a built in group:allrefers to all Pokémongen1,gen2,gen3refers to all Pokémon in a generation.ultra common,common,uncommon,rare,ultra rarerefers to rarity tiers of Pokémon as decided by the admins. To see what’s in each tier, send Arceus the command!rarity <tier-name>– e.g.!rarity ultra rare
<distance>- Compulsory. A decimal number specifying max distance from active location, interpreted in km.
Note
Don’t type km; just the number will do!
<iv>,<cp>,<level>- Optional. Whole numbers specifying min IV (as a percentage), CP, level.
Note
You cannot specify all 3 of these in a single filter; between 0 and 2 of them is fine.
<monexclusions>- Optional. If you’ve chosen a group for<name>, you can exclude individual Pokémon, Generations or Rarity Types by providing a comma-separated list here.
Note
You can list Pokémon exclusions by name, or dex number.
<formexclusions>- Optional. If you’ve chosen a group for<name>or a pokemon that has forms, such as Castform, you can exclude certain forms by providing a comma-separated list here.
Warning
- Though you may omit optional parameters, you must stick to the order of parameters as outlined above.
- Check there are no spaces around any = sign, and that you include only one space between separate parameters.
Example Commands¶
!alert pokemon=dratini distance=1.5 iv=90
Creates an alert for all dratini within 1.5km with an IV over 90%
!alert pokemon=ultra rare distance=2 iv=80 cp=2000 excludemon=Blastoise
Creates an alert for all ultra rare pokémon within 2km that have an IV over 80% and a CP over 2000, excluding Blastoise
!alert pokemon=all distance=5 iv=100 excludemon=gen1,ultra common
Creates an alert for all 100% IV pokémon within 5km excluding ultra commons and any gen1 pokémon.
!alert pokemon=unown distance=7.5 excludeform=A,F,J
Creates an alert for all Unown within 7.5km except A,F,J
Removing, Muting Or Unmuting Alerts¶
By ID¶
First run show command above and note the alert id for the record you want to remove.
Once you have the alert id, use this command to remove, mute or unmute the alert
!alert remove 32 ------ 32 being the ID you want to remove
!alert mute 32 ------ 32 being the ID you want to mute
!alert unmute 32 ------ 32 being the ID you want to unmute
All alerts¶
!alert remove all ------ This will remove all raid alerts
!alert mute all ------ This will mute all raid alerts
!alert unmute all ------ This will unmute all raid alerts