-
Master Sergeant
About transfer types.
Can you please add one more? Something like leaveStrongest but with more like "Wanted list".
I would like to transfer 90% pokemons, but keep few duplicates (gym strongest like: Snorlax/Vaporeon etc).
So I can't use "duplicate" type and to use "leaveStrongest" I have to do really long list.
I think most ppl also would like to transfer 90% and leave only few.
And its a lot easier to do it just by type 2-3 pokemons names.
Also would be easier if I want to quick change to save Pidgeys for example to keep some if I know that I will do evolve power leveling soon.
So my list would be more like
Code:
PokemonId.Snorlax;
PokemonId.Vaporeon;
PokemonId.Mewtwo;
PokemonId.Lapras;
//PokemonId.Pidgey;
//PokemonId.Weddle;
Also I have a question about delay:
Code:
await Task.Delay(15000);
await ExecuteCatchAllNearbyPokemons(client);
I noticed that my previous bot was set by deafult to 10000ms here and worked really nice.
Can I change it to 10s or should I leave it?
BTW. GREAT JOB.
Last edited by pinn90; 07-20-2016 at 07:36 PM.
-
Member
Originally Posted by
Jelle86
*just fixed the two typos that were giving an error when starting.
heh if people would read the build output they would of known about those 2 errors.. I already corrected it but never mentioned it :-\
-
Member
Severity Code Description Project File Line Suppression State
Error CS0535 'Settings' does not implement interface member 'ISettings.EvolveAllGivenPokemons.set' PokemonGo.RocketAPI.Console C:\Users\*****\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Settings.cs 12 Active
-
Contributor
Originally Posted by
zerospec0
Okay so I read through it and it seems like I need some kind of visual studio thing to open it ...but on windows? I downloaded the GUI version and couldn't even open the .exe in wine/crossover. The api files I have no clue how to use.
AHHHHH when did trying to hack games become so difficult

macs are for sheep who don't want the power to change or customize anything
-
Active Member
Originally Posted by
zerospec0
Okay so I read through it and it seems like I need some kind of visual studio thing to open it ...but on windows? I downloaded the GUI version and couldn't even open the .exe in wine/crossover. The api files I have no clue how to use.
AHHHHH when did trying to hack games become so difficult

Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows
- Wikipedia
-
Member
Originally Posted by
zerospec0
Do you have any less expensive solutions haha?
wait for the bot to be stable, then have someone build you an EXE that is setup for your account info.. then run it in wine or w/e you emulate with on a mac.
-
Member
Can you make it clear your bag so all unwanted items are gone please would be helpful!
-
Contributor
Originally Posted by
hardell
With the latest version, you shouldn't ever have to open Settings.cs and all the settings are in app.config. It was a bug that you had to change it in the other file as well that was fixed already. Sorry about that.
You might want to take the Latitude and Longitude of Amsterdam out of Settings.cs to avoid confusion
-
Elite User
@Hardell, Thanks for contributing that much. I would love to have a chat with you via Discord.
Going to get some sleep now. Good Night guys
-
Active Member
Originally Posted by
nonm
@Hardell, Thanks for contributing that much. I would love to have a chat with you via Discord.
Going to get some sleep now. Good Night guys
Thank you! Good night
-
Post Thanks / Like - 1 Thanks
nonm (1 members gave Thanks to fAthletic for this useful post)
-
Knight
everything seems to be fine now except add the option to use the available pokeballs great and ultra ball which is available
throw or delete the items if bag is full
-
Member
Up and running. Everything smooth. Thanks for the work guys!
-
Active Member
Originally Posted by
Magoogle
wait for the bot to be stable, then have someone build you an EXE that is setup for your account info.. then run it in wine or w/e you emulate with on a mac.
Or Merge this GUI with the base of this project
https://github.com/AnthonyOSX/GO-Bot/releases
-
Member
When i have set <add key="TransferType" value="leaveStrongest"/> it still says Transfering pokemon disabled when i start the bot.
Any ideas? ^^
-
Knight-Lieutenant
Originally Posted by
Subversion2
macs are for sheep who don't want the power to change or customize anything
Originally Posted by
fAthletic
Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows
- Wikipedia
Originally Posted by
Magoogle
wait for the bot to be stable, then have someone build you an EXE that is setup for your account info.. then run it in wine or w/e you emulate with on a mac.
I downloaded Visual Studio Code for mac which is supposed to be a simpler version for mac users. Now I can actually open the damn things but how would you go about running these? To the untrained fools eye they just look like text files.