-
Yeah if you could post how to add cp threshold would appreciate it mpslayer
.
Cheers
-
Post Thanks / Like - 1 Thanks
dakine808 (1 members gave Thanks to ziggar for this useful post)
-
Member
Can you help me set up so i keep 5 pokemons of of the strongest pokemon of each type and trash the rest that are lower cps... for example i have 10 Evees and they are ranging from 600 cp to 10 cps now i want to keep the 600 cp, 570 cp, 540cp, 500 cp, 480 cp... is there anyway to do this?
-
Member
can you add cp threshold for different types of pokemon? like a general rule for anything under 600 to be transferred, and then for magikarp anything between 100 to 200 is kept, for eevees 400+ is kept, etc?
furthermore, any option to keep # of junk evolve pokemon = # of potential evolutions?
ex: 240 pidgey candy = keep 20 highest pidgeys to save up for a lucky egg evolution spree.
lastly, any way to filter out pokemon via FAVORITES (ex: favorited pokemon are not targetted for transfers -- ones I select with high IV!)
PS: does evolution take 30secs still like in game or is this instantaneous with the app? would be great to know and for more options to be put so lucky eggs can be more effective and wont evolve the wrong thing. (ex: dont evolve any dratinis yet even though i have a ton of candy since Im saving for a good IV dragonite)
-
Member
Anyone else have problems signing into Visual Studio?
We can't sign you in
Your browser is currently set to block cookies. You need to allow cookies to use this service.
Cookies are small text files stored on your computer that tell us when you're signed in. To learn how to allow cookies, check the online help in your web browser.
Problem is, none of my browsers are blocking cookies. Google is not helping at all.
-
Member
Is it possible to make it hatch eggs?
-
Contributor
Not implemented yet, not sure if the API can but you can incubate in Nox the run it.
-
Sergeant
Originally Posted by
mpslayer
*Google is shit right now Ptc is the way to go.
I have been using Necronomicon's Version of FeroxRev's Bot with the Google account fix & never had a single problem.
Are you telling me that FeroxRev's Bot doesn't support refresh tokens?
-
Contributor
Originally Posted by
rowxs
Can you help me set up so i keep 5 pokemons of of the strongest pokemon of each type and trash the rest that are lower cps... for example i have 10 Evees and they are ranging from 600 cp to 10 cps now i want to keep the 600 cp, 570 cp, 540cp, 500 cp, 480 cp... is there anyway to do this?
Get the lastest version and change line 57 of inventory.cs
Code:
.Where(x => x.Count() > 2).ToList();
to
Code:
.Where(x => x.Count() > 5).ToList();
-
Post Thanks / Like - 1 Thanks
rowxs (1 members gave Thanks to mpslayer for this useful post)
-
Contributor
Originally Posted by
Merudo
I have been using Necronomicon's Version of FeroxRev's Bot with the Google account fix & never had a single problem.
Are you telling me that FeroxRev's Bot doesn't support refresh tokens?
It should be fixed now.
-
Member
after i hit start it just says "starting executive login server Ptc" and then nothing happens
-
Contributor
Originally Posted by
bassae
after i hit start it just says "starting executive login server Ptc" and then nothing happens
Looks like login servers may be down in some regions. Can you get in on Nox?
-
Member
Hi mpslayer, thank you for writing this tutorial! I have a few questions.
1) How would you set it to evolve certain types of Pokemon only (e.g. only Pidgeys to evolve and not Pidgeotto since that's a waste of candy)?
2) What delays are you setting yours to?
-
Member
-
Member
Well I don't know how I have managed to trash up the coding as I '//' before dupe and also candies and then I go for a drink and boom, all my 800+ eevee's are gone but one and I am 99.9% sure I saved the setting also.. Furthermore I also somehow trashed all my revives and potions when I set both of these to 500 and mine were at 150.. Wtf ^.^
-
Member
Originally Posted by
mpslayer
Get the lastest version and change line 57 of inventory.cs
Code:
.Where(x => x.Count() > 2).ToList();
to
Code:
.Where(x => x.Count() > 5).ToList();
I am so new to this stuff. I just downloaded the most recent version and I see something totally different on like 57. What you have typed here is on 52 now I think lol.
Also is evolving off by default? I dont want it to evolve anything. I want it to keep the top 3 highest cp so i can evolve them myself later. I would like to do what the other user above was asking about keeping multiple high cp pokemon.
Also im getting this error :
Severity Code Description Project File Line Suppression State
Error CS0006 Metadata file 'C:\Users\Admin\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI.Logic\bin\Debug\PokemonGo.RocketAPI.Logic.dll' could not be found PokemonGo.RocketAPI.Console C:\Users\Admin\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI.Console\CSC 1 Active
Thank you for your help.
Last edited by dakine808; 07-21-2016 at 09:54 PM.
-
Post Thanks / Like - 1 Thanks
rowxs (1 members gave Thanks to dakine808 for this useful post)