-
Active Member
Originally Posted by
3ly1n
<add key="AuthType" value="Ptc"/> Its that right for PtcUsers?
Yes, but please be aware that the servers are unstable at this point.
Follow the status here:
Pokemon GO Server status!
.
bitcoin? or gold coin?
.
-
Member
Originally Posted by
3ly1n
So i did, but in console keeps "retry request https://pgorelease.nianticlabs.com/plfe/rpc" and Ptc servers seems up
Server down mate..
-
Active Member
https://twitter.com/pogoserver
This could be useful for those that wonder if Code is running or not.
Don not fear the dreaded
Code:
[19:47:21] [#38 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:22] [#39 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:23] [#40 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:24] [#41 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:25] [#42 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:26] [#43 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:27] [#44 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:28] [#45 of 100] retry request https://pgorelease.nian
-
Member
Does this clear your bag of all unimportant items?
-
Member
Originally Posted by
3ly1n
So i did, but in console keeps "retry request https://pgorelease.nianticlabs.com/plfe/rpc" and Ptc servers seems up
bro
servers
are
down
I feel like we need some kind of banner or a large blinking red/green light at the top of this forum
-
Active Member
Originally Posted by
SReyell
I have duplicates of Vaporeans that are 1900+, will it transfer vaporeans and upgraded pokemon?
I believe if you set transfer type to CP and set cp under 1000(or any other) value, then you are safe.
Anyway I would like to thanks to you guys,who are working hard on it. Wish I knew how to code, its on my todo list for a long time but can't be arsed to actually do it, even when it could help me contribute or write scripts for myself.
-
Active Member
Originally Posted by
spoofjack
https://twitter.com/pogoserver
This could be useful for those that wonder if Code is running or not.
Don not fear the dreaded
Code:
[19:47:21] [#38 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:22] [#39 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:23] [#40 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:24] [#41 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:25] [#42 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:26] [#43 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:27] [#44 of 100] retry request https://pgorelease.nianticlabs.com/plfe/rpc
[19:47:28] [#45 of 100] retry request https://pgorelease.nian
Pokemon GO Server status! gives a lot more information though.
.
bitcoin? or gold coin?
.
-
Post Thanks / Like - 1 Thanks
spoofjack (1 members gave Thanks to DeKnarf for this useful post)
-
★ Elder ★
idk how many times people have to say this...
Originally Posted by
sed-
-
Member
Quick question, I have a few duplicates that are 900+cp is there any way to keep these duplicates whilst only transferring ones that are under 900cp?
-
Active Member
Originally Posted by
DeKnarf
Much more multi national friendly.
Most regions remain offline at this time. Hang in there, trainers!
-
★ Elder ★
Originally Posted by
spoofjack
Much more multi national friendly.
Most regions remain offline at this time. Hang in there, trainers!
you could also use this https://go.jooas.com/ and get alerted when servers are stable again
-
Active Member
Originally Posted by
thenameDS
Quick question, I have a few duplicates that are 900+cp is there any way to keep these duplicates whilst only transferring ones that are under 900cp?
Yes,
Code:
<add key="TransferType" value="cp"/> <!--cp/leaveStrongest/duplicate/all cp with 0 threshold trasnfers nothing. Whitelists/blackslists for each type is in Program.cs-->
<add key="TransferCPThreshold" value="900"/> <!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
<add key="EvolveAllGivenPokemons" value="false"/>
Last edited by DeKnarf; 07-20-2016 at 06:55 PM.
.
bitcoin? or gold coin?
.
-
Post Thanks / Like - 1 Thanks
thenameDS (1 members gave Thanks to DeKnarf for this useful post)
-
Member
this have a way to use great pokeball?
-
Member
Originally Posted by
Skara
For the ****ing 100th time, the servers are down. Be Patient!
I know it's not a reason for crash after 100 re try, we need anti crash
For the moment i create a bat with this
@ECHO OFF
:start
timeout /t 300
TASKKILL /F /IM "PokemonGo.RocketAPI.Console.exe"
timeout /t 3
start "PokemonGo.RocketAPI.Console.exe" ""E:\Compressed\Pokemon-Go-Rocket-API-master_8\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\bin\Debug\PokemonGo.RocketAPI.Console.exe""
goto start
REM pause
-
Member
<add key="AuthType" value="Ptc"/>
<add key="PtcUsername" value="MYUSER"/>
<add key="PtcPassword" value="MYPASS"/>
<add key="GoogleRefreshToken" value="WHATDOIPUTHERE?"/>
<add key="DefaultLatitude" value="40.770648"/><!--Default Amsterdam Central Station-->
<add key="DefaultLongitude" value="-73.974755"/><!--Default Amsterdam Central Station-->
<add key="TransferType" value="leaveStrongest"/><!--none/cp/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
<add key="TransferCPThreshold" value="0"/><!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
<add key="EvolveAllGivenPokemons" value="false"/>
What do i put for Google refresh token? and is everything else correct?