WatWowMap / ReactMap

Pokemon GO Map frontend built with React
MIT License
130 stars 64 forks source link

feat: stations / dynamax #1050

Closed TurtIeSocks closed 1 month ago

TurtIeSocks commented 2 months ago

You must be running the Golbat dynamax branch to use this PR: https://github.com/UnownHash/Golbat/pull/233

To enable you must add the following to your authentication.perms section of your config:

{
      "stations": {
        "enabled": true,
        "trialPeriodEligible": false,
        "roles": []
      },
      "dynamax": {
        "enabled": true,
        "trialPeriodEligible": false,
        "roles": []
}

You must also add station to your Golbat useFor array like so:

      {
        "note": "Golbat Database",
        "host": "127.0.0.1",
        "port": 3306,
        "username": "golbat_user",
        "password": "golbat_pw",
        "database": "golbat_db",
        "useFor": [
          "gym",
          "pokestop",
          "scanCell",
          "spawnpoint",
          "weather",
          "route",
          "nest"
          "nest",
          "station"
        ]
      },

Make sure you also logout and back in / change session secret / truncate session table.

Resolves #1049

Fabio1988 commented 2 months ago

Seems that power spots definitely disappear ingame when time ends, so start and end time are indicator to show or not to show the power spot / station

Fabio1988 commented 1 month ago

Added support in Golbat for:

merged in Golbat: https://github.com/UnownHash/Golbat/pull/233

nileplumb commented 1 month ago

shuffle icons should be good to go :)

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 1.35.0-develop.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: