IV based evolve/transfer tool menu

User Tag List

Page 6 of 21 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 304
  1. #76
    imoutits's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Jul 2016
    Posts
    91
    Thanks G/R
    0/43
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by neecross View Post
    is there a way to keep the pokemon with the highest cp and the highest iv so lets say i got a nidoran with 150cp but perfect ivs and one with 350cp but 20% ivs i would like to keep both
    You can use the -cp option (cp_override) to save everything equal to over it (-cp 350 for example).

    ------------------------------------------------------

    Okay big change--I'll be editing the OP. There's a new GUI version in the repo (pokeIV-gui.py). I've added all of the missing options to the config file so you can run it without the command line. The GUI is still in its early stages and doesn't have relogin yet (changign your username/pw/location in the config popup won't do anything yet).

    The interface is pretty straightforward, but certainly let me know if anything seems complicated.

    'Evolve' and 'Transfer' buttons perform the same task that -e -t did (these arguments have been removed). The buttons are mutually exclusive and the cancel button will cancel any task in progress. The pokemon listed at the bottom of the window will not have been transfered/evolved until the name changes (you can cancel something in-progress if you don't want to evolve/transfer it given you cancel within your delay limit).

    Clicking on pokemon doesn't do anything. It might eventually let you evolve/transfer specific pokemon...

    Resetting the window everytime options are changed is pretty buggy looking right now, but oh well.
    Last edited by imoutits; 07-24-2016 at 06:31 PM.

    IV based evolve/transfer tool
  2. #77
    kbone213's Avatar Member
    Reputation
    7
    Join Date
    Oct 2009
    Posts
    13
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using the command:

    pokeIV.py -a ptc -u myPTCUserName -p myPTCPass -l coordinates

    returns this:

    Code:
    Creating PTC session for myPTCUserName
    Starting new HTTPS connection (1): sso.pokemon.com
    Coordinates: coordinates
    Starting new HTTPS connection (1): pgorelease.nianticlabs.com
    Traceback (most recent call last):
      File "C:\Users\User\Desktop\pokemongo-api-master\pokeIV.py", line 239, in <module>
        main()
      File "C:\Users\User\Desktop\pokemongo-api-master\pokeIV.py", line 210, in main
        data = PokemonData(pokemon, candy, pokedex, family, cost, config)
    TypeError: __init__() missing 1 required positional argument: 'session'
    Any thoughts?

  3. Thanks murf43143 (1 members gave Thanks to kbone213 for this useful post)
  4. #78
    wycs's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kbone213 View Post
    Using the command:

    pokeIV.py -a ptc -u myPTCUserName -p myPTCPass -l coordinates

    returns this:

    Code:
    Creating PTC session for myPTCUserName
    Starting new HTTPS connection (1): sso.pokemon.com
    Coordinates: coordinates
    Starting new HTTPS connection (1): pgorelease.nianticlabs.com
    Traceback (most recent call last):
      File "C:\Users\User\Desktop\pokemongo-api-master\pokeIV.py", line 239, in <module>
        main()
      File "C:\Users\User\Desktop\pokemongo-api-master\pokeIV.py", line 210, in main
        data = PokemonData(pokemon, candy, pokedex, family, cost, config)
    TypeError: __init__() missing 1 required positional argument: 'session'
    Any thoughts?
    Getting the exact same thing here.

  5. #79
    imoutits's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Jul 2016
    Posts
    91
    Thanks G/R
    0/43
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That should be fixed now. I Broke some s tuff that the CLI version was using when I pushed the GUI.

  6. Thanks kbone213, padman, murf43143 (3 members gave Thanks to imoutits for this useful post)
  7. #80
    Rstar9's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    41
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanx for this !!!

  8. #81
    padman's Avatar Member
    Reputation
    14
    Join Date
    Apr 2007
    Posts
    41
    Thanks G/R
    6/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In the latest version, even though there's "verbose": "True" in config.json it doesn't work. Still have to add -v to see the actual IVs

  9. #82
    imoutits's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Jul 2016
    Posts
    91
    Thanks G/R
    0/43
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by padman View Post
    In the latest version, even though there's "verbose": "True" in config.json it doesn't work. Still have to add -v to see the actual IVs
    Woops... I should have really tested this stuff on the CLI version before pushing >_>. It's fixed now.

  10. #83
    padman's Avatar Member
    Reputation
    14
    Join Date
    Apr 2007
    Posts
    41
    Thanks G/R
    6/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imoutits View Post
    Woops... I should have really tested this stuff on the CLI version before pushing >_>. It's fixed now.
    Thanks! I see white lists and blacklists got fixed too

    Great tool btw!

  11. #84
    rowxs's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    160
    Thanks G/R
    35/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    too risky to give our accounts and info

  12. #85
    imoutits's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Jul 2016
    Posts
    91
    Thanks G/R
    0/43
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rowxs View Post
    too risky to give our accounts and info
    To who? The code's open source...

  13. #86
    noremac13's Avatar Sergeant
    Reputation
    5
    Join Date
    Jul 2012
    Posts
    43
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to save the specific arguments like the blacklist, whitelist, etc. so they don't have to be input every time? Accidentally evolved some stuff I didn't want to because I thought the whitelist would save.

  14. #87
    rezzax's Avatar Member
    Reputation
    12
    Join Date
    Jan 2014
    Posts
    46
    Thanks G/R
    0/2
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pokeIV-gui.py: error: argument -l/--location: expected one argument

    any reasons for this error? im doing
    pokeIV.py -a google -u [email protected] -p password -l -37.7651298,145.3509665 -t -bl dratini -bl Vaporeon -bl dragonite -m 85 -v

    seems to be the coords are weird

  15. #88
    uzi94's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    35
    Thanks G/R
    15/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, saves a bunch of time
    Last edited by uzi94; 07-24-2016 at 09:39 PM.

  16. #89
    Ishrandom's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rezzax View Post
    pokeIV-gui.py: error: argument -l/--location: expected one argument

    any reasons for this error? im doing
    pokeIV.py -a google -u [email protected] -p password -l -37.7651298,145.3509665 -t -bl dratini -bl Vaporeon -bl dragonite -m 85 -v

    seems to be the coords are weird
    Try with quotes around the coords

    pokeIV.py -a google -u [email protected] -p password -l "-37.7651298,145.3509665" -t -bl dratini -bl Vaporeon -bl dragonite -m 85 -v

  17. #90
    imoutits's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Jul 2016
    Posts
    91
    Thanks G/R
    0/43
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by noremac13 View Post
    Is there anyway to save the specific arguments like the blacklist, whitelist, etc. so they don't have to be input every time? Accidentally evolved some stuff I didn't want to because I thought the whitelist would save.
    I might add that, but those options are meant to be used as a per-use kind of thing if you want to change things while it's running. If you want something permanently set you can do that in the config file.

Page 6 of 21 FirstFirst ... 2345678910 ... LastLast

Similar Threads

  1. [Tool] Is there a working transfer tool for pokemon go
    By Jay2OR in forum Pokemon GO Hacks|Cheats
    Replies: 6
    Last Post: 11-25-2016, 05:47 AM
  2. [Release] Pokemong Go Transfer Tool BOT/Sniper/Tool
    By Chromastone in forum Pokemon GO Hacks|Cheats
    Replies: 7
    Last Post: 09-25-2016, 12:05 PM
  3. [Tool] need tool for transferring and evolve pokemons
    By p0g in forum Pokemon GO Hacks|Cheats
    Replies: 4
    Last Post: 08-07-2016, 04:12 PM
  4. [How-To] Tool that transfer/ evolve / upgrade pokemons of your choosing.
    By rowxs in forum Pokemon GO Hacks|Cheats
    Replies: 3
    Last Post: 08-04-2016, 09:22 AM
  5. [Question] Bot that Transfers/Evolves based off IV% rather than CP
    By Cretch in forum Pokemon GO Chat
    Replies: 5
    Last Post: 07-26-2016, 06:09 PM
All times are GMT -5. The time now is 12:31 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search