-
Member
Hi, can you make a Video or a Tutorial? For "One Point to Key clicker - leecher" like me its not possible, i dont have the knowledge to do that
-
Member
Originally Posted by
vosszaa
Can you write bat where it includes the "delete lastcord.ini" before retstart the bot please. I can put path in myself
don't see point of doing this ?
your bot relaunch on your last started location. as u not near pc u not changing location.
u have delete cordinates file only if u want to change starting location completely
-
Originally Posted by
augarten
Hi, can you make a Video or a Tutorial? For "One Point to Key clicker - leecher" like me its not possible, i dont have the knowledge to do that
Get version on my signature...unrar or...open user.XML ...put coordinates lon and lat..open the console.exe log in with Google and paste code...watch it work
for PTC replace Google with PTC inside user.xml
Put password and username...save user.XML...start console.exe....profit.
-
Post Thanks / Like - 1 Thanks
augarten (1 members gave Thanks to fokeiro for this useful post)
-
Member
Originally Posted by
farcran
don't see point of doing this ?
your bot relaunch on your last started location. as u not near pc u not changing location.
u have delete cordinates file only if u want to change starting location completely
Because im using GPX. If it restart by resume the last coord, it could mess up the GPX path. So every restart I prefer it to start from the beginning.
My GPX path is about 11 km long with 560ish stops so yeah
-
Member
Thanks for reply, my bot works for a whiler after that i get a Red message and have to restart.
With Tutorial i mean, a batch.exe file with a timer, or is there an automatic relogger included? Like every 1Hour restart -> want to go sleep but grind 24/7
-
Member
Originally Posted by
augarten
Thanks for reply, my bot works for a whiler after that i get a Red message and have to restart.
With Tutorial i mean, a batch.exe file with a timer, or is there an automatic relogger included? Like every 1Hour restart -> want to go sleep but grind 24/7
here comes another one with red error just like me
Use this(thanks to facran)
Code:
@echo off
:start
wmic process where ExecutablePath='C:\\pat\path\\Pokemon-Go-Rocket-API-master\\PokemonGo.RocketAPI.Console\\bin\\DebugPokemonGo.RocketAPI.Console.exe' delete
start PokemonGo.RocketAPI.Console.exe
timeout /T 9000 /nobreak > NUL
goto start
Save as bat and you're good to go
You can change 9000 to something else(in seconds)
-
Member
How do I run the bot?
I edited the configs, but I'm not sure how to run this. If you use CD what do you input?
-
Originally Posted by
augarten
Thanks for reply, my bot works for a whiler after that i get a Red message and have to restart.
With Tutorial i mean, a batch.exe file with a timer, or is there an automatic relogger included? Like every 1Hour restart -> want to go sleep but grind 24/7
Use a bat file same as above
-
Member
Works great, one thing I would suggest though is change the default setting for max Pokeballs from 25, pretty pissed off not knowing where the setting originally was then starting the bot only to have it delete 175 pokeballs from my inventory now I've run out and its battling between empty catching a couple every now and then and skipping the rest.
-
Member
Originally Posted by
fokeiro
here coded for the xml file
Very helpful
-
Member
exp rate is awesome. highest exp rate than other bots but every 2-3 hours bot give me a red message. and sometimes dont transfer and spamming "inventory full"
-
Member
now the bot wont restart and I get a message saying "no usable pokestops found in your area" and then the program restarts and shows the same message in a loop. what is going on?
-
Member
Originally Posted by
aborjini
exp rate is awesome. highest exp rate than other bots but every 2-3 hours bot give me a red message. and sometimes dont transfer and spamming "inventory full"
Spegeli really need to look at these red error message. It happens with the last 2 or 3 version. Never happen on the old one. And it's so annoying when auto-restart doesn't work
-
make sure u guys got the latest version, i been running all day today 8 hours + and onlyu got one red error because hard drive was full, the rest no problem, transfer fine, evolves fine
-
Member
Originally Posted by
vosszaa
here comes another one with red error just like me
Use this(thanks to facran)
Code:
@echo off
:start
wmic process where ExecutablePath='C:\\pat\path\\Pokemon-Go-Rocket-API-master\\PokemonGo.RocketAPI.Console\\bin\\DebugPokemonGo.RocketAPI.Console.exe' delete
start PokemonGo.RocketAPI.Console.exe
timeout /T 9000 /nobreak > NUL
goto start
Save as bat and you're good to go
You can change 9000 to something else(in seconds)
ALL credits goes to this guy who make code
http://www.ownedcore.com/forums/poke...ml#post3469687 (Maclone's Community Versions - Compiled, ready to go PokemonGo bots)