Novabot Versions Save

A Discord bot that uses data from RocketMap to provide a complete, configurable package for Pokemon Go communities.

v1.1

6 years ago

novabot v1.1

Monocle support

novabot now supports monocle (ZeChrales and Hydro74000 forks only at this stage, message me if you'd like another to be added).

Config changes

In config.ini you'll now have to specify scannerType, which is case insensitive and can be either rocketmap, philmap, monocle, or hydro74000monocle. For example scannerType = rocketmap.

Added maxStoredMessages parameter (default 100000), used to limit the # of messages stored and reduce memory usage. Less than 0 = unlimited.

The [rocketmap db] block has been renamed to [scanner db], and similarly the useRmDb parameter is now useScanDb.

Both [scanner db] and [novabot db] blocks can have 2 new optional parameters:

  • useSSL, default True: whether or not to use SSL when connecting to the database
  • protocol, default mysql : protocol of the database, can either by mysql or postgres but postgres is not supported as yet.

New Icons

There are four new icons included in this release, one for each team (Mystic, Valor, Instinct) and one Uncontested icon. These new icons are used in raid organisation lobbies as well as in the new <team_icon> text substitutions.

New Text Substitutions

Generic:

  • <quick_move_type> - type name of the spawn's quick move
  • <quick_move_type_icon> - icon representing the type of the spawn's quick move
  • <charge_move_type> - type name of the spawn's charge move
  • <charge_move_type_icon> - icon representing the type of the spawn's chargemove

Raids:

  • <team_icon> - Icon representing the team that owns the gym (Mystic, Valor, Instinct or Uncontested)
  • more stuff, but that's most of it!

1.0

6 years ago

novabot 1.0 is now live!

Please see the readme for configuration and setup info.