-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Feature] Move map should accept multiple pokemon sources #3656
Comments
It's a great idea! I actually use a hack to feed the movetopokemonmap worker with location data from a discord channel and it works really great as a sniper! But I would be happy to have a proper integration of this feature. 👍 |
I got this far, butchered copy of
Seemed to get as far as encountering the first thing off of the pokesnipers list and then idling – I don't know what to do about encounter or spawn ids – @DanielVolz presumably you have something like this? |
@stevelacey Its don't work
|
@MrCarlosJr no shit |
Hmm, my reading of the docs suggests this is working correctly: "Will teleport to target pokemon, encounter it, teleport back then catch it" so it teleports there to stimulate the encounter, and then walks over and catches it. The problem is that some of these are a very, very, very long way away. |
Seriously? If you'd read the rest of my comment you'd see I am providing a WIP – not something that works |
@stevelacey actually I have a really (unnecessarily )complex setupt/hack because I'm not very skilled in the needed languages.
It's really more a hack but it works for me 😄 |
@DanielVolz can you paste the python bit where you call |
The get_snipe_pokemon(self) function loads them from the db to a list. pokemon_list = self.get_snipe_pokemon()
|
@shivamkalra I'm going to create this FR in favour for #3672 Although yours was technically first, and therefore the other one should be marked as duplicate, I feel #3672 captures your request and a little bit more and goes into more detail for whoever works on it. If you feel it misses anything out, please don't hesitate to comment on #3672 |
One of te best feature of bot is that it can be guided using data from pokeman-map.
Since we already have the logic of guiding the bot based on priority and distance to the pokemon that needs to be caught.
I suggest guiding code should be separated out from data collection code. Such that I can collect pokemon data from various sources (twitter, pokemonmap, pokesniper and etc), normalize them and feed them to bot's guide module.
Basically my suggestion is to remove dependency on pokemap instead use some universal format which contains pokemon and their locations which guides the bot. However source can be either pokemon map or some twitter alerts or anything.
What do you think? I could work on it if you people like the idea?
The text was updated successfully, but these errors were encountered: