-
Member
Strange, I can get xp from pokestop, but every pokemon fly away after I throw great ball or other ball...
-
Member
Originally Posted by
Neer
UPDATE: [/COLOR]
As I've been busy with other concerning matters I would like to redirect you all to a more updated version of this bot over here:[/B][/U]
http://www.ownedcore.com/forums/poke...icons-bot.html
Nomn is working on a Masterpiece together with many other Developers (There are so many making a list of them would fill a thread on it's own)
So check that thread out.
UPDATE2: Maclone Just made a thread with some awesome work for the non Tech-savvy people his thread contains good work, check it out!
http://www.ownedcore.com/forums/poke...ongo-bots.html
i do not agree. Your Bot is still the best one
-
Member
Everytime I throw a Pokeball the pokemons just run away
Maybe its a softban for fakegps use? If is, how long it takes?
-
Member
You're softban if the pokemon run away and if you get no xp at pokestop, just wait few hours.
But for my problem, what does it mean, nobody have the same bug? (pokemon run away with great ball but pokestop gives xp, and I've not changing the location, it worked before)
-
Master Sergeant
Originally Posted by
SpyX
You're softban if the pokemon run away and if you get no xp at pokestop, just wait few hours.
But for my problem, what does it mean, nobody have the same bug? (pokemon run away with great ball but pokestop gives xp, and I've not changing the location, it worked before)
You're just unlucky maybe
-
Member
So i have a problem, I ran out of pokeballs yesterday and i downloaded the bot today, everything seems to be working except that when it goes to a pokestop i get no items, xp, eggs (basically nothing) can someone tell me what the problem is or if theyre experiencing this problem?
-
Member
I know have other versions with this. But I really like this bot, since i dont need have visual studio 2015. So can you add just recycle items on this, please?
-
Member
This is happening to me. It was working fine today and then I closed it for a bit, tried it again after a few hours and now I am constantly meet with this. Anyone one know how to fix this?>
-
Member
Originally Posted by
Nexusx
![[UPDATED] Pokemon Bot in C# Community Version-capture-png](https://www.ownedcore.com/forums/attachments/pokemon-go/pokemon-go-hacks-cheats/28097d1469224395t-updated-pokemon-bot-c-community-version-capture-png)
This is happening to me. It was working fine today and then I closed it for a bit, tried it again after a few hours and now I am constantly meet with this. Anyone one know how to fix this?>
https://go.jooas.com/
You can see that the PTC Login is offline
-
Post Thanks / Like - 1 Thanks
Nexusx (1 members gave Thanks to AntOne95 for this useful post)
-
Member
Originally Posted by
spodakek
Duplicate the folder, change the settings, rebuild the duplicated sln and find your second executable in the Debug folder - it can be started alongside other executables.
what do u mean rebuild the duplicate sln? can u please explain it step by step "like I am 5"
thanks, I'm kind of noob xD
-
Member
I get xp from pokestops but no items, and all pokemon run away. Am I banned or what?
-
Member
Jiminy Crickets! Please stop uploading compiled versions of the most updated bot version... You do realize that all these fkin noobs are going to ruin it for everyone. This thread is rather entertaining though.
-
Member
Guys, my bot ran almost 16hours and im still level 3... what did i do wrong?! ^^
-
Member
all pokemons got away, what can that mean?
-
Member
how do i set IV perfect to 95%?
do i change 80 to 95? or some calculation in lines.
public static float Perfect(PokemonData poke)
{
return ((float)(poke.IndividualAttack + poke.IndividualDefense + poke.IndividualStamina) / (3.0f * 15.0f)) * 100.0f;
}
private static async Task TransferAllGivenPokemons(Client client, IEnumerable<PokemonData> unwantedPokemons, float keepPerfectPokemonLimit = 80.0f)