-
Member
Originally Posted by
maclone
To clear things up.
The current way of things with
Same as last version + Short Delay + Name in title fix + Spam Fix + PrioIVFix (2016-07-26):
Code:
PrioritizeIVoverCP ON:
List A = Get all Pokemon with IV < KeepMinIV and not on <PokemonsNotToTransfer>
List B = Group list A by Pokemon, then sort list A descending by IV, then remove <KeepMinDuplicatePokemon> from the start of the list
Transfer(B);
Code:
PrioritizeIVoverCP OFF:
List A = Get all Pokemon with CP < KeepMinCP and not on <PokemonsNotToTransfer>
List B = Group list A by Pokemon, then sort list A descending by CP, then remove <KeepMinDuplicatePokemon> from the start of the list
Transfer(B);
Summary:
It will in no case transfer a Pokemon on <PokemonsNotToTransfer>.
If you have PrioritizeIVoverCP on, it will in no case transfer a Pokemon below KeepMinIV.
If you have PrioritizeIVoverCP off, it will in no case transfer a Pokemon below KeepMinCP.
It will always keep <KeepMinDuplicatePokemon> of the strongest (IV or CP) Pokemon that have not already been excluded by KeepMinIV or KeepMinCP.
Well noted on your explanation however my min duplicate:-
<KeepMinDuplicatePokemon>1</KeepMinDuplicatePokemon>
However it still have multiple duplicated pokemons kept. What gives?
-
Should include UNBAN METHOD for Soft bans !
If CatchFlee more than 10 times may be Soft Banned so just spin 40 times the same pockéstop to UNBAN !
Hackhac, contributor && donator.
-
Originally Posted by
jeoffery
Well noted on your explanation however my min duplicate:-
<KeepMinDuplicatePokemon>1</KeepMinDuplicatePokemon>
However it still have multiple duplicated pokemons kept. What gives?
'What gives' is that you have not read my post.
"It will always keep <KeepMinDuplicatePokemon> of the strongest (IV or CP) Pokemon that have not already been excluded by KeepMinIV or KeepMinCP."
As you can see you have multiple Pokemon above the default KeepMinIV of 85, so they have been excluded from transfer.
-
Sergeant
Originally Posted by
halorath
if you want to keep your 20% IV pokemon that are 1000cp cause they're higher level (more boosted) and you want to then power up said crap pokemon and have a max level trashcan then by all means.
We understand that. It is not rocket science. The problem is that I have a CP 2200 dragonite. Now a CP100 dragonite will override it if it has 0,1% better IV. This is not what I want. Do you understand this?
-
Member
Originally Posted by
Kese
We understand that. It is not rocket science. The problem is that I have a CP 2200 dragonite. Now a CP100 dragonite will override it if it has 0,1% better IV. This is not what I want. Do you understand this?
If you actually take the time to read the functions or Maclones explanation of them further up, that would not be a problem at all either. If your CP 2200 Dragonite is above either of the minCp or minIV that you set, it will not be transfered even if you get another Dragonite that is better in either stat. So just change your minCP in this case to anything below 2200 and your Dragonite will be fine. Or if you want to, you can put Dragonite in the notransfer list, which will make the bot keep ALL dragonites no matter cp or iv
-
Member
The problem is that I have a CP 2200 dragonite. Now a CP100 dragonite will override it if it has 0,1% better IV.
And then CP 2200 Dragonite gone by transfer and left the CP100 Dragonite
This is not what we want
Last edited by faturocks; 07-26-2016 at 01:44 PM.
-
Member
how to use custom gpx with the spegeli version from this thread ?
-
Member
This may sound dumb, but what is the use in keeping a 97% perfect Zubat thats level 0 with 26 CP?
shouldn't there be like a level check?
-
Member
Can we add /
1: Maximum walking distance? Not moving farther then lets say 5km from coordinates spot?
2: Use insense when available?
3: Use incubators
4: Capture pokemon until pokeballs run out (true/false) I notice I visit alot of pokestops while farming spot has lots of pokemon available.
5: Prioritize specific pokemon / before pokestops
-
Post Thanks / Like - 1 Thanks
Nike9000 (1 members gave Thanks to Nehltear for this useful post)
-
Member
++++++ maximum walking distance!!
-
Post Thanks / Like - 1 Thanks
Nehltear (1 members gave Thanks to Nike9000 for this useful post)
-
Sergeant
Originally Posted by
Pr0tox
If you actually take the time to read the functions or Maclones explanation of them further up, that would not be a problem at all either. If your CP 2200 Dragonite is above either of the minCp or minIV that you set, it will not be transfered even if you get another Dragonite that is better in either stat. So just change your minCP in this case to anything below 2200 and your Dragonite will be fine. Or if you want to, you can put Dragonite in the notransfer list, which will make the bot keep ALL dragonites no matter cp or iv
No, it does not solve the problem.
I would like the bot to keep my "over minCP battlemons" intact, but for the duplicates of it I want to prioritize IV. Obviously to make evolves and powerups later on. But you cannot have both. minCP is turned off when prioritizeIV is on, according to the explanation. Only way to protect the high CP mons is to manually exclude it and therefore all of its duplicates, if you aim to prioritize IV.
This also leaves the problem with different pokemons. A 1500cp 88% Lapras is nice and an obvious keeper. But so is a CP700 bulbasaur with 90% IV. There is no way to make the settings so that it wont keep all the CP800 shitty pinsirs then as well.
-
Member
Guys can I use a GPX route in this bot? how can I do it?
-
Member
-
Member
Originally Posted by
Kese
No, it does not solve the problem.
I would like the bot to keep my "over minCP battlemons" intact, but for the duplicates of it I want to prioritize IV. Obviously to make evolves and powerups later on. But you cannot have both. minCP is turned off when prioritizeIV is on, according to the explanation. Only way to protect the high CP mons is to manually exclude it and therefore all of its duplicates, if you aim to prioritize IV.
This also leaves the problem with different pokemons. A 1500cp 88% Lapras is nice and an obvious keeper. But so is a CP700 bulbasaur with 90% IV. There is no way to make the settings so that it wont keep all the CP800 shitty pinsirs then as well.
can't you make them favourite, and favourite ones do not get tranferred? atleast I had a bot that had this. not sure about this one
-
Originally Posted by
maclone
To clear things up.
The current way of things with
Same as last version + Short Delay + Name in title fix + Spam Fix + PrioIVFix (2016-07-26):
Code:
PrioritizeIVoverCP ON:
List A = Get all Pokemon with IV < KeepMinIV and not on <PokemonsNotToTransfer>
List B = Group list A by Pokemon, then sort list A descending by IV, then remove <KeepMinDuplicatePokemon> from the start of the list
Transfer(B);
Code:
PrioritizeIVoverCP OFF:
List A = Get all Pokemon with CP < KeepMinCP and not on <PokemonsNotToTransfer>
List B = Group list A by Pokemon, then sort list A descending by CP, then remove <KeepMinDuplicatePokemon> from the start of the list
Transfer(B);
Summary:
It will in no case transfer a Pokemon on <PokemonsNotToTransfer>.
If you have PrioritizeIVoverCP on, it will in no case transfer a Pokemon below KeepMinIV.
If you have PrioritizeIVoverCP off, it will in no case transfer a Pokemon below KeepMinCP.
It will always keep <KeepMinDuplicatePokemon> of the strongest (IV or CP) Pokemon that have not already been excluded by KeepMinIV or KeepMinCP.
are you able to tell us if adding extra commands to user.xml will work? such as what i posted previously about using GPX files and setmaxdistance etc?