Skip to content

PogoLocationFeeder-Release-V0.1.9

Compare
Choose a tag to compare
@ExcuseMi ExcuseMi released this 26 Aug 00:31
· 16 commits to master since this release

This is a prerelease to show of the new features and to test how many people can connect to our server.
When your having trouble to connect to the server, please turn of managed mode and try again later.

New settings:

GeoLocalocationFilter: The allows you to only receive pokemon that are in that area.
"UseGeoLocationBoundsFilter": false,
"GeoLocationBounds": {
"SouthWest": {
"Latitude": 40.744627259246641,
"Longitude": -74.006222741943361
},
"NorthEast": {
"Latitude": 40.816119123701981,
"Longitude": -73.903569238525392
}
},
IsServer: Set this to true if you want to host your own server and let your friends connect to it.
"IsServer": false,
**Managed: Managed is when you connect to a server to retrieve your pokemon. All filters will still work. If you turn this off, you have the same functionalities as before, but no verified data **
"IsManaged": true,
Serverhost: Which server to connect to
"ServerHost": "pokefeeder.live",
ServerPort: Which serverport to connect to
"ServerPort": 49000,
OutgoingServerPort: When IsServer is true, you need to specify a port to host on.
"OutgoingServerPort": 49000,
ShareBotCaptures: Allow your bots to send back the information about captured pokemon to PogoLocationFeeder
"ShareBotCaptures": true,
BotWebSocketPorts: Configure the port to read from the bot(s), this is the websocket which necrobot for example uses.
"BotWebSocketPorts": [
14251
],
VerifiedOnly: Only receive pokemon that were verified by bots.
"VerifiedOnly": true,
MinimumIV: The minimumIV a pokemon should have to receive it. Setting this value higher than 0, implies all pokemon must be verified.
"MinimumIV": 0.0

Deprecated

It is advised not to use the verify by skipplagged anymore.