Post: Egg in gym glitch
08-16-2016, 01:22 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Is it still possible to put eggs in gyms?
08-16-2016, 02:47 AM #2
SONYS✮NIGHTMARE
League Champion
Originally posted by pokestallone1 View Post
Is it still possible to put eggs in gyms?


Yesss i even put a pokeball in the gym
08-16-2016, 02:50 AM #3
zodmaster
Bounty hunter
Originally posted by NIGHTMARE View Post
Yesss i even put a pokeball in the gym


how can tell us how please
08-16-2016, 02:52 AM #4
Yes please tell us, There was a tutorial about this not so long ago, But I think its deleted.
08-17-2016, 09:11 AM #5
BadChoicesZ
I defeated!
Originally posted by pokestallone1 View Post
Yes please tell us, There was a tutorial about this not so long ago, But I think its deleted.


for Necro bot you can add to Inventory.cs something like:
Originally posted by another user

public async Task<IEnumerable<PokemonData>> GetUnusedEggs(int limit)
{
var myEggs = await GetEggs();
var eggs = myEggs.Where(x=> !x.EggIncubatorId.Any() && !x.DeployedFortId.Any()).ToList();
return eggs.OrderBy(x=>x.EggKmWalkedTarget).Take(limit > eggs.Count() ? eggs.Count() : limit);
}


i havn't tested, but that should get all useable egg Id's so you can deploy them ie:

Originally posted by another user

if(CurrentFort.Type == FortType.Gym)
{
//TODO: Add some other checks..

//Choose a suitable egg..
var eggs = await session.Inventory.GetUnusedEggs(3);
var eggsToDeploy = eggs.First();

// Deploy to gym
var deployResponse = await session.Client.Fort.FortDeployPokemon(CurrentFort.Id, eggsToDeploy.Id);

//TODO: Add response messages..
}


That's some basic code that mite get you started.. if the pokeball thing works, it wouldn't be to hard to try that either.....
08-18-2016, 02:48 AM #6
Python
Bebe Snek
Originally posted by BadChoicesZ View Post
for Necro bot you can add to Inventory.cs something like:


i havn't tested, but that should get all useable egg Id's so you can deploy them ie:



That's some basic code that mite get you started.. if the pokeball thing works, it wouldn't be to hard to try that either.....


This is very interesting. Why don't you make a tutorial?
08-20-2016, 02:47 AM #7
BadChoicesZ
I defeated!
Originally posted by Python View Post
This is very interesting. Why don't you make a tutorial?


Pretty sure it doesnt work anymore, i had a few attempts and response error of 'ErrorPokemonNotFullHp', tried healing / spoofing values.. no luck..
And the pokeball thing makes even less sence, because eggs atleast had a pokemonid..

Either patched, or bullshit XD.
08-20-2016, 06:33 PM #8
xDebugKiller
Climbing up the ladder
I did a glitch where i had no pokemons at al and since than my pokemon inventory is fucked
09-13-2016, 05:25 PM #9
we got many pokemon Go account(rare account).
You must login or register to view this content. check this site you will see
follow my facebook @kourtneyhuang and check the infos , share it you can get 1 FREE pokemon go account on our site.

Don't Forget Here is A 5% Doupon Discount Code: huangting
09-16-2016, 06:50 AM #10
That's cool

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo