-
Member
Originally Posted by
zerospec0
Sorry for being so slow guys but how do you work this? Is it a standalone program? Is it for PC, Mac, Android, iOS? Refuses to open on my mac and I can't seem to figure out a way to open it.
Hey man, for this on PC you need Microsoft Visual Studio 2015...you can get it from a torrent or the free community version.
-
Active Member
By the way, I'm just curious, how the google auth code actually work after 30 mins? Since we have to manually give it to "phone" in nox for the first time, and I have not been able to bot longer than 30 min yet since the server falls like stars from heaven. First basic script 5 I downloaded asked me for the code every 10 minutes. Also I don't want to be rude but I would love to see these things added (Dont know if actually possible first one)
1) Autochoose Nox and input the code to run, so there would be a way how to make script auto restartable without human babysitting, so when something goes wrong, script just restart and grab a Nox instance, run app and then input code. (Just realized you don't have to actually write the code into a phone right.. can I just run a browser with multiple gmails added and just choose which one I want to choose as device? Or am I wrong?)
2) Inventory cleaner, if your inventory gets full, clean revives, berries, potions to set value for example 20, keep pokebals.
3) Search for avaiable pokeballs, use better or worse one first, if normal pokeballs runs out, then get the greater ones.
4) Update coords, so if the script restart will be avaiable, you wont get soft banned for getting to default location. ( http://www.ownedcore.com/forums/poke...ml#post3462520 (C# Bot for Farming Pokestops & Catching Pokemon) this dude came up with something )
5) Rename the CMD with name of the currently logged in character, so if something goes wrong we can see what account is active and which not.
Sorry for asking, I know you are already doing so much great work
+rep, +thanks
-
Post Thanks / Like - 1 Thanks
MarcoReckless (1 members gave Thanks to Nayder for this useful post)
-
Sergeant
Originally Posted by
Plawed
Feature request:
TransferAllButStrongestUnwantedPokemon with CP threshold also.
:O
I just put in a cp treshold in the other line, aswel as using AllButStrongest? I set it up like that, but cannot check it of course.
-
Knight-Lieutenant
Originally Posted by
buye
Hey man, for this on PC you need Microsoft Visual Studio 2015...you can get it from a torrent or the free community version.
Is it possible to run this on a mac? Seems like almost nothing here can run on my mac haha.
-
Member
Originally Posted by
ahmar789
How to switch between google and ptc login?
In settings.cs under PokemonGo.RocketAPI.Console, you change the following
public AuthType AuthType => AuthType.Google;
to
public AuthType AuthType => AuthType.Ptc;
but it doesn't matter, since servers seem to be down.
Note to developer, changing this in app.config is not enough, may want to update the code to fix this. Only way to change login type as of now is to edit settings.cs.
-
Post Thanks / Like - 2 Thanks
ahmar789,
nonm (2 members gave Thanks to excitedguy for this useful post)
-
Contributor
Originally Posted by
zerospec0
Sorry for being so slow guys but how do you work this? Is it a standalone program? Is it for PC, Mac, Android, iOS? Refuses to open on my mac and I can't seem to figure out a way to open it.
lmao
-
Contributor
Originally Posted by
Nayder
By the way,
I'm just curious, how the google auth code actually work after 30 mins? Since we have to manually give it to "phone" in nox for the first time, and I have not been able to bot longer than 30 min yet since the server falls like stars from heaven. First basic script 5 I downloaded asked me for the code every 10 minutes. Also I don't want to be rude but I would love to see these things added
(Dont know if actually possible first one)
1) Autochoose Nox and input the code to run, so there would be a way how to make script auto restartable without human babysitting, so when something goes wrong, script just restart and grab a Nox instance, run app and then input code.
(Just realized you don't have to actually write the code into a phone right.. can I just run a browser with multiple gmails added and just choose which one I want to choose as device? Or am I wrong?)
2) Inventory cleaner, if your inventory gets full, clean revives, berries, potions to set value for example 20, keep pokebals.
3) Search for avaiable pokeballs, use better or worse one first, if normal pokeballs runs out, then get the greater ones.
4) Update coords, so if the script restart will be avaiable, you wont get soft banned for getting to default location. (
http://www.ownedcore.com/forums/poke...ml#post3462520 (C# Bot for Farming Pokestops & Catching Pokemon) this dude came up with something )
5) Rename the CMD with name of the currently logged in character, so if something goes wrong we can see what account is active and which not.
Sorry for asking, I know you are already doing so much great work
+rep, +thanks
why not put that here, big guy?
https://github.com/NecronomiconCodin...cket-API/pulls
-
Post Thanks / Like - 1 Thanks
nonm (1 members gave Thanks to Subversion2 for this useful post)
-
Knight-Lieutenant
Originally Posted by
Subversion2
lmao

lmao, All of the stuff here is pretty foreign to me. Can you help me?
-
Member
when i press ctrl f5 noting happens?
-
Member
leaveStrongest - transfers all but the highest CP pokemon of each type SPECIFIED IN program.cs (those that aren't specified are untouched)
SPECIFIED IN program.cs
we have 2 list in program.cs
which one?
in TransferAllButStrongestUnwantedPokemon or in TransferAllWeakPokemon?
thx
-
Member
Thanks man will try when the servers are up I don't have to change anything else except the username and pass right?
-
Member
Originally Posted by
Jelle86
I just put in a cp treshold in the other line, aswel as using AllButStrongest? I set it up like that, but cannot check it of course.
The CP threshold only works when you select the CP transfer type.
-
Member
Great Work Hardell, cleaning a bit the bot! Ty
-
Member
Is there a way to leave multiple strongest pokemons from one type?
Found
>pokemonOfDesiredType.Skip(3)
I think it is right parameter.
Last edited by murumuru; 07-20-2016 at 07:12 PM.
-
Member
Originally Posted by
PandaJunior
leaveStrongest - transfers all but the highest CP pokemon of each type SPECIFIED IN program.cs (those that aren't specified are untouched)
SPECIFIED IN program.cs
we have 2 list in program.cs
which one?
in TransferAllButStrongestUnwantedPokemon or in TransferAllWeakPokemon?
thx
TransferAllButStrongestUnwantedPokemon. I'll clarify this in the readme.