IV based evolve/transfer tool menu

User Tag List

Page 7 of 21 FirstFirst ... 34567891011 ... LastLast
Results 91 to 105 of 304
  1. #91
    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)
    can you add cp override for specific pokemons?

    IV based evolve/transfer tool
  2. #92
    alexchong52's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    63
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Soon as i run the install it crashes. Is there a log file some where of this? I am on win 10.

  3. #93
    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 alexchong52 View Post
    Soon as i run the install it crashes. Is there a log file some where of this? I am on win 10.
    Did you make sure to check the box to add Python to PATH while installing? In the explorer, try click on 'File' in the top-left -> click 'open command prompt' and typing 'pip install -r requirements.txt'.

    edit: The install should now pause after it's finished. Try running that again and posting the output if you continue to have problems.
    Last edited by imoutits; 07-24-2016 at 11:22 PM.

  4. #94
    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)
    Originally Posted by imoutits View Post
    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.
    I tried adding the following line to the config.json but it keeps giving me errors even though I thought I used the same syntax:

    "black_list": "magikarp, eevee, dratini"

    Also don't force and hard_minimum do the same thing?

  5. #95
    murf43143's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    17
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can I please get some explanation of what the -l location function is for and why it seems to be required?

    Thank you,

  6. #96
    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
    I tried adding the following line to the config.json but it keeps giving me errors even though I thought I used the same syntax:

    "black_list": "magikarp, eevee, dratini"

    Also don't force and hard_minimum do the same thing?
    No spaces--does that actually work for input in the config window?

    'force' forces it to set anything below the IV minimum to be a transfer candidate, even if that means you'll have too few of those left to evolve. Say you have 36 pidgey candies and 3 pidgeys. Without force, no pidgeys will show up in the transfer section; with force, they will.

    Originally Posted by murf43143 View Post
    Can I please get some explanation of what the -l location function is for and why it seems to be required?

    Thank you,
    API I'm using requires you pass a location to log in. You should choose something close to where your character is. It's not hard--using a postal code, for example, is close enough that I doubt the game would consider it much of a teleport.

    --

    Also I just fixed the way it updates the views after an evolve/transfer. I'd recommond updating.
    Last edited by imoutits; 07-25-2016 at 12:23 AM.

  7. Thanks murf43143 (1 members gave Thanks to imoutits for this useful post)
  8. #97
    bobdan's Avatar Knight CoreCoins Purchaser
    Reputation
    17
    Join Date
    May 2012
    Posts
    202
    Thanks G/R
    16/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    having issues now, i had this all good at work but i've come home and its throwing up this. made sure python was installed correctly and requirments installed.

    Code:
    Creating Google session for ***********@gmail.com
    Starting new HTTPS connection (1): android.clients.google.com
    C:\Python27\lib\site-packages\requests\packages\urllib3\util\ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
      SNIMissingWarning
    C:\Python27\lib\site-packages\requests\packages\urllib3\util\ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
      InsecurePlatformWarning
    Starting new HTTPS connection (1): android.clients.google.com
    C:\Python27\lib\site-packages\requests\packages\urllib3\util\ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
      InsecurePlatformWarning
    Coordinates: -**.********** ***.********** 0.0
    Access token not generated
    Session not created successfully

  9. #98
    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)
    Ah nevermind I had an older version and now I see you have one up with the new commands already in the config.json. Upgraded to that version and now it works.

    Seeing as you are updating it so often (awesome work by the way) is there an easier way I can get updates pushed to my local version? I am not too familiar with GitHub but doesn't forking allow me to do that? Or is it clone?


    Originally Posted by bobdan View Post
    having issues now, i had this all good at work but i've come home and its throwing up this. made sure python was installed correctly and requirments installed.
    Not sure if this is of any help but when I was getting the "access token not generated" error it was because my Google account has 2-step verification on. To get around that you just need to generate an application specific password to use and that works without needing to verify.
    Last edited by noremac13; 07-25-2016 at 01:30 AM.

  10. #99
    bobdan's Avatar Knight CoreCoins Purchaser
    Reputation
    17
    Join Date
    May 2012
    Posts
    202
    Thanks G/R
    16/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by noremac13 View Post
    Ah nevermind I had an older version and now I see you have one up with the new commands already in the config.json. Upgraded to that version and now it works.

    Seeing as you are updating it so often (awesome work by the way) is there an easier way I can get updates pushed to my local version? I am not too familiar with GitHub but doesn't forking allow me to do that? Or is it clone?



    Not sure if this is of any help but when I was getting the "access token not generated" error it was because my Google account has 2-step verification on. To get around that you just need to generate an application specific password to use and that works without needing to verify.
    cheers figured that was the case and generated an app password, it got me into showing IVs but didn't do anything after that. will play around a bit more after and double check whats going on.

  11. #100
    murf43143's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    17
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is working great, thank you.

    Problem I am having, when I go to transfer one using the GUI, it keeps transfering down the list and not doing just the one or ones I have selected. Is this intended?

    Thanks again, great program.

  12. #101
    nightshock9's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    -wl does not work

    It wouldn't list anything in the transfer box. what does work is "pokemon" so to only list dratini in the transfer list I wrote it out as "dratini" if I want to do more then "dratini,pidgey,weedle" that worked and got ride of what I wanted it to. also in the file you set things to True or False in be sure to type it as cap T or F. if you don't the boxes wont check check properly.

  13. #102
    psyborg's Avatar Member
    Reputation
    13
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey there, thanks for adding the specific evoloving, works great

    Now im little bit confused, Necrobot gives me slightly diffrent precentages then ur tool. (but only since like 1-2 days)
    Also i cant double check it with the Spreadsheet about IVs from Reddit

    Can u please look at it and tell us what is the most accurate atm?

  14. #103
    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)
    So I just installed the Map addon but that required Python 2.7 so I had to uninstall 3 and reinstall 2.7. Now the map works but the GUI no longer works. I can still open PokeIV through CLI but for whatever reason just the GUI no longer works. Does the GUI part require Python 3 to work correctly?

  15. #104
    akopertoni73's Avatar Corporal
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    28
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you make a login for PTC , it works for google only

  16. #105
    Syncness's Avatar Legendary
    Reputation
    695
    Join Date
    Dec 2007
    Posts
    953
    Thanks G/R
    2/65
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
        POKEMON\x10\x94\x01\x12\x15\n\x10NICKNAME_POKEMON\x10\x95\x01\x12\x10\n\x0b\
    x45QUIP_BADGE\x10\x96\x01\x12\x19\n\x14SET_CONTACT_SETTINGS\x10\x97\x01\x12\x15\
    n\x10GET_ASSET_DIGEST\x10\xac\x02\x12\x16\n\x11GET_DOWNLOAD_URLS\x10\xad\x02\x12
    \x1c\n\x17GET_SUGGESTED_CODENAMES\x10\x91\x03\x12\x1d\n\x18\x43HECK_CODENAME_AVA
    ILABLE\x10\x92\x03\x12\x13\n\x0e\x43LAIM_CODENAME\x10\x93\x03\x12\x0f\n\nSET_AVA
    TAR\x10\x94\x03\x12\x14\n\x0fSET_PLAYER_TEAM\x10\x95\x03\x12\x1b\n\x16MARK_TUTOR
    IAL_COMPLETE\x10\x96\x03\x12\x16\n\x11LOAD_SPAWN_POINTS\x10\xf4\x03\x12\t\n\x04\
    x45\x43HO\x10\x9a\x05\x12\x1b\n\x16\x44\x45\x42UG_UPDATE_INVENTORY\x10\xbc\x05\x
    12\x18\n\x13\x44\x45\x42UG_DELETE_PLAYER\x10\xbd\x05\x12\x17\n\x12SFIDA_REGISTRA
    TION\x10\xa0\x06\x12\x15\n\x10SFIDA_ACTION_LOG\x10\xa1\x06\x12\x18\n\x13SFIDA_CE
    RTIFICATION\x10\xa2\x06\x12\x11\n\x0cSFIDA_UPDATE\x10\xa3\x06\x12\x11\n\x0cSFIDA
    _ACTION\x10\xa4\x06\x12\x11\n\x0cSFIDA_DOWSER\x10\xa5\x06\x12\x12\n\rSFIDA_CAPTU
    RE\x10\xa6\x06\x62\x06proto3')
    TypeError: __init__() got an unexpected keyword argument 'syntax'
    Ideas? for GUI

    https://i.imgur.com/0Wah9M9.png
    Double check you're trading with me in case of impostors

Page 7 of 21 FirstFirst ... 34567891011 ... 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 08:20 AM. 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