PokeVisionFinder [PokeSniper2 Support] [Python 2.7] menu

User Tag List

Page 21 of 43 FirstFirst ... 171819202122232425 ... LastLast
Results 301 to 315 of 640
  1. #301
    lulupointu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    'C:\Users\XXX' n’est pas reconnu en tant que commande interne
    ou externe, un programme exécutable ou un fichier de commandes.

    PokeVisionFinder [PokeSniper2 Support] [Python 2.7]
  2. #302
    lulupointu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    __author__ = 'encode'

    _delay = 5 #seconds

    _useMode = "Skip" #Skip,Go

    _logging = True

    _zoomFactor = 1 #1 = 0.05 = 13.85Km

    _nonstop = True

    _cities = []

    _pokemons = []

    _pokemonslisted = []

    #PokeSniper2 Configuration
    ps_use = True
    ps_path = "C:\Users\JWD asus\Desktop\Pokesniper2\PokeSniper2.exe"
    ps_dir = "C:\Users\JWD asus\Desktop\Pokesniper2"



    IS it good ?

  3. #303
    lei1978's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @xencodex help me plz

    how can i do ,when i find sth,pokesniker2 needs to read settings from user.xml, then it becomes pokesniper2 program thing...
    Last edited by lei1978; 07-31-2016 at 01:53 PM.

  4. #304
    jeoffery's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @xencodex

    excellent work, do you have any knowledge in multi processing lib? you can run in parallel to store it in a log and then launch pokesnipe to gun them all down together. this will be very much faster and efficient

  5. #305
    AnhAnhii's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    55
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to fix them :confused:

  6. #306
    lulupointu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did poke sniper is supposed to catch pokemon ?

  7. #307
    aqeelia's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    34
    Thanks G/R
    5/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AnhAnhii View Post
    how to fix them :confused:
    Check this..
    http://www.ownedcore.com/forums/poke...ml#post3503322 (PokeVisionFinder [PokeSniper2 Support] [Python 2.7])

  8. #308
    xencodex's Avatar Contributor Authenticator enabled
    Reputation
    120
    Join Date
    Jul 2016
    Posts
    100
    Thanks G/R
    5/106
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jeoffery View Post
    @xencodex

    excellent work, do you have any knowledge in multi processing lib? you can run in parallel to store it in a log and then launch pokesnipe to gun them all down together. this will be very much faster and efficient
    is one thing i have in mind, clean project and add multi threading

  9. #309
    bboystyle82's Avatar Active Member
    Reputation
    34
    Join Date
    Jan 2014
    Posts
    325
    Thanks G/R
    41/28
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xencodex View Post
    write cmd on the folder browser and press enter


    now call the script from console, then you can get the crash
    Sorry i dont know what u mean by call the script from console. Im kind of new to this. I hit cmd in the pokevisionfinder folder and when cmd comes up,what do i put? the file path where python is?

  10. #310
    xencodex's Avatar Contributor Authenticator enabled
    Reputation
    120
    Join Date
    Jul 2016
    Posts
    100
    Thanks G/R
    5/106
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bboystyle82 View Post
    Sorry i dont know what u mean by call the script from console. Im kind of new to this. I hit cmd in the pokevisionfinder folder and when cmd comes up,what do i put? the file path where python is?

  11. Thanks bboystyle82 (1 members gave Thanks to xencodex for this useful post)
  12. #311
    lulupointu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Xencodex
    Please help it dont find the way to PokeSniper is it good how i did it ? (on the top)

  13. #312
    juninho271999's Avatar Private
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys to fix the KeyError just put the sleep(3)

    def _loop():
    for city in _cities:
    sleep(3)
    if "Skip" in _useMode:
    _finderSkipLagged(city)
    elif "Go" in _useMode:
    _finderGo(city)

  14. #313
    AnhAnhii's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    55
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  15. #314
    bboystyle82's Avatar Active Member
    Reputation
    34
    Join Date
    Jan 2014
    Posts
    325
    Thanks G/R
    41/28
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xencodex View Post
    Traceback (most recent call last):
    File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 212, in <module>
    _loop()
    File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 189, in _loop
    _finderSkipLagged(city)
    File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 145, in _finderSkipLagged
    if ps_use: _pokeSniper(_name, str(_lat), str(_lng))
    File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 182, in _pokeSniper
    os.chdir(ps_dir)
    WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Users\x08boy\\Downloads\\PokeSniper2_v1.7'

  16. #315
    xencodex's Avatar Contributor Authenticator enabled
    Reputation
    120
    Join Date
    Jul 2016
    Posts
    100
    Thanks G/R
    5/106
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bboystyle82 View Post
    Traceback (most recent call last):
    File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 212, in <module>
    _loop()
    File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 189, in _loop
    _finderSkipLagged(city)
    File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 145, in _finderSkipLagged
    if ps_use: _pokeSniper(_name, str(_lat), str(_lng))
    File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 182, in _pokeSniper
    os.chdir(ps_dir)
    WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Users\x08boy\\Downloads\\PokeSniper2_v1.7'
    Rename your folder PokeSniper2_v1.7 to PokeSniper2 better

    then put path as C:\Users\x08boy\Downloads\PokeSniper2\PokeSniper2.exe
    dir as C:\Users\x08boy\Downloads\PokeSniper2

  17. Thanks bboystyle82 (1 members gave Thanks to xencodex for this useful post)
Page 21 of 43 FirstFirst ... 171819202122232425 ... LastLast

Similar Threads

  1. Updated PokeVisionFinder [PokeSniper2 Support] [Python 2.7]
    By hypertoken in forum Pokemon GO Hacks|Cheats
    Replies: 41
    Last Post: 08-25-2016, 01:04 PM
  2. Errors and support
    By A_Snake01 in forum World of Warcraft Model Editing
    Replies: 23
    Last Post: 05-25-2007, 08:41 PM
  3. Live WoWemu And Mongos support
    By mchugh in forum Suggestions
    Replies: 12
    Last Post: 04-13-2007, 06:54 PM
  4. Need Help/Support - Creating Programs
    By kookle in forum World of Warcraft General
    Replies: 1
    Last Post: 03-22-2007, 10:01 PM
  5. Petition! Need support!
    By dela in forum World of Warcraft General
    Replies: 5
    Last Post: 12-27-2006, 03:57 AM
All times are GMT -5. The time now is 09:13 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