-
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
[Dev] Just wallking same place or not walking #3167
Comments
@LostDGod how many bots are working on your server ? |
@ZgrK Either reduce your walking speed or remove this :
|
I have the same issue =.=' @BriceSD as you said, i remove FollowSpiral, but the bot won't work, ... it stuck after IncubateEgg ... |
I have the same issue. 2016-08-09 15:03:44,484 [FollowSpiral] [INFO] [position_update] Walking from (59.31193642074128, 18.021953557311342, 0) to (59.31193642074128, 18.021792732007082, 0) (9.12678297608 m) |
same problem, i changed anything but bot just walk :( |
same problem! |
if you have few bots you must use proxy :( |
My bot just walking :(
My config
`"tasks": [
{
"type": "HandleSoftBan"
},
{
"type": "CollectLevelUpReward"
},
{
"type": "IncubateEggs",
"config": {
"longer_eggs_first": true
}
},
{
"type": "TransferPokemon"
},
{
"type": "EvolvePokemon",
"config": {
"evolve_all": "all",
"first_evolve_by": "cp",
"evolve_above_cp": 300,
"evolve_above_iv": 0.8,
"logic": "or",
"evolve_speed": 20,
"use_lucky_egg": true
}
},
{
"type": "RecycleItems",
"config": {
"item_filter": {
"Pokeball": { "keep" : 10 },
"Greatball": { "keep" : 30 },
"Ultraball": { "keep" : 40 },
"Masterball": { "keep" : 50 },
"Potion": { "keep" : 10 },
"Super Potion": { "keep" : 10 },
"Hyper Potion": { "keep" : 10 },
"Revive": { "keep" : 10 },
"Razz Berry": { "keep" : 10 }
}
}
},
{
"type": "CatchVisiblePokemon"
},
{
"type": "CatchLuredPokemon"
},
{
"type": "SpinFort"
},
{
"type": "MoveToFort",
"config":{
"lure_attraction": true,
"lure_max_distance": 2000
}
},
{
"type": "FollowSpiral",
"config": {
"diameter": 4,
"step_size": 70
}
}
],
"map_object_cache_time": 5,
"forts": {
"avoid_circles": true,
"max_circle_size": 250
},
"websocket_server": false,
"walk": 13.4,
"action_wait_min": 1,
"action_wait_max": 4,
"debug": false,
"test": false,
"health_record": true,
"location_cache": true,
"distance_unit": "km",
"reconnecting_timeout": 15,
"evolve_captured": "all",
"catch_randomize_reticle_factor": 1.0,
"catch_randomize_spin_factor": 1.0,
"catch": {
"any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or" },
}
`
ScreenShots
Os:ubuntu
Git Commit:4b16e9da985e689d57beae8bf18878f4d872bdc4
The text was updated successfully, but these errors were encountered: