-
Member
Originally Posted by
yamabso
That's true. I could make this. But if i wanna get a magikarp with 250cp or another pokemon with its maximum CP (which is lower than 2000), will i still be able to get it and not be transfered?!
I cant understand when the program is reading the IV and when the CP to keep the pokemon. Thus i dont want lots of pinsirs to pop up on my pokemonbag with 1.5k or 2k CP, i want a charmander for example with 1000cp (just an example) to be kept in there and not be transfered.
Sorry for my bad explanation, my english is also bad.
Thank you for helping tho
Well as far as I know there is not yet setting per pokemon id so if you want to get magikarp with max cp and keep it you will have to run it with KeepMinCP 200, Keep duplicates 1 and priortize CP over IV till you catch it and then add it to the list to not transfer and then manually remove any other magikarp u catch overtime.
-
Post Thanks / Like - 1 Thanks
yamabso (1 members gave Thanks to Michal Kluczynski for this useful post)
-
Member
Originally Posted by
Michal Kluczynski
Well as far as I know there is not yet setting per pokemon id so if you want to get magikarp with max cp and keep it you will have to run it with KeepMinCP 200, Keep duplicates 1 and priortize CP over IV till you catch it and then add it to the list to not transfer and then manually remove any other magikarp u catch overtime.
I see. Thanks for the great help you're providing!!! Helped me out a lot!
-
Member
what i need to put on usersettings.settings for the google auth ? i heard about a google token but how can i grab it?
-
Member
Originally Posted by
akimata
u have to enter VS open Pokemon Go Rocket API.sln then fint on right Settings.cs double click on it and find line 117 it will loke like this :
if (Int32.TryParse(itemInfoArray.Length > 1 ? itemInfoArray[1] : "100", out itemAmount)) itemAmount = 100;
edit it too look like this
if (!Int32.TryParse(itemInfoArray.Length > 1 ? itemInfoArray[1] : "100", out itemAmount)) itemAmount = 100;
then save and if u want go little higher and edit values of items too keep
I would like to confirm that this fix works great,
-
Member
For how many hours can you run this bot? Is it okay to run it 24/7?
-
Private
if u want google auth just type google in Auth type in usersettings. then start bot it will open site use ctrl+v and that all u have to do
For me bot is crashing after like 6h, but i run it on 16km/h not more to hatch eggs too
-
Member
Originally Posted by
akimata
if u want google auth just type google in Auth type in usersettings. then start bot it will open site use ctrl+v and that all u have to do
thanks mate i will test it
-
Member
I have transfer pokemon by 550CP yet it's still not throwing away trash pokemon below that? :/
-
Member
Anyone else getting account not verified exception?
-
Private
I have transfer pokemon by 550CP yet it's still not throwing away trash pokemon below that? :/
probably u have KeepMinIVPercentage set for like 85% and its holding them becouse of that set it on 95% so bot will only hold pokes that are worth of checking on site
-
Member
Originally Posted by
Michal Kluczynski
all the pinsirs CP is above 1000, change the value to 2000 in the bot, should help also check the config file PokemonsToKeep as this Pokemon can be on that list and will never be transferred.
I have a lot Duplicate Pokes and cant fix it with CP Over 2000^^
Most Duplicate Pokes under 300-700... Mostly Crap Pokes.. Zubat, Krabby, Traumato, Evoli, Hornliu, Karpadors... The Bot transfer 70% and the rest make my poke inv full .. 
Is TransferDuplicatePokemon broken in newest github version?
-
Member
and one last question, how can i open 2 instance ?
i tried to rebuild the same with another acc, it make me an error.
tried to create an other folder with the files and it didnt run, just make me a black cmd
-
Private
I have a lot Duplicate Pokes and cant fix it with CP Over 2000^^
Most Duplicate Pokes under 300-700... Mostly Crap Pokes.. Zubat, Krabby, Traumato, Evoli, Hornliu, Karpadors... The Bot transfer 70% and the rest make my poke inv full ..
Is TransferDuplicatePokemon broken in newest github version?
nah it working properly for me, look on post above u i explained how to lower amount of duplicates by changing to 95% IV
-
Private
and one last question, how can i open 2 instance ?
i tried to rebuild the same with another acc, it make me an error.
tried to create an other folder with the files and it didnt run, just make me a black cmd
I tried it and u need to create new folder, then just run it with setting u like, but remember to unzip from dowloaded build then set it up dont copy files u have in first instance because of account settings that are storred there
-
Member
After looking over all this code, I must say a BIG THANKS to all the Devs for this bot. Everything is running smoothly and havent had any issues yet!
I am wondering though is there a way to change your google login info? As in the case that I have a google account and a yahoo account but I am unable to switch between the two. Any help would be much appreciated.
THANKS AGAIN!