Skip to content

v0.1.10

Latest
Compare
Choose a tag to compare
@ExcuseMi ExcuseMi released this 30 Aug 00:43
· 4 commits to master since this release

General info:

We had to reconfigure our to only allow rare pokemon to be uploaded, too much pidgeys & weedles are killing our server.
See what pokemon are supported by our server at the bottom (in managed mode)

Fixes

Fix pokesnipe setting
Fix performance issues on the server
Add KimCordashian/coord_input as a channel (We don't use the output channel because they are based on our feed, stop asking :) )
Fixed verified pokemon without a moveset. (Some bots haven't extended the CapturePokemonEvent like new necrobot did. If you are a bot developer, please implement this).
Also trying to control the massive amounts of unnecessary uploads

New settings:

UseUploadedPokemon = true; //Allow uploads by bots and manual input (Note: Some bots might capture a pokemon before it's was spotted on another channel or site, then it still spotted by the bot)
UnverifiedOnly = false; //Scanner setting: Don't use this unless you want to verify the feed before everyone else
PokemonNotInFilterMinimumIV = 100; //Expiremental: Allow pokemon that aren't in the filter list above a certain IV (Note the server will only allow above 90% IV), Default 100, meaning no pokemon will be added.

Pokemon supported in managed mode by the Pokefeeder.live server (unless higher than 90IV)

[
"Venusaur",
"Charizard",
"Blastoise",
"Golem",
"Raichu",
"Nidoqueen",
"Nidoking",
"Ninetales",
"Vileplume",
"Arcanine",
"Poliwrath",
"Alakazam",
"Machamp",
"Victreebel",
"Tentacruel",
"Slowbro",
"Muk",
"Gengar",
"Exeggutor",
"Electabuzz",
"Gyarados",
"Lapras",
"Ditto",
"Vaporeon",
"Jolteon",
"Flareon",
"Snorlax",
"Articuno",
"Zapdos",
"Moltres",
"Dragonite",
"Mewtwo",
"Mew"
]

Note: source is not correct (GitHub noob)=> 478cbeb was added to this release