POGOserver icon indicating copy to clipboard operation
POGOserver copied to clipboard

Added pogo-populate to POGOserver

Open JoshGlue opened this issue 9 years ago • 4 comments

I created a NPM module that creates random Pokémon spawns for POGOserver. I have already implemented the module in my fork of POGOserver. In this implementation it gets the location of every player on the server and then creates Pokémon spawns around the players.
Pogo-populate supports rarity of Pokémon in the process of spawning them.

More info can be found at: https://github.com/joshGlue/pogo-populate

JoshGlue avatar Sep 20 '16 08:09 JoshGlue

Will try to have a look at this tomorrow, if I have the time available for it 👍

Cronick avatar Sep 20 '16 22:09 Cronick

Im not sure if its a good idea to mix db based spawns and this - instead of just adding a spawn_radius and spawn_limit column to the spawn_points table

maierfelix avatar Sep 21 '16 05:09 maierfelix

maybe change the random spawn to only spawn common pokemons? only for some rare and legend pokemons we make spawnpoints?

edit: i realized that the random spawns are added to my sql... now i have 999 spawnpoints... can you make that the random spawnpoint dont save to the sql? maybe we can make random spawns to every player and add some spawnpoints for rare and legends with the sql manually.

Badley187 avatar Sep 28 '16 12:09 Badley187

Can you explain how to install this please..the steps on your github are not clear.. thx @JoshGlue

LUCKASSs avatar Oct 15 '16 20:10 LUCKASSs