-
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
Teleport and catch don't work #3613
Comments
Looks like it checks as following (pseudo code): $pokemon_prio > $snipe_threshold_prio then snipe should probably read $pokemon_prio >= $snipe_threshold_prio then snipe |
yeah.. i guess im gonna keep only one pokemon each time i wanna snipe i'll let u know if it works ;) |
There is no issue here, you have your units set to km, and your max_distance set to 500 (500km), you also have your snipe_high_prio_threshold set to 400, so anything above 400 will be sniped, and anything under will be walked to. The bot is working as configured If you are still require help join the slack support server @ https://pokemongo-bot.herokuapp.com/ and join the #help channel |
@k4n30 just a question: what ''max distance'' mean in this case? thank you |
When i start the bot it detects the ''fake'' location and teleports there to catch the pokemon (well,one of those around my pin), after that, if there are other pokemons around my pin the bot gets into a kind of loop/crash. As u can see below, there were 1 eevee and 2 charmender, the bot first caught eevee (idk why, nvm) then, even if i tried to move the pin a little bit, it completely ignored the charmeders and kept trying to catch the eevee (already caught) so it wento into the loop. Im experiencing this issue since the first day of this map bot, and i tried to git pull every single day, without solving this problem.
Your help would be VERY appreciated
im on dave, git pull yesterday night
MY CFG
"tasks": [
{
"type": "HandleSoftBan"
},
{
"type": "CollectLevelUpReward"
},
{
"type": "IncubateEggs",
"config": {
"longer_eggs_first": true
}
},
{
"type": "TransferPokemon"
},
{
"type": "EvolvePokemon",
"config": {
"evolve_all": "Pidgey, Rattata, Caterpie, Weedle, Zubat",
"evolve_above_cp": 1,
"evolve_speed": 25,
"use_lucky_egg": false
}
},
{
"type": "RecycleItems",
"config": {
"item_filter": {
"Pokeball": { "keep" : 40 },
"Greatball": { "keep" : 60 },
"Ultraball": { "keep" : 70 },
"Potion": { "keep" : 30 },
"Super Potion": { "keep" : 30 },
"Hyper Potion": { "keep" : 30 },
"Revive": { "keep" : 30 },
"Razz Berry": { "keep" : 30 }
}
}
},
{
"type": "CatchVisiblePokemon"
},
{
"type": "CatchLuredPokemon"
},
{
"type": "SpinFort"
},
{
"type": "MoveToMapPokemon",
"config": {
"address": "http://localhost:5000",
"max_distance": 500,
"min_time": 10,
"min_ball": 10,
"prioritize_vips": true,
"snipe": true,
"snipe_high_prio_only": true,
"snipe_high_prio_threshold": 400,
"update_map": true,
"mode": "priority",
"catch": {
"==========Legendaries==========": 0,
"Aerodactyl": 1000,
"Snorlax": 1000,
"Articuno": 1000,
"Zapdos": 1000,
"Moltres": 1000,
"Dratini": 1000,
"Dragonair": 1000,
"Dragonite": 1000,
"Mewtwo": 1000,
"Mew": 1000,
....
....
LOG (in this case it tried to teleport to the charmender, but failed and showd its disappear time; it did the same thing with eevee after i logged out and re logged in); i've also tried to delete cache and reboot everything. Looks like it couldnt teleport anymore, it just WALKED to the charmender (that was very far ofc)
[14:29:53] Updated PokemonGo-Map to 43.76956, 11.255814
[14:29:54] Teleporting to Eevee. (250.75km)
[14:29:54] Encountered Pokemon: Eevee
[14:29:57] Teleporting back to previous location (43.76956, 11.255814)
[14:29:59] A wild Eevee appeared! [CP 562] [Potential 0.89] [A/D/S 10/15/15]
[14:30:02] This is a VIP pokemon. Catch!!!
[14:30:02] Catch rate of 27.48 with Pokeball is low. Throwing Razz Berry (have 31)
[14:30:02] Threw a Razz Berry! Catch rate with Pokeball is now: 27.48
[14:30:02] Used Ultraball, with chance 71.11 (15 left)
[14:30:03] Captured Eevee! [CP 562] [Potential 0.89] [10/15/15] [+210 exp]
[14:30:03] You now have 177 Eevee candy!
[14:30:08] Moving towards Eevee, 250.75km, left (7 minutes, 55 seconds)
[14:30:08] {'distance_unit': '', 'distance': '', 'current_position': (43.76964367275203, 11.255731942699622), 'last_position': (43.76956, 11.255814)}
[14:30:09] Next egg incubates in 5.00 km
[14:30:10] Moving towards Charmander, 250.76km, left (8 minutes, 35 seconds)
[14:30:10] {'distance_unit': '', 'distance': '', 'current_position': (43.76973920587733, 11.255643338562258), 'last_position': (43.76964367275203, 11.255731942699622)}
[14:30:12] Moving towards Charmander, 250.75km, left (8 minutes, 33 seconds)
[14:30:12] {'distance_unit': '', 'distance': '', 'current_position': (43.76981438460524, 11.255528752687907), 'last_position': (43.76973920587733, 11.255643338562258)}
[14:30:14] Moving towards Charmander, 250.74km, left (8 minutes, 31 seconds)
[14:30:14] {'distance_unit': '', 'distance': '', 'current_position': (43.76991495017981, 11.255438939091455), 'last_position': (43.76981438460524, 11.255528752687907)}
The text was updated successfully, but these errors were encountered: