-
Member
Hi does this bot hog bandwidth? thanks.
-
Member
My problem is right now i dont know how this works: In the config set UseGPXPathing to True and GPXFile to X.gpx where X is your filename.
Then i cant find the stuff for PokemonNotToCatch, PokemonToEvovle etc. i find only Pokemon to keep.
I watched already this https://www.youtube.com/watch?v=J2mrF18L8gE hes did already some really good guide for necros bot, but this time he missd alot so i have to use Pokefaster right now, or i see my next 4 hours softbann incoming. You guys doing so much great work thats insane i love you for this but why is no one doing a detail youtube guide so alot problem will not be here in this forum?
-
Member
not at all, i run it on netbook: 1.3Ghz / 3GB RAM / Windows 7 and its using around 28-38% of CPU 87MB RAM and the bandwidth is barely used.
Originally Posted by
marcodt
Hi does this bot hog bandwidth? thanks.
-
Member
Originally Posted by
yamabso
So, no answer to my problem yet? Maybe it happens only to me then?!
I have set TransferDuplicatePokemon to "true" and KeepMinDuplicatePokemon to "1", but i still get lots of duplicates. For example i get loads of pinsirs. Am i doing something wrong?!
Thanks in addition!
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.
-
Post Thanks / Like - 1 Thanks
yamabso (1 members gave Thanks to Michal Kluczynski for this useful post)
-
Member
Originally Posted by
yamabso
So, no answer to my problem yet? Maybe it happens only to me then?!
I have set TransferDuplicatePokemon to "true" and KeepMinDuplicatePokemon to "1", but i still get lots of duplicates. For example i get loads of pinsirs. Am i doing something wrong?!
Thanks in addition!
thats probably because u have KeepMinCP on 1000. i did put it to 1500.. and he transfered all pinsirs under 1500
i also got a question.. is there a way that he isnt just evolving rattata, pidgey ?
i looked into settings and somehow he set "evolve" settings on default and isnt choosing my list from Configs folder
Last edited by xbEg0nEx; 07-25-2016 at 04:02 PM.
-
Member
Originally Posted by
yamabso
So, no answer to my problem yet? Maybe it happens only to me then?!
I have set TransferDuplicatePokemon to "true" and KeepMinDuplicatePokemon to "1", but i still get lots of duplicates. For example i get loads of pinsirs. Am i doing something wrong?!
Thanks in addition!
This was my problem before with KeepMinCP set to 1000. Now is 2000 and everything is ok.
-
Member
Originally Posted by
Sirblader11
Auto recycle seems to be broken
its not broken, just edit the file settings.cs and put your values for items there and NOT in the Config folder.
-
Member
Originally Posted by
lsd10k
This was my problem before with KeepMinCP set to 1000. Now is 2000 and everything is ok.
glad i could help
bot is not complicated but its vital to read the whole thread, a lot of good information was said here
-
Member
Doesn't seem to transfer anything
Edit: Or rather, most often it doesn't transfer new pokemon
Last edited by fortunezhf; 07-25-2016 at 04:10 PM.
-
Member
Originally Posted by
yamabso
So, no answer to my problem yet? Maybe it happens only to me then?!
I have set TransferDuplicatePokemon to "true" and KeepMinDuplicatePokemon to "1", but i still get lots of duplicates. For example i get loads of pinsirs. Am i doing something wrong?!
Thanks in addition!
If you set that value to '1' then the bot is gonna check all duplicates, if they are lower than 1 CP it's transferred. So increase that value to 1500 or more.
-
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.
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
-
Private
Another help by me
To repair auto recycle u have to edit in Virtual Studio Settings.cs and in line 117 add ! to look like this : if (!Int32.TryParse(itemInfoArray.Length > 1 ? itemInfoArray[1] : "100", out itemAmount)) itemAmount = 100; then it will hold values that are little abowe this line
-
Post Thanks / Like - 1 Thanks
-
Member
how do i do that? cant seem to find it
-
Member
Originally Posted by
xbEg0nEx
thats probably because u have KeepMinCP on 1000. i did put it to 1500.. and he transfered all pinsirs under 1500
i also got a question.. is there a way that he isnt just evolving rattata, pidgey ?
i looked into settings and somehow he set "evolve" settings on default and isnt choosing my list from Configs folder
Set EvolveAllPokemonsWithEnoughCandy to False and run the bot.
Close the bot.
Delete file Configs/ConfigPokemonsToEvolve.
Set EvolveAllPokemonsWithEnoughCandy to True, start bot and check if the bot created new file ConfigPokemonsToEvolve in folder Configs.
Edit that file adding names of the Pokemon you want to evolve. Make sure the ID Name of Pokemon is correct, for reference use this list http://pastebin.com/raw/LBSh9ahQ
-
Private
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