-
Member
Originally Posted by
Raidmaxxx
Server Fetched
Profile Fetched
Settings Fetched
Objects Fetched
Inventory Fetched
Starting up! Don't forget to thank the people who contributed to this project. Pokebot V5.0
||Farm Started||
[21:00:14] Farmed XP: 0, Gems: 0, Eggs: 0 Items:
[21:00:14] Doduo got away..
[21:00:30] Farmed XP: 0, Gems: 0, Eggs: 0 Items:
[21:00:30] Psyduck got away..
[21:00:46] Farmed XP: 0, Gems: 0, Eggs: 0 Items:
[21:00:56] Farmed XP: 0, Gems: 0, Eggs: 0 Items:
[21:01:07] Farmed XP: 0, Gems: 0, Eggs: 0 Items:
[21:01:07] Psyduck got away..
[21:01:12] Psyduck got away..
[21:01:27] Ponyta got away..
[21:01:33] Doduo got away..
[21:01:39] Goldeen got away..
Any reason why its not picking up items/catching anything anymore? Worked fine for about 15 minutes
I have had that happen to me as well, i may be wrong but that maybe due to the server issues PoGo is having at the moment.We wouldnt be reciving exp if we were banned right?
-
Post Thanks / Like - 1 Thanks
Raidmaxxx (1 members gave Thanks to Deadspacezx for this useful post)
-
Sergeant
Originally Posted by
chancity
CODE TO USE OTHER POKEBALLS.
Code:
private async Task<MiscEnums.Item> GetBestBall()
{
var inventory = await GetInventory();
var ballCollection = inventory.Payload[0].Bag.Items.Select(i => i.Item.Item).Where(p => p != null)
.GroupBy(i => (MiscEnums.Item)i.Item)
.Select(kvp => new { ItemId = kvp.Key, Amount = kvp.Sum(x => x.Count) })
.Where(y => y.ItemId == MiscEnums.Item.ITEM_POKE_BALL
|| y.ItemId == MiscEnums.Item.ITEM_GREAT_BALL
|| y.ItemId == MiscEnums.Item.ITEM_ULTRA_BALL
|| y.ItemId == MiscEnums.Item.ITEM_MASTER_BALL);
var pokeBallsCount = ballCollection.Where(p => p.ItemId == MiscEnums.Item.ITEM_POKE_BALL).
DefaultIfEmpty(new { ItemId = MiscEnums.Item.ITEM_POKE_BALL, Amount = 0 }).FirstOrDefault().Amount;
var greatBallsCount = ballCollection.Where(p => p.ItemId == MiscEnums.Item.ITEM_GREAT_BALL).
DefaultIfEmpty(new { ItemId = MiscEnums.Item.ITEM_GREAT_BALL, Amount = 0 }).FirstOrDefault().Amount;
var ultraBallsCount = ballCollection.Where(p => p.ItemId == MiscEnums.Item.ITEM_ULTRA_BALL).
DefaultIfEmpty(new { ItemId = MiscEnums.Item.ITEM_ULTRA_BALL, Amount = 0 }).FirstOrDefault().Amount;
var masterBallsCount = ballCollection.Where(p => p.ItemId == MiscEnums.Item.ITEM_MASTER_BALL).
DefaultIfEmpty(new { ItemId = MiscEnums.Item.ITEM_MASTER_BALL, Amount = 0 }).FirstOrDefault().Amount;
if (masterBallsCount > 0)
return MiscEnums.Item.ITEM_MASTER_BALL;
if (ultraBallsCount > 0)
return MiscEnums.Item.ITEM_ULTRA_BALL;
if (greatBallsCount > 0)
return MiscEnums.Item.ITEM_GREAT_BALL;
return MiscEnums.Item.ITEM_POKE_BALL;
}
how do i add this code to the v5.0 repo?
-
Post Thanks / Like - 1 Thanks
robleet (1 members gave Thanks to andrerdxd for this useful post)
-
Member
Originally Posted by
gorlhax
Attachment 27672
I have made quite a lot of changes to the 5.0 version, and I ended up with a fully functional bot which doesn't require babysit. I'll perhaps make a merge with the creator in a while, we will see
PS. recycling process is on separate thread, and is insanely fast and efficient.
Originally Posted by
MonsterMMORPG
pretty much modified the code
now it should work till tomorrow
lets see my level tomorrow today i am level 21
gonna sleep now

Can you good sirs please share if possible?
-
Member
Hi guys i've been using this program for a couple hours now and its been working up until the last hour or so, I have checked and I am not softbanned, it seems the program is going to pokestops and gaining xp but not getting any pokeballs or items from them anymore. https://i.imgur.com/sCpTGBd.png anyone got any idea how to get the program to start collecting items again, my inventory isn't full either.
-
Sergeant
Originally Posted by
bengeminuy
Can you good sirs please share if possible?

Isit possible to use best ball and use least after
-
Member
Anyone else getting an unexpected stop with their program?
-
Active Member
Screenshot by Lightshot
So it seems even if a good one get's away it can be caught again. in real play I have never seen one that ran away pop up again anyone else? thats cool
-
Active Member
is there anyway to automatically use an incense or lucky eggs?? with the nero one?
-
Member
im getting xp but everyone pokemon is ruynning away why? i know im not soft banned because im getting xp from poke stops
-
Member
Originally Posted by
Derekja
Anyone else getting an unexpected stop with their program?
yes constantly and nobody seems to know what the problem is or acknowledge it for that matter
-
Member
Originally Posted by
elmontroski
im getting xp but everyone pokemon is ruynning away why? i know im not soft banned because im getting xp from poke stops
The most common reasons are either you're out of poke balls, or you're full of pokemon.
Beyond that I don't know.
-
Post Thanks / Like - 1 Thanks
DommyDomuk (1 members gave Thanks to shadepool7 for this useful post)
-
Member
I'm using the 4.1 version and it seems stable (google login)
I'd be interested to try the new version with automatic transfers, but the main page isn't clear as to the downloads.
Is it just the one download for both login types now?
-
Member
Originally Posted by
gorlhax
Attachment 27672
i have made quite a lot of changes to the 5.0 version, and i ended up with a fully functional bot which doesn't require babysit. I'll perhaps make a merge with the creator in a while, we will see
ps. Recycling process is on separate thread, and is insanely fast and efficient.
wow, good,
-
Master Sergeant
Trying out the GUI with a new PTC account - seems to keep looping with login?
Login details are correct and GPS is updated
-
Member
Originally Posted by
CaptainTito
Coded by Ferox - edited by NecronomiconCoding
Awesome! You have already got the newest version!
Check for duplicates
Transfer Rattata with 19 CP (highest has 37)
[21:23:03] Farmed XP: 50, Gems: 0, Eggs: Items: 4 x ItemPokeBall
[21:23:52] We caught a Pidgey with CP 42
[21:24:02] We caught a Weedle with CP 10
[21:24:13] Farmed XP: 0, Gems: 0, Eggs: Items:
[21:24:29] We caught a Caterpie with CP 25
[21:24:39] Farmed XP: 50, Gems: 0, Eggs: Items: 3 x ItemPokeBall
[21:24:55] Farmed XP: 0, Gems: 0, Eggs: Items:
[21:25:11] We caught a Weedle with CP 15
[21:25:22] We caught a Weedle with CP 16
[21:25:32] Farmed XP: 50, Gems: 0, Eggs: Items: 4 x ItemPokeBall
[21:25:48] Farmed XP: 50, Gems: 0, Eggs: Items: 3 x ItemPokeBall
[21:26:03] Farmed XP: 50, Gems: 0, Eggs: Items: 4 x ItemPokeBall
[21:26:19] Farmed XP: 0, Gems: 0, Eggs: Items:
[21:26:35] Rattata with CP 23 got away..
[21:26:46] Weedle with CP 36 got away..
[21:26:56] We caught a Eevee with CP 74
[21:27:07] Farmed XP: 0, Gems: 0, Eggs: Items:
[21:27:23] We caught a Eevee with CP 104
I have found that if I restart I always end up with a decent start but upon wandering im guessing it isnt finding anything, is there any way to keep its wander radius rather close to its initial starting point?
no matter how far it wonders, it shouldn't find ''nothing'' in 5~ mins. I mean the shit is teleporting like crazy, unless its a 100km radius it shoud always find something. I'm guessing that is not the problem