-
Originally Posted by
Neer
It doesn't have a empty function yet but what I do is i made a macro in nox that transfers all pokemon.
Its up to you how you wanna solve it

My Nox doesn't let me scroll down to get to the transfer pokemon button! Have you experienced this?
-
Master Sergeant
Changed both delays to 3000 and compiled again.
But I didn't notice any improve exp rate is normal/slow.
And there is plenty pokestops in my arena:

Also bot just stop farming every 5mins~ not matter what delays.
-
Member
Originally Posted by
pinn90
Changed both delays to 3000 and compiled again.
But I didn't notice any improve exp rate is normal/slow.
And there is plenty pokestops in my arena:
Also bot just stop farming every 5mins~ not matter what delays.
clap clap, show the world your username but got same issue
-
Master Sergeant
Originally Posted by
rubenhkoster
clap clap, show the world your username but got same issue
Lol, obviously this is not my account. I just got screen from the guy who posted this place on forum.
-
Active Member

Works! Awesome!
-
Post Thanks / Like - 1 Thanks
GreeYz (1 members gave Thanks to lyan123 for this useful post)
-
Member
Followed the directions for PTC and works flawlessly out of the box. Thanks! Only one question, where are the delays located? I'd like to speed it up a little. And any recommended settings?
-
Master Sergeant
Originally Posted by
SylverrFoxx
Followed the directions for PTC and works flawlessly out of the box. Thanks! Only one question, where are the delays located? I'd like to speed it up a little. And any recommended settings?
Delays are in program.cs (Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console)
So your bot is running for more then 5min and didn't stop on PTC account?
-
Member
Thanks. And so far, yes. It hasn't stopped yet.
-
Member
Hello! Sorry to bother you guys, but I can't seem to get the bot to actually catch pokemon. I have replaced the program file with the one mentioned in first post but it's still just farming pokestops Screenshot by Lightshot . I have also tried to replace the catch pokemon part with the one from the PTC file as mentioned in a previous post but it didn't work. Could someone send me their program if it's working or at least some advice on what I should do please?
-
Yeah my CMD just grinds to a halt after about 5-10 minutes. Not sure why yet...
-
Active Member
It catches pokemons but rarely only...
-
Contributor
You can use Google Accounts with the PTC Version too.
in the program.cs simply replace:
Code:
if (Settings.UsePTC)
{
await client.LoginPtc(Settings.PtcUsername, Settings.PtcPassword);
}
else
{
await client.LoginGoogle(Settings.DeviceId, Settings.Email, Settings.LongDurationToken);
}
with:
Code:
if (Settings.UsePTC)
{
await client.LoginPtc(Settings.PtcUsername, Settings.PtcPassword);
}
else
{
await client.LoginGoogle();
}
and then you can switch via the settings.cs between PTC & Google Account ^^
The function for Use Google Accounts is the same as in the Google Only Version and is already implant in the PTC Version.
It only seems that the Developer forgot to change this in the program.cs ^^
Last edited by Spegeli86; 07-19-2016 at 09:05 PM.
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
Neer
You could add a manual input to the bot. So you have to enter login details, that way you can run multiple clients.
Could you elaborate on how to do this please?
Last edited by ohhungry; 07-19-2016 at 09:02 PM.
-
Private
Hey guys im quite new to all this sorry if i seem like a real nub, i have followed the instructions to what i believe is correct, but my screen just stops on this screen after it receives my device code from google.
-
Member
Seems to just kind of stop after 6 lines or so :/
Farmed XP: 50, Gems: 0, Eggs: 0 Items: 1 x ITEM_POKE_BALL, 1 x ITEM_POKE_BALL, 1 x ITEM_POKE_BALL,
Farmed XP: 0, Gems: 0, Eggs: 0 Items:
Krabby got away..
Farmed XP: 0, Gems: 0, Eggs: 0 Items:
Farmed XP: 0, Gems: 0, Eggs: 0 Items:
Farmed XP: 0, Gems: 0, Eggs: 0 Items:
- PTC version