Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added pogo-populate to POGOserver #204

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

JoshGlue
Copy link
Contributor

@JoshGlue JoshGlue commented Sep 20, 2016

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 JoshGlue closed this Sep 20, 2016
@JoshGlue JoshGlue reopened this Sep 20, 2016
@Cronick
Copy link
Collaborator

Cronick commented Sep 20, 2016

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

@maierfelix
Copy link
Owner

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

@Badley187
Copy link
Contributor

Badley187 commented Sep 28, 2016

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.

@LUCKASSs
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants