Post: Any poke coins tools?
09-07-2016, 09:01 PM #1
Gcide
Gobble
(adsbygoogle = window.adsbygoogle || []).push({}); Looking to get coins
09-08-2016, 02:56 AM #2
BadChoicesZ
I defeated!
If you want coins, just edit necrobot to either deploy pokemon into gyms.
or Attack gyms / Deploy, then you can collect the coins;

Heres a bad example of how to deploy.

Deploy Pokemon
    
var myPokemon = await session.Inventory.GetPokemons();
var pokemonssuitable = myPokemon.Where(i => !i.DeployedFortId.Any());
var pokemons = pokemonssuitable.OrderByDescending(x => x.Cp).ThenBy(n => n.StaminaMax).Take(3);
var pokemonToDeploy = pokemons.First();
[B]var deployResponse = await session.Client.Fort.FortDeployPokemon(currentFortData.Id, pokemonToDeploy.Id);[/B]//This code here deploys, the above is selecting the right pokemon.


this code below will allow you to collect coins ( as long as you have atleast one pokemon deployed in a gym/s.. )

Collect Coins:
    
[B]var collectResponse = await session.Client.Player.CollectDailyDefenderBonus();[/B]//This line collects the coins, below is the response.
if (collectResponse.Result == CollectDailyDefenderBonusResponse.Types.Result.Success)
{
Console.WriteLine($"Coin collect response: \n{collectResponse.ToString()}");
session.EventDispatcher.Send(new EventCollectedCoins
{
Coins = collectResponse.CurrencyAwarded.FirstOrDefault()
});
}


Of course the above can be edited, to check for a minimum amount of pokemon deployed before collection if needed...
I have tried to give a basic example of how to use to obtain coins.

Note:
You will also most likely need to edit: GetPokeStops(ISession session)
To something like below:
     var pokeStops = mapObjects.Item1.MapCells.SelectMany(i => i.Forts)
.Where(
i =>
[B] i.Type == FortType.Gym[/B] || (i.Type == FortType.Checkpoint &&
i.CooldownCompleteTimestampMs < DateTime.UtcNow.ToUnixTime()) &&
( // Make sure PokeStop is within max travel distance, unless it's set to 0.
LocationUtils.CalculateDistanceInMeters(
session.Settings.DefaultLatitude, session.Settings.DefaultLongitude,
i.Latitude, i.Longitude) < session.LogicSettings.MaxTravelDistanceInMeters ||
session.LogicSettings.MaxTravelDistanceInMeters == 0)
);
return pokeStops.ToList();
//This will allow you to find gyms with necrobot..



Hope this helps, most other "coin giving" methods will be fake as this is a server side game.
09-13-2016, 05:04 PM #3
You must login or register to view this content. is operating by one of my mate. it is an very NICE site selling Pokémon Go Accounts and Pokemon Go

Leveling on thier own website, You can Buy a Cheap high-level Pokemon GO Account with TOP CP and RARE Pokemons on

PokemonGoprice.com Now! Account Cheap Price, Instant Delivery, Stardust Farming & rare Pokemon Catching, 24/7 Live Chat.
Don't Forget Here is A 5% Doupon Discount Code: huangting
It will be much grateful if you can help me share the above post to your Facebook, Youtube, Instagram or some else social

media. After shared, you could contact the online support of You must login or register to view this content. to receive a FREE Pokémon Go Level 15

Accounts.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo