-
Member
Originally Posted by
Pr4y3r3
When i have set <add key="TransferType" value="leaveStrongest"/> it still says Transfering pokemon disabled when i start the bot.
Any ideas? ^^
Old version most likely, redownload everything and run again. I've just tested it and it works.
Originally Posted by
Igloo
I don't understand, the app.config is a config file how am I supposed to even open that or run it?
Download the project and open it in visual studio. Edit the file and compile + run this.
-
Post Thanks / Like - 1 Thanks
Igloo (1 members gave Thanks to hardell for this useful post)
-
Member
No matter where I put the "leaveStrongest" in the transfer line, the transfer is always disabled. What should the line look like ?
Mine looks like that : public string TransferType => GetSetting() != string.Empty ? GetSetting() : "leaveStrongest";
And it doesn't work
-
Member
I am NOT getting Edit HAVE to send me the exe file ?
-
Member
When i select "Duplicate" as transfer method it only transfers on startup, but wont transfer anymore then?
-
Member
Originally Posted by
Sappok
When i select "Duplicate" as transfer method it only transfers on startup, but wont transfer anymore then?
Same issue
-
I got the same issue that I set "TranserAllButStrongetUnwatedPokemon" is true but it looks like that he does not transfer any pokemon during the catching/pokestop phase.
-
Member
Originally Posted by
xoreyo
Pokeball = (int) GetBestBall().Result,
It's using the best ball.
Where modify this ? What's the logic ?
-
Member
-
Member
Originally Posted by
ahmar789
server issues
-
Member
Originally Posted by
ahmar789
servers down
-
Member
3am, gotta go to bed, sorry guys. I'll make it grind pokemon right after catching them when I wake up.
Except for that it should work. Leave a Github issue if something's broken, I probably won't read the 20 pages I'll find here tomorrow haha. Cya
-
Member
Originally Posted by
Sappok
When i select "Duplicate" as transfer method it only transfers on startup, but wont transfer anymore then?
Same issue at the moment
-
Member
im constantly farming 0 exp. is it trying to farm the same pokestops? how far does it move?
-
Active Member
Pretty Sure the miss happened here
//note: reverted from settings because this should not be part of settings but part of logic
-
Member
Originally Posted by
Sappok
When i select "Duplicate" as transfer method it only transfers on startup, but wont transfer anymore then?
Use my bat file, restart the process after 5mn so u skip error after 100 try and transfert duplicate after each restart, save file start.bat in PokemonGo.RocketAPI.Console.exe folder
@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
Last edited by cedricdu94; 07-20-2016 at 08:00 PM.
-
Post Thanks / Like - 1 Thanks
buye (1 members gave Thanks to cedricdu94 for this useful post)